:root {
  --dr-header-offset: 96px;
  --dr-header-blue: #126fae;
  --dr-header-ink: #17334d;
}

@font-face {
  font-family: "DrHeaderArabic";
  src: url("/wp-content/themes/Default/fonts/ArbFONTS-Montserrat-Arabic-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 650;
  font-display: swap;
}

@font-face {
  font-family: "DrHeaderArabic";
  src: url("/wp-content/themes/Default/fonts/ArbFONTS-Montserrat-Arabic-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700 900;
  font-display: swap;
}

html {
  scroll-padding-top: calc(var(--dr-header-offset) + 12px);
}

html body {
  padding-top: 0 !important;
  margin: 0 !important;
}

/* Floating-contact guard: several CSS properties on ancestors silently retarget
   position:fixed descendants to the document, which glues the floating
   call/WhatsApp pair to the footer instead of the viewport. Neither element
   uses these visually, so neutralize the full list on html/body AND common
   Divi wrappers (including values injected at runtime by theme/optimizer scripts). */
html,
body,
#page-container,
.et-boc,
.et-l,
[data-dr-site-header] {
  transform: none !important;
  filter: none !important;
  backdrop-filter: none !important;
  perspective: none !important;
  clip-path: none !important;
  mask-image: none !important;
  -webkit-mask-image: none !important;
  translate: none !important;
  rotate: none !important;
  scale: none !important;
  offset-path: none !important;
  contain: none !important;
  container-type: normal !important;
  will-change: auto !important;
}

html body #page-container {
  padding-top: 0 !important;
}

header.dr-site-header,
body header.et-l--header.dr-site-header {
  box-sizing: border-box !important;
  position: sticky !important;
  inset: 0 0 auto !important;
  z-index: 999999 !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  padding: 10px clamp(8px, 1.4vw, 18px) 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  pointer-events: none;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  transition: padding 180ms ease;
}

header.dr-site-header[dir="rtl"] {
  font-family: "DrHeaderArabic", Tahoma, Arial, sans-serif !important;
}

.dr-site-header[dir="rtl"],
.dr-site-header[dir="rtl"] * {
  font-family: "DrHeaderArabic", Tahoma, Arial, sans-serif !important;
}

.dr-site-header[dir="ltr"],
.dr-site-header[dir="ltr"] * {
  font-family: system-ui, -apple-system, "Segoe UI", Arial, sans-serif !important;
}

/* These named rules outrank legacy page-wide `span:not(...)` typography rules. */
.dr-site-header[dir="rtl"] .dr-header-brand-name,
.dr-site-header[dir="rtl"] .dr-header-brand-title,
.dr-site-header[dir="rtl"] .dr-header-nav a,
.dr-site-header[dir="rtl"] .dr-header-dropdown-toggle,
.dr-site-header[dir="rtl"] .dr-header-dropdown-menu a,
.dr-site-header[dir="rtl"] .dr-mobile-nav a,
.dr-site-header[dir="rtl"] .dr-mobile-services-toggle {
  font-family: "DrHeaderArabic", Tahoma, Arial, sans-serif !important;
}

.dr-site-header[dir="ltr"] .dr-header-brand-name,
.dr-site-header[dir="ltr"] .dr-header-brand-title,
.dr-site-header[dir="ltr"] .dr-header-nav a,
.dr-site-header[dir="ltr"] .dr-header-dropdown-toggle,
.dr-site-header[dir="ltr"] .dr-header-dropdown-menu a,
.dr-site-header[dir="ltr"] .dr-mobile-nav a,
.dr-site-header[dir="ltr"] .dr-mobile-services-toggle {
  font-family: system-ui, -apple-system, "Segoe UI", Arial, sans-serif !important;
}

/* The legacy theme targets spans with several :not() clauses; duplicate the
   class in this narrow selector so the brand text keeps the shared font. */
.dr-site-header[dir="rtl"] span.dr-header-brand-name.dr-header-brand-name,
.dr-site-header[dir="rtl"] span.dr-header-brand-title.dr-header-brand-title {
  font-family: "DrHeaderArabic", Tahoma, Arial, sans-serif !important;
}

.dr-site-header[dir="ltr"] span.dr-header-brand-name.dr-header-brand-name,
.dr-site-header[dir="ltr"] span.dr-header-brand-title.dr-header-brand-title {
  font-family: system-ui, -apple-system, "Segoe UI", Arial, sans-serif !important;
}

.dr-site-header *,
.dr-site-header *::before,
.dr-site-header *::after {
  box-sizing: border-box;
}

.dr-floating-contact,
.dr-floating-contact *,
.dr-whatsapp-modal,
.dr-whatsapp-modal *,
.dr-booking-modal,
.dr-booking-modal *,
.dr-booking-form,
.dr-booking-form * {
  box-sizing: border-box;
}

.dr-header-shell {
  position: relative;
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.5vw, 32px);
  width: min(100%, 1320px);
  min-height: 68px;
  margin: 0 auto;
  padding: 9px 12px 9px 20px;
  overflow: visible;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 23px;
  background: rgba(250, 252, 255, 0.76);
  box-shadow: 0 12px 34px rgba(26, 71, 105, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: saturate(180%) blur(22px);
  backdrop-filter: saturate(180%) blur(22px);
  pointer-events: auto;
  transition: min-height 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.dr-site-header[dir="rtl"] .dr-header-shell {
  padding: 9px 20px 9px 12px;
}

.dr-site-header.is-scrolled {
  padding-top: 7px !important;
}

.dr-site-header.is-scrolled .dr-header-shell {
  min-height: 60px;
  border-color: rgba(208, 222, 234, 0.85);
  background: rgba(248, 251, 254, 0.9);
  box-shadow: 0 10px 30px rgba(24, 61, 88, 0.17), inset 0 1px 0 #fff;
}

body .dr-site-header a.dr-header-brand {
  display: inline-flex !important;
  flex: 0 0 auto;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  gap: 1px;
  color: var(--dr-header-ink) !important;
  text-decoration: none !important;
  white-space: nowrap;
}

.dr-header-brand-name {
  font-size: 18px !important;
  font-weight: 750 !important;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.dr-header-brand-title {
  color: #5c7183;
  font-size: 10.5px !important;
  font-weight: 550 !important;
  line-height: 1.3;
}

.dr-site-header[dir="rtl"] .dr-header-brand-name {
  font-size: 16px !important;
  letter-spacing: 0;
}

.dr-site-header[dir="rtl"] .dr-header-brand-title {
  font-size: 10px !important;
}

.dr-header-nav,
.dr-header-actions,
.dr-mobile-nav {
  display: flex;
  align-items: center;
}

.dr-header-nav {
  flex: 1 1 auto;
  justify-content: center;
  gap: 4px;
  min-width: 0;
}

.dr-header-nav a,
.dr-header-dropdown-toggle,
.dr-mobile-nav a {
  color: #385267 !important;
  text-decoration: none !important;
}

body .dr-site-header .dr-header-nav a,
body .dr-site-header .dr-header-dropdown-toggle {
  display: inline-flex !important;
  position: relative;
  align-items: center;
  gap: 5px;
  padding: 10px 10px;
  border: 0;
  border-radius: 12px;
  color: #385267 !important;
  background: transparent;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  transition: color 160ms ease, background-color 160ms ease;
}

.dr-site-header[dir="rtl"] .dr-header-nav a,
.dr-site-header[dir="rtl"] .dr-header-dropdown-toggle {
  font-size: 12.5px !important;
  font-weight: 600 !important;
}

.dr-header-nav a:hover,
.dr-header-nav a:focus-visible,
.dr-header-nav a[aria-current="page"],
.dr-header-dropdown-toggle:hover,
.dr-header-dropdown-toggle:focus-visible,
.dr-header-dropdown-toggle[aria-expanded="true"] {
  color: var(--dr-header-blue) !important;
  background: rgba(18, 111, 174, 0.08);
}

.dr-header-dropdown {
  position: relative;
}

.dr-header-chevron {
  width: 7px;
  height: 7px;
  border-inline-end: 1.7px solid currentColor;
  border-bottom: 1.7px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 160ms ease;
}

.dr-site-header[dir="rtl"] .dr-header-chevron {
  transform: translateY(-2px) rotate(45deg);
}

.dr-header-dropdown-toggle[aria-expanded="true"] .dr-header-chevron,
.dr-mobile-services-toggle[aria-expanded="true"] .dr-header-chevron,
.dr-header-dropdown:hover .dr-header-chevron {
  transform: translateY(2px) rotate(225deg);
}

.dr-header-dropdown-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  z-index: 10;
  width: min(700px, calc(100vw - 32px));
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 20px;
  background: rgba(248, 251, 254, 0.96);
  box-shadow: 0 20px 48px rgba(24, 61, 88, 0.2), inset 0 1px 0 #fff;
  -webkit-backdrop-filter: saturate(180%) blur(24px);
  backdrop-filter: saturate(180%) blur(24px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, -7px);
  transition: opacity 150ms ease, transform 180ms ease, visibility 150ms ease;
}

.dr-header-dropdown::after {
  position: absolute;
  inset-inline-start: -12px;
  top: 100%;
  width: calc(100% + 24px);
  height: 14px;
  content: "";
}

.dr-header-dropdown:hover .dr-header-dropdown-menu,
.dr-header-dropdown.is-open .dr-header-dropdown-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.dr-header-dropdown-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3px 5px;
}

body .dr-site-header .dr-header-dropdown-grid a,
body .dr-site-header .dr-header-dropdown-all {
  display: flex !important;
  align-items: center;
  min-height: 38px;
  padding: 8px 10px;
  border-radius: 10px;
  color: #385267 !important;
  font-size: 11.5px !important;
  font-weight: 600 !important;
  line-height: 1.35;
  text-decoration: none !important;
  white-space: normal;
}

.dr-site-header[dir="rtl"] .dr-header-dropdown-grid a,
.dr-site-header[dir="rtl"] .dr-header-dropdown-all {
  font-size: 11.25px !important;
}

.dr-header-dropdown-grid a:hover,
.dr-header-dropdown-grid a:focus-visible {
  color: var(--dr-header-blue) !important;
  background: rgba(18, 111, 174, 0.08);
}

body .dr-site-header .dr-header-dropdown-all {
  justify-content: center;
  min-height: 40px;
  margin-top: 10px;
  border-top: 1px solid rgba(18, 111, 174, 0.1);
  border-radius: 0 0 10px 10px;
  color: var(--dr-header-blue) !important;
}

.dr-header-actions {
  flex: 0 0 auto;
  justify-content: flex-end;
  gap: 8px;
  margin-inline-start: auto;
}

body .dr-site-header .dr-header-language,
body .dr-site-header .dr-header-book,
body .dr-site-header .dr-header-menu-button {
  align-items: center;
  justify-content: center;
  height: 42px;
  border-radius: 14px;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1;
  text-decoration: none !important;
  white-space: nowrap;
  transition: transform 150ms ease, background-color 150ms ease, box-shadow 150ms ease;
}

body .dr-site-header .dr-header-language,
body .dr-site-header .dr-header-book {
  display: inline-flex !important;
}

body .dr-site-header .dr-header-menu-button {
  display: none !important;
}

.dr-header-language {
  min-width: 42px;
  padding: 0 10px;
  border: 1px solid rgba(18, 111, 174, 0.16);
  color: var(--dr-header-blue) !important;
  background: rgba(255, 255, 255, 0.68);
}

.dr-header-book {
  padding: 0 16px;
  color: #fff !important;
  background: linear-gradient(145deg, #1783c5, #0d639c);
  box-shadow: 0 7px 18px rgba(18, 111, 174, 0.22);
}

.dr-header-language:hover,
.dr-header-book:hover,
.dr-header-menu-button:hover {
  transform: translateY(-1px);
}

.dr-header-menu-button {
  display: none;
  width: 42px;
  padding: 0;
  border: 1px solid rgba(18, 111, 174, 0.14);
  color: var(--dr-header-ink);
  background: rgba(255, 255, 255, 0.64);
  cursor: pointer;
}

.dr-header-menu-icon,
.dr-header-menu-icon::before,
.dr-header-menu-icon::after {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.dr-header-menu-icon {
  position: relative;
}

.dr-header-menu-icon::before,
.dr-header-menu-icon::after {
  position: absolute;
  inset-inline-start: 0;
  content: "";
}

.dr-header-menu-icon::before { transform: translateY(-6px); }
.dr-header-menu-icon::after { transform: translateY(6px); }

.dr-site-header.menu-open .dr-header-menu-icon { background: transparent; }
.dr-site-header.menu-open .dr-header-menu-icon::before { transform: rotate(45deg); }
.dr-site-header.menu-open .dr-header-menu-icon::after { transform: rotate(-45deg); }

.dr-header-mobile-panel {
  position: absolute;
  inset-inline: clamp(8px, 1.4vw, 18px);
  top: calc(100% + 7px);
  width: min(calc(100% - 24px), 520px);
  max-height: 0;
  margin-inline: auto;
  padding: 0 12px;
  overflow: hidden auto;
  border: 1px solid transparent;
  border-radius: 20px;
  background: rgba(250, 252, 255, 0.94);
  box-shadow: 0 18px 40px rgba(24, 61, 88, 0.18);
  -webkit-backdrop-filter: saturate(180%) blur(24px);
  backdrop-filter: saturate(180%) blur(24px);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  transition: max-height 220ms ease, padding 220ms ease, opacity 160ms ease, transform 160ms ease, border-color 160ms ease;
}

.dr-site-header.menu-open .dr-header-mobile-panel {
  max-height: min(700px, calc(100vh - 94px));
  padding: 12px;
  border-color: rgba(208, 222, 234, 0.9);
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.dr-mobile-nav {
  flex-direction: column;
  align-items: stretch;
  gap: 3px;
}

body .dr-site-header .dr-mobile-nav a {
  display: block !important;
  padding: 11px 12px;
  border-radius: 11px;
  font-size: 13px !important;
  font-weight: 600 !important;
}

.dr-mobile-services {
  display: flex;
  flex-direction: column;
}

.dr-mobile-services-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 11px 12px;
  border: 0;
  border-radius: 11px;
  color: #385267;
  background: transparent;
  font: inherit;
  font-size: 13px !important;
  font-weight: 600 !important;
  text-align: start;
  cursor: pointer;
}

.dr-mobile-services-toggle:hover,
.dr-mobile-services-toggle:focus-visible,
.dr-mobile-services-toggle[aria-expanded="true"] {
  color: var(--dr-header-blue);
  background: rgba(18, 111, 174, 0.08);
}

.dr-mobile-services-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2px;
  max-height: 0;
  padding-inline: 6px;
  overflow: hidden;
  opacity: 0;
  transition: max-height 220ms ease, opacity 160ms ease, padding 220ms ease;
}

.dr-mobile-services.is-open .dr-mobile-services-list {
  max-height: 760px;
  padding-block: 5px 8px;
  opacity: 1;
}

body .dr-site-header .dr-mobile-services-list a {
  display: flex !important;
  align-items: center;
  min-height: 38px;
  padding: 7px 9px;
  font-size: 11.25px !important;
  line-height: 1.3;
}

body .dr-site-header .dr-mobile-services-list a.dr-mobile-services-all {
  grid-column: 1 / -1;
  justify-content: center;
  color: var(--dr-header-blue) !important;
  background: rgba(18, 111, 174, 0.06);
}

.dr-mobile-nav a:hover,
.dr-mobile-nav a:focus-visible,
.dr-mobile-nav a[aria-current="page"] {
  color: var(--dr-header-blue) !important;
  background: rgba(18, 111, 174, 0.08);
}

.dr-mobile-book {
  margin-top: 7px;
  color: #fff !important;
  text-align: center;
  background: linear-gradient(145deg, #1783c5, #0d639c);
}

body .dr-site-header .dr-mobile-nav a.dr-mobile-book {
  color: #fff !important;
}

/* Site-wide call and WhatsApp actions. */
.dr-floating-contact {
  position: fixed !important;
  right: 18px;
  bottom: 22px;
  z-index: 999990;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-family: system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
}

.dr-floating-contact[dir="rtl"],
.dr-whatsapp-modal[dir="rtl"] {
  font-family: "DrHeaderArabic", Tahoma, Arial, sans-serif;
}

.dr-floating-action {
  position: relative;
  display: grid !important;
  width: 56px;
  height: 56px;
  padding: 0 !important;
  place-items: center;
  border: 0 !important;
  border-radius: 50% !important;
  color: #fff !important;
  background: linear-gradient(145deg, #1688c7, #0d659d) !important;
  box-shadow: 0 12px 28px rgba(12, 75, 119, .28), inset 0 1px 0 rgba(255, 255, 255, .35);
  cursor: pointer;
  text-decoration: none !important;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.dr-floating-whatsapp {
  background: linear-gradient(145deg, #1688c7, #0d659d) !important;
  box-shadow: 0 12px 28px rgba(12, 75, 119, .28), inset 0 1px 0 rgba(255, 255, 255, .35);
}

.dr-floating-action:hover,
.dr-floating-action:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 15px 32px rgba(12, 75, 119, .34), inset 0 1px 0 rgba(255, 255, 255, .4);
}

.dr-floating-action svg,
.dr-whatsapp-mark svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dr-floating-label {
  position: absolute;
  right: calc(100% + 11px);
  top: 50%;
  width: max-content;
  padding: 7px 10px;
  border-radius: 9px;
  color: #fff;
  background: #17324d;
  box-shadow: 0 8px 20px rgba(12, 36, 59, .18);
  font-size: 12px;
  font-weight: 700;
  opacity: 0;
  pointer-events: none;
  transform: translate(6px, -50%);
  transition: opacity 160ms ease, transform 160ms ease;
}

.dr-floating-action:hover .dr-floating-label,
.dr-floating-action:focus-visible .dr-floating-label {
  opacity: 1;
  transform: translate(0, -50%);
}

.dr-whatsapp-modal[hidden] {
  display: none !important;
}

.dr-whatsapp-modal {
  position: fixed;
  inset: 0;
  z-index: 1000001;
  display: grid;
  place-items: center;
  padding: 20px;
  font-family: system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
}

.dr-whatsapp-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 28, 47, .56);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.dr-whatsapp-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 470px);
  padding: 30px;
  border: 0;
  border-radius: 24px;
  color: #fff;
  background: linear-gradient(145deg, #1688c7, #0d659d);
  box-shadow: 0 28px 80px rgba(13, 101, 157, .34);
}

.dr-whatsapp-close {
  position: absolute;
  top: 14px;
  right: 15px;
  display: grid;
  width: 34px;
  height: 34px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 10px;
  color: #fff;
  background: rgba(255, 255, 255, .18);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.dr-whatsapp-modal[dir="rtl"] .dr-whatsapp-close {
  right: auto;
  left: 15px;
}

.dr-whatsapp-mark {
  display: none !important;
  width: 52px;
  height: 52px;
  margin-bottom: 17px;
  place-items: center;
  border-radius: 16px;
  color: #fff;
  background: rgba(255, 255, 255, .18);
}

.dr-whatsapp-dialog h2 {
  margin: 0;
  padding: 0;
  color: #fff !important;
  font-size: 28px !important;
  font-weight: 800;
  line-height: 1.3;
}

.dr-whatsapp-dialog > p {
  margin: 10px 0 19px;
  padding: 0;
  color: rgba(255, 255, 255, .9) !important;
  font-size: 14px;
  line-height: 1.7;
}

.dr-whatsapp-form textarea {
  display: block;
  width: 100%;
  min-height: 118px;
  padding: 13px 14px;
  resize: vertical;
  border: 1px solid rgba(255, 255, 255, .75);
  border-radius: 14px;
  outline: 0;
  color: #17324d;
  background: rgba(255, 255, 255, .96);
  font: inherit;
  font-size: 14px;
  line-height: 1.6;
}

.dr-whatsapp-form textarea:focus {
  border-color: #fff;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .2);
}

.dr-whatsapp-actions {
  display: flex;
  justify-content: flex-end;
  gap: 9px;
  margin-top: 15px;
}

.dr-whatsapp-actions button {
  min-height: 43px;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 12px;
  color: #fff;
  background: rgba(255, 255, 255, .16);
  font: inherit;
  font-size: 13px;
  font-weight: 750;
  cursor: pointer;
}

.dr-whatsapp-actions button[type="submit"] {
  border-color: #fff;
  color: #0d659d;
  background: #fff;
}

.dr-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

body.dr-wa-open {
  overflow: hidden !important;
}

/* Shared appointment form and modal. The floating WhatsApp chat remains a
   separate, lightweight enquiry action. */
.dr-booking-modal[hidden] {
  display: none !important;
}

.dr-booking-modal {
  position: fixed;
  inset: 0;
  z-index: 1000002;
  display: grid;
  place-items: center;
  padding: 20px;
  font-family: system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
}

.dr-booking-modal[dir="rtl"],
.dr-home-booking-module[dir="rtl"],
html[dir="rtl"] .dr-home-booking-module {
  font-family: "DrHeaderArabic", Tahoma, Arial, sans-serif;
}

.dr-booking-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 35, 56, .66);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}

.dr-booking-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 760px);
  max-height: calc(100dvh - 40px);
  padding: 30px;
  overflow: auto;
  overscroll-behavior: contain;
  border: 1px solid rgba(21, 117, 177, .16);
  border-radius: 26px;
  color: #17324d;
  background: #fff;
  box-shadow: 0 30px 90px rgba(7, 48, 78, .34);
}

.dr-booking-dialog::before {
  position: absolute;
  inset: 0 0 auto;
  height: 7px;
  border-radius: 26px 26px 0 0;
  background: linear-gradient(90deg, #1688c7, #0d659d);
  content: "";
}

.dr-booking-close {
  position: absolute;
  top: 17px;
  inset-inline-end: 17px;
  z-index: 2;
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0 !important;
  place-items: center;
  border: 0 !important;
  border-radius: 12px;
  color: #31536d !important;
  background: #edf5fa !important;
  font: 700 24px/1 system-ui, sans-serif !important;
  cursor: pointer;
}

.dr-booking-close:hover,
.dr-booking-close:focus-visible {
  color: #fff !important;
  background: #147bb5 !important;
}

.dr-booking-modal-header,
.dr-booking-form-header {
  margin: 0 0 22px;
  padding-inline-end: 50px;
}

.dr-booking-form-header {
  padding-inline-end: 0;
}

.dr-booking-modal-header h2,
.dr-booking-form-header h2 {
  margin: 0 !important;
  padding: 0 !important;
  color: #126fae !important;
  font-size: clamp(25px, 3vw, 34px) !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
}

.dr-booking-modal-header p,
.dr-booking-form-header p {
  margin: 8px 0 0 !important;
  padding: 0 !important;
  color: #5b7183 !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
}

.dr-booking-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.dr-booking-field {
  min-width: 0;
}

.dr-booking-field--wide {
  grid-column: 1 / -1;
}

.dr-booking-field label {
  display: block;
  margin: 0 0 7px;
  color: #173b58 !important;
  font-size: 13px !important;
  font-weight: 750 !important;
  line-height: 1.45 !important;
  text-align: start;
}

html .dr-booking-form input,
html .dr-booking-form select,
html .dr-booking-form textarea {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 50px !important;
  margin: 0 !important;
  padding: 12px 14px !important;
  border: 1px solid #cbdce8 !important;
  border-radius: 13px !important;
  outline: 0 !important;
  color: #17324d !important;
  background: #f7fbfe !important;
  box-shadow: none !important;
  font: inherit !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  text-align: start !important;
}

html .dr-booking-form input[dir="ltr"] {
  direction: ltr !important;
}

html .dr-booking-form textarea {
  min-height: 76px !important;
  resize: vertical;
}

html .dr-booking-form input::placeholder,
html .dr-booking-form textarea::placeholder {
  color: #8193a2 !important;
  opacity: 1;
}

html .dr-booking-form input:focus,
html .dr-booking-form select:focus,
html .dr-booking-form textarea:focus {
  border-color: #1688c7 !important;
  background: #fff !important;
  box-shadow: 0 0 0 3px rgba(22, 136, 199, .13) !important;
}

html .dr-booking-form .dr-booking-other-nationality {
  margin-top: 8px !important;
}

html .dr-booking-form .dr-booking-other-nationality[hidden] {
  display: none !important;
}

html .dr-booking-form .dr-booking-submit {
  display: inline-flex !important;
  width: 100% !important;
  min-height: 52px !important;
  margin: 20px 0 0 !important;
  padding: 12px 22px !important;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 0 !important;
  border-radius: 14px !important;
  color: #fff !important;
  background: linear-gradient(145deg, #1688c7, #0d659d) !important;
  box-shadow: 0 12px 25px rgba(13, 101, 157, .2) !important;
  font: inherit !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-align: center !important;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

html .dr-booking-form .dr-booking-submit::before,
html .dr-booking-form .dr-booking-submit::after {
  display: none !important;
  content: none !important;
}

.dr-booking-submit:hover,
.dr-booking-submit:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 15px 30px rgba(13, 101, 157, .28) !important;
}

.dr-whatsapp-brand-icon {
  display: inline-block;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  fill: currentColor;
  stroke: none;
}

.dr-booking-disclaimer {
  margin: 11px 0 0 !important;
  padding: 0 !important;
  color: #667d8e !important;
  font-size: 11.5px !important;
  line-height: 1.55 !important;
  text-align: center !important;
}

.dr-home-booking-module .df-cf7-container {
  width: 100%;
}

.dr-home-booking-module .dr-booking-form-header {
  margin-bottom: 20px;
}

.dr-home-booking-module .dr-booking-form-header h2 {
  font-size: clamp(25px, 3vw, 36px) !important;
}

body.dr-booking-open {
  overflow: hidden !important;
}

@media (max-width: 1060px) {
  .dr-header-nav { display: none !important; }
  body .dr-site-header .dr-header-menu-button { display: inline-flex !important; }
}

@media (max-width: 620px) {
  :root { --dr-header-offset: 84px; }

  header.dr-site-header,
  body header.et-l--header.dr-site-header {
    padding: 8px 8px 0 !important;
  }

  .dr-header-shell,
  .dr-site-header[dir="rtl"] .dr-header-shell {
    min-height: 64px;
    gap: 8px;
    padding: 8px 9px;
    border-radius: 19px;
  }

  .dr-header-brand-title { display: none; }
  .dr-header-brand-name { font-size: 15.5px !important; }
  .dr-site-header[dir="rtl"] .dr-header-brand-name { font-size: 14.5px !important; }
  .dr-header-actions { gap: 5px; }
  .dr-header-language,
  .dr-header-book,
  .dr-header-menu-button { height: 40px; border-radius: 13px; }
  .dr-header-book { padding-inline: 12px; font-size: 11.5px !important; }
  .dr-header-mobile-panel { inset-inline: 8px; width: calc(100% - 16px); }

  .dr-floating-contact {
    position: fixed !important;
    right: 12px;
    bottom: 14px;
    gap: 8px;
  }

  .dr-floating-action {
    width: 50px;
    height: 50px;
  }

  .dr-floating-action svg {
    width: 24px;
    height: 24px;
  }

  .dr-floating-label {
    display: none;
  }

  .dr-whatsapp-dialog {
    padding: 25px 20px 20px;
    border-radius: 20px;
  }

  .dr-whatsapp-actions {
    flex-direction: column-reverse;
  }

  .dr-whatsapp-actions button {
    width: 100%;
  }

  .dr-booking-modal {
    padding: 10px;
  }

  .dr-booking-dialog {
    width: 100%;
    max-height: calc(100dvh - 20px);
    padding: 25px 18px 20px;
    border-radius: 20px;
  }

  .dr-booking-dialog::before {
    border-radius: 20px 20px 0 0;
  }

  .dr-booking-modal-header,
  .dr-booking-form-header {
    margin-bottom: 18px;
  }

  .dr-booking-modal-header h2,
  .dr-booking-form-header h2 {
    font-size: 24px !important;
  }

  .dr-booking-grid {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .dr-booking-field--wide {
    grid-column: auto;
  }

  html .dr-booking-form .dr-booking-submit {
    margin-top: 17px !important;
  }
}

@media (max-width: 430px) {
  body .dr-site-header .dr-header-book { display: none !important; }
}

@media (prefers-reduced-motion: reduce) {
  .dr-site-header,
  .dr-site-header * { transition: none !important; }
}
/* Shared footer layout. Every route uses the approved homepage structure while
   the document direction keeps Arabic and English columns in their natural order. */
footer.et-l--footer .et_pb_row_1_tb_footer {
  width: min(90%, 1180px) !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 58px);
  align-items: start;
}

footer.et-l--footer .et_pb_row_1_tb_footer > .et_pb_column {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
}

footer.et-l--footer .footer-hours .df_bh_wrapper {
  padding: 28px !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  border-radius: 22px !important;
  background: linear-gradient(145deg, rgba(32, 125, 185, 0.92), rgba(20, 91, 145, 0.92));
  box-shadow: 0 18px 42px rgba(3, 20, 38, 0.24);
}

@media (max-width: 980px) {
  footer.et-l--footer .et_pb_row_1_tb_footer {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 700px) {
  footer.et-l--footer .et_pb_row_1_tb_footer {
    grid-template-columns: 1fr !important;
  }
}

/* Legacy social-button rules remain for any cached markup seen before the
   shared script replaces it with the canonical About-page profile row. */
footer.et-l--footer .dr-social-profile {
  display: inline-block !important;
  margin: 0 !important;
}

footer.et-l--footer .et_pb_social_media_follow_0_tb_footer {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

footer.et-l--footer .dr-social-profile a.icon {
  width: 30px !important;
  height: 30px !important;
  padding: 0 !important;
  display: grid !important;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

footer.et-l--footer .dr-social-profile a.icon::before,
footer.et-l--footer .dr-social-profile a.icon::after {
  display: none !important;
  content: none !important;
}

footer.et-l--footer .dr-social-profile a.icon:hover {
  transform: translateY(-3px);
  background: #fff !important;
  color: #1b6daa !important;
}

footer.et-l--footer .dr-social-profile svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

footer.et-l--footer .dr-social-facebook svg {
  fill: currentColor;
  stroke: none;
}

footer.et-l--footer .dr-professional-profile a.icon {
  width: 30px !important;
  height: 30px !important;
  border-radius: 8px !important;
}

.dr-professional-logo {
  position: relative;
  display: grid;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  place-items: center;
  overflow: hidden;
  border-radius: 4px;
  color: #1b6daa;
  background: #fff;
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
}

.dr-professional-logo img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff;
}

footer.et-l--footer .dr-footer-contact-details {
  display: block;
  padding: 10px 0 !important;
  color: #fff !important;
  font-size: 12px;
  line-height: 1.65;
  text-align: start;
}

footer.et-l--footer .dr-footer-contact-details p {
  margin: 0 0 6px;
  color: #fff !important;
}

footer.et-l--footer .dr-footer-contact-details p:last-child {
  margin-bottom: 0;
}

footer.et-l--footer .dr-footer-contact-details strong {
  font-weight: 800;
}

footer.et-l--footer .dr-footer-contact-details a {
  color: #fff !important;
  text-decoration: none;
}

footer.et-l--footer .dr-footer-contact-details a:hover,
footer.et-l--footer .dr-footer-contact-details a:focus-visible {
  text-decoration: underline;
}

[dir="rtl"] footer.et-l--footer .dr-footer-contact-details {
  text-align: right;
}

[dir="ltr"] footer.et-l--footer .dr-footer-contact-details {
  text-align: left;
}

.dr-page-social-links {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

[dir="rtl"] .dr-page-social-links {
  justify-content: flex-start;
}

.dr-page-social-link {
  display: grid !important;
  width: 30px;
  height: 30px;
  padding: 0 !important;
  place-items: center;
  border: 1px solid #cfe1ee;
  border-radius: 8px;
  color: #1b6daa !important;
  background: #eef6fc;
  text-decoration: none !important;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.dr-page-social-link:hover,
.dr-page-social-link:focus-visible {
  transform: translateY(-2px);
  border-color: #1b6daa;
  background: #fff;
}

.dr-page-social-link svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dr-page-social-link.dr-profile-facebook svg {
  fill: currentColor;
  stroke: none;
}

.dr-page-professional-link {
  width: 30px;
  height: 30px;
  border-radius: 8px;
}

.dr-about-profile-links {
  display: flex;
  margin-top: 17px;
  flex-direction: column;
  gap: 8px;
}

.dr-page-profile-label {
  color: #597188;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}

.dr-contact-social .dr-page-social-links {
  margin-top: 8px;
}

footer.et-l--footer .dr-footer-profile-links {
  margin-top: 12px;
}

footer.et-l--footer .dr-social-profile a.icon > .et_pb_social_media_follow_network_name {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* The exported service template centers a row that is wider than a phone,
   leaving the first and last tabs clipped. Keep the approved desktop tabs,
   but make the mobile strip start at the reading edge and scroll naturally. */
@media (max-width: 860px) {
  .svc-tabs-container {
    justify-content: flex-start !important;
    scroll-padding-inline: 16px;
    scroll-snap-type: inline proximity;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
  }

  .svc-tab-link,
  .svc-tab-btn {
    scroll-snap-align: start;
  }
}

/* The service modal markup uses these class names while the exported template
   styles an older set. These aliases restore the intended modal presentation. */
.svc-modal-window {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 420px;
  max-height: calc(100dvh - 40px);
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .35);
  animation: svcModalIn .25s cubic-bezier(.16, 1, .3, 1);
}

.svc-modal-window * {
  box-sizing: border-box;
}

.svc-modal-topbar {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 20px;
  border-bottom: 1px solid #edf4fa;
  background: #f8fbfe;
}

.svc-modal-close {
  display: inline-flex;
  flex: 0 0 44px;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #4a5d6e;
  background: #edf4fa;
  cursor: pointer;
}

.svc-modal-player-box {
  display: flex;
  min-height: 0;
  padding: 24px 20px;
  align-items: center;
  justify-content: center;
  overflow: auto;
  background: #091726;
}

.svc-modal-placeholder {
  width: 100%;
  max-width: 320px;
  padding: 28px 20px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 14px;
  color: #fff;
  background: #0f2742;
  text-align: center;
}

.svc-modal-placeholder-icon {
  display: inline-flex;
  width: 60px;
  height: 60px;
  margin-bottom: 16px;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255, 255, 255, .3);
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, .12);
}

/* A few legacy exports lost the footer section background entirely. Limit the
   repair to those routes so approved home and other desktop footers stay put. */
body.page-id-1478 footer.et-l--footer .et_pb_section_0_tb_footer,
body.postid-765 footer.et-l--footer .et_pb_section_0_tb_footer,
body.postid-1230 footer.et-l--footer .et_pb_section_0_tb_footer,
body.postid-1242 footer.et-l--footer .et_pb_section_0_tb_footer {
  background-color: #0b2e47 !important;
}

body.page-id-1478 footer.et-l--footer .et_pb_section_0_tb_footer :is(h2, h3, h4, strong, a, span),
body.postid-765 footer.et-l--footer .et_pb_section_0_tb_footer :is(h2, h3, h4, strong, a, span),
body.postid-1230 footer.et-l--footer .et_pb_section_0_tb_footer :is(h2, h3, h4, strong, a, span),
body.postid-1242 footer.et-l--footer .et_pb_section_0_tb_footer :is(h2, h3, h4, strong, a, span) {
  color: #fff !important;
}

body.page-id-1478 footer.et-l--footer .et_pb_section_0_tb_footer :is(p, li),
body.postid-765 footer.et-l--footer .et_pb_section_0_tb_footer :is(p, li),
body.postid-1230 footer.et-l--footer .et_pb_section_0_tb_footer :is(p, li),
body.postid-1242 footer.et-l--footer .et_pb_section_0_tb_footer :is(p, li) {
  color: #d8e7f3 !important;
}

body.page-id-1478 footer.et-l--footer .et_pb_section_0_tb_footer ul,
body.postid-765 footer.et-l--footer .et_pb_section_0_tb_footer ul,
body.postid-1230 footer.et-l--footer .et_pb_section_0_tb_footer ul,
body.postid-1242 footer.et-l--footer .et_pb_section_0_tb_footer ul {
  padding-inline-start: 0 !important;
  list-style: none !important;
}

/* Some legacy English exports hide every /en/ link. Keep that rule from
   removing the approved English navigation menu inside the shared footer. */
html[lang^="en"] footer.et-l--footer a[href*="/en/"] {
  display: inline !important;
}

.dr-medical-disclaimer {
  box-sizing: border-box;
  margin: 0 0 28px;
  padding: 16px 18px;
  border-inline-start: 4px solid #1677b8;
  border-radius: 10px;
  color: #183a55;
  background: #eef7fd;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.9;
}

@media (max-width: 620px) {
  body.page-id-1478 footer.et-l--footer .et_pb_section_0_tb_footer,
  body.postid-765 footer.et-l--footer .et_pb_section_0_tb_footer,
  body.postid-1230 footer.et-l--footer .et_pb_section_0_tb_footer,
  body.postid-1242 footer.et-l--footer .et_pb_section_0_tb_footer {
    box-sizing: border-box;
    padding-inline: 20px !important;
  }
}
