
:root{
  --navy:#08111f;
  --navy2:#0f2747;
  --gold:#d6aa4d;
  --gold2:#f0c56d;
  --paper:#f8fafc;
  --line:#dbe3ee;
  --text:#0f172a;
  --muted:#5f7087;
  --shadow:0 26px 70px rgba(8,17,31,.09);
  --shadow-deep:0 30px 90px rgba(8,17,31,.22);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;background:var(--paper);color:var(--text);
  font-family:"Cairo",Tahoma,Arial,sans-serif;line-height:1.85;
  text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;
}
html[dir="ltr"] body{font-family:"Inter","Segoe UI",Arial,sans-serif;line-height:1.72}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
button,input,select,textarea{font:inherit}
.container{width:min(1180px,calc(100% - 36px));margin:auto}
.section{padding:82px 0}
.topbar{background:linear-gradient(90deg,var(--navy),#132d53);color:#f3f6fb;font-size:14px}
.topbar-inner{min-height:46px;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}
.topbar-links{display:flex;gap:16px;flex-wrap:wrap}
.topbar a{font-weight:800}
.header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);border-bottom:1px solid rgba(219,227,238,.95);backdrop-filter:blur(18px)}
.header-inner{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.brand{display:flex;align-items:center;gap:12px;min-width:max-content}
.brand img{width:56px;height:56px;object-fit:contain;background:#fff;border:1px solid var(--line);border-radius:16px;padding:4px;box-shadow:0 12px 30px rgba(8,17,31,.08)}
.brand strong{display:block;font-size:18px;color:#08111f;line-height:1.25}
.brand small{display:block;color:var(--muted);font-size:12px;line-height:1.35;font-weight:700}
.nav{display:flex;gap:18px;font-weight:800;color:#44546a}
.nav a:hover{color:#08111f}
.header-actions{display:flex;align-items:center;gap:10px}
.lang-btn{border:1px solid var(--line);background:#fff;border-radius:999px;padding:10px 14px;font-weight:800;cursor:pointer}
.menu-btn{display:none;border:1px solid var(--line);background:#fff;border-radius:12px;padding:8px 12px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:12px 22px;border-radius:999px;font-weight:850;border:1px solid transparent;transition:.2s}
.btn:hover{transform:translateY(-2px)}
.btn-gold{background:linear-gradient(135deg,var(--gold),var(--gold2));color:#08111f;box-shadow:0 14px 36px rgba(214,170,77,.22)}
.btn-outline{background:#fff;color:#08111f;border-color:var(--line)}
.hero{background:radial-gradient(circle at 10% 12%,rgba(214,170,77,.12),transparent 22%),radial-gradient(circle at 88% 12%,rgba(12,57,138,.10),transparent 25%),linear-gradient(180deg,#fff,#f8fafc);overflow:hidden}
.hero-grid{display:grid;grid-template-columns:0.95fr 1.05fr;gap:42px;align-items:center}
.eyebrow{display:inline-flex;padding:8px 14px;border-radius:999px;background:rgba(214,170,77,.14);color:#9b6d18;font-weight:800;font-size:13px;margin:0 0 16px}
.hero h1,.section-head h2,.doctor-copy h2,.booking-copy h2,.location-grid h2{margin:0 0 18px;font-weight:900;line-height:1.18;letter-spacing:-.4px;color:#08111f}
.hero h1{font-size:clamp(34px,5vw,66px)}
.section-head h2,.doctor-copy h2,.booking-copy h2,.location-grid h2{font-size:clamp(30px,4vw,50px)}
.lead,.section-head p,.doctor-copy p,.booking-copy p,.location-grid p{color:var(--muted);font-size:17px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.chips{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}
.chips span{background:#fff;border:1px solid var(--line);border-radius:999px;padding:9px 13px;font-weight:750;color:#3b4a60}
.poster-card{background:#fff;border:1px solid var(--line);border-radius:34px;padding:16px;box-shadow:var(--shadow-deep)}
.poster-card img{border-radius:24px}
.trust-strip{background:var(--navy);color:#fff}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.trust-grid div{padding:24px;border-inline-start:1px solid rgba(255,255,255,.08)}
.trust-grid strong{display:block;font-size:18px}
.trust-grid span{color:#c2cede}
.doctor-grid,.booking-grid,.location-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:40px;align-items:center}
.doctor-card,.map-card{background:#fff;border:1px solid var(--line);border-radius:32px;padding:16px;box-shadow:var(--shadow)}
.doctor-card img{border-radius:24px}
.info-list{display:grid;gap:14px;margin-top:24px}
.info-list div{background:#fff;border:1px solid var(--line);border-radius:22px;padding:16px 18px;box-shadow:0 10px 24px rgba(8,17,31,.05)}
.info-list strong{display:block;font-size:17px;line-height:1.35}
.info-list span{color:var(--muted);display:block;margin-top:4px;line-height:1.7}
.section-head{max-width:820px;margin:0 auto 34px}
.center{text-align:center}
.services-section,.articles-section,.booking-section{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.services-grid,.articles-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.service-card,.article-card,.gallery-card{background:#fff;border:1px solid var(--line);border-radius:28px;padding:22px;box-shadow:0 14px 36px rgba(8,17,31,.05);transition:.22s}
.service-card:hover,.article-card:hover,.gallery-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
.service-card span{color:var(--gold);font-weight:900}
.service-card h3,.article-card h3,.gallery-card h3{margin:8px 0 10px;font-size:19px;line-height:1.4;font-weight:850;color:#08111f}
.service-card p,.article-card p,.gallery-card p{margin:0;color:var(--muted);font-size:15px}
.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.gallery-card{padding:0;overflow:hidden}
.gallery-card img{width:100%;aspect-ratio:1.25/1;object-fit:contain;background:#fff;padding:12px;border-bottom:1px solid var(--line)}
.gallery-card div{padding:20px}
.article-card{min-height:255px;display:flex;flex-direction:column}
.article-card .tag{display:inline-flex;width:max-content;max-width:100%;padding:7px 12px;border-radius:999px;background:rgba(214,170,77,.14);color:#9b6d18;font-size:12px;font-weight:850;margin-bottom:12px}
.article-card a{margin-top:auto;padding-top:18px;color:#1d4ed8;font-weight:850}
.contact-stack{display:grid;gap:10px;margin-top:20px}
.contact-stack a{color:#1d4ed8;font-weight:850}
.booking-form{background:#fff;border:1px solid var(--line);border-radius:30px;padding:26px;box-shadow:var(--shadow);display:grid;gap:14px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.booking-form label{display:grid;gap:7px;font-weight:800}
.booking-form input,.booking-form select,.booking-form textarea{width:100%;padding:13px 15px;border:1px solid var(--line);border-radius:15px;background:#f8fafc;outline:none}
.booking-form input:focus,.booking-form select:focus,.booking-form textarea:focus{border-color:var(--gold);background:#fff}
.full{width:100%;border:0}
.privacy{margin:0;font-size:13px;color:var(--muted);text-align:center}
.map-card iframe{width:100%;min-height:430px;border:0;border-radius:24px}
.mobile-cta{display:none}
.footer{background:#06101d;color:#cbd5e1;padding:46px 0}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:28px}
.footer h3,.footer h4{color:#fff;margin:0 0 12px}
.footer a{display:block;margin:8px 0;color:#cbd5e1}
@media(max-width:980px){
  .menu-btn{display:block}
  .nav{display:none;position:absolute;top:82px;left:16px;right:16px;background:#fff;border:1px solid var(--line);border-radius:20px;padding:12px;box-shadow:var(--shadow);flex-direction:column;z-index:60}
  .nav.open{display:flex}
  .hero-grid,.doctor-grid,.booking-grid,.location-grid{grid-template-columns:1fr}
  .trust-grid,.services-grid,.articles-grid{grid-template-columns:repeat(2,1fr)}
  .gallery-grid{grid-template-columns:1fr}
}
@media(max-width:680px){
  .section{padding:58px 0}
  .container{width:min(100% - 28px,1180px)}
  .header-inner{min-height:74px}
  .header-actions .btn-gold{display:none}
  .hero h1{font-size:34px}
  .section-head h2,.doctor-copy h2,.booking-copy h2,.location-grid h2{font-size:29px}
  .lead,.section-head p,.doctor-copy p,.booking-copy p,.location-grid p{font-size:16px}
  .topbar-inner,.topbar-links{justify-content:center}
  .trust-grid,.services-grid,.articles-grid,.footer-grid,.form-row{grid-template-columns:1fr}
  .mobile-cta{position:fixed;left:0;right:0;bottom:0;z-index:80;display:grid;grid-template-columns:1fr 1fr;background:#fff;border-top:1px solid var(--line);box-shadow:0 -10px 30px rgba(8,17,31,.08)}
  .mobile-cta a{padding:13px;text-align:center;font-weight:850}
  .mobile-cta a:last-child{background:#16a34a;color:#fff}
  body{padding-bottom:54px}
}

/* V11 QR and enhanced booking */
.qr-section{
  background:linear-gradient(180deg,#fff,#f8fafc);
  border-bottom:1px solid var(--line);
}
.qr-grid{
  display:grid;
  grid-template-columns:.75fr 1.25fr;
  gap:28px;
  align-items:center;
}
.qr-copy h2{
  margin:0 0 14px;
  font-size:clamp(30px,4vw,48px);
  line-height:1.18;
  color:#08111f;
}
.qr-copy p{
  color:var(--muted);
}
.qr-cards{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}
.qr-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:30px;
  padding:18px;
  box-shadow:var(--shadow);
  display:grid;
  grid-template-columns:130px 1fr;
  gap:16px;
  align-items:center;
}
.qr-card img{
  width:130px;
  height:130px;
  border-radius:18px;
  border:1px solid var(--line);
  padding:8px;
  background:#fff;
}
.qr-card h3{
  margin:0 0 8px;
  color:#08111f;
  font-size:20px;
}
.qr-card p{
  margin:0 0 12px;
  color:var(--muted);
  font-size:14px;
}
.qr-card a{
  color:#1d4ed8;
  font-weight:850;
}
.form-head{
  display:grid;
  grid-template-columns:82px 1fr;
  gap:14px;
  align-items:center;
  padding:14px;
  background:linear-gradient(135deg,#fff,#f8fafc);
  border:1px solid var(--line);
  border-radius:22px;
}
.form-head img{
  width:82px;
  height:82px;
  border-radius:14px;
  border:1px solid var(--line);
  padding:5px;
  background:#fff;
}
.form-head strong{
  display:block;
  color:#08111f;
  font-size:18px;
  line-height:1.3;
}
.form-head span{
  display:block;
  color:var(--muted);
  font-size:14px;
  margin-top:3px;
}
.booking-options{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
}
.booking-options button{
  border:1px solid var(--line);
  background:#fff;
  border-radius:999px;
  padding:10px 12px;
  font-weight:850;
  cursor:pointer;
  color:#08111f;
}
.booking-options button.active{
  background:linear-gradient(135deg,var(--gold),var(--gold2));
  border-color:transparent;
}
.location-qr{
  display:inline-flex;
  align-items:center;
  gap:12px;
  margin-top:20px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:20px;
  padding:12px;
  box-shadow:0 10px 24px rgba(8,17,31,.05);
}
.location-qr img{
  width:76px;
  height:76px;
  border-radius:12px;
  border:1px solid var(--line);
  padding:5px;
}
.location-qr span{
  color:var(--muted);
  font-weight:800;
  max-width:220px;
}
@media(max-width:980px){
  .qr-grid{
    grid-template-columns:1fr;
  }
}
@media(max-width:680px){
  .qr-cards{
    grid-template-columns:1fr;
  }
  .qr-card{
    grid-template-columns:100px 1fr;
  }
  .qr-card img{
    width:100px;
    height:100px;
  }
  .booking-options{
    grid-template-columns:1fr;
  }
  .form-head{
    grid-template-columns:64px 1fr;
  }
  .form-head img{
    width:64px;
    height:64px;
  }
}


/* V12 top banner */
.top-banner{
  background:
    radial-gradient(circle at 12% 20%, rgba(214,170,77,.16), transparent 26%),
    radial-gradient(circle at 88% 18%, rgba(29,78,216,.10), transparent 22%),
    linear-gradient(180deg,#f7f3ec 0%, #fff 100%);
  border-bottom:1px solid var(--line);
  padding:28px 0 22px;
  overflow:hidden;
}
.top-banner-grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:28px;
  align-items:center;
}
.top-banner-copy h2{
  margin:0 0 12px;
  font-size:clamp(30px,3.6vw,52px);
  line-height:1.15;
  color:#08111f;
  font-weight:900;
  letter-spacing:-.4px;
}
html[dir="ltr"] .top-banner-copy h2{
  letter-spacing:-1px;
}
.top-banner-copy p{
  margin:0;
  color:var(--muted);
  font-size:16.5px;
  line-height:1.85;
  max-width:700px;
}
.banner-chip{
  display:inline-flex;
  padding:9px 14px;
  margin:0 0 14px;
  border-radius:999px;
  background:rgba(214,170,77,.16);
  color:#9b6d18;
  font-size:13px;
  font-weight:850;
}
.top-banner-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:22px;
}
.top-banner-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:28px;
  padding:12px;
  box-shadow:0 22px 50px rgba(8,17,31,.12);
}
.top-banner-card img{
  display:block;
  width:100%;
  border-radius:20px;
  max-height:280px;
  object-fit:cover;
}
@media(max-width:980px){
  .top-banner-grid{
    grid-template-columns:1fr;
  }
}
@media(max-width:680px){
  .top-banner{
    padding:20px 0 16px;
  }
  .top-banner-copy h2{
    font-size:30px;
    line-height:1.18;
  }
  .top-banner-copy p{
    font-size:15px;
  }
  .top-banner-card img{
    max-height:none;
  }
}


/* V13 slider banner */
.slider-shell{
  position:relative;
}
.banner-slider{
  position:relative;
  min-height: 360px;
}
.banner-slide{
  display:none;
  animation:fadeBanner .45s ease;
}
.banner-slide.active{
  display:block;
}
@keyframes fadeBanner{
  from{opacity:.35; transform:translateY(6px);}
  to{opacity:1; transform:translateY(0);}
}
.slider-controls{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  margin-top:16px;
}
.slider-arrow{
  width:44px;
  height:44px;
  border-radius:999px;
  border:1px solid var(--line);
  background:#fff;
  color:#08111f;
  font-size:28px;
  line-height:1;
  cursor:pointer;
  box-shadow:0 8px 20px rgba(8,17,31,.06);
}
.slider-dots{
  display:flex;
  gap:8px;
}
.slider-dots button{
  width:12px;
  height:12px;
  border-radius:999px;
  border:0;
  background:#cbd5e1;
  cursor:pointer;
  padding:0;
}
.slider-dots button.active{
  width:34px;
  background:linear-gradient(135deg,var(--gold),var(--gold2));
}
.qr-banner-card{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:280px;
}
.banner-qr-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
  width:100%;
}
.banner-qr-grid div{
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  padding:18px;
  text-align:center;
  box-shadow:0 10px 24px rgba(8,17,31,.05);
}
.banner-qr-grid img{
  width:100%;
  max-width:150px;
  margin:0 auto 10px;
  border-radius:12px;
  border:1px solid var(--line);
  padding:6px;
  background:#fff;
}
.banner-qr-grid span{
  display:block;
  color:#08111f;
  font-weight:800;
  font-size:14px;
}
@media(max-width:680px){
  .banner-slider{
    min-height:auto;
  }
  .banner-qr-grid{
    grid-template-columns:1fr;
  }
  .slider-controls{
    margin-top:12px;
  }
}


/* V14 luxury slider */
.luxury-slider-banner{
  background:
    radial-gradient(circle at 12% 16%, rgba(214,170,77,.18), transparent 24%),
    radial-gradient(circle at 88% 18%, rgba(29,78,216,.12), transparent 22%),
    linear-gradient(180deg,#f8f3ea 0%, #fbfdff 54%, #ffffff 100%);
  padding:34px 0 26px;
}
.banner-slider{
  position:relative;
  min-height:460px;
}
.banner-slide{
  display:none;
  opacity:0;
  transform:translateX(24px) scale(.985);
  transition:opacity .7s ease, transform .85s cubic-bezier(.22,.61,.36,1);
}
.banner-slide.active{
  display:block;
  opacity:1;
  transform:translateX(0) scale(1);
}
.banner-slide-panel{
  min-height:460px;
}
.hero-slide-panel{
  position:relative;
  min-height:560px;
  overflow:hidden;
  border-radius:34px;
  box-shadow:0 34px 90px rgba(8,17,31,.18);
  border:1px solid rgba(255,255,255,.45);
}
.hero-slide-media{
  position:absolute;
  inset:0;
}
.hero-slide-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  filter:saturate(1.05) contrast(1.02);
  transform:scale(1.02);
}
.hero-slide-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(6,16,29,.88) 0%, rgba(6,16,29,.82) 34%, rgba(6,16,29,.28) 68%, rgba(6,16,29,.12) 100%),
    linear-gradient(180deg, rgba(214,170,77,.08), rgba(214,170,77,0));
}
.hero-slide-content{
  position:relative;
  z-index:2;
  min-height:560px;
  display:flex;
  align-items:center;
  padding:34px;
}
.hero-slide-copy{
  max-width:620px;
  color:#fff;
}
.hero-slide-copy h2{
  color:#fff;
  font-size:clamp(36px,5vw,64px);
  line-height:1.05;
  margin:0 0 16px;
}
.hero-slide-copy p{
  color:rgba(255,255,255,.9);
  font-size:17px;
  line-height:1.9;
  margin:0;
}
.banner-outline-light{
  background:rgba(255,255,255,.08);
  color:#fff;
  border-color:rgba(255,255,255,.28);
  backdrop-filter:blur(8px);
}
.hero-features{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:22px;
}
.hero-features span{
  display:inline-flex;
  padding:10px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.11);
  color:#fff;
  border:1px solid rgba(255,255,255,.16);
  font-weight:800;
  backdrop-filter:blur(10px);
}
.split-slide-panel{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
  align-items:stretch;
}
.large-copy{
  background:#fff;
  border:1px solid var(--line);
  border-radius:32px;
  padding:34px;
  box-shadow:0 22px 60px rgba(8,17,31,.08);
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.large-copy h2{
  font-size:clamp(34px,4.3vw,54px);
  line-height:1.1;
  margin:0 0 12px;
}
.large-copy p{
  font-size:16.5px;
  line-height:1.85;
}
.extra-large-visual{
  display:flex;
}
.tall-card{
  width:100%;
  padding:14px;
  border-radius:32px;
  box-shadow:0 26px 70px rgba(8,17,31,.12);
}
.tall-card img{
  width:100%;
  height:100%;
  min-height:430px;
  object-fit:cover;
  border-radius:24px;
}
.trust-inline{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  margin-top:20px;
}
.trust-inline div{
  background:linear-gradient(180deg,#f8fafc,#fff);
  border:1px solid var(--line);
  border-radius:22px;
  padding:16px;
}
.trust-inline strong{
  display:block;
  color:#08111f;
  font-size:16px;
  line-height:1.35;
}
.trust-inline span{
  display:block;
  color:var(--muted);
  margin-top:6px;
  line-height:1.6;
}
.qr-slide-panel .large-copy{
  background:linear-gradient(180deg,#fff,#f8fafc);
}
.booking-highlight{
  margin-top:20px;
  background:linear-gradient(135deg, rgba(214,170,77,.14), rgba(214,170,77,.07));
  border:1px solid rgba(214,170,77,.25);
  border-radius:22px;
  padding:18px;
}
.booking-highlight strong{
  display:block;
  color:#08111f;
  font-size:17px;
}
.booking-highlight span{
  display:block;
  color:var(--muted);
  margin-top:5px;
}
.luxury-qr-card{
  width:100%;
  min-height:430px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:18px;
}
.large-qr-grid{
  width:100%;
  gap:18px;
}
.large-qr-grid div{
  padding:20px;
  border-radius:24px;
}
.large-qr-grid img{
  max-width:180px;
}
.premium-slider-controls{
  justify-content:center;
  gap:16px;
}
.slider-arrow{
  width:48px;
  height:48px;
  font-size:30px;
  box-shadow:0 10px 24px rgba(8,17,31,.08);
}
.slider-dots button{
  width:12px;
  height:12px;
  transition:all .28s ease;
}
.slider-dots button.active{
  width:38px;
}
.slider-counter{
  display:flex;
  align-items:center;
  gap:6px;
  padding:8px 14px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:999px;
  color:#08111f;
  font-weight:850;
  box-shadow:0 8px 18px rgba(8,17,31,.05);
}
.slider-counter em{
  font-style:normal;
  color:#94a3b8;
}
@media(max-width:1100px){
  .hero-slide-panel,
  .hero-slide-content{
    min-height:520px;
  }
}
@media(max-width:980px){
  .split-slide-panel{
    grid-template-columns:1fr;
  }
  .banner-slider{
    min-height:auto;
  }
  .hero-slide-panel,
  .hero-slide-content{
    min-height:480px;
  }
}
@media(max-width:680px){
  .luxury-slider-banner{
    padding:20px 0 16px;
  }
  .hero-slide-panel{
    min-height:480px;
    border-radius:28px;
  }
  .hero-slide-content{
    padding:22px;
    min-height:480px;
  }
  .hero-slide-copy h2{
    font-size:34px;
    line-height:1.12;
  }
  .hero-slide-copy p{
    font-size:15px;
    line-height:1.75;
  }
  .hero-features{
    gap:8px;
  }
  .hero-features span{
    padding:8px 12px;
    font-size:13px;
  }
  .large-copy{
    padding:22px;
    border-radius:26px;
  }
  .large-copy h2{
    font-size:30px;
    line-height:1.15;
  }
  .trust-inline{
    grid-template-columns:1fr;
  }
  .tall-card img,
  .luxury-qr-card{
    min-height:auto;
  }
  .premium-slider-controls{
    flex-wrap:wrap;
  }
}


/* V15 hospital-style full-width slider */
.fullwidth-slider{
  padding:0 0 28px;
  background:
    linear-gradient(180deg,#f4f7fb 0%, #ffffff 54%, #f8fbfe 100%);
}
.full-slider-shell{
  width:100%;
}
.hospital-slider .banner-slider{
  min-height:640px;
}
.hospital-slider .banner-slide{
  display:none;
  opacity:0;
  transform:translateX(38px) scale(.985);
  transition:opacity .85s ease, transform 1.05s cubic-bezier(.22,.61,.36,1);
}
.hospital-slider .banner-slide.active{
  display:block;
  opacity:1;
  transform:translateX(0) scale(1);
}
.hospital-slider .banner-slide-panel{
  width:100%;
  min-height:640px;
}
.hospital-hero-slide{
  position:relative;
  overflow:hidden;
  min-height:700px;
}
.hospital-hero-media{
  position:absolute;
  inset:0;
}
.hospital-hero-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  filter:saturate(1.03) contrast(1.03);
  animation:kenBurnsHospital 14s ease-in-out infinite alternate;
}
@keyframes kenBurnsHospital{
  from{transform:scale(1.02);}
  to{transform:scale(1.1);}
}
.hospital-hero-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(5,14,27,.88) 0%, rgba(5,14,27,.82) 32%, rgba(5,14,27,.35) 58%, rgba(5,14,27,.18) 100%),
    linear-gradient(180deg, rgba(9,30,66,.18), rgba(214,170,77,.06));
}
.hospital-hero-content{
  position:relative;
  z-index:2;
  min-height:700px;
  display:grid;
  grid-template-columns:1.15fr .55fr;
  gap:28px;
  align-items:end;
  padding-top:56px;
  padding-bottom:56px;
}
.hospital-copy{
  max-width:760px;
  color:#fff;
}
.hospital-copy h2{
  margin:0 0 16px;
  color:#fff;
  font-size:clamp(42px,5.2vw,74px);
  line-height:1.02;
  letter-spacing:-1.1px;
}
html[dir="rtl"] .hospital-copy h2{
  letter-spacing:-.3px;
}
.hospital-copy p{
  color:rgba(255,255,255,.92);
  font-size:18px;
  line-height:1.95;
  max-width:690px;
  margin:0;
}
.light-chip{
  background:rgba(255,255,255,.12);
  color:#fff;
  border:1px solid rgba(255,255,255,.14);
  backdrop-filter:blur(8px);
}
.hospital-highlights{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin-top:26px;
}
.hospital-highlights div{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  border-radius:24px;
  padding:18px;
  backdrop-filter:blur(10px);
}
.hospital-highlights strong{
  display:block;
  color:#fff;
  font-size:16px;
  line-height:1.3;
}
.hospital-highlights span{
  display:block;
  color:rgba(255,255,255,.82);
  margin-top:7px;
  font-size:14px;
  line-height:1.55;
}
.hospital-side-card{
  align-self:end;
  background:rgba(255,255,255,.95);
  border:1px solid rgba(255,255,255,.7);
  border-radius:30px;
  padding:22px;
  box-shadow:0 28px 80px rgba(8,17,31,.22);
  backdrop-filter:blur(12px);
}
.side-card-badge{
  display:inline-flex;
  padding:7px 12px;
  border-radius:999px;
  background:rgba(214,170,77,.14);
  color:#9b6d18;
  font-weight:850;
  font-size:12px;
}
.hospital-side-card strong{
  display:block;
  color:#08111f;
  font-size:30px;
  line-height:1.1;
  margin-top:14px;
}
.hospital-side-card p{
  color:var(--muted);
  font-size:15px;
  line-height:1.8;
  margin:10px 0 0;
}
.mini-qr-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin-top:18px;
}
.mini-qr-row div{
  background:#fff;
  border:1px solid var(--line);
  border-radius:20px;
  padding:14px;
  text-align:center;
}
.mini-qr-row img{
  width:100%;
  max-width:120px;
  margin:0 auto 10px;
  border-radius:10px;
  padding:4px;
  border:1px solid var(--line);
}
.mini-qr-row span{
  display:block;
  color:#08111f;
  font-size:13px;
  font-weight:800;
  line-height:1.4;
}
.hospital-split-slide{
  padding:34px 0 12px;
}
.hospital-split-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:26px;
  align-items:center;
}
.hospital-text-panel{
  background:#fff;
  border:1px solid var(--line);
  border-radius:34px;
  padding:38px;
  box-shadow:0 26px 70px rgba(8,17,31,.08);
}
.hospital-text-panel h2{
  margin:0 0 12px;
  color:#08111f;
  font-size:clamp(36px,4.3vw,58px);
  line-height:1.08;
}
.hospital-text-panel p{
  margin:0;
  color:var(--muted);
  font-size:17px;
  line-height:1.9;
}
.hospital-visual-panel{
  display:flex;
}
.visual-frame{
  width:100%;
  background:#fff;
  border:1px solid var(--line);
  border-radius:34px;
  padding:16px;
  box-shadow:0 26px 70px rgba(8,17,31,.12);
}
.visual-frame img{
  width:100%;
  min-height:500px;
  object-fit:cover;
  border-radius:26px;
}
.booking-slide-bg .hospital-text-panel{
  background:linear-gradient(180deg,#fff,#f8fbff);
}
.luxury-qr-stage{
  width:100%;
  background:#08111f;
  border-radius:34px;
  padding:22px;
  box-shadow:0 28px 80px rgba(8,17,31,.18);
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}
.stage-card{
  background:#fff;
  border-radius:28px;
  padding:22px;
  text-align:center;
}
.stage-card img{
  width:100%;
  max-width:210px;
  margin:0 auto 16px;
  border-radius:16px;
  border:1px solid var(--line);
  padding:8px;
}
.stage-card strong{
  display:block;
  color:#08111f;
  font-size:17px;
  line-height:1.35;
}
.hospital-slider-controls{
  margin-top:18px;
  gap:16px;
}
.hospital-slider-controls .slider-arrow{
  width:52px;
  height:52px;
  font-size:32px;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:0 12px 28px rgba(8,17,31,.08);
}
.hospital-slider-controls .slider-counter{
  background:#fff;
  box-shadow:0 12px 28px rgba(8,17,31,.06);
}
.hospital-slider-controls .slider-dots button{
  width:14px;
  height:14px;
}
.hospital-slider-controls .slider-dots button.active{
  width:42px;
}
@media(min-width:1400px){
  .hospital-hero-content{
    max-width:1360px;
  }
  .hospital-split-grid{
    max-width:1360px;
  }
}
@media(max-width:1200px){
  .hospital-copy h2{
    font-size:clamp(38px,5vw,62px);
  }
}
@media(max-width:980px){
  .hospital-slider .banner-slider,
  .hospital-slider .banner-slide-panel{
    min-height:auto;
  }
  .hospital-hero-slide{
    min-height:auto;
  }
  .hospital-hero-content{
    min-height:auto;
    grid-template-columns:1fr;
    align-items:end;
    padding-top:34px;
    padding-bottom:34px;
  }
  .hospital-highlights{
    grid-template-columns:1fr;
  }
  .hospital-split-grid{
    grid-template-columns:1fr;
  }
  .luxury-qr-stage{
    grid-template-columns:1fr 1fr;
  }
}
@media(max-width:680px){
  .fullwidth-slider{
    padding-bottom:18px;
  }
  .hospital-hero-slide{
    min-height:560px;
  }
  .hospital-hero-content{
    padding-top:22px;
    padding-bottom:22px;
  }
  .hospital-copy h2{
    font-size:34px;
    line-height:1.12;
  }
  .hospital-copy p{
    font-size:15px;
    line-height:1.8;
  }
  .hospital-side-card{
    border-radius:24px;
    padding:18px;
  }
  .hospital-side-card strong{
    font-size:24px;
  }
  .hospital-text-panel{
    padding:24px;
    border-radius:26px;
  }
  .hospital-text-panel h2{
    font-size:30px;
    line-height:1.15;
  }
  .hospital-text-panel p{
    font-size:15px;
  }
  .visual-frame{
    border-radius:26px;
    padding:12px;
  }
  .visual-frame img{
    min-height:auto;
    border-radius:20px;
  }
  .luxury-qr-stage{
    grid-template-columns:1fr;
    border-radius:26px;
    padding:16px;
  }
  .stage-card{
    border-radius:20px;
    padding:18px;
  }
  .mini-qr-row{
    grid-template-columns:1fr 1fr;
  }
}


/* V16 luxury clean hero */
.luxury-hero{
  position:relative;
  padding:38px 0 24px;
  background:
    radial-gradient(circle at 12% 18%, rgba(220,177,80,.16), transparent 22%),
    radial-gradient(circle at 85% 16%, rgba(16,41,84,.08), transparent 24%),
    linear-gradient(180deg, #f7f4ee 0%, #fcfdff 54%, #ffffff 100%);
  border-bottom:1px solid var(--line);
}
.luxury-hero-wrap{
  display:grid;
  grid-template-columns:1.06fr .94fr;
  gap:34px;
  align-items:center;
}
.luxury-hero-copy{
  padding:10px 0;
}
.luxury-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 16px;
  border-radius:999px;
  background:rgba(214,170,77,.12);
  color:#9a6f1d;
  border:1px solid rgba(214,170,77,.18);
  font-weight:850;
  font-size:13px;
  margin:0 0 18px;
}
.luxury-hero-copy h1{
  margin:0 0 16px;
  color:#08111f;
  font-size:clamp(42px,5vw,74px);
  line-height:1.02;
  letter-spacing:-1px;
}
html[dir="rtl"] .luxury-hero-copy h1{ letter-spacing:-.2px; }
.luxury-subtitle{
  margin:0;
  color:var(--muted);
  font-size:17px;
  line-height:1.95;
  max-width:670px;
}
.luxury-pill-row{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:24px;
}
.luxury-pill-row span{
  display:inline-flex;
  padding:10px 15px;
  border-radius:999px;
  background:#fff;
  border:1px solid var(--line);
  color:#08111f;
  font-weight:800;
  box-shadow:0 10px 22px rgba(8,17,31,.04);
}
.luxury-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:28px;
}
.luxury-trust-strip{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin-top:28px;
}
.luxury-trust-strip div{
  background:linear-gradient(180deg,#ffffff,#f8fafc);
  border:1px solid var(--line);
  border-radius:24px;
  padding:18px;
  box-shadow:0 14px 30px rgba(8,17,31,.05);
}
.luxury-trust-strip strong{
  display:block;
  color:#08111f;
  font-size:16px;
  line-height:1.35;
}
.luxury-trust-strip span{
  display:block;
  color:var(--muted);
  margin-top:6px;
  line-height:1.6;
}
.luxury-hero-visual{
  position:relative;
  min-height:570px;
  display:flex;
  align-items:center;
  justify-content:flex-end;
}
.luxury-image-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:38px;
  padding:16px;
  box-shadow:0 28px 80px rgba(8,17,31,.14);
}
.luxury-image-card img{
  width:100%;
  max-width:600px;
  border-radius:28px;
  display:block;
}
.primary-card{
  width:min(100%, 580px);
}
.luxury-floating-card{
  position:absolute;
  inset-inline-start:-10px;
  bottom:26px;
  width:270px;
  background:rgba(255,255,255,.97);
  border:1px solid rgba(255,255,255,.82);
  border-radius:28px;
  padding:18px;
  box-shadow:0 24px 60px rgba(8,17,31,.14);
  backdrop-filter:blur(10px);
}
.card-label{
  display:inline-flex;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(214,170,77,.12);
  color:#9a6f1d;
  font-size:12px;
  font-weight:850;
}
.luxury-floating-card strong{
  display:block;
  color:#08111f;
  font-size:26px;
  line-height:1.1;
  margin-top:12px;
}
.qr-mini-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:14px;
}
.qr-mini-grid div{
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  padding:12px;
  text-align:center;
}
.qr-mini-grid img{
  width:100%;
  max-width:100px;
  margin:0 auto 8px;
  border-radius:10px;
  border:1px solid var(--line);
  padding:4px;
}
.qr-mini-grid small{
  display:block;
  color:#08111f;
  font-size:11px;
  font-weight:800;
  line-height:1.45;
}
@media(max-width:1100px){
  .luxury-hero-wrap{grid-template-columns:1fr;}
  .luxury-hero-visual{min-height:auto; justify-content:center;}
  .luxury-floating-card{position:relative; inset:auto; width:min(100%,360px); margin:18px auto 0;}
}
@media(max-width:720px){
  .luxury-hero{padding:24px 0 18px;}
  .luxury-hero-copy h1{font-size:36px; line-height:1.1;}
  .luxury-subtitle{font-size:15px; line-height:1.8;}
  .luxury-pill-row{gap:8px;}
  .luxury-pill-row span{padding:8px 12px; font-size:13px;}
  .luxury-trust-strip{grid-template-columns:1fr;}
  .luxury-image-card{padding:10px; border-radius:26px;}
  .luxury-image-card img{border-radius:20px;}
  .luxury-floating-card{border-radius:22px; padding:16px;}
}


/* V18 FINAL PREMIUM */
:root{
  --navy:#071425;
  --navy2:#133055;
  --gold:#c9a14f;
  --gold2:#e8c980;
  --paper:#f6f9fd;
  --line:#dbe5ef;
  --text:#0f1a2c;
  --muted:#607287;
  --shadow:0 22px 56px rgba(7,20,37,.07);
  --shadow-deep:0 30px 88px rgba(7,20,37,.16);
}
body{background:linear-gradient(180deg,#f6f9fd 0%, #ffffff 46%, #f9fbfd 100%);color:var(--text)}
.topbar{background:linear-gradient(90deg,var(--navy),var(--navy2))}
.header{background:rgba(255,255,255,.96);border-bottom:1px solid rgba(219,229,239,.96);box-shadow:0 10px 28px rgba(7,20,37,.04)}
.brand strong{color:#081523}
.brand small{color:#6a7a8e}
.nav{color:#415268}
.nav a:hover{color:#071425}
.section{padding:98px 0}
.btn-gold,.btn-primary{background:linear-gradient(135deg,var(--gold),var(--gold2));color:#0e1727;box-shadow:0 16px 34px rgba(201,161,79,.22)}
.btn-outline{background:#fff;border-color:#d6e0ea}
.luxury-hero{position:relative;padding:42px 0 34px;background:radial-gradient(circle at 10% 18%, rgba(201,161,79,.18), transparent 24%),radial-gradient(circle at 86% 16%, rgba(71,122,190,.12), transparent 24%),linear-gradient(135deg,#071425 0%, #0a1d36 48%, #102b4c 100%);border-bottom:none;overflow:hidden}
.luxury-hero::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.02),rgba(255,255,255,0));pointer-events:none}
.luxury-hero::after{content:"";position:absolute;width:560px;height:560px;border-radius:50%;inset-inline-end:-180px;top:-180px;background:radial-gradient(circle, rgba(201,161,79,.18), transparent 66%);filter:blur(8px);opacity:.9;pointer-events:none}
.luxury-hero-wrap{gap:44px;align-items:center;position:relative;z-index:1}
.luxury-kicker{background:rgba(255,255,255,.08);color:#f0cf88;border-color:rgba(240,207,136,.20);backdrop-filter:blur(12px)}
.luxury-hero-copy h1{color:#ffffff;font-size:clamp(46px,5vw,82px);line-height:1.01;letter-spacing:-1.2px}
html[dir="rtl"] .luxury-hero-copy h1{letter-spacing:-.3px}
.luxury-subtitle{color:rgba(235,241,249,.86);max-width:720px;font-size:18px;line-height:1.95}
.luxury-pill-row{margin-top:26px;gap:12px}
.luxury-pill-row span{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.12);color:#f8fbff;box-shadow:none;backdrop-filter:blur(8px)}
.luxury-actions{margin-top:30px}
.luxury-trust-strip{margin-top:30px;gap:16px}
.luxury-trust-strip div{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.10);box-shadow:none;backdrop-filter:blur(10px)}
.luxury-trust-strip strong{color:#fff;font-size:17px}
.luxury-trust-strip span{color:rgba(233,239,247,.78)}
.luxury-hero-visual{min-height:620px;justify-content:flex-end}
.luxury-image-card{background:linear-gradient(180deg,rgba(255,255,255,.12),rgba(255,255,255,.06));border:1px solid rgba(255,255,255,.12);padding:18px;box-shadow:var(--shadow-deep);backdrop-filter:blur(10px)}
.primary-card{width:min(100%,590px)}
.luxury-image-card img{border-radius:30px}
.luxury-floating-card{background:rgba(255,255,255,.96);border-color:rgba(255,255,255,.88);box-shadow:0 24px 62px rgba(3,13,25,.28);width:286px}
.card-label{background:rgba(201,161,79,.12);color:#9a6d1e}
.section-head h2,.doctor-copy h2,.booking-copy h2,.location-grid h2,.hero h1{letter-spacing:-1px}
.trust-strip{background:linear-gradient(90deg,#0a203b,#143661);box-shadow:inset 0 1px 0 rgba(255,255,255,.03)}
.trust-grid div{padding:26px 24px}
.trust-grid strong{font-size:19px}
.trust-grid span{color:#d3e2f6}
.service-card,.article-card,.gallery-card,.booking-form,.map-card,.doctor-card,.about-card,.metric-card,.booking-copy,.doctor-copy,.location-copy,.poster-card{border-radius:28px;border:1px solid #dde6f0;background:linear-gradient(180deg,#ffffff,#fcfdff);box-shadow:0 18px 46px rgba(7,20,37,.05)}
.gallery-card{overflow:hidden}
.service-card h3,.article-card h3,.gallery-card h3{font-size:20px}
.service-card p,.article-card p,.gallery-card p{line-height:1.75}
.eyebrow{background:rgba(201,161,79,.12);color:#91681c;border:1px solid rgba(201,161,79,.18)}
.booking-form input,.booking-form select,.booking-form textarea{background:#fbfcfe;border-color:#dbe5ef}
.booking-form input:focus,.booking-form select:focus,.booking-form textarea:focus{border-color:#c9a14f;box-shadow:0 0 0 4px rgba(201,161,79,.10)}
.map-card iframe{box-shadow:none}
.footer{background:linear-gradient(180deg,#071425,#0a1b31);color:#cfddee}
.footer h3,.footer h4{color:#fff}
.footer a{color:#d8e5f5}
@media(max-width:1100px){.luxury-hero-visual{min-height:auto;justify-content:center}}
@media(max-width:720px){.section{padding:72px 0}.luxury-hero{padding:28px 0 22px}.luxury-hero-copy h1{font-size:38px;line-height:1.08}.luxury-subtitle{font-size:15px;line-height:1.85}.luxury-trust-strip{grid-template-columns:1fr}.luxury-floating-card{width:100%;max-width:360px}}


/* V18.1 hero title font adjustment */
.luxury-hero-copy h1{
  font-size:clamp(40px,4.35vw,68px) !important;
  line-height:1.06;
}
@media(max-width:720px){
  .luxury-hero-copy h1{
    font-size:34px !important;
    line-height:1.1;
  }
}


/* V18.2 hero refinement: line spacing, smaller surrounding elements, better centering */
.luxury-hero-wrap{
  grid-template-columns:1fr 1fr !important;
  align-items:center !important;
  gap:36px !important;
}
.luxury-hero-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-self:center;
}
.luxury-hero-copy h1{
  font-size:clamp(36px,3.8vw,58px) !important;
  line-height:1.18 !important;
  margin-bottom:10px !important;
  max-width:540px;
}
.luxury-subtitle{
  max-width:560px !important;
  line-height:1.72 !important;
  margin-top:2px;
  font-size:16px !important;
}
.luxury-pill-row{
  margin-top:18px !important;
  gap:10px !important;
}
.luxury-pill-row span{
  padding:8px 12px !important;
  font-size:13px !important;
}
.luxury-actions{
  margin-top:20px !important;
  gap:10px !important;
}
.luxury-actions .btn,
.hero-actions .btn{
  min-height:44px !important;
  padding:10px 18px !important;
  font-size:14px !important;
}
.luxury-trust-strip{
  margin-top:22px !important;
  gap:12px !important;
}
.luxury-trust-strip div{
  padding:16px !important;
}
.luxury-trust-strip strong{
  font-size:15px !important;
}
.luxury-trust-strip span{
  font-size:13px !important;
  line-height:1.55 !important;
}
.luxury-hero-visual{
  min-height:560px !important;
  align-items:center !important;
}
.primary-card{
  width:min(100%,540px) !important;
}
.luxury-floating-card{
  width:255px !important;
  bottom:18px !important;
}
@media(max-width:1100px){
  .luxury-hero-wrap{
    grid-template-columns:1fr !important;
    gap:24px !important;
  }
  .luxury-hero-copy h1{
    max-width:100%;
  }
}
@media(max-width:720px){
  .luxury-hero-copy h1{
    font-size:32px !important;
    line-height:1.16 !important;
  }
  .luxury-subtitle{
    font-size:14px !important;
    line-height:1.68 !important;
  }
  .luxury-actions .btn,
  .hero-actions .btn{
    min-height:42px !important;
    font-size:13px !important;
  }
}


/* V18.3 title tuning */
.luxury-hero-copy h1{
  font-size: clamp(30px, 3.2vw, 50px) !important;
  line-height: 1.22 !important;
  max-width: 500px !important;
  margin-bottom: 8px !important;
}
.luxury-subtitle{
  font-size: 15px !important;
  line-height: 1.68 !important;
  max-width: 510px !important;
}
.luxury-hero-copy{
  padding-top: 6px;
}
.luxury-pill-row{
  margin-top: 16px !important;
}
@media(max-width: 720px){
  .luxury-hero-copy h1{
    font-size: 29px !important;
    line-height: 1.18 !important;
    max-width: 100% !important;
  }
  .luxury-subtitle{
    font-size: 14px !important;
    line-height: 1.62 !important;
    max-width: 100% !important;
  }
}


/* V18.4 balanced hero: left image size, first screen height, overall elegance */
.luxury-hero{
  padding: 30px 0 22px !important;
}
.luxury-hero-wrap{
  grid-template-columns: 0.95fr 1.05fr !important;
  gap: 30px !important;
  align-items: center !important;
}
.luxury-hero-copy{
  max-width: 560px;
  margin-inline: auto;
}
.luxury-hero-copy h1{
  font-size: clamp(28px, 3vw, 46px) !important;
  line-height: 1.2 !important;
  max-width: 470px !important;
  margin-bottom: 10px !important;
}
.luxury-subtitle{
  font-size: 14px !important;
  line-height: 1.62 !important;
  max-width: 470px !important;
}
.luxury-pill-row{
  margin-top: 14px !important;
  gap: 8px !important;
}
.luxury-pill-row span{
  padding: 7px 11px !important;
  font-size: 12.5px !important;
}
.luxury-actions{
  margin-top: 16px !important;
  gap: 8px !important;
}
.luxury-actions .btn,
.hero-actions .btn{
  min-height: 40px !important;
  padding: 9px 16px !important;
  font-size: 13.5px !important;
}
.luxury-trust-strip{
  margin-top: 18px !important;
  gap: 10px !important;
}
.luxury-trust-strip div{
  padding: 14px !important;
  border-radius: 20px !important;
}
.luxury-trust-strip strong{
  font-size: 14px !important;
}
.luxury-trust-strip span{
  font-size: 12px !important;
  line-height: 1.5 !important;
}
.luxury-hero-visual{
  min-height: 470px !important;
  justify-content: center !important;
  align-items: center !important;
}
.primary-card{
  width: min(100%, 500px) !important;
}
.luxury-image-card{
  padding: 12px !important;
  border-radius: 30px !important;
}
.luxury-image-card img{
  border-radius: 22px !important;
}
.luxury-floating-card{
  width: 230px !important;
  bottom: 6px !important;
  inset-inline-start: -2px !important;
  padding: 14px !important;
  border-radius: 22px !important;
}
.luxury-floating-card strong{
  font-size: 22px !important;
}
.qr-mini-grid{
  gap: 8px !important;
  margin-top: 10px !important;
}
.qr-mini-grid div{
  padding: 10px !important;
  border-radius: 14px !important;
}
.qr-mini-grid img{
  max-width: 82px !important;
  margin-bottom: 6px !important;
}
.qr-mini-grid small{
  font-size: 10px !important;
}
@media(max-width:1100px){
  .luxury-hero{
    padding: 26px 0 20px !important;
  }
  .luxury-hero-wrap{
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }
  .luxury-hero-copy{
    max-width: 100%;
    margin-inline: 0;
  }
  .luxury-hero-copy h1,
  .luxury-subtitle{
    max-width: 100% !important;
  }
  .luxury-hero-visual{
    min-height: auto !important;
  }
  .luxury-floating-card{
    position: relative !important;
    inset: auto !important;
    width: min(100%, 280px) !important;
    margin: 14px auto 0 !important;
  }
}
@media(max-width:720px){
  .luxury-hero{
    padding: 20px 0 14px !important;
  }
  .luxury-hero-copy h1{
    font-size: 27px !important;
    line-height: 1.16 !important;
  }
  .luxury-subtitle{
    font-size: 13.5px !important;
    line-height: 1.58 !important;
  }
  .luxury-pill-row{
    gap: 6px !important;
  }
  .luxury-pill-row span{
    font-size: 12px !important;
    padding: 7px 10px !important;
  }
  .luxury-actions .btn,
  .hero-actions .btn{
    min-height: 39px !important;
    padding: 8px 14px !important;
    font-size: 13px !important;
  }
  .primary-card{
    width: min(100%, 430px) !important;
  }
}


/* V18.5 FINAL POLISH */
html{scroll-padding-top:96px}
body{background:linear-gradient(180deg,#f7f9fc 0%,#ffffff 42%,#f8fbfd 100%)}
.container{width:min(1240px,calc(100% - 38px))}

/* Header / nav polish */
.header{
  border-bottom:1px solid rgba(221,229,239,.92) !important;
  box-shadow:0 14px 34px rgba(7,20,37,.045) !important;
}
.header-inner{
  min-height:86px !important;
  gap:22px !important;
}
.brand{
  gap:14px !important;
}
.brand img{
  width:58px !important;
  height:58px !important;
  border-radius:18px !important;
  box-shadow:0 10px 24px rgba(7,20,37,.08) !important;
}
.brand strong{
  font-size:20px !important;
  line-height:1.2 !important;
  font-weight:900 !important;
}
.brand small{
  font-size:12px !important;
  line-height:1.4 !important;
  letter-spacing:.1px;
}
.nav{
  gap:24px !important;
  font-weight:850 !important;
}
.nav a{
  position:relative;
  padding:8px 0;
  transition:color .2s ease, opacity .2s ease;
}
.nav a::after{
  content:"";
  position:absolute;
  inset-inline-start:0;
  bottom:0;
  width:0;
  height:2px;
  border-radius:999px;
  background:linear-gradient(135deg,var(--gold),var(--gold2));
  transition:width .22s ease;
}
.nav a:hover::after,
.nav a:focus-visible::after{width:100%}
.lang-btn{
  min-height:46px !important;
  padding:10px 16px !important;
  border-radius:999px !important;
  font-weight:850 !important;
}
.menu-btn{
  min-height:46px !important;
  min-width:46px !important;
}

/* Button polish */
.btn{
  border-radius:999px !important;
  font-weight:900 !important;
  letter-spacing:0 !important;
}
.btn-gold,
.btn-primary{
  background:linear-gradient(135deg,#bf9646 0%, #d5ae62 52%, #edd38c 100%) !important;
  box-shadow:0 16px 32px rgba(191,150,70,.2) !important;
}
.btn-gold:hover,
.btn-primary:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 40px rgba(191,150,70,.26) !important;
}
.btn-outline{
  border-color:#d6e0ea !important;
  color:#0f1a2c !important;
  background:rgba(255,255,255,.94) !important;
}
.btn-outline:hover{
  background:#fff !important;
  border-color:#c7d3df !important;
}

/* Hero subtle polish */
.luxury-hero{
  padding:28px 0 20px !important;
}
.luxury-kicker{
  padding:9px 15px !important;
  font-size:12.5px !important;
}
.luxury-hero-copy h1{
  text-wrap:balance;
}
.luxury-subtitle{
  opacity:.96;
}
.primary-card{
  width:min(100%,490px) !important;
}
.luxury-image-card{
  box-shadow:0 28px 68px rgba(6,17,32,.22) !important;
}
.luxury-floating-card{
  box-shadow:0 20px 52px rgba(5,14,25,.24) !important;
}

/* Section rhythm */
.section{
  padding:88px 0 !important;
}
.section-soft{
  border-top:1px solid #edf2f7 !important;
  border-bottom:1px solid #edf2f7 !important;
  background:linear-gradient(180deg,#ffffff,#fbfcfe) !important;
}
.section-head{
  margin:0 auto 38px !important;
}
.section-head h2{
  margin-bottom:12px !important;
  line-height:1.12 !important;
}
.section-head p{
  max-width:760px;
  margin-inline:auto;
}
.eyebrow{
  padding:8px 14px !important;
  font-size:12.5px !important;
}

/* Cards */
.service-card,.article-card,.gallery-card,.booking-form,.map-card,.doctor-card,.about-card,.metric-card,.booking-copy,.doctor-copy,.location-copy,.poster-card{
  box-shadow:0 18px 44px rgba(7,20,37,.045) !important;
  border-radius:30px !important;
}
.service-card,.article-card,.gallery-card{
  transition:transform .22s ease, box-shadow .22s ease;
}
.service-card:hover,.article-card:hover,.gallery-card:hover{
  transform:translateY(-5px);
  box-shadow:0 22px 50px rgba(7,20,37,.075) !important;
}
.service-card h3,.article-card h3,.gallery-card h3{
  line-height:1.35 !important;
}
.gallery-card div,
.service-card,
.article-card{padding:22px !important}

/* Booking / forms */
.booking-form{
  padding:28px !important;
}
.booking-form label{
  font-size:14px !important;
}
.booking-form input,.booking-form select,.booking-form textarea{
  min-height:50px;
  border-radius:16px !important;
}
.booking-form textarea{min-height:126px}
.contact-stack a{
  display:inline-flex;
  align-items:center;
  gap:8px;
}

/* Trust strip */
.trust-grid div{
  padding:22px 24px !important;
}
.trust-grid strong{font-size:18px !important}
.trust-grid span{font-size:14px !important}

/* Footer polish */
.footer{
  padding:56px 0 30px !important;
  background:linear-gradient(180deg,#071323,#0a1a2f 62%, #0b1e36 100%) !important;
}
.footer-grid{
  gap:34px !important;
}
.footer h3,.footer h4{
  margin-bottom:14px !important;
}
.footer p{
  margin:0;
  max-width:480px;
  line-height:1.9;
}
.footer a{
  margin:10px 0 !important;
  transition:opacity .2s ease, transform .2s ease;
}
.footer a:hover{
  opacity:1;
  transform:translateX(-2px);
}
html[dir="ltr"] .footer a:hover{transform:translateX(2px)}
.footer-grid > div:last-child a:last-child{margin-bottom:0}

/* Mobile polish */
@media(max-width:1100px){
  .header-inner{min-height:78px !important}
  .nav{gap:12px !important}
}
@media(max-width:720px){
  .container{width:min(100% - 24px,1240px)}
  .section{padding:66px 0 !important}
  .header-inner{min-height:72px !important;gap:12px !important}
  .brand strong{font-size:17px !important}
  .brand small{font-size:11px !important}
  .brand img{width:50px !important;height:50px !important}
  .nav{
    top:72px !important;
    border-radius:18px !important;
    padding:14px !important;
  }
  .luxury-hero{padding:18px 0 12px !important}
  .btn{font-size:13px !important}
  .service-card,.article-card,.gallery-card,.booking-form,.map-card,.doctor-card,.about-card,.metric-card,.booking-copy,.doctor-copy,.location-copy,.poster-card{border-radius:24px !important}
  .footer{padding:44px 0 18px !important}
}


/* V18.7 Doctor profile visibility fix */
.doctor-expanded-section{
  background:linear-gradient(180deg,#ffffff,#f8fbff);
}
.doctor-expanded-grid{
  display:grid !important;
  grid-template-columns:.92fr 1.08fr !important;
  gap:30px !important;
  align-items:center !important;
}
.doctor-main-copy{
  background:linear-gradient(180deg,#fff,#fcfdff);
  border:1px solid #dde6f0;
  border-radius:30px;
  padding:30px;
  box-shadow:0 18px 46px rgba(7,20,37,.05);
}
.doctor-main-copy h2{
  margin:0 0 12px;
  color:#071425;
  font-size:clamp(32px,4vw,52px);
  line-height:1.12;
}
.doctor-main-copy p:not(.eyebrow){
  color:#607287;
  line-height:1.9;
}
.doctor-highlight-row{
  display:grid;
  gap:12px;
  margin-top:22px;
}
.doctor-highlight-row div{
  background:#fff;
  border:1px solid #dde6f0;
  border-radius:20px;
  padding:16px 18px;
}
.doctor-highlight-row strong{
  display:block;
  color:#071425;
  font-size:16px;
  line-height:1.35;
}
.doctor-highlight-row span{
  display:block;
  color:#607287;
  margin-top:5px;
  line-height:1.65;
}
.doctor-image-card{
  padding:14px !important;
  border-radius:30px !important;
}
.doctor-image-card img{
  border-radius:22px;
}
.doctor-profile-panel{
  grid-column:1 / -1;
  background:linear-gradient(180deg,#071425,#0b203b);
  color:#fff;
  border:1px solid rgba(201,161,79,.22);
  border-radius:34px;
  padding:30px;
  box-shadow:0 28px 80px rgba(7,20,37,.14);
}
.doctor-profile-intro{
  max-width:900px;
  margin-bottom:24px;
}
.doctor-profile-intro .eyebrow{
  background:rgba(201,161,79,.12);
  color:#f0cf88;
  border-color:rgba(201,161,79,.24);
}
.doctor-profile-intro h3{
  margin:0 0 10px;
  color:#fff;
  font-size:clamp(26px,3vw,42px);
  line-height:1.18;
}
.doctor-profile-intro p{
  color:rgba(235,241,249,.82);
  line-height:1.9;
  margin:0;
}
.doctor-profile-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}
.doctor-profile-card{
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.12);
  border-radius:24px;
  padding:22px;
  backdrop-filter:blur(8px);
}
.doctor-profile-card-wide{
  grid-column:1 / -1;
}
.doctor-profile-card h4,
.doctor-specialties-block h4{
  margin:0 0 14px;
  color:#f0cf88;
  font-size:18px;
}
.doctor-profile-card ul{
  margin:0;
  padding-inline-start:20px;
  color:rgba(244,248,255,.86);
  line-height:1.85;
}
.doctor-profile-card li{margin:6px 0;}
.doctor-two-column-list{
  columns:2;
  column-gap:28px;
}
.doctor-specialties-block{
  margin-top:18px;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.10);
  border-radius:24px;
  padding:22px;
}
.doctor-specialty-tags{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.doctor-specialty-tags span{
  display:inline-flex;
  padding:9px 13px;
  border-radius:999px;
  background:rgba(201,161,79,.12);
  border:1px solid rgba(201,161,79,.22);
  color:#fff;
  font-weight:800;
  font-size:13px;
}
@media(max-width:980px){
  .doctor-expanded-grid{grid-template-columns:1fr !important;}
  .doctor-profile-grid{grid-template-columns:1fr;}
  .doctor-two-column-list{columns:1;}
}
@media(max-width:720px){
  .doctor-main-copy,.doctor-profile-panel{padding:20px;border-radius:24px;}
  .doctor-profile-card,.doctor-specialties-block{padding:18px;border-radius:20px;}
  .doctor-main-copy h2{font-size:30px;}
  .doctor-profile-intro h3{font-size:25px;}
}


/* V18.8 clarify doctor info */
.doctor-section-note{
  grid-column:1/-1;
  display:block;
  margin-bottom:20px;
  padding:18px 22px;
  border-radius:22px;
  background:linear-gradient(135deg, rgba(201,161,79,.12), rgba(255,255,255,.94));
  border:1px solid rgba(201,161,79,.24);
  box-shadow:0 14px 34px rgba(15,26,44,.05);
}
.doctor-section-note strong{
  display:block;
  font-size:18px;
  line-height:1.45;
  color:#7a5716;
  margin-bottom:6px;
  font-weight:900;
}
.doctor-section-note p{
  margin:0;
  color:var(--muted);
  line-height:1.8;
  font-size:15px;
}
.doctor-profile-intro .eyebrow,
.doctor-main-copy .eyebrow{
  background:rgba(201,161,79,.14);
  border:1px solid rgba(201,161,79,.2);
}
@media(max-width:720px){
  .doctor-section-note{padding:16px 18px; border-radius:18px; margin-bottom:16px;}
  .doctor-section-note strong{font-size:16px;}
  .doctor-section-note p{font-size:14px; line-height:1.7;}
}


/* V18.9 female doctor section */
.female-doctor-panel{
  grid-column:1 / -1;
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:24px;
  margin-top:24px;
  background:linear-gradient(135deg,#fff8ee,#ffffff);
  border:1px solid rgba(201,161,79,.24);
  border-radius:32px;
  padding:26px;
  box-shadow:0 20px 54px rgba(15,26,44,.06);
}
.female-doctor-visuals{display:grid;gap:14px;align-content:start;}
.female-doctor-image-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:14px;box-shadow:0 14px 34px rgba(15,26,44,.05);}
.female-doctor-image-card img{display:block;width:100%;border-radius:16px;}
.female-doctor-image-card-small{max-width:520px;}
.female-doctor-copy h3{margin:0 0 12px;color:#0f1a2c;font-size:clamp(28px,3vw,42px);line-height:1.18;}
.female-doctor-copy p{margin:0;color:var(--muted);line-height:1.85;}
.female-doctor-highlights{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:20px;}
.female-doctor-highlights div{background:#fff;border:1px solid var(--line);border-radius:22px;padding:18px;box-shadow:0 10px 24px rgba(15,26,44,.04);}
.female-doctor-highlights strong{display:block;color:#7a5716;font-size:15px;line-height:1.4;margin-bottom:6px;}
.female-doctor-highlights span{display:block;color:var(--text);line-height:1.7;font-weight:700;}
@media(max-width:980px){.female-doctor-panel{grid-template-columns:1fr;}.female-doctor-highlights{grid-template-columns:1fr;}}
@media(max-width:720px){.female-doctor-panel{padding:18px;border-radius:24px;gap:18px;}.female-doctor-image-card{padding:10px;border-radius:18px;}.female-doctor-copy h3{font-size:26px;}.female-doctor-highlights div{padding:16px;border-radius:18px;}}


/* V19 doctors clean: remove female doctor images and make doctors section cleaner */
.female-doctor-panel{
  grid-template-columns:1fr !important;
  max-width:980px;
  margin-inline:auto;
  background:linear-gradient(135deg,#fff8ee,#ffffff) !important;
  padding:30px !important;
}
.female-doctor-visuals,
.female-doctor-image-card,
.female-doctor-image-card-small{
  display:none !important;
}
.female-doctor-copy{
  max-width:880px;
}
.female-doctor-copy .eyebrow{
  margin-bottom:14px;
}
.female-doctor-copy h3{
  font-size:clamp(30px,3.2vw,44px) !important;
  margin-bottom:12px !important;
}
.female-doctor-copy p{
  max-width:760px;
  font-size:16px;
}
.female-doctor-highlights{
  grid-template-columns:repeat(3,1fr) !important;
  margin-top:24px !important;
}
.female-doctor-highlights div{
  min-height:118px;
}
.doctor-expanded-section .doctor-profile-panel{
  margin-top:6px;
}
@media(max-width:900px){
  .female-doctor-highlights{
    grid-template-columns:1fr !important;
  }
}
@media(max-width:720px){
  .female-doctor-panel{
    padding:20px !important;
    border-radius:24px !important;
  }
  .female-doctor-copy h3{
    font-size:27px !important;
  }
  .female-doctor-copy p{
    font-size:14.5px;
  }
}


/* V19.1 group female doctor profile inside doctors section */
.doctors-group-title{
  grid-column:1 / -1;
  text-align:center;
  max-width:860px;
  margin:0 auto 24px;
}
.doctors-group-title h2{
  margin:0 0 10px;
  color:#0f1a2c;
  font-size:clamp(32px,4vw,52px);
  line-height:1.12;
  font-weight:900;
}
.doctors-group-title p{
  margin:0;
  color:var(--muted);
  line-height:1.85;
}
.doctor-expanded-grid{
  align-items:start !important;
}
.doctor-profile-panel + .female-doctor-panel{
  margin-top:28px !important;
}
.female-doctor-panel{
  grid-column:1 / -1 !important;
  max-width:none !important;
  margin-inline:0 !important;
  margin-top:28px !important;
  background:linear-gradient(180deg,#fffaf1,#ffffff) !important;
}
.female-doctor-panel::before{
  content:"";
  display:block;
  width:72px;
  height:4px;
  border-radius:999px;
  background:linear-gradient(135deg,var(--gold),var(--gold2));
  margin-bottom:18px;
}
html[dir="ltr"] .female-doctor-panel::before{
  margin-left:0;
  margin-right:auto;
}
.female-doctor-copy h3{
  color:#0f1a2c !important;
}
@media(max-width:720px){
  .doctors-group-title{
    text-align:start;
    margin-bottom:18px;
  }
  .doctors-group-title h2{
    font-size:29px;
  }
}


/* V19.1.2 fixed Amira card image */
.female-doctor-panel{
  align-items:center;
}
.female-doctor-visuals{
  display:grid;
  gap:14px;
  align-content:start;
}
.female-doctor-card-display{
  display:block !important;
  max-width:620px;
  margin-inline:auto;
}
.female-doctor-card-display img{
  width:100%;
  height:auto;
  display:block;
  border-radius:18px;
}
@media(max-width:980px){
  .female-doctor-panel{
    grid-template-columns:1fr !important;
  }
  .female-doctor-card-display{
    max-width:720px;
  }
}


/* V19.1.3 premium Amira profile aligned with Dr. Mohamed style */
.female-doctor-panel-premium{
  grid-column:1 / -1 !important;
  display:block !important;
  max-width:none !important;
  margin-top:26px !important;
  padding:0 !important;
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
}
.female-doctor-header-grid{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:28px;
  align-items:center;
}
.female-doctor-copy-premium{
  background:linear-gradient(180deg,#fff8ee,#ffffff) !important;
  border:1px solid rgba(201,161,79,.24) !important;
  border-radius:32px !important;
  padding:28px !important;
  box-shadow:0 20px 54px rgba(15,26,44,.06) !important;
  max-width:none !important;
}
.female-doctor-card-display,
.female-doctor-visuals,
.female-doctor-image-card{
  display:block !important;
}
.female-doctor-card-display{
  max-width:640px !important;
  margin-inline:auto;
}
.female-doctor-card-display img{
  width:100%;
  height:auto;
  display:block;
  border-radius:20px;
}
.female-doctor-copy-premium h3{
  margin:0 0 12px;
  color:#0f1a2c;
  font-size:clamp(34px,3.4vw,52px) !important;
  line-height:1.14;
}
.female-doctor-copy-premium > p{
  color:var(--muted);
  line-height:1.9;
  margin:0;
}
.female-doctor-highlights{
  display:grid !important;
  grid-template-columns:repeat(3,1fr) !important;
  gap:14px !important;
  margin-top:20px !important;
}
.female-doctor-highlights div{
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  padding:18px;
  box-shadow:0 10px 24px rgba(15,26,44,.04);
}
.female-doctor-profile-panel{
  margin-top:22px;
  background:linear-gradient(180deg,#071425,#0b203b);
  color:#fff;
  border:1px solid rgba(201,161,79,.22);
  border-radius:34px;
  padding:30px;
  box-shadow:0 28px 80px rgba(7,20,37,.14);
}
.female-doctor-profile-intro{
  max-width:900px;
  margin-bottom:24px;
}
.female-doctor-profile-intro .eyebrow{
  background:rgba(201,161,79,.12);
  color:#f0cf88;
  border-color:rgba(201,161,79,.24);
}
.female-doctor-profile-intro h4{
  margin:0 0 10px;
  color:#fff;
  font-size:clamp(26px,3vw,40px);
  line-height:1.18;
}
.female-doctor-profile-intro p{
  margin:0;
  color:rgba(235,241,249,.82);
  line-height:1.9;
}
.female-doctor-profile-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}
.female-doctor-profile-card{
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.12);
  border-radius:24px;
  padding:22px;
  backdrop-filter:blur(8px);
}
.female-doctor-profile-card-wide{
  grid-column:1 / -1;
}
.female-doctor-profile-card h5{
  margin:0 0 14px;
  color:#f0cf88;
  font-size:18px;
}
.female-doctor-profile-card ul{
  margin:0;
  padding-inline-start:20px;
  color:rgba(244,248,255,.86);
  line-height:1.85;
}
.female-doctor-profile-card li{margin:6px 0;}
.female-doctor-specialty-tags{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.female-doctor-specialty-tags span{
  display:inline-flex;
  padding:9px 13px;
  border-radius:999px;
  background:rgba(201,161,79,.12);
  border:1px solid rgba(201,161,79,.22);
  color:#fff;
  font-weight:800;
  font-size:13px;
}
@media(max-width:980px){
  .female-doctor-header-grid{grid-template-columns:1fr;}
  .female-doctor-profile-grid{grid-template-columns:1fr;}
}
@media(max-width:720px){
  .female-doctor-copy-premium,.female-doctor-profile-panel{padding:20px;border-radius:24px;}
  .female-doctor-copy-premium h3{font-size:30px !important;}
  .female-doctor-highlights{grid-template-columns:1fr !important;}
  .female-doctor-profile-card{padding:18px;border-radius:20px;}
  .female-doctor-profile-intro h4{font-size:24px;}
}


/* V19.1.4 clean gallery text and make doctor profile clickable */
.gallery-card-link{
  text-decoration:none;
  color:inherit;
  display:block;
}
.gallery-card-link:hover,
.gallery-card-link:focus-visible{
  transform:translateY(-4px);
  box-shadow:0 20px 44px rgba(15,26,44,.10);
  border-color:rgba(201,161,79,.35);
}
.gallery-card-link:focus-visible{
  outline:3px solid rgba(201,161,79,.28);
  outline-offset:2px;
}
.gallery-card div p,
.gallery-section .section-head p[data-i18n="galleryLead"]{
  display:none !important;
}
.gallery-card div{
  min-height:auto !important;
}
.gallery-card h3{
  margin-bottom:0 !important;
}


/* V19.1.5 add women service and refine booking section */
.booking-grid-premium{grid-template-columns:.95fr 1.05fr;gap:30px;align-items:stretch}
.booking-copy-premium-panel{background:linear-gradient(180deg,#fff8ed 0%,#ffffff 100%);border:1px solid rgba(201,161,79,.22);border-radius:32px;padding:28px;box-shadow:0 18px 48px rgba(8,17,31,.06);display:flex;flex-direction:column;justify-content:center}
.booking-copy-premium-panel h2{margin-bottom:14px}
.booking-copy-premium-panel>p{margin:0;line-height:1.9}
.booking-benefits{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}
.booking-benefits span{display:inline-flex;padding:10px 14px;border-radius:999px;background:#fff;border:1px solid rgba(201,161,79,.24);color:#7b5c1d;font-weight:850;font-size:13px}
.booking-contact-cards{display:grid;gap:14px;margin-top:24px}
.booking-contact-card{display:grid;gap:6px;padding:18px 20px;background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:0 12px 28px rgba(8,17,31,.05);text-decoration:none;color:inherit;transition:.22s}
.booking-contact-card:hover{transform:translateY(-3px);box-shadow:0 18px 36px rgba(8,17,31,.08);border-color:rgba(201,161,79,.32)}
.booking-contact-card strong{color:#08111f;font-size:16px}
.booking-contact-card span{color:#3e5f95;font-weight:850;line-height:1.7}
.booking-location-card span{color:#52657d}
.booking-form-premium{border-radius:32px;padding:28px;box-shadow:0 18px 48px rgba(8,17,31,.07)}
.form-head-premium{background:linear-gradient(135deg,#fff8ed,#f8fafc)}
.booking-options-premium{grid-template-columns:repeat(2,1fr)}
.booking-options-premium button{min-height:48px}
html[dir="rtl"] .booking-location-card span{direction:rtl}
html[dir="ltr"] .booking-location-card span{direction:ltr}
@media(max-width:980px){.booking-grid-premium{grid-template-columns:1fr}}
@media(max-width:680px){.booking-copy-premium-panel,.booking-form-premium{padding:20px;border-radius:24px}.booking-options-premium{grid-template-columns:1fr}.booking-benefits{gap:8px}}


/* V19.1.6 clean text and emphasize women's section */
.compact-head{margin-bottom:22px}
.compact-head p:last-child{display:none}
.women-service-highlight{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 22px;margin:0 auto 18px;background:linear-gradient(135deg,#fff8ed,#ffffff);border:1px solid rgba(201,161,79,.28);border-radius:24px;box-shadow:0 12px 32px rgba(8,17,31,.05)}
.women-service-highlight strong{font-size:24px;line-height:1.35;color:#08111f;font-weight:900}
.women-service-highlight span{color:#6b7280;line-height:1.8;font-size:15px;max-width:620px}
.service-card{position:relative}
.women-focus-card{grid-column:span 2;background:linear-gradient(135deg,#fff8ed 0%,#ffffff 100%);border-color:rgba(201,161,79,.34);box-shadow:0 18px 40px rgba(201,161,79,.10),0 14px 36px rgba(8,17,31,.05)}
.women-focus-card h3{font-size:32px;line-height:1.2;margin-top:16px;margin-bottom:12px}
.women-focus-card p{font-size:16px;line-height:1.9;max-width:640px}
.women-focus-card span{font-size:14px}
.women-card-badge{display:inline-flex;width:max-content;align-items:center;padding:9px 14px;border-radius:999px;background:#08111f;color:#fff;font-size:12px;font-weight:900;margin-top:10px}
@media(max-width:980px){
  .women-service-highlight{flex-direction:column;align-items:flex-start}
  .women-focus-card{grid-column:span 2}
}
@media(max-width:680px){
  .women-service-highlight{padding:16px 18px;border-radius:20px}
  .women-service-highlight strong{font-size:21px}
  .women-service-highlight span{font-size:14px}
  .women-focus-card{grid-column:span 1}
  .women-focus-card h3{font-size:26px}
}


/* V19.1.7 highlight women's section in luxury hero */
.women-hero-pill{
  background:linear-gradient(135deg,rgba(214,170,77,.18),rgba(214,170,77,.10)) !important;
  border-color:rgba(214,170,77,.28) !important;
  color:#8a6113 !important;
  font-weight:900 !important;
}
.luxury-women-highlight{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-top:20px;
  padding:18px 20px;
  border-radius:26px;
  background:linear-gradient(135deg,#fff8ed 0%,#ffffff 100%);
  border:1px solid rgba(214,170,77,.24);
  box-shadow:0 16px 36px rgba(8,17,31,.06);
}
.luxury-women-copy{
  display:grid;
  gap:6px;
}
.luxury-women-copy strong{
  color:#08111f;
  font-size:22px;
  line-height:1.3;
  font-weight:900;
}
.luxury-women-copy span{
  color:var(--muted);
  line-height:1.85;
  font-size:15px;
  max-width:560px;
}
.luxury-women-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 18px;
  border-radius:999px;
  background:#08111f;
  color:#fff;
  text-decoration:none;
  font-weight:850;
  white-space:nowrap;
  box-shadow:0 12px 26px rgba(8,17,31,.12);
  transition:.22s;
}
.luxury-women-cta:hover{
  transform:translateY(-2px);
  background:#12223c;
}
@media(max-width:980px){
  .luxury-women-highlight{flex-direction:column;align-items:flex-start}
}
@media(max-width:680px){
  .luxury-women-highlight{padding:16px;border-radius:22px}
  .luxury-women-copy strong{font-size:20px}
  .luxury-women-copy span{font-size:14px}
  .luxury-women-cta{width:100%}
}


/* V19.1.8 brand poster linking, clean text, and distinct women hero color */
.doctors-group-title p[data-i18n="doctorsGroupLead"],
.female-doctor-profile-intro p[data-i18n="femaleDoctorProfileLead"]{
  display:none;
}
.women-hero-pill{
  background:linear-gradient(135deg,rgba(182,92,154,.18),rgba(214,121,172,.12)) !important;
  border-color:rgba(182,92,154,.34) !important;
  color:#9a2d72 !important;
  box-shadow:0 10px 22px rgba(182,92,154,.12);
}
.luxury-women-highlight{
  background:linear-gradient(135deg,#fff1f7 0%,#fff8fc 55%,#ffffff 100%);
  border:1px solid rgba(182,92,154,.28);
  box-shadow:0 16px 38px rgba(182,92,154,.10),0 14px 30px rgba(8,17,31,.05);
}
.luxury-women-highlight::before{
  content:"";
  width:6px;
  align-self:stretch;
  border-radius:999px;
  background:linear-gradient(180deg,#d571ad,#9a2d72);
}
.luxury-women-copy strong{
  color:#7d1f5d;
}
.luxury-women-copy span{
  color:#6e4b61;
}
.luxury-women-cta{
  background:linear-gradient(135deg,#b54a86,#8f245f);
  color:#fff;
  box-shadow:0 14px 30px rgba(181,74,134,.22);
}
.luxury-women-cta:hover{
  background:linear-gradient(135deg,#c75d95,#9c2a68);
}
.gallery-card-link{ text-decoration:none; color:inherit; }
.gallery-card-link:hover{ transform:translateY(-3px); }
.poster-card{ scroll-margin-top:110px; }
.hero .lead{ line-height:1.85; }
.luxury-subtitle{ max-width:620px; }


/* V19.1.9 final cleanup, working booking dropdowns, Arabic consistency, and feminine doctor accent */
.doctors-group-title > p:not(.eyebrow),
.female-doctor-profile-intro p{
  display:none !important;
}
.booking-form select,
.booking-form option{
  color:#0f1a2c;
}
.booking-form select:invalid{
  color:#7b8797;
}
.female-doctor-panel{
  background:linear-gradient(135deg,#fff5fb 0%,#fffafc 55%,#ffffff 100%) !important;
  border:1px solid rgba(191,108,157,.24) !important;
  box-shadow:0 22px 54px rgba(191,108,157,.10),0 14px 30px rgba(15,26,44,.05) !important;
  position:relative;
  overflow:hidden;
}
.female-doctor-panel::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:8px;
  background:linear-gradient(180deg,#e09ac3,#b95a92);
}
.female-doctor-copy .eyebrow,
.female-doctor-profile-intro .eyebrow{
  background:rgba(191,108,157,.12) !important;
  color:#9b2f6d !important;
  border-color:rgba(191,108,157,.28) !important;
}
.female-doctor-copy h3,
.female-doctor-profile-intro h4{
  color:#7c214f !important;
}
.female-doctor-highlights div{
  border-color:rgba(191,108,157,.18) !important;
  background:linear-gradient(180deg,#ffffff 0%,#fff7fb 100%) !important;
}
.female-doctor-highlights strong{
  color:#a23f77 !important;
}
.female-doctor-profile-panel{
  background:linear-gradient(180deg,#7b2354 0%,#4d1735 100%) !important;
  border-color:rgba(228,179,205,.32) !important;
}
.female-doctor-profile-card{
  background:rgba(255,255,255,.09) !important;
  border-color:rgba(255,255,255,.16) !important;
}
.female-doctor-profile-card h5,
.female-doctor-specialty-tags span{
  color:#fff3fb !important;
}
.female-doctor-specialty-tags span{
  background:rgba(255,255,255,.10) !important;
  border-color:rgba(255,255,255,.16) !important;
}
.gallery-grid .gallery-card h3{
  letter-spacing:0;
}


/* V19.1.11 smooth scroll, clearer women profile color, and arrival glow */
html{
  scroll-behavior:smooth;
}
#femaleDoctorSection{
  scroll-margin-top:120px;
}
#femaleDoctorSection .female-doctor-profile-panel{
  background:linear-gradient(180deg,#8f2f66 0%, #6a1f4b 58%, #57163c 100%) !important;
  border:1px solid rgba(255,214,235,.20) !important;
  box-shadow:0 28px 80px rgba(125,31,93,.22), 0 18px 42px rgba(15,26,44,.10) !important;
  position:relative;
  overflow:hidden;
}
#femaleDoctorSection .female-doctor-profile-panel::before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.46),transparent);
}
#femaleDoctorSection .female-doctor-profile-intro h4{
  color:#fff8fd !important;
  text-shadow:0 2px 16px rgba(0,0,0,.10);
}
#femaleDoctorSection .female-doctor-profile-intro p{
  color:rgba(255,241,248,.92) !important;
}
#femaleDoctorSection .female-doctor-profile-card{
  background:rgba(255,255,255,.11) !important;
  border-color:rgba(255,233,245,.22) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06);
}
#femaleDoctorSection .female-doctor-profile-card h5{
  color:#fff3cb !important;
}
#femaleDoctorSection .female-doctor-profile-card ul{
  color:rgba(255,247,252,.95) !important;
}
#femaleDoctorSection .female-doctor-specialty-tags span{
  background:rgba(255,255,255,.13) !important;
  border-color:rgba(255,255,255,.18) !important;
  color:#fff9fc !important;
}
#femaleDoctorSection:target,
#femaleDoctorSection.section-glow-active{
  animation:femaleSectionGlow 2.8s ease;
}
#femaleDoctorSection:target .female-doctor-panel,
#femaleDoctorSection.section-glow-active .female-doctor-panel{
  box-shadow:0 0 0 3px rgba(214,121,172,.22), 0 30px 80px rgba(214,121,172,.16), 0 14px 32px rgba(15,26,44,.08) !important;
}
#femaleDoctorSection:target .female-doctor-profile-panel,
#femaleDoctorSection.section-glow-active .female-doctor-profile-panel{
  box-shadow:0 0 0 3px rgba(255,196,229,.18), 0 34px 92px rgba(151,53,109,.28), 0 16px 36px rgba(15,26,44,.12) !important;
}
@keyframes femaleSectionGlow{
  0%{filter:saturate(1);}
  25%{filter:saturate(1.06);}
  100%{filter:saturate(1);}
}


/* V19.2 FINAL REVIEW — color unification, duplicate cleanup, stronger readability */
:root{
  --navy:#071425;
  --navy2:#102b4c;
  --gold:#d4a94c;
  --gold2:#f0d486;
  --rose:#b64f8c;
  --rose-dark:#65193f;
  --rose-mid:#8e2c65;
  --rose-soft:#fff3fa;
}
.page-content{display:block;}
#brandPosterHero{scroll-margin-top:112px;}
.brand-poster-hero-card{background:#fff !important;}
.brand-poster-hero-card img{object-fit:contain !important;background:#fff;border-radius:22px;}
.gallery-card-link{text-decoration:none;color:inherit;}
.gallery-card-link:hover{transform:translateY(-4px);}
.luxury-hero{background:linear-gradient(135deg,#071425 0%,#102b4c 100%) !important;}
.btn-gold,.btn-primary{background:linear-gradient(135deg,#c7993f,#f0d486) !important;color:#08111f !important;}
.women-hero-pill,.women-hero-pill-link{background:rgba(182,79,140,.16) !important;border-color:rgba(182,79,140,.42) !important;color:#f0a7d4 !important;text-decoration:none;}
.luxury-women-highlight{background:linear-gradient(135deg,#fff4fb 0%,#fff9fd 56%,#ffffff 100%) !important;border:1px solid rgba(182,79,140,.34) !important;box-shadow:0 16px 42px rgba(182,79,140,.14),0 14px 30px rgba(8,17,31,.06) !important;}
.luxury-women-highlight::before{background:linear-gradient(180deg,#e58fc1,#9c2f70) !important;}
.luxury-women-copy strong{color:#7a1d55 !important;}
.luxury-women-copy span{color:#5f4053 !important;}
.luxury-women-cta{background:linear-gradient(135deg,#c65b98,#8b245f) !important;color:#fff !important;box-shadow:0 16px 32px rgba(182,79,140,.24) !important;}
.female-doctor-panel{background:linear-gradient(135deg,#fff5fb 0%,#fffafd 55%,#ffffff 100%) !important;border:1px solid rgba(182,79,140,.26) !important;box-shadow:0 22px 54px rgba(182,79,140,.10),0 14px 30px rgba(15,26,44,.05) !important;}
.female-doctor-copy .eyebrow,.female-doctor-profile-intro .eyebrow{background:rgba(182,79,140,.12) !important;color:#8b245f !important;border-color:rgba(182,79,140,.28) !important;}
.female-doctor-copy h3{color:#65193f !important;}
.female-doctor-highlights div{background:linear-gradient(180deg,#fff,#fff6fb) !important;border-color:rgba(182,79,140,.18) !important;}
.female-doctor-highlights strong{color:#8b245f !important;}
#femaleDoctorSection{scroll-margin-top:120px;}
#femaleDoctorSection .female-doctor-profile-panel{background:linear-gradient(180deg,#8f2f66 0%,#6b1f4b 58%,#56153a 100%) !important;border:1px solid rgba(255,226,242,.24) !important;color:#fff !important;box-shadow:0 30px 84px rgba(125,31,93,.22),0 18px 42px rgba(15,26,44,.10) !important;}
#femaleDoctorSection .female-doctor-profile-intro h4{color:#fffafc !important;text-shadow:0 2px 16px rgba(0,0,0,.12);}
#femaleDoctorSection .female-doctor-profile-card{background:rgba(255,255,255,.12) !important;border-color:rgba(255,233,245,.24) !important;}
#femaleDoctorSection .female-doctor-profile-card h5{color:#ffe7f5 !important;}
#femaleDoctorSection .female-doctor-profile-card ul{color:rgba(255,250,253,.95) !important;}
#femaleDoctorSection .female-doctor-specialty-tags span{background:rgba(255,255,255,.13) !important;border-color:rgba(255,255,255,.20) !important;color:#fff !important;}
.booking-form select,.booking-form option{color:#0f1a2c;}
.booking-form select:invalid{color:#7b8797;}
.doctors-group-title > p:not(.eyebrow),.female-doctor-profile-intro p{display:none !important;}


/* V19.2.1 lighter blue palette + Cairo unified font */
:root{
  --navy:#5d88b6;
  --navy2:#8cb3d8;
  --gold:#d6aa4d;
  --gold2:#f0c56d;
  --paper:#f7fbff;
  --line:#d7e4f1;
  --text:#173455;
  --muted:#617995;
  --shadow:0 18px 48px rgba(86,131,182,.12);
  --shadow-deep:0 24px 62px rgba(86,131,182,.18);
}
html[dir="ltr"] body,
body,
button,
input,
select,
textarea{
  font-family:"Cairo",Tahoma,Arial,sans-serif !important;
}
body{
  background:var(--paper);
  color:var(--text);
}
.topbar{
  background:linear-gradient(90deg,#6d97c4,#90b6da) !important;
  color:#ffffff !important;
}
.header{
  background:rgba(255,255,255,.96) !important;
  border-bottom:1px solid rgba(215,228,241,.95) !important;
}
.brand strong,
.hero h1,.section-head h2,.doctor-copy h2,.booking-copy h2,.location-grid h2,
.qr-copy h2,
.service-card h3,.article-card h3,.gallery-card h3{
  color:#173455 !important;
}
.nav{color:#58708b !important;}
.nav a:hover{color:#173455 !important;}
.hero{
  background:
    radial-gradient(circle at 10% 12%,rgba(214,170,77,.10),transparent 24%),
    radial-gradient(circle at 88% 12%,rgba(113,165,219,.18),transparent 28%),
    linear-gradient(180deg,#fbfdff 0%, #eef6ff 100%) !important;
}
.trust-strip{
  background:linear-gradient(135deg,#6f99c7,#87add1) !important;
  color:#fff !important;
}
.trust-grid span{color:rgba(255,255,255,.86) !important;}
.poster-card,
.doctor-card,
.map-card,
.service-card,
.article-card,
.gallery-card,
.qr-card,
.form-head,
.booking-form-panel,
.booking-copy-premium-panel,
.doctor-main-copy,
.female-doctor-panel{
  box-shadow:var(--shadow) !important;
}
.booking-copy-premium-panel,
.qr-section,
.services-section,
.articles-section,
.booking-section{
  background:linear-gradient(180deg,#fbfdff 0%, #f4f9ff 100%) !important;
}
.doctor-profile-panel{
  background:linear-gradient(180deg,#7ca2cc 0%, #6590bd 55%, #557daa 100%) !important;
  border:1px solid rgba(255,255,255,.24) !important;
  box-shadow:0 24px 70px rgba(86,131,182,.22) !important;
}
.doctor-profile-card,
.doctor-specialties-block{
  background:rgba(255,255,255,.13) !important;
  border-color:rgba(255,255,255,.22) !important;
}
.doctor-profile-card h4,
.doctor-specialties-block h4,
.doctor-profile-intro .eyebrow,
.doctor-main-copy .eyebrow{
  color:#fff8ed !important;
}
.female-doctor-profile-panel,
#femaleDoctorSection .female-doctor-profile-panel{
  background:linear-gradient(180deg,#d68eb8 0%, #bf74a1 55%, #aa5f8e 100%) !important;
  border:1px solid rgba(255,255,255,.24) !important;
  box-shadow:0 24px 70px rgba(191,116,161,.24) !important;
}
.female-doctor-profile-card,
#femaleDoctorSection .female-doctor-profile-card{
  background:rgba(255,255,255,.14) !important;
  border-color:rgba(255,255,255,.22) !important;
}
.footer{
  background:linear-gradient(135deg,#6b96c4,#8ab0d4) !important;
  color:#ffffff !important;
}
.footer h3,.footer h4,.footer a{color:#ffffff !important;}
.mobile-cta{box-shadow:0 -10px 24px rgba(86,131,182,.12) !important;}
.btn-gold{box-shadow:0 12px 28px rgba(214,170,77,.18) !important;}
.info-list div,
.form-row input,
.form-row select,
.form-row textarea,
.booking-form input,
.booking-form select,
.booking-form textarea{
  border-color:#d9e6f2 !important;
}
.women-hero-pill{
  box-shadow:0 10px 24px rgba(191,116,161,.14) !important;
}


/* V19.2.2 softer blue final palette */
:root{
  --navy:#8fb4d8;
  --navy2:#b7d0ea;
  --gold:#d6aa4d;
  --gold2:#f0c56d;
  --paper:#f9fcff;
  --line:#d9e7f4;
  --text:#244664;
  --muted:#6e86a2;
  --shadow:0 16px 42px rgba(120,162,202,.10);
  --shadow-deep:0 24px 54px rgba(120,162,202,.14);
}
body{background:var(--paper) !important;color:var(--text) !important;}
.topbar{background:linear-gradient(90deg,#93b6d9,#b0ccea) !important;color:#ffffff !important;}
.topbar a,.topbar span{color:#ffffff !important;}
.hero{
  background:
  radial-gradient(circle at 12% 10%, rgba(214,170,77,.10), transparent 24%),
  radial-gradient(circle at 84% 8%, rgba(157,194,228,.26), transparent 28%),
  linear-gradient(180deg,#fafdff 0%,#edf6ff 62%,#e9f3fd 100%) !important;
}
.hero .eyebrow,
.section-head .eyebrow,
.doctor-copy .eyebrow,
.booking-copy .eyebrow,
.location-grid .eyebrow,
.doctor-profile-intro .eyebrow,
.female-doctor-profile-intro .eyebrow{
  background:rgba(214,170,77,.12) !important;
  color:#a3751d !important;
  border:1px solid rgba(214,170,77,.18) !important;
}
.trust-strip{background:linear-gradient(180deg,#a3c1e0,#95b9de) !important;}
.hero-stat,
.hero-feature,
.trust-grid div,
.feature-box,
.info-list div{
  background:rgba(255,255,255,.58) !important;
}
.service-card,.article-card,.gallery-card,.doctor-card,.map-card,.poster-card,.qr-card,.form-head,.booking-form-panel,.booking-copy-premium-panel{
  background:#ffffff !important;
  border-color:#d8e6f3 !important;
}
.hero .chips span,
.chips span,
.luxury-pill,
.hero-pill,
.filter-pill,
.tag{
  background:#f4f9ff !important;
  border-color:#d4e2f1 !important;
  color:#416484 !important;
}
.btn-outline{background:#ffffff !important;color:#315170 !important;border-color:#d4e2f1 !important;}
.btn-gold{color:#2e4660 !important;}
.doctor-profile-panel{
  background:linear-gradient(180deg,#9fc0e1 0%, #89afd6 60%, #79a2cc 100%) !important;
  color:#fff !important;
}
.doctor-profile-intro h3,.doctor-profile-card ul,.doctor-profile-card li,.doctor-profile-card span,.doctor-profile-card strong,.doctor-profile-panel p{color:#ffffff !important;}
.doctor-profile-card,.doctor-specialties-block{
  background:rgba(255,255,255,.18) !important;
  border-color:rgba(255,255,255,.26) !important;
}
.female-doctor-profile-panel,
#femaleDoctorSection .female-doctor-profile-panel{
  background:linear-gradient(180deg,#ebb8d0 0%, #df9fc0 60%, #d78cb3 100%) !important;
  color:#fff !important;
}
.female-doctor-profile-intro h4,
.female-doctor-profile-panel p,
.female-doctor-profile-card ul,
.female-doctor-profile-card li,
.female-doctor-specialty-tags span{color:#ffffff !important;}
.female-doctor-profile-card,
#femaleDoctorSection .female-doctor-profile-card{
  background:rgba(255,255,255,.20) !important;
  border-color:rgba(255,255,255,.28) !important;
}
.luxury-women-highlight{
  background:linear-gradient(135deg,#fff4fa 0%,#fffbfd 100%) !important;
  border-color:rgba(205,132,170,.24) !important;
}
.luxury-women-copy strong{color:#9c4776 !important;}
.luxury-women-copy span{color:#8a6780 !important;}
.luxury-women-cta{background:linear-gradient(135deg,#ca73a1,#b45d8a) !important;}
.qr-section,.services-section,.articles-section,.booking-section{background:linear-gradient(180deg,#fbfdff 0%,#f5f9fe 100%) !important;}
.footer{background:linear-gradient(180deg,#a7c4e2,#94b7dc) !important;color:#fff !important;}
.footer a,.footer h3,.footer h4,.footer p,.footer span{color:#fff !important;}
.mobile-cta{background:#ffffff !important;border-top:1px solid #dce8f3 !important;}
.mobile-cta a:last-child{background:#7cb894 !important;color:#fff !important;}


/* V19.2.4 CSS-only fix: restore original images and lighten remaining dark areas */
html,body{background:#f8fbff !important;}
.luxury-hero{
  background:
    radial-gradient(circle at 12% 18%, rgba(214,170,77,.12), transparent 22%),
    radial-gradient(circle at 82% 12%, rgba(124,168,210,.16), transparent 24%),
    linear-gradient(180deg,#f7fbff 0%, #eef5fd 55%, #e8f1fb 100%) !important;
  border-bottom:1px solid #d8e5f1 !important;
}
.luxury-hero::before,
.luxury-hero::after{
  content:none !important;
  background:none !important;
}
.luxury-hero-copy h1,
.luxury-hero-copy p,
.luxury-kicker,
.luxury-subtitle{position:relative;z-index:1;}
.luxury-kicker{
  background:rgba(255,255,255,.78) !important;
  color:#9a772d !important;
  border-color:rgba(214,170,77,.22) !important;
}
.luxury-hero-copy h1{color:#234768 !important;}
.luxury-subtitle{color:#6b84a0 !important;}
.luxury-pill-row span,
.luxury-pill-row a{
  background:#ffffff !important;
  color:#4d6d8a !important;
  border:1px solid #d9e6f2 !important;
  box-shadow:0 10px 20px rgba(131,165,199,.06) !important;
}
.women-hero-pill,
.women-hero-pill-link{
  background:linear-gradient(135deg,#f7deeb,#fceef5) !important;
  color:#9c4f77 !important;
  border-color:#e6bfd2 !important;
}
.luxury-women-highlight{
  background:linear-gradient(135deg,#fff5fb 0%,#fffbfd 58%,#ffffff 100%) !important;
  border:1px solid #efd1e0 !important;
  box-shadow:0 16px 34px rgba(202,126,170,.08),0 10px 24px rgba(131,165,199,.06) !important;
}
.luxury-women-highlight::before{background:linear-gradient(180deg,#cf7ea8,#a54d77) !important;content:"" !important;}
.luxury-women-copy strong{color:#a04f7a !important;}
.luxury-women-copy span{color:#7d6980 !important;}
.luxury-women-cta{background:linear-gradient(135deg,#cb77a3,#b55f8a) !important;}
.luxury-image-card,
.luxury-floating-card,
.booking-copy-premium-panel,
.booking-form-premium,
.qr-card,
.gallery-card,
.doctor-card,
.doctor-main-copy,
.female-doctor-profile-panel,
.poster-card,
.location-map,
.map-card{
  background:#ffffff !important;
  border:1px solid #dce7f2 !important;
  box-shadow:0 18px 38px rgba(131,165,199,.08) !important;
}
.luxury-image-card img,
.gallery-card img,
.poster-card img{filter:none !important;mix-blend-mode:normal !important;}
.luxury-trust-strip div,
.hero-feature,
.hero-stat{
  background:rgba(255,255,255,.74) !important;
  border:1px solid #d9e5f1 !important;
  box-shadow:0 12px 28px rgba(131,165,199,.07) !important;
}
.luxury-trust-strip strong{color:#345877 !important;}
.luxury-trust-strip span{color:#6f89a5 !important;}
.trust-strip{
  background:linear-gradient(180deg,#c9dbef,#b7cfe8) !important;
}
.trust-grid strong,
.trust-grid span{color:#ffffff !important;}
.trust-grid div{border-inline-start:1px solid rgba(255,255,255,.22) !important;}
.page-content,
.qr-section,
.services-section,
.articles-section,
.booking-section,
#doctorsSection,
#doctor,
#femaleDoctorSection,
.location-section,
.contact-section{
  background:linear-gradient(180deg,#fbfdff 0%,#f5f9fe 100%) !important;
}
.footer{
  background:linear-gradient(180deg,#b4cce6,#a5c3e1) !important;
}
@media(max-width:768px){
  .luxury-hero{
    background:linear-gradient(180deg,#f8fbff 0%,#eef5fd 52%,#e7f0fa 100%) !important;
  }
  .luxury-trust-strip div,
  .luxury-image-card,
  .luxury-floating-card{
    box-shadow:0 12px 24px rgba(131,165,199,.07) !important;
  }
}


/* V19.2.5 Mobile Final Polish — CSS only, no image edits */
@media(max-width: 768px){
  html{
    scroll-padding-top:86px;
  }

  body{
    overflow-x:hidden;
    background:#f8fbff !important;
  }

  .container{
    width:min(100% - 24px, 1180px) !important;
  }

  .topbar{
    font-size:10.5px !important;
  }

  .topbar-inner{
    min-height:32px !important;
    gap:8px !important;
    justify-content:center !important;
    text-align:center !important;
  }

  .topbar-links{
    gap:8px !important;
    justify-content:center !important;
  }

  .header{
    top:0 !important;
  }

  .header-inner{
    min-height:66px !important;
    gap:10px !important;
  }

  .brand{
    gap:8px !important;
  }

  .brand img{
    width:46px !important;
    height:46px !important;
    border-radius:13px !important;
  }

  .brand strong{
    font-size:14px !important;
    line-height:1.2 !important;
  }

  .brand small{
    font-size:10.5px !important;
    line-height:1.25 !important;
  }

  .header-actions{
    gap:7px !important;
  }

  .header-actions .btn-gold{
    min-height:39px !important;
    padding:8px 13px !important;
    font-size:12.5px !important;
  }

  .lang-btn{
    min-height:38px !important;
    padding:8px 12px !important;
    font-size:12px !important;
  }

  .menu-btn{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:40px !important;
    height:40px !important;
    padding:0 !important;
  }

  .nav{
    position:absolute !important;
    top:100% !important;
    inset-inline:12px !important;
    display:none !important;
    grid-template-columns:1fr !important;
    gap:0 !important;
    background:#ffffff !important;
    border:1px solid #dce8f3 !important;
    border-radius:18px !important;
    box-shadow:0 18px 40px rgba(97,132,168,.14) !important;
    padding:8px !important;
    z-index:80 !important;
  }

  .nav.open,
  .nav.active,
  body.menu-open .nav{
    display:grid !important;
  }

  .nav a{
    padding:12px 14px !important;
    border-radius:13px !important;
    color:#2b4d6c !important;
    font-size:14px !important;
  }

  .nav a:hover{
    background:#f3f8fd !important;
  }

  .section{
    padding:54px 0 !important;
  }

  .section-head{
    margin-bottom:24px !important;
  }

  .section-head h2{
    font-size:30px !important;
    line-height:1.18 !important;
  }

  .eyebrow{
    font-size:11.5px !important;
    padding:7px 12px !important;
    margin-bottom:12px !important;
  }

  .luxury-hero{
    padding:18px 0 26px !important;
    background:linear-gradient(180deg,#f8fbff 0%,#eff6fd 60%,#eaf3fc 100%) !important;
  }

  .luxury-hero-wrap{
    grid-template-columns:1fr !important;
    gap:18px !important;
  }

  .luxury-hero-copy{
    text-align:center !important;
    padding:0 !important;
  }

  .luxury-kicker{
    justify-content:center !important;
    margin-inline:auto !important;
    max-width:100% !important;
  }

  .luxury-hero-copy h1{
    font-size:31px !important;
    line-height:1.12 !important;
    margin:10px auto 8px !important;
    max-width:100% !important;
  }

  .luxury-subtitle{
    font-size:13.5px !important;
    line-height:1.75 !important;
    max-width:100% !important;
    margin-inline:auto !important;
  }

  .luxury-pill-row{
    justify-content:center !important;
    gap:7px !important;
    margin-top:14px !important;
  }

  .luxury-pill-row span,
  .luxury-pill-row a{
    font-size:11.5px !important;
    padding:7px 10px !important;
  }

  .luxury-women-highlight{
    flex-direction:column !important;
    align-items:stretch !important;
    text-align:center !important;
    gap:12px !important;
    margin-top:14px !important;
    padding:16px !important;
    border-radius:22px !important;
  }

  .luxury-women-highlight::before{
    width:54px !important;
    height:4px !important;
    align-self:center !important;
    border-radius:999px !important;
  }

  .luxury-women-copy strong{
    font-size:19px !important;
    line-height:1.35 !important;
  }

  .luxury-women-copy span{
    font-size:13px !important;
    line-height:1.7 !important;
  }

  .luxury-women-cta{
    width:100% !important;
    min-height:43px !important;
    font-size:13px !important;
  }

  .luxury-actions{
    justify-content:center !important;
    gap:9px !important;
    margin-top:16px !important;
  }

  .luxury-actions .btn{
    min-height:42px !important;
    padding:9px 15px !important;
    font-size:13px !important;
  }

  .luxury-trust-strip{
    grid-template-columns:1fr 1fr !important;
    gap:9px !important;
    margin-top:18px !important;
  }

  .luxury-trust-strip div{
    padding:13px 10px !important;
    border-radius:18px !important;
    text-align:center !important;
  }

  .luxury-trust-strip strong{
    font-size:13.5px !important;
  }

  .luxury-trust-strip span{
    font-size:11.5px !important;
    line-height:1.5 !important;
  }

  .luxury-hero-visual{
    min-height:auto !important;
    justify-content:center !important;
    display:grid !important;
    gap:14px !important;
  }

  .primary-card,
  .brand-poster-hero-card{
    width:100% !important;
  }

  .luxury-image-card{
    padding:9px !important;
    border-radius:22px !important;
  }

  .luxury-image-card img{
    border-radius:17px !important;
    max-width:100% !important;
  }

  .luxury-floating-card{
    position:relative !important;
    inset:auto !important;
    width:100% !important;
    max-width:330px !important;
    margin:0 auto !important;
    border-radius:22px !important;
    padding:14px !important;
  }

  .luxury-floating-card strong{
    font-size:22px !important;
  }

  .qr-mini-grid{
    gap:8px !important;
  }

  .qr-mini-grid div{
    padding:9px !important;
    border-radius:15px !important;
  }

  .trust-grid{
    grid-template-columns:1fr 1fr !important;
  }

  .trust-grid div{
    padding:18px 10px !important;
    text-align:center !important;
    border:1px solid rgba(255,255,255,.18) !important;
  }

  .trust-grid strong{
    font-size:13.5px !important;
  }

  .trust-grid span{
    font-size:11.5px !important;
  }

  .qr-grid,
  .doctor-grid,
  .booking-grid,
  .location-grid,
  .doctor-expanded-grid,
  .female-doctor-header-grid{
    grid-template-columns:1fr !important;
    gap:20px !important;
  }

  .qr-copy,
  .doctor-copy,
  .booking-copy,
  .location-grid > div,
  .doctors-group-title{
    text-align:center !important;
  }

  .qr-copy h2,
  .booking-copy h2,
  .location-grid h2,
  .doctor-copy h2{
    font-size:29px !important;
    line-height:1.2 !important;
  }

  .qr-copy p,
  .booking-copy p,
  .location-grid p,
  .doctor-copy p{
    font-size:14px !important;
    line-height:1.75 !important;
  }

  .qr-cards{
    grid-template-columns:1fr !important;
    gap:12px !important;
  }

  .qr-card{
    grid-template-columns:84px 1fr !important;
    gap:12px !important;
    padding:13px !important;
    border-radius:22px !important;
  }

  .qr-card img{
    width:84px !important;
    height:84px !important;
  }

  .qr-card h3{
    font-size:17px !important;
  }

  .services-grid,
  .articles-grid,
  .gallery-grid{
    grid-template-columns:1fr !important;
    gap:12px !important;
  }

  .service-card,
  .article-card,
  .gallery-card{
    border-radius:22px !important;
    padding:18px !important;
  }

  .women-service-highlight{
    flex-direction:column !important;
    align-items:center !important;
    text-align:center !important;
    padding:16px !important;
    border-radius:20px !important;
    gap:8px !important;
  }

  .women-service-highlight strong{
    font-size:20px !important;
  }

  .women-service-highlight span{
    font-size:13px !important;
  }

  .women-focus-card{
    grid-column:auto !important;
  }

  .women-focus-card h3{
    font-size:26px !important;
  }

  .gallery-card{
    padding:0 !important;
  }

  .gallery-card img{
    aspect-ratio:1.45/1 !important;
    padding:10px !important;
  }

  .gallery-card div{
    padding:14px 16px !important;
  }

  .gallery-card h3{
    font-size:16px !important;
  }

  .doctor-card,
  .map-card,
  .female-doctor-card-display,
  .female-doctor-image-card{
    border-radius:22px !important;
    padding:10px !important;
  }

  .doctor-card img,
  .female-doctor-card-display img{
    border-radius:16px !important;
  }

  .doctor-main-copy,
  .female-doctor-copy-premium,
  .female-doctor-panel,
  .doctor-profile-panel,
  .female-doctor-profile-panel{
    border-radius:24px !important;
    padding:20px !important;
  }

  .doctor-copy h2,
  .female-doctor-copy-premium h3{
    font-size:30px !important;
  }

  .info-list,
  .female-doctor-highlights,
  .female-doctor-profile-grid{
    grid-template-columns:1fr !important;
    gap:11px !important;
  }

  .info-list div,
  .female-doctor-highlights div,
  .doctor-profile-card,
  .female-doctor-profile-card{
    border-radius:18px !important;
    padding:15px !important;
  }

  .doctor-profile-intro h3,
  .female-doctor-profile-intro h4{
    font-size:25px !important;
    line-height:1.25 !important;
  }

  .female-doctor-specialty-tags{
    justify-content:center !important;
  }

  .female-doctor-specialty-tags span{
    font-size:12px !important;
    padding:8px 10px !important;
  }

  .booking-grid-premium{
    gap:18px !important;
  }

  .booking-copy-premium-panel,
  .booking-form-premium{
    border-radius:24px !important;
    padding:18px !important;
  }

  .booking-benefits{
    justify-content:center !important;
    gap:8px !important;
  }

  .booking-benefits span{
    font-size:12px !important;
    padding:8px 10px !important;
  }

  .booking-contact-cards{
    gap:10px !important;
  }

  .booking-contact-card{
    border-radius:18px !important;
    padding:14px !important;
    text-align:center !important;
  }

  .form-head-premium,
  .form-head{
    grid-template-columns:64px 1fr !important;
    padding:12px !important;
    border-radius:18px !important;
  }

  .form-head img{
    width:64px !important;
    height:64px !important;
  }

  .form-head strong{
    font-size:15.5px !important;
  }

  .form-head span{
    font-size:12px !important;
  }

  .booking-options-premium,
  .booking-options{
    grid-template-columns:1fr 1fr !important;
    gap:8px !important;
  }

  .booking-options button{
    min-height:42px !important;
    padding:9px 10px !important;
    font-size:13px !important;
  }

  .form-row{
    grid-template-columns:1fr !important;
    gap:12px !important;
  }

  .booking-form label{
    font-size:13.5px !important;
  }

  .booking-form input,
  .booking-form select,
  .booking-form textarea{
    min-height:46px !important;
    padding:11px 13px !important;
    border-radius:15px !important;
    font-size:14px !important;
  }

  .booking-form textarea{
    min-height:118px !important;
  }

  .booking-form .full,
  .booking-form button[type="submit"]{
    min-height:48px !important;
    font-size:14px !important;
  }

  .privacy{
    font-size:11.5px !important;
    text-align:center !important;
  }

  .map-card iframe{
    min-height:300px !important;
    border-radius:18px !important;
  }

  .footer{
    padding:40px 0 88px !important;
    text-align:center !important;
  }

  .footer-grid{
    grid-template-columns:1fr !important;
    gap:20px !important;
  }

  .mobile-cta{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:8px !important;
    padding:10px 12px !important;
  }

  .mobile-cta a{
    min-height:42px !important;
    border-radius:999px !important;
    font-size:12.5px !important;
  }
}

@media(max-width: 420px){
  .container{
    width:min(100% - 20px, 1180px) !important;
  }

  .luxury-hero-copy h1{
    font-size:28px !important;
  }

  .luxury-trust-strip,
  .trust-grid,
  .booking-options-premium,
  .booking-options{
    grid-template-columns:1fr !important;
  }

  .header-actions .btn-gold{
    display:none !important;
  }

  .brand strong{
    font-size:13px !important;
  }

  .qr-card{
    grid-template-columns:74px 1fr !important;
  }

  .qr-card img{
    width:74px !important;
    height:74px !important;
  }
}


/* V19.2.6 Slightly darker blue palette — CSS only, images unchanged */
:root{
  --navy:#79a4cf;
  --navy2:#96badc;
  --paper:#f6faff;
  --line:#cbdceb;
  --text:#1b3f60;
  --muted:#5b7896;
  --shadow:0 16px 42px rgba(72,116,158,.13);
  --shadow-deep:0 24px 56px rgba(72,116,158,.17);
}

body{
  background:linear-gradient(180deg,#f6faff 0%,#ffffff 44%,#f3f8fe 100%) !important;
  color:var(--text) !important;
}

.topbar{
  background:linear-gradient(90deg,#7fa9d2,#98bbdd) !important;
}

.luxury-hero{
  background:
    radial-gradient(circle at 12% 18%, rgba(214,170,77,.13), transparent 22%),
    radial-gradient(circle at 82% 12%, rgba(103,151,195,.20), transparent 25%),
    linear-gradient(180deg,#f4f9ff 0%,#e6f1fb 58%,#dcebf8 100%) !important;
  border-bottom:1px solid #cbdceb !important;
}

.luxury-hero-copy h1{
  color:#173c5c !important;
}

.luxury-subtitle,
.qr-copy p,
.booking-copy p,
.location-grid p,
.doctor-copy p,
.section-head p{
  color:#536f8d !important;
}

.luxury-kicker,
.eyebrow{
  background:rgba(214,170,77,.14) !important;
  color:#8d6416 !important;
  border-color:rgba(214,170,77,.24) !important;
}

.luxury-pill-row span,
.luxury-pill-row a,
.chips span,
.btn-outline{
  background:#f9fcff !important;
  border-color:#cbdceb !important;
  color:#315b7b !important;
}

.luxury-trust-strip div,
.trust-grid div,
.hero-feature,
.hero-stat,
.service-card,
.article-card,
.gallery-card,
.qr-card,
.booking-form,
.booking-form-panel,
.booking-copy-premium-panel,
.doctor-card,
.map-card,
.luxury-image-card,
.luxury-floating-card{
  border-color:#cbdceb !important;
  box-shadow:0 16px 34px rgba(72,116,158,.11) !important;
}

.luxury-trust-strip strong,
.qr-card h3,
.service-card h3,
.article-card h3,
.gallery-card h3,
.booking-contact-card strong,
.form-head strong{
  color:#173c5c !important;
}

.luxury-trust-strip span,
.qr-card p,
.service-card p,
.article-card p,
.booking-contact-card span,
.form-head span{
  color:#5b7896 !important;
}

.trust-strip{
  background:linear-gradient(180deg,#9fc2e2,#86afd6) !important;
}

.qr-section,
.services-section,
.articles-section,
.booking-section,
.page-content,
.location-section,
.contact-section{
  background:linear-gradient(180deg,#f9fcff 0%,#eef6fd 100%) !important;
}

.doctor-profile-panel{
  background:linear-gradient(180deg,#7fa9d2 0%,#6797c4 58%,#5686b5 100%) !important;
  box-shadow:0 24px 58px rgba(72,116,158,.20) !important;
}

.female-doctor-profile-panel,
#femaleDoctorSection .female-doctor-profile-panel{
  background:linear-gradient(180deg,#d998bd 0%,#c77ca8 58%,#b76797 100%) !important;
  box-shadow:0 24px 58px rgba(177,88,137,.20) !important;
}

.luxury-women-highlight{
  background:linear-gradient(135deg,#fff1f8 0%,#fff7fb 58%,#ffffff 100%) !important;
  border-color:#e6bfd2 !important;
  box-shadow:0 16px 34px rgba(177,88,137,.10),0 10px 24px rgba(72,116,158,.08) !important;
}

.women-hero-pill,
.women-hero-pill-link{
  background:linear-gradient(135deg,#f0cce0,#f8e3ef) !important;
  color:#8e3d68 !important;
  border-color:#ddb1c8 !important;
}

.luxury-women-copy strong{
  color:#8e3d68 !important;
}

.luxury-women-copy span{
  color:#735b70 !important;
}

.footer{
  background:linear-gradient(180deg,#93badc,#7fa9d2) !important;
}

@media(max-width:768px){
  .luxury-hero{
    background:linear-gradient(180deg,#f4f9ff 0%,#e6f1fb 58%,#dcebf8 100%) !important;
  }

  .topbar{
    background:linear-gradient(90deg,#7fa9d2,#98bbdd) !important;
  }

  .mobile-cta{
    border-top-color:#cbdceb !important;
  }
}


/* V19.3 Color Harmony — matched to latest blue/white/gold poster */
:root{
  --poster-blue:#2f82c7;
  --poster-blue-dark:#0d4f93;
  --poster-blue-soft:#dfeefa;
  --poster-blue-pale:#f3f9ff;
  --poster-gold:#d6aa4d;
  --poster-gold-soft:#f5e3b5;
  --text:#163d61;
  --muted:#5f7d9b;
  --line:#cfe0ee;
  --paper:#f7fbff;
  --shadow:0 18px 42px rgba(47,130,199,.12);
  --shadow-deep:0 28px 70px rgba(47,130,199,.16);
}

html[dir="ltr"] body,
body,
button,
input,
select,
textarea{
  font-family:"Cairo",Tahoma,Arial,sans-serif !important;
}

body{
  background:linear-gradient(180deg,#f7fbff 0%,#ffffff 42%,#f3f8fe 100%) !important;
  color:var(--text) !important;
}

.topbar{
  background:linear-gradient(90deg,#2f82c7,#6bb0e1) !important;
  color:#fff !important;
}

.header{
  background:rgba(255,255,255,.97) !important;
  border-bottom:1px solid var(--line) !important;
}

.brand strong,
.section-head h2,
.luxury-hero-copy h1,
.qr-copy h2,
.booking-copy h2,
.location-grid h2,
.doctor-copy h2,
.service-card h3,
.article-card h3,
.gallery-card h3{
  color:var(--text) !important;
}

.nav a{
  color:#3f6384 !important;
}

.nav a:hover{
  color:var(--poster-blue-dark) !important;
}

.luxury-hero{
  background:
    radial-gradient(circle at 10% 16%, rgba(214,170,77,.16), transparent 21%),
    radial-gradient(circle at 86% 10%, rgba(47,130,199,.18), transparent 25%),
    linear-gradient(180deg,#f8fcff 0%,#edf6ff 56%,#e3f1fb 100%) !important;
  border-bottom:1px solid var(--line) !important;
}

.luxury-hero::before,
.luxury-hero::after{
  content:none !important;
  background:none !important;
}

.luxury-kicker,
.eyebrow{
  background:rgba(214,170,77,.14) !important;
  color:#9a6d18 !important;
  border:1px solid rgba(214,170,77,.24) !important;
}

.luxury-subtitle,
.section-head p,
.qr-copy p,
.booking-copy p,
.location-grid p,
.doctor-copy p,
.service-card p,
.article-card p{
  color:var(--muted) !important;
}

.luxury-pill-row span,
.luxury-pill-row a,
.chips span,
.btn-outline{
  background:#ffffff !important;
  color:#315d86 !important;
  border:1px solid var(--line) !important;
  box-shadow:0 10px 22px rgba(47,130,199,.07) !important;
}

.btn-gold,
.btn-primary{
  background:linear-gradient(135deg,#d6aa4d,#f0d486) !important;
  color:#173d61 !important;
  box-shadow:0 14px 30px rgba(214,170,77,.20) !important;
}

.luxury-women-highlight{
  background:linear-gradient(135deg,#fff4fa 0%,#fff9fd 54%,#ffffff 100%) !important;
  border:1px solid #e8c5d8 !important;
  box-shadow:0 18px 40px rgba(190,91,145,.10),0 10px 24px rgba(47,130,199,.07) !important;
}

.luxury-women-highlight::before{
  background:linear-gradient(180deg,#d178aa,#ae4f82) !important;
}

.women-hero-pill,
.women-hero-pill-link{
  background:linear-gradient(135deg,#f4d7e8,#fae8f2) !important;
  color:#9b4674 !important;
  border-color:#e2b7cf !important;
}

.luxury-women-copy strong{
  color:#984572 !important;
}

.luxury-women-copy span{
  color:#766073 !important;
}

.luxury-women-cta{
  background:linear-gradient(135deg,#c66f9d,#a94d7f) !important;
  color:#fff !important;
}

.luxury-image-card,
.luxury-floating-card,
.poster-card,
.doctor-card,
.map-card,
.qr-card,
.service-card,
.article-card,
.gallery-card,
.form-head,
.booking-form,
.booking-form-panel,
.booking-copy-premium-panel,
.doctor-main-copy,
.female-doctor-panel{
  background:#ffffff !important;
  border:1px solid var(--line) !important;
  box-shadow:var(--shadow) !important;
}

.luxury-image-card img,
.gallery-card img,
.poster-card img,
.doctor-card img,
.female-doctor-card-display img{
  filter:none !important;
  mix-blend-mode:normal !important;
}

.trust-strip{
  background:linear-gradient(90deg,#2f82c7,#6bb0e1) !important;
}

.trust-grid div{
  border-inline-start:1px solid rgba(255,255,255,.22) !important;
}

.trust-grid strong,
.trust-grid span{
  color:#ffffff !important;
}

.luxury-trust-strip div,
.hero-feature,
.hero-stat{
  background:rgba(255,255,255,.76) !important;
  border:1px solid var(--line) !important;
  box-shadow:0 14px 28px rgba(47,130,199,.08) !important;
}

.luxury-trust-strip strong{
  color:#245477 !important;
}

.luxury-trust-strip span{
  color:#6b86a0 !important;
}

.qr-section,
.services-section,
.articles-section,
.booking-section,
.page-content,
.location-section,
.contact-section,
#doctorsSection,
#doctor,
#femaleDoctorSection{
  background:linear-gradient(180deg,#fbfdff 0%,#f2f8fe 100%) !important;
}

.service-card span,
.article-card span{
  color:#b48424 !important;
}

.women-service-highlight{
  background:linear-gradient(135deg,#fff5fb,#ffffff) !important;
  border-color:#e8c5d8 !important;
}

.women-service-highlight strong,
.women-focus-card h3{
  color:#93466d !important;
}

.women-focus-card{
  background:linear-gradient(135deg,#fff3fa,#ffffff) !important;
  border-color:#e8c5d8 !important;
  box-shadow:0 18px 40px rgba(190,91,145,.10) !important;
}

.doctor-profile-panel{
  background:linear-gradient(180deg,#3c8dcc 0%,#2f7fbd 58%,#24699f 100%) !important;
  border:1px solid rgba(255,255,255,.22) !important;
  box-shadow:0 26px 70px rgba(47,130,199,.22) !important;
}

.doctor-profile-card,
.doctor-specialties-block{
  background:rgba(255,255,255,.15) !important;
  border-color:rgba(255,255,255,.24) !important;
}

.doctor-profile-panel,
.doctor-profile-panel p,
.doctor-profile-panel li,
.doctor-profile-panel span{
  color:#ffffff !important;
}

.doctor-profile-card h4,
.doctor-specialties-block h4{
  color:#fff4d6 !important;
}

.female-doctor-copy .eyebrow,
.female-doctor-profile-intro .eyebrow{
  background:rgba(190,91,145,.13) !important;
  color:#93466d !important;
  border-color:rgba(190,91,145,.25) !important;
}

.female-doctor-copy h3,
.female-doctor-profile-intro h4{
  color:#86385f !important;
}

.female-doctor-profile-panel,
#femaleDoctorSection .female-doctor-profile-panel{
  background:linear-gradient(180deg,#c778a3 0%,#b45f8f 58%,#9f4d7d 100%) !important;
  border:1px solid rgba(255,255,255,.24) !important;
  box-shadow:0 26px 70px rgba(180,95,143,.22) !important;
}

.female-doctor-profile-card,
#femaleDoctorSection .female-doctor-profile-card{
  background:rgba(255,255,255,.16) !important;
  border-color:rgba(255,255,255,.24) !important;
}

.female-doctor-profile-panel,
.female-doctor-profile-panel p,
.female-doctor-profile-panel li,
.female-doctor-specialty-tags span{
  color:#ffffff !important;
}

.booking-contact-card{
  background:#ffffff !important;
  border-color:var(--line) !important;
}

.booking-contact-card strong,
.form-head strong{
  color:var(--text) !important;
}

.booking-contact-card span,
.form-head span{
  color:var(--muted) !important;
}

.booking-form input,
.booking-form select,
.booking-form textarea{
  border-color:var(--line) !important;
  color:var(--text) !important;
}

.footer{
  background:linear-gradient(90deg,#2f82c7,#6bb0e1) !important;
  color:#ffffff !important;
}

.footer h3,
.footer h4,
.footer p,
.footer span,
.footer a{
  color:#ffffff !important;
}

.mobile-cta{
  background:#ffffff !important;
  border-top:1px solid var(--line) !important;
}

.mobile-cta a:last-child{
  background:#2f82c7 !important;
  color:#ffffff !important;
}

@media(max-width:768px){
  .luxury-hero{
    background:linear-gradient(180deg,#f8fcff 0%,#edf6ff 58%,#e3f1fb 100%) !important;
  }

  .topbar{
    background:linear-gradient(90deg,#2f82c7,#6bb0e1) !important;
  }

  .luxury-women-highlight{
    background:linear-gradient(135deg,#fff4fa 0%,#fffbfd 100%) !important;
  }
}


/* V19.3.1 Arabic center name in hero with English below */
.hero-center-name{
  display:grid !important;
  gap:6px !important;
  text-align:center !important;
  margin-inline:auto !important;
  max-width:720px !important;
}

.hero-center-name .hero-name-ar{
  display:block !important;
  font-family:"Cairo",Tahoma,Arial,sans-serif !important;
  font-size:clamp(34px,5vw,68px) !important;
  line-height:1.12 !important;
  font-weight:900 !important;
  letter-spacing:0 !important;
  color:#163d61 !important;
}

.hero-center-name .hero-name-en{
  display:block !important;
  font-family:"Cairo",Tahoma,Arial,sans-serif !important;
  font-size:clamp(20px,2.2vw,34px) !important;
  line-height:1.2 !important;
  font-weight:800 !important;
  color:#2f82c7 !important;
  letter-spacing:.2px !important;
}

.brand strong[data-i18n="brandTitle"]{
  font-size:15px !important;
  line-height:1.15 !important;
  font-weight:900 !important;
}

.brand small[data-i18n="brandSub"]{
  color:#5f7d9b !important;
  font-weight:800 !important;
}

@media(max-width:768px){
  .hero-center-name{
    gap:4px !important;
    max-width:100% !important;
  }

  .hero-center-name .hero-name-ar{
    font-size:31px !important;
    line-height:1.18 !important;
  }

  .hero-center-name .hero-name-en{
    font-size:19px !important;
    line-height:1.25 !important;
  }

  .brand strong[data-i18n="brandTitle"]{
    font-size:13px !important;
  }

  .brand small[data-i18n="brandSub"]{
    font-size:10.5px !important;
  }
}

@media(max-width:420px){
  .hero-center-name .hero-name-ar{
    font-size:28px !important;
  }

  .hero-center-name .hero-name-en{
    font-size:17px !important;
  }
}


/* V19.3.2 bilingual title order by language */
.hero-center-name{
  display:grid !important;
  gap:6px !important;
  text-align:center !important;
  margin-inline:auto !important;
  max-width:780px !important;
}

.hero-center-name .hero-name-ar{
  display:block !important;
  font-family:"Cairo",Tahoma,Arial,sans-serif !important;
  font-size:clamp(34px,5vw,64px) !important;
  line-height:1.12 !important;
  font-weight:900 !important;
  letter-spacing:0 !important;
  color:#163d61 !important;
}

.hero-center-name .hero-name-en{
  display:block !important;
  font-family:"Cairo",Tahoma,Arial,sans-serif !important;
  font-size:clamp(21px,2.45vw,36px) !important;
  line-height:1.18 !important;
  font-weight:850 !important;
  color:#2f82c7 !important;
  letter-spacing:.15px !important;
}

html[lang="en"] .hero-center-name .hero-name-en{
  font-size:clamp(34px,5vw,64px) !important;
  font-weight:900 !important;
  color:#163d61 !important;
}

html[lang="en"] .hero-center-name .hero-name-ar{
  font-size:clamp(21px,2.45vw,36px) !important;
  font-weight:850 !important;
  color:#2f82c7 !important;
}

.brand strong[data-i18n="brandTitle"]{
  font-size:15px !important;
  line-height:1.15 !important;
  font-weight:900 !important;
}

.brand small[data-i18n="brandSub"]{
  color:#5f7d9b !important;
  font-weight:800 !important;
}

@media(max-width:768px){
  .hero-center-name{
    gap:4px !important;
    max-width:100% !important;
  }

  .hero-center-name .hero-name-ar,
  html[lang="en"] .hero-center-name .hero-name-en{
    font-size:31px !important;
    line-height:1.18 !important;
  }

  .hero-center-name .hero-name-en,
  html[lang="en"] .hero-center-name .hero-name-ar{
    font-size:19px !important;
    line-height:1.25 !important;
  }

  .brand strong[data-i18n="brandTitle"]{
    font-size:13px !important;
  }

  .brand small[data-i18n="brandSub"]{
    font-size:10.5px !important;
  }
}

@media(max-width:420px){
  .hero-center-name .hero-name-ar,
  html[lang="en"] .hero-center-name .hero-name-en{
    font-size:28px !important;
  }

  .hero-center-name .hero-name-en,
  html[lang="en"] .hero-center-name .hero-name-ar{
    font-size:17px !important;
  }
}
