.landing-hero,
.site-footer,
.site-header,
.stat-box {
	text-align: center
}

.cf7-booking-wrapper,
.toggle-item {
	box-shadow: 0 2px 5px rgb(39 166 151)
}

.site-header {
	background-color: #c9e6e3;
	padding: 5px 0
}

.logo-wrapper img {
	width: 140px;
	height: 40px
}

.site-footer {
	background-color: #28a197;
	color: #fff;
	padding: 30px 20px;
	font-size: 14px
}

.footer-logo {
	max-width: 130px;
	margin-bottom: 15px
}

.footer-icons img {
	
	width: 26px;
	height: 26px;
	margin: 0 8px
}
.footer-text p,
.footer-text span {
	margin: 8px 0;
	color: #000;
	text-decoration: none
}
.footer-icons{
	margin:16px 0px;
}
.footer-icons a {

	margin: 0 10px;
	color: #000;
	font-size: 20px
}

.footer-icons a:hover {
	color: #d1f0ee
}

.landing-hero {
	padding: 10px
}

.hero-image {
	width: 100%;
	height: 300px;
	border-radius: 15px;
	margin-bottom: 7px;
	position:relative;
}
/* Omar Developer */
.transalate{
	font-size:18px;
	font-weight:700;
	color:white;
	text-align:right;
	position:absolute;
	margin-right:20px;
	z-index:99;
	top:20;
	right:10;
	
}
.transalate h2{
	margin-bottom:0px !important;
}
.transalate p {
	font-size:16px!important;
	margin-top:-2px !important;
	
	 
}

.hero-title {
	font-size: 20px;
	color: #555;
	margin-bottom: 8px;
	font-weight: 700
}

.hero-btn i,
.hero-subtitle {
	font-size: 16px
}

.hero-subtitle {
	color: #888;
	margin-bottom: 20px
}

.hero-buttons {
	display: flex;
	gap: 10px;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center
}

.hero-btn {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 8px 16px;
	border-radius: 8px;
	text-decoration: none;
	font-weight: 500;
	font-size: 14px;
	direction: rtl;
	white-space: nowrap;
	justify-content: center
}

.hero-btn.filled,
.hero-btn.outline {
	border: 1px solid #28a197;
	width: 90%
}

.hero-btn.filled {
	background-color: #28a197;
	color: #fff
}

.hero-btn.filled:hover {
	background-color: #1e877e
}

.hero-btn.outline {
	background-color: transparent;
	color: #28a197
}

.faq-title .dot,
.section-title .dot {
	width: 8px;
	height: 8px;
	background-color: #28a197
}

.hero-btn.outline:hover {
	background-color: #eaf6f5
}

.stat-box {
	display: inline-block;
	padding: 2px 16px;
	border-radius: 0;
	color: #fff;
	font-family: Tajawal, sans-serif
}

.toggle-item,
.toggle-item2 {
	border-radius: 10px;
	overflow: hidden;
	transition: box-shadow .3s
}

.stat-box strong {
	display: block;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 4px
}

.stat-box span {
	font-size: 14px
}

.why-section {
	background-color: #e6f7f6;
	padding:0 0 10px 0px;
	
}

.why-row {
	display: flex;
	justify-content: space-between;
	
	flex-direction: row;
	align-items: center;
	
	
}

.why-text h2 {
	font-size: 21px;
	font-weight: 700;
	color: #333;
	margin: 0;
	padding: 10px 10px 0px 10px !important;
}

.section-title .highlighted,
.why-text .highlighted {
	color: #28a197;
	font-weight: 700
}

.feature-toggles {
	background-color: #e6f7f6;
	padding: 1px 0
}

.toggle-item {
	margin: 8px;
	background: #fff
}

.cf7-title,
.faq-title {
	font-weight: 700;
	margin-bottom: 20px
}

.toggle-item:hover {
	box-shadow: 0 4px 10px rgba(0, 0, 0, .1)
}

.toggle-header {
	width: 100%;
	background: 0 0;
	border: none;
	padding: 7px;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: space-between;
	color: #000;
	font-weight: 500;
	font-size: 14px;
	cursor: pointer;
	outline: 0;
	text-align: right
}

.toggle-header i {
	font-size: 14px;
	color: #fff;
	background-color: #28a197;
	border-radius: 50%;
	width: 26px;
	height: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform .3s
}

.toggle-header.active i {
	transform: rotate(90deg)
}

.toggle-content {
	display: none;
	padding:0px 7px 7px;
	color: #555;
	font-size: 15px;
	line-height: 1.6;
	text-align: right
}

section.feature-toggles .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly
}

section.feature-toggles .toggle-item {
	width: 45%;
	margin-bottom: 10px
}

.cf7-booking-wrapper {
	background: #fff;
	padding: 15px 20px 0px 20px;
	border-radius: 20px;
	direction: rtl;
	font-family: inherit
}

.cf7-title {
	font-size: 18px;
	color: #000;
	display: flex;
	align-items: center;
	gap: 8px
}

.cf7-title i {
	color: #28a197;
	font-size: 20px;
	padding: 6px;
	border-radius: 8px
}

.cf7-field {
	flex-direction: column
}

.faq-title,
.section-title {
	align-items: center;
	gap: 8px
}

.cf7-field label {
	font-weight: 700;
	font-size: 14px;
	color: #222
}

.cf7-field input,
.cf7-field textarea {
	padding: 12px 14px;
	border: 1px solid #ccc;
	border-radius: 12px;
	font-size: 14px;
	color: #333;
	background: #fff;
	width: 100%;
	box-sizing: border-box;
	margin-top: 5px;
	direction: rtl !important;
	text-align: right
}

.cf7-field textarea {
	min-height: 100px;
	resize: vertical
}

.cf7-submit input[type=submit] {
	width: 100%;
	padding: 14px;
	background-color: #28a197;
	border: none;
	border-radius: 12px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer
}

.faq-section {
	padding: 0 20px
}

.faq-title {
	font-size: 20px;
	display: flex;
	border-bottom: 2px solid #28a197;
	padding-bottom: 10px
}

.faq-title .dot {
	border-radius: 50%
}

.faq-item {
	border-bottom: 1px solid #ddd;
	padding: 10px 0
}

.faq-question {
	display: flex;
	justify-content: space-between;
	align-items: center;
	direction: rtl;
	width: 100%;
	padding: 12px 0;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	border: none;
	background: 0 0;
	cursor: pointer;
	flex-direction: row-reverse;
	text-align: right
}

.faq-answer,
.ti-widget.ti-goog .ti-fade-container:first-child {
	display: none
}

.faq-icon {
	color: #28a197;
	font-size: 20px;
	font-weight: 700;
	margin-left: 10px
}

.faq-answer {
	padding: 0 5px 5px;
	color: #444;
	text-align: right
}

.treatment-info-section {
	padding: 10px;
	background-color: #fff
}

.treatment-box {
	background: #fff;
	border-radius: 16px;
	padding: 0 20px
}

.section-title {
	color: #000;
	display: flex;
	border-bottom: 2px solid #28a197;
	padding-bottom: 6px
}

.section-title .dot {
	border-radius: 50%;
	display: inline-block
}

.treatment-desc {
	font-size: 14px;
	color: #444;
	line-height: 1.6
}

.video-reviews-section {
	padding: 20px;
	background-color: #e6f7f6
}

.section-title {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 16px;
	display: flex;
	align-items: center;
	gap: 6px
}

.faq-item2 {
	border: 1px solid #28a197;
	border-radius: 8px;
	margin-bottom: 10px
}

.faq-question2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	direction: rtl;
	width: 100%;
	padding: 12px;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	border: none;
	background: 0 0;
	cursor: pointer;
	flex-direction: row-reverse;
	text-align: right
}

.stat-box2
 {
	padding: 20px;
	font-size: 20px;
    font-weight: 800;
}

.toggle-item2 {
	margin: 8px;
	background: #fff;
	border: 1px solid #28a197;
	width: 45%
}

.stat-box2 {
	display: inline-block;
	border-radius: 10px;
	color: #28a197;
	text-align: center;
	font-family: Tajawal, sans-serif;
	width: 45%;
	margin: 8px
}

.dc-stats {
	display: flex;
	justify-content: space-around
}

.stats {
	background-color: #27a6975C;
	padding-bottom: 20px
}

.treatment-box2 {
	background: #fff;
	border-radius: 16px;
	padding: 20px
}

.google-reviews-section {
	padding: 0;
	background-color: #f9f9f9
}

.google-reviews-wrapper {
	max-width: 800px;
	
	
}

.ti-widget.ti-goog .ti-header {
	text-align: center;
	margin-bottom: 0
}
.ti-widget.ti-goog .ti-reviews-container {
	15px;
}
html, body {
  overflow-x: hidden;
}
.toggle-row2 {
  display: flex;
  flex-wrap: wrap;
   align-items: flex-start;
}

.toggle-item2 {
  flex: 1 1 calc(46% - 10px); /* 3 per row */
  max-height: 40px;
  overflow: hidden;
  transition: max-height 0.4s ease;
   margin: 8px;
	background: #fff;
	border: 1px solid #28a197;
	width: 45%
}

.toggle-item2.open {
  max-height: 400px;
}

.toggle-header2 {
  width: 100%;
  background-color: #fff;
  padding: 10px;
  text-align: right;
  border: none;
  cursor: pointer;
   display: flex
;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}

.toggle-content2 {
  padding: 7px;
}
.toggle-content2 p {
	margin-top: 0px;
    margin-bottom: 0px;
}

.video-embed {
  width: 100%;
  
  aspect-ratio: 16 / 9;
  margin: 24px 0 0 0;
  background: #eee;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 6px 16px rgba(40, 169, 183, 0.13);
  display: flex;
  align-items: center;
  justify-content: center;
}
.acftab-row {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
  width: 100%;
}

.acftab-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border: none;
  box-shadow: 0 2px 12px 0 rgb(40 161 151);
   border-radius: 8px;
  padding: 5px;
  width: 100%;
  font-size: 14px;
  color: #222;
  font-weight: 400;
  cursor: pointer;
  min-width: 0;
  transition: background 0.18s, box-shadow 0.18s, color 0.18s;
  position: relative;
  outline: none;
  direction: rtl; /* النص يمين */
}

.acftab-btn:hover, .acftab-btn:focus {
  background: #eafcfb;
  color: #1c8481;
  box-shadow: 0 2px 18px 0 rgba(38, 188, 179, 0.15);
}

.acftab-label {
  flex: 1;
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  color: #222;
  white-space: normal;
  padding-right: 0px;
}

.acftab-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
	width: 24px;
  height: 24px;
}

.acftab-icon svg {
  

}

@media (max-width: 600px) {
  .acftab-row { gap: 7px; margin-bottom: 10px; }
  .acftab-btn { font-size: 15px; padding: 11px 11px 11px 4px; }
  .acftab-label { font-size: 15px; }
  .acftab-icon svg { width: 30px; height: 30px; }
}

/* المودال */
.acf-modal {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0; top: 0; width: 100vw; height: 100vh;
  background-color: rgba(40, 169, 183, 0.23);
  justify-content: center;
  align-items: center;
}
.acf-modal-content {
  background: #fff;
  border-radius: 22px;
  padding: 30px 18px 20px 18px;
  width: 95vw;
  max-width: 350px;
  max-height: 88vh;
  overflow-y: auto;
  box-shadow: 0 10px 32px rgba(40, 169, 183, 0.13);
  position: relative;
  direction: rtl;
  text-align: right;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.acf-modal-content h3 {
  font-size: 21px;
  margin-bottom: 14px;
  color: #26bcb3;
  font-weight: 600;
}
.acf-modal-content > div {
  font-size: 15px;
  color: #353b48;
	padding:10px 20px;
}
.acf-modal-close {
  color: #aaa;
  position: absolute;
  left: 18px;
  top: 12px;
  font-size: 34px;
  font-weight: bold;
  cursor: pointer;
  z-index: 2;
  transition: color 0.18s;
}
.acf-modal-close:hover { color: #26bcb3; }
@media (max-width: 400px) {
  .acf-modal-content { padding: 12px 1vw 8px 1vw; }
}

