/* ══════════════════════════════════════
   DESIGN SYSTEM — Brand Blues from Logo
══════════════════════════════════════ */
:root {
  --navy:    #1A3A6B;
  --blue:    #2878C8;
  --sky:     #5AAEE8;
  --light:   #A8D4F0;
  --pale:    #EAF4FB;
  --white:   #FFFFFF;
  --off:     #F7FAFE;
  --charcoal:#1C2B3A;
  --mid:     #5A6B7B;
  --red:     #DC2626;
  --green:   #16A34A;
  --gold:    #B8862A;
  --gold-bg: #FDF4E3;
  --border:  rgba(40,120,200,0.15);
  --shadow:  0 4px 32px rgba(26,58,107,0.10);
  --shadow-lg: 0 16px 64px rgba(26,58,107,0.14);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: 'Outfit', sans-serif;
  color: var(--charcoal);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* ── SCROLL REVEAL ── */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }

/* ══════════════════════════════════════
   EMERGENCY BAR
══════════════════════════════════════ */
.emergency-bar {
  background: var(--red);
  color: #fff;
  text-align: center;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  letter-spacing: 0.02em;
}
.emergency-bar a { color: #fff; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,0.5); }
.pulse-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #fff;
  animation: pulse 1.6s ease-in-out infinite;
  flex-shrink: 0;
}
@keyframes pulse {
  0%,100% { opacity:1; transform:scale(1); }
  50% { opacity:0.4; transform:scale(0.7); }
}

/* ══════════════════════════════════════
   NAVIGATION
══════════════════════════════════════ */
nav {
  position: sticky;
  top: 0;
  z-index: 200;
  background: rgba(255,255,255,0.97);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 2px 20px rgba(26,58,107,0.07);
  transition: background 0.3s;
}
.nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.nav-monogram {
  width: 42px; height: 42px;
  background: linear-gradient(135deg, var(--navy) 0%, var(--blue) 100%);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.05em;
  flex-shrink: 0;
}
.nav-brand-image {
  width: auto;
  object-fit: contain;
  flex-shrink: 0;
}
.nav-brand-text .name {
  font-family: 'Outfit', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: var(--navy);
  line-height: 1.1;
}
.nav-brand-text .creds {
  font-size: 11px;
  color: var(--blue);
  font-weight: 400;
  margin-top: 1px;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
}
.nav-links a {
  font-size: 14px;
  font-weight: 500;
  color: var(--charcoal);
  text-decoration: none;
  padding: 8px 14px;
  border-radius: 8px;
  transition: background 0.15s, color 0.15s;
}
.nav-links a:hover { background: var(--pale); color: var(--blue); }
.nav-cta {
  background-color: var(--blue);
  color: #fff;
  padding: 9px 22px;
  border-radius: 8px;
  font-weight: 600;
  transition: background 0.2s ease, transform 0.2s ease;
}
.nav-cta:hover { 
  background-color: var(--navy); 
  transform: translateY(-2px);
  color: #fff;
}
.nav-ham {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  flex-direction: column;
  gap: 5px;
  padding: 6px;
}
.nav-ham span {
  display: block;
  width: 24px; height: 2px;
  background: var(--navy);
  border-radius: 2px;
  transition: 0.3s;
}

/* ══════════════════════════════════════
   HERO
══════════════════════════════════════ */
.hero {
  min-height: 100vh;
  background: linear-gradient(150deg, var(--navy) 0%, #1e4a8a 40%, #2878C8 85%, var(--sky) 100%);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 90px 32px 60px;
}
.hero-bg-circle {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.08);
  pointer-events: none;
}
.hero-bg-circle.c1 { width:600px;height:600px;top:-150px;right:-100px; }
.hero-bg-circle.c2 { width:400px;height:400px;top:50px;right:150px; }
.hero-bg-circle.c3 { width:300px;height:300px;bottom:-80px;left:10%; }
.hero-grid-lines {
  position: absolute; inset: 0;
  background-image: 
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 64px 64px;
  pointer-events: none;
}
.hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 2;
}
.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.25);
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 16px;
  border-radius: 20px;
  margin-bottom: 24px;
  animation: fadeUp 0.8s 0.2s both;
}
.hero-tag::before {
  content: '';
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--light);
}
.hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(40px, 5.5vw, 72px);
  font-weight: 600;
  color: #fff;
  line-height: 1.05;
  margin-bottom: 12px;
  animation: fadeUp 0.8s 0.35s both;
}
.hero h1 em {
  font-style: italic;
  color: var(--light);
}
.hero-creds {
  font-size: 15px;
  font-weight: 400;
  color: rgba(255,255,255,0.65);
  letter-spacing: 0.03em;
  margin-bottom: 24px;
  animation: fadeUp 0.8s 0.45s both;
}
.hero-desc {
  font-size: 17px;
  line-height: 1.8;
  color: rgba(255,255,255,0.78);
  max-width: 540px;
  margin-bottom: 40px;
  animation: fadeUp 0.8s 0.55s both;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  animation: fadeUp 0.8s 0.65s both;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #ffffff;
  color: var(--navy);
  font-family: 'Outfit', sans-serif;
  font-size: 15px;
  font-weight: 600;
  padding: 14px 28px;
  border-radius: 10px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: transform 0.15s, box-shadow 0.15s;
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}
.btn-primary:hover { 
  transform: translateY(-2px); 
  box-shadow: 0 8px 28px rgba(0,0,0,0.25); 
}

.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: rgba(255,255,255,0.12);
  color: #fff;
  font-family: 'Outfit', sans-serif;
  font-size: 15px;
  font-weight: 500;
  padding: 13px 26px;
  border-radius: 10px;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,0.3);
  cursor: pointer;
  transition: background 0.15s;
}
.btn-ghost:hover { 
  background-color: rgba(255,255,255,0.2); 
}

.btn-wa {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #22C55E;
  color: #fff;
  font-family: 'Outfit', sans-serif;
  font-size: 15px;
  font-weight: 600;
  padding: 14px 26px;
  border-radius: 10px;
  text-decoration: none;
  transition: background 0.15s, transform 0.1s;
  box-shadow: 0 4px 16px rgba(34,197,94,0.35);
}
.btn-wa:hover { background: #16A34A; transform: translateY(-2px); }

/* Hero stats strip */
.hero-stats {
  display: flex;
  gap: 36px;
  margin-top: 52px;
  animation: fadeUp 0.8s 0.8s both;
  flex-wrap: wrap;
}
/* Hero stat item */
.hero-stat {
  flex: 0 0 auto;
}
.hero-stat-val {
  font-family: 'Cormorant Garamond', serif;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.hero-stat-lbl {
  font-size: 12px;
  color: rgba(255,255,255,0.5);
  margin-top: 4px;
  letter-spacing: 0.04em;
}
.hero-stat-divider {
  width: 1px;
  background: rgba(255,255,255,0.15);
  align-self: stretch;
}

/* Hero photo card */
.hero-card {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  animation: fadeScale 1s 0.4s both;
  box-shadow: 0 32px 80px rgba(0,0,0,0.25);
}
.hero-photo-area {
  background: linear-gradient(160deg, rgba(255,255,255,0.1) 0%, rgba(40,120,200,0.2) 100%);
  height: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.hero-photo-area::before {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 120px;
  background: linear-gradient(to top, rgba(26,58,107,0.6), transparent);
}
.photo-placeholder {
  width: 120px; height: 120px;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  border: 2px solid rgba(255,255,255,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}
.photo-placeholder svg { width: 60px; height: 60px; fill: rgba(255,255,255,0.4); }
.photo-hint {
  font-size: 12px;
  color: rgba(255,255,255,0.35);
  text-align: center;
  margin-top: 12px;
  padding: 0 24px;
}
.hero-card-body {
  padding: 20px 24px 24px;
}
.hero-card-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 4px;
}
.hero-card-title {
  font-size: 13px;
  color: var(--light);
  margin-bottom: 16px;
}
.hero-card-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.badge {
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.2);
  color: rgba(255,255,255,0.8);
  font-size: 11px;
  font-weight: 500;
  padding: 4px 12px;
  border-radius: 20px;
}
.badge-gold {
  background: rgba(184,134,42,0.2);
  border-color: rgba(184,134,42,0.4);
  color: #F4C87A;
}

/* Float stat badge */
.float-badge {
  position: absolute;
  top: 20px;
  right: -18px;
  background: var(--gold-bg);
  border: 1px solid rgba(184,134,42,0.3);
  border-radius: 14px;
  padding: 14px 18px;
  text-align: center;
  box-shadow: 0 8px 32px rgba(0,0,0,0.2);
}
.float-badge-val {
  font-family: 'Cormorant Garamond', serif;
  font-size: 30px;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
}
.float-badge-lbl {
  font-size: 10px;
  font-weight: 600;
  color: var(--gold);
  letter-spacing: 0.06em;
  margin-top: 3px;
}

@keyframes fadeUp { from { opacity:0; transform:translateY(24px); } to { opacity:1; transform:translateY(0); } }
@keyframes fadeScale { from { opacity:0; transform:scale(0.92); } to { opacity:1; transform:scale(1); } }

/* ══════════════════════════════════════
   SHARED SECTION STYLES
══════════════════════════════════════ */
.section { padding: 96px 32px; }
.section-alt { background: var(--off); }
.section-dark { background: var(--navy); }
.container { max-width: 1200px; margin: 0 auto; }
.section-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 14px;
}
.section-label::before {
  content: '';
  display: block;
  width: 24px; height: 2px;
  background: var(--blue);
}
.section-label.white { color: rgba(255,255,255,0.8); }
.section-label.white::before { background: rgba(255,255,255,0.8); }
h2.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 600;
  color: var(--navy);
  line-height: 1.1;
  margin-bottom: 16px;
}
h2.section-title.white { color: #fff; }
.section-intro {
  font-size: 17px;
  color: var(--mid);
  line-height: 1.75;
  max-width: 560px;
}
.section-intro.white { color: rgba(255,255,255,0.65); }

/* ══════════════════════════════════════
   ABOUT / CREDENTIALS
══════════════════════════════════════ */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
  margin-top: 64px;
}
.about-photo {
  position: relative;
}
.about-photo-frame {
  background: linear-gradient(145deg, var(--pale) 0%, rgba(40,120,200,0.1) 100%);
  border-radius: 20px;
  border: 1px solid var(--border);
  aspect-ratio: 3/4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.about-photo-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.about-avatar {
  width: 100px; height: 100px;
  border-radius: 50%;
  background: rgba(40,120,200,0.15);
  border: 2px solid rgba(40,120,200,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-avatar svg { width: 52px; height: 52px; fill: rgba(40,120,200,0.5); }
.about-photo-hint { font-size: 12px; color: var(--mid); text-align: center; padding: 0 24px; }
.about-photo-caption {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 24px;
  background: linear-gradient(to top, rgba(26,58,107,0.9), transparent);
  text-align: center;
}
.about-photo-caption .cap-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
.about-photo-caption .cap-title {
  font-size: 12px;
  color: var(--light);
  margin-top: 4px;
}

/* Float card on photo */
.about-float {
  position: absolute;
  bottom: 80px;
  right: -30px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 16px 20px;
  box-shadow: var(--shadow-lg);
}
.about-float-val {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-weight: 700;
  color: var(--navy);
  line-height: 1;
}
.about-float-lbl { font-size: 11px; color: var(--mid); margin-top: 3px; }

/* Timeline */
.timeline { margin-top: 0; }
.timeline-intro {
  font-size: 16px;
  line-height: 1.8;
  color: var(--mid);
  margin-bottom: 36px;
}
blockquote.doctor-quote {
  border-left: 3px solid var(--blue);
  padding: 16px 20px;
  background: var(--pale);
  border-radius: 0 12px 12px 0;
  margin: 28px 0 36px;
}
blockquote.doctor-quote p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  color: var(--navy);
  line-height: 1.55;
}
blockquote.doctor-quote cite {
  display: block;
  font-family: 'Outfit', sans-serif;
  font-size: 12px;
  color: var(--mid);
  font-style: normal;
  margin-top: 8px;
}
.tl-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 24px;
  position: relative;
}
.tl-year {
  min-width: 52px;
  text-align: right;
  font-family: 'Cormorant Garamond', serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--blue);
  padding-top: 2px;
}
.tl-dot-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 16px;
  flex-shrink: 0;
}
.tl-dot {
  width: 12px; height: 12px;
  border-radius: 50%;
  background: var(--blue);
  border: 2px solid #fff;
  outline: 2px solid var(--blue);
  flex-shrink: 0;
  margin-top: 4px;
}
.tl-dot.gold {
  background: var(--gold);
  outline-color: var(--gold);
}
.tl-line {
  flex: 1;
  width: 1px;
  background: linear-gradient(to bottom, var(--blue), rgba(40,120,200,0.15));
  min-height: 30px;
  margin-top: 4px;
}
.tl-event { font-size: 15px; font-weight: 600; color: var(--charcoal); }
.tl-place { font-size: 13px; color: var(--mid); margin-top: 3px; }

/* Cred pills */
.cred-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.cred-pill {
  background: var(--pale);
  border: 1px solid var(--border);
  color: var(--navy);
  font-size: 13px;
  font-weight: 500;
  padding: 7px 16px;
  border-radius: 20px;
}

/* ══════════════════════════════════════
   SPECIALTIES
══════════════════════════════════════ */
.specialties-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 56px;
}
.spec-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 32px 28px;
  transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
  cursor: default;
  position: relative;
  overflow: hidden;
}
.spec-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--navy), var(--blue));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.spec-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: var(--light); }
.spec-card:hover::before { transform: scaleX(1); }
.spec-icon {
  width: 52px; height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 18px;
}
.spec-icon.navy { background: rgba(26,58,107,0.08); }
.spec-icon.blue { background: rgba(40,120,200,0.1); }
.spec-icon.sky { background: rgba(90,174,232,0.1); }
.spec-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 6px;
}
.spec-sub { font-size: 12px; color: var(--blue); font-weight: 500; margin-bottom: 12px; }
.spec-desc { font-size: 14px; color: var(--mid); line-height: 1.7; margin-bottom: 16px; }
.spec-bullets { list-style: none; display: flex; flex-direction: column; gap: 6px; }
.spec-bullets li {
  font-size: 13px;
  color: var(--charcoal);
  display: flex;
  align-items: center;
  gap: 8px;
}
.spec-bullets li::before {
  content: '';
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--blue);
  flex-shrink: 0;
}

/* ══════════════════════════════════════
   CONDITIONS TREATED
══════════════════════════════════════ */
.conditions-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 48px;
}
.condition-chip {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 18px 20px;
  text-align: center;
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
  cursor: default;
}
.condition-chip:hover { background: var(--pale); border-color: var(--sky); transform: translateY(-2px); }
.condition-chip .cond-icon { font-size: 26px; margin-bottom: 8px; }
.condition-chip .cond-name { font-size: 13px; font-weight: 600; color: var(--navy); }
.condition-chip .cond-sub { font-size: 11px; color: var(--mid); margin-top: 4px; }

/* ══════════════════════════════════════
   HOSPITAL SECTION (dark)
══════════════════════════════════════ */
.hospital-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  margin-top: 56px;
}
.hospital-features {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 36px;
}
.hosp-feature {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 18px 20px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px;
  transition: background 0.2s;
}
.hosp-feature:hover { background: rgba(255,255,255,0.1); }
.hosp-feature-icon {
  font-size: 24px;
  flex-shrink: 0;
  margin-top: 2px;
}
.hosp-feature-title { font-size: 15px; font-weight: 600; color: #fff; margin-bottom: 4px; }
.hosp-feature-desc { font-size: 13px; color: rgba(255,255,255,0.55); line-height: 1.6; }

.hospital-stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.hosp-stat-card {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 16px;
  padding: 24px 20px;
  text-align: center;
}
.hosp-stat-val {
  font-family: 'Cormorant Garamond', serif;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.hosp-stat-lbl { font-size: 12px; color: rgba(255,255,255,0.5); margin-top: 6px; }

.hosp-address {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 14px;
  padding: 20px 22px;
  margin-top: 20px;
  font-size: 14px;
  color: rgba(255,255,255,0.7);
  line-height: 1.8;
}
.hosp-address strong { color: #fff; font-size: 15px; display: block; margin-bottom: 6px; }
.hosp-ctas { display: flex; gap: 12px; margin-top: 24px; flex-wrap: wrap; }
.btn-blue {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--blue);
  color: #fff;
  font-family: 'Outfit', sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 10px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background 0.15s, transform 0.1s;
}
.btn-blue:hover { background: var(--sky); transform: translateY(-1px); }
.btn-outline-white {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: #fff;
  font-family: 'Outfit', sans-serif;
  font-size: 14px;
  font-weight: 500;
  padding: 11px 22px;
  border-radius: 10px;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,0.3);
  transition: background 0.15s;
}
.btn-outline-white:hover { background: rgba(255,255,255,0.08); }

/* ══════════════════════════════════════
   TESTIMONIALS
══════════════════════════════════════ */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 56px;
}
.testi-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 28px;
  position: relative;
}
.testi-stars { color: var(--gold); font-size: 15px; letter-spacing: 2px; margin-bottom: 14px; }
.testi-text {
  font-size: 14.5px;
  line-height: 1.75;
  color: var(--charcoal);
  margin-bottom: 20px;
  font-style: italic;
}
.testi-author { display: flex; align-items: center; gap: 12px; }
.testi-avatar {
  width: 40px; height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
  flex-shrink: 0;
}
.av-navy { background: var(--pale); color: var(--navy); }
.av-blue { background: rgba(40,120,200,0.1); color: var(--blue); }
.av-sky { background: rgba(90,174,232,0.12); color: var(--sky); }
.testi-name { font-size: 14px; font-weight: 600; color: var(--navy); }
.testi-meta { font-size: 12px; color: var(--mid); }
.testi-tag {
  display: inline-block;
  background: var(--pale);
  color: var(--blue);
  font-size: 11px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 20px;
  margin-top: 4px;
}
.testi-quote-mark {
  position: absolute;
  top: 20px;
  right: 22px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 64px;
  color: var(--pale);
  line-height: 1;
}

/* ══════════════════════════════════════
   FAQ
══════════════════════════════════════ */
.faq-list {
  max-width: 760px;
  margin: 48px auto 0;
}
.faq-item {
  border-bottom: 1px solid var(--border);
  overflow: hidden;
}
.faq-q {
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  padding: 22px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: var(--navy);
  transition: color 0.15s;
}
.faq-q:hover,
.faq-q:focus { 
  color: var(--blue); 
  background: none !important;
  outline: none;
}
.faq-icon {
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--pale);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 18px;
  color: var(--blue);
  transition: transform 0.3s, background 0.2s;
}
.faq-item.open .faq-icon { transform: rotate(45deg); background: var(--blue); color: #fff; }
.faq-a {
  font-size: 15px;
  line-height: 1.75;
  color: var(--mid);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s;
}
.faq-item.open .faq-a { max-height: 300px; padding-bottom: 20px; }

/* ══════════════════════════════════════
   APPOINTMENT / CONTACT
══════════════════════════════════════ */
.contact-section {
  background: linear-gradient(150deg, var(--navy) 0%, #1e4a8a 50%, var(--blue) 100%);
  position: relative;
  overflow: hidden;
}
.contact-section::before {
  content: '';
  position: absolute;
  top: -100px; right: -100px;
  width: 500px; height: 500px;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 50%;
  pointer-events: none;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 480px;
  gap: 80px;
  align-items: start;
  position: relative;
  z-index: 2;
}
.contact-info-items { margin-top: 40px; display: flex; flex-direction: column; gap: 20px; }
.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.contact-icon-wrap {
  width: 44px; height: 44px;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 18px;
}
.ci-blue { background: rgba(40,120,200,0.25); }
.ci-green { background: rgba(34,197,94,0.2); }
.ci-red { background: rgba(220,38,38,0.2); }
.ci-navy { background: rgba(255,255,255,0.1); }
.contact-item-label { font-size: 12px; color: rgba(255,255,255,0.4); margin-bottom: 3px; }
.contact-item-val {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  transition: color 0.15s;
}
.contact-item-val:hover { color: var(--light); }
.contact-item-val.small { font-size: 13px; font-weight: 400; line-height: 1.6; }
.opd-box {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 14px;
  padding: 18px 20px;
  margin-top: 28px;
}
.opd-box .opd-title { font-size: 13px; font-weight: 600; color: var(--light); margin-bottom: 10px; }
.opd-row { display: flex; justify-content: space-between; font-size: 13px; padding: 5px 0; border-bottom: 1px solid rgba(255,255,255,0.07); }
.opd-row:last-child { border: none; }
.opd-row .day { color: rgba(255,255,255,0.5); }
.opd-row .time { color: #fff; font-weight: 500; }
.opd-row .time.red { color: #FCA5A5; }

/* Booking form */
.booking-form {
  background: #fff;
  border-radius: 22px;
  padding: 38px 36px;
  box-shadow: 0 32px 80px rgba(0,0,0,0.25);
}
.form-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 4px;
}
.form-sub { font-size: 13px; color: var(--mid); margin-bottom: 26px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-group { margin-bottom: 16px; }
.form-group label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: var(--charcoal);
  margin-bottom: 7px;
  letter-spacing: 0.03em;
}
.form-group input,
.form-group select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid rgba(0,0,0,0.12);
  border-radius: 9px;
  font-family: 'Outfit', sans-serif;
  font-size: 14px;
  color: var(--charcoal);
  background: #fff;
  outline: none;
  transition: border-color 0.15s, box-shadow 0.15s;
  appearance: none;
}
.form-group input:focus,
.form-group select:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(40,120,200,0.1);
}
.form-submit {
  width: 100%;
  background: var(--blue);
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 14px 24px;
  font-family: 'Outfit', sans-serif;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s, transform 0.1s;
  margin-top: 4px;
}
.form-submit:hover { background: var(--navy); transform: translateY(-1px); }
.form-consent {
  font-size: 11px;
  color: var(--mid);
  text-align: center;
  margin-top: 12px;
  line-height: 1.5;
}
.form-success {
  display: none;
  text-align: center;
  padding: 28px 0;
}
.form-success .check {
  width: 60px; height: 60px;
  background: #DCFCE7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  font-size: 26px;
}
.form-success h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  color: var(--navy);
  margin-bottom: 8px;
}
.form-success p { font-size: 14px; color: var(--mid); line-height: 1.6; }

/* ══════════════════════════════════════
   OPD HOURS BANNER
══════════════════════════════════════ */
.opd-banner {
  background: var(--pale);
  border-top: 3px solid var(--blue);
  padding: 28px 32px;
}
.opd-banner-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.opd-banner-left { display: flex; align-items: center; gap: 16px; }
.opd-clock-icon {
  width: 50px; height: 50px;
  background: var(--blue);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
}
.opd-banner-title { font-size: 18px; font-weight: 600; color: var(--navy); }
.opd-banner-sub { font-size: 13px; color: var(--mid); margin-top: 2px; }
.opd-times { display: flex; gap: 28px; flex-wrap: wrap; }
.opd-time-block { text-align: center; }
.opd-time-day { font-size: 12px; font-weight: 600; color: var(--mid); margin-bottom: 4px; letter-spacing: 0.04em; }
.opd-time-val { font-size: 15px; font-weight: 700; color: var(--navy); }
.opd-time-val.red { color: var(--red); }

/* ══════════════════════════════════════
   FOOTER
══════════════════════════════════════ */
footer {
  background: var(--navy);
  color: rgba(255,255,255,0.55);
  padding: 64px 32px 28px;
}
.footer-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 56px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  margin-bottom: 28px;
}
.footer-brand-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 6px;
}
.footer-brand-creds { font-size: 13px; color: var(--light); margin-bottom: 14px; }
.footer-brand-desc { font-size: 13px; line-height: 1.7; color: rgba(255,255,255,0.45); }
.footer-social { display: flex; gap: 8px; margin-top: 20px; }
.social-btn {
  width: 36px; height: 36px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: rgba(255,255,255,0.5);
  font-size: 12px;
  font-weight: 700;
  transition: background 0.15s, color 0.15s;
}
.social-btn:hover { background: var(--blue); color: #fff; }
.footer-col h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 16px;
}
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.footer-links a {
  font-size: 13px;
  color: rgba(255,255,255,0.45);
  text-decoration: none;
  transition: color 0.15s;
}
.footer-links a:hover { color: var(--light); }
.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 13px;
}
.footer-contact-text { font-size: 13px; color: rgba(255,255,255,0.45); line-height: 1.5; }
.footer-contact-text a { color: rgba(255,255,255,0.45); text-decoration: none; }
.footer-contact-text a:hover { color: var(--light); }
.footer-em-link { color: #FCA5A5 !important; font-weight: 600; }
.footer-bottom {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
}
.footer-bottom p { font-size: 12px; color: rgba(255,255,255,0.25); }
.footer-bottom-links { display: flex; gap: 18px; }
.footer-bottom-links a { font-size: 12px; color: rgba(255,255,255,0.25); text-decoration: none; }
.footer-bottom-links a:hover { color: rgba(255,255,255,0.6); }

/* Kannada note */
.kannada-note {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 10px;
  padding: 12px 14px;
  margin-top: 16px;
}
.kannada-note .kn-label { font-size: 11px; color: rgba(255,255,255,0.35); margin-bottom: 3px; }
.kannada-note .kn-val { font-size: 13px; color: var(--light); font-weight: 500; }

/* ══════════════════════════════════════
   WHATSAPP FLOAT
══════════════════════════════════════ */
.wa-float {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}
.wa-tooltip {
  background: var(--navy);
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 8px 14px;
  border-radius: 8px;
  white-space: nowrap;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.2s, transform 0.2s;
  pointer-events: none;
  box-shadow: var(--shadow);
}
.wa-float:hover .wa-tooltip { opacity: 1; transform: translateY(0); }
.wa-btn {
  width: 58px; height: 58px;
  background: #22C55E;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 4px 24px rgba(34,197,94,0.45);
  transition: transform 0.2s, box-shadow 0.2s;
}
.wa-btn:hover { transform: scale(1.1); box-shadow: 0 8px 32px rgba(34,197,94,0.55); }
.wa-btn svg { width: 28px; height: 28px; fill: #fff; }

/* ══════════════════════════════════════
   DISCLAIMER
══════════════════════════════════════ */
.disclaimer {
  background: var(--pale);
  border-top: 1px solid var(--border);
  padding: 20px 32px;
  text-align: center;
  font-size: 12px;
  color: var(--mid);
  line-height: 1.7;
  max-width: 900px;
  margin: 0 auto;
}

/* ══════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════ */
@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr; gap: 48px; }
  .float-badge { display: none; }
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-float { display: none; }
  .hospital-grid { grid-template-columns: 1fr; gap: 48px; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
}
@media (max-width: 768px) {
  .nav-links { display: none; }
  .nav-ham { display: flex; }
  .hero { padding: 90px 20px 48px; }
  .section { padding: 64px 20px; }
  .specialties-grid { grid-template-columns: 1fr; }
  .conditions-list { grid-template-columns: repeat(2, 1fr); }
  .testimonials-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .opd-banner-inner { flex-direction: column; align-items: flex-start; }
  .form-row { grid-template-columns: 1fr; }
  .hero-stats { gap: 20px; }
  .booking-form { padding: 24px 20px; }
  .nav-inner { padding: 0 20px; }
}
@media (max-width: 540px) {
  .conditions-list { grid-template-columns: 1fr 1fr; }
  .hospital-stats-grid { grid-template-columns: 1fr 1fr; }
}

/* Mobile nav overlay */
.mobile-nav {
  display: none;
  position: fixed;
  inset: 0;
  background: var(--navy);
  z-index: 1100;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 28px;
}
.mobile-nav.open { display: flex; }
.mobile-nav a {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
}
.mobile-nav .mob-close {
  position: absolute;
  top: 24px; right: 24px;
  background: none; border: none;
  color: #fff; font-size: 28px; cursor: pointer;
}
.elementor-editor-active .reveal { 
  opacity: 1 !important; 
  transform: none !important; 
}

/* ══════════════════════════════════════
   GALLERY & LIGHTBOX
══════════════════════════════════════ */
.gallery-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 36px 0 48px;
}
.gf-btn {
  background: #fff;
  border: 1px solid var(--border);
  color: var(--mid);
  font-family: 'Outfit', sans-serif;
  font-size: 13px;
  font-weight: 500;
  padding: 8px 18px;
  border-radius: 20px;
  cursor: pointer;
  transition: background 0.15s, color 0.15s, border-color 0.15s, transform 0.1s;
}
.gf-btn:hover { border-color: var(--sky); color: var(--blue); background: var(--pale); }
.gf-btn.active { background: var(--blue); color: #fff; border-color: var(--blue); }

.gallery-grid {
  columns: 4;
  column-gap: 14px;
  width: 100%;
}
@media (max-width: 1024px) { .gallery-grid { columns: 3; } }
@media (max-width: 768px)  { .gallery-grid { columns: 2; } }
@media (max-width: 480px)  { .gallery-grid { columns: 1; } }

.gallery-layout-grid {
  columns: auto !important;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
@media (max-width: 1024px) {
  .gallery-layout-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
  .gallery-layout-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .gallery-layout-grid { grid-template-columns: 1fr; }
}

.gallery-item {
  break-inside: avoid;
  display: inline-block; /* Helps with columns stability */
  width: 100%;
  margin-bottom: 14px;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.gallery-item.hidden { display: none; }

.gallery-thumb {
  width: 100%;
  display: block;
  border-radius: 14px;
  transition: transform 0.35s ease;
}
.gallery-item:hover .gallery-thumb { transform: scale(1.04); }

.gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(26,58,107,0.88) 0%, rgba(26,58,107,0.2) 55%, transparent 100%);
  border-radius: 14px;
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 16px;
}
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-overlay-cat {
  font-size: 11px;
  font-weight: 600;
  color: var(--light);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.gallery-overlay-title {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
}
.gallery-zoom-icon {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px; height: 32px;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.25s, transform 0.25s;
}
.gallery-item:hover .gallery-zoom-icon { opacity: 1; transform: scale(1); }
.gallery-zoom-icon svg { width: 14px; height: 14px; fill: #fff; }

.gallery-placeholder {
  width: 100%;
  display: block;
  border-radius: 14px;
  background: var(--pale);
  border: 1px solid var(--border);
}

/* Lightbox */
.lightbox-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(12, 25, 50, 0.95);
  z-index: 2000;
  align-items: center;
  justify-content: center;
  padding: 24px;
  backdrop-filter: blur(8px);
}
.lightbox-overlay.open { display: flex; }
.lightbox-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  max-width: 860px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 320px;
  box-shadow: 0 40px 100px rgba(0,0,0,0.5);
  max-height: 90vh;
  position: relative;
}
@media(max-width:680px) { .lightbox-card { grid-template-columns: 1fr; } }
.lightbox-img-area {
  background: var(--pale);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 320px;
  position: relative;
  overflow: hidden;
}
.lightbox-img-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.lightbox-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px;
  text-align: center;
}
.lightbox-placeholder svg { width: 56px; height: 56px; fill: var(--light); margin-bottom: 16px; }
.lightbox-placeholder p { font-size: 13px; color: var(--mid); line-height: 1.6; }
.lightbox-info {
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
.lb-cat {
  font-size: 11px;
  font-weight: 600;
  color: var(--blue);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.lb-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 12px;
  line-height: 1.2;
}
.lb-desc {
  font-size: 14px;
  color: var(--mid);
  line-height: 1.75;
  flex: 1;
}
.lb-tag {
  display: inline-block;
  background: var(--pale);
  color: var(--blue);
  font-size: 11px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 20px;
  margin-top: 20px;
  align-self: flex-start;
}
.lb-cta {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.lb-book-btn {
  display: block;
  background: var(--blue);
  color: #fff;
  text-align: center;
  font-family: 'Outfit', sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 20px;
  border-radius: 10px;
  text-decoration: none;
  transition: background 0.15s;
}
.lb-book-btn:hover { background: var(--navy); }
.lightbox-close {
  position: absolute;
  top: 14px; right: 14px;
  width: 36px; height: 36px;
  background: rgba(255,255,255,0.9);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--navy);
  z-index: 10;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  transition: background 0.15s, transform 0.15s;
}
.lightbox-close:hover { background: var(--red); color: #fff; transform: scale(1.1); }
.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px; height: 40px;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2001;
  transition: background 0.15s;
}
.lightbox-nav:hover { background: rgba(255,255,255,0.28); }
.lightbox-nav svg { width: 18px; height: 18px; fill: #fff; }
.lightbox-prev { left: 12px; }
.lightbox-next { right: 12px; }
@media(max-width:680px) { .lightbox-prev,.lightbox-next { display:none; } }

