/* ============================================================
   AyushNidhi Ayurveda Hospital – Premium Stylesheet v2
   ============================================================ */
:root {
  --green-dark: #1a4a2e;
  --green-mid: #2d6a4f;
  --green-light: #52b788;
  --green-pale: #d8f3dc;
  --gold: #c9a84c;
  --gold-light: #e8d5a3;
  --gold-pale: #fdf6e3;
  --cream: #f8f4ed;
  --cream-dark: #f0e8d8;
  --white: #ffffff;
  --text-dark: #1c2b1e;
  --text-mid: #3d5a45;
  --text-light: #6b8f71;
  --shadow-sm: 0 2px 12px rgba(26,74,46,0.08);
  --shadow-md: 0 8px 32px rgba(26,74,46,0.12);
  --shadow-lg: 0 20px 60px rgba(26,74,46,0.16);
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-xl: 40px;
  --transition: all 0.3s cubic-bezier(0.4,0,0.2,1);
  --font-serif: 'Cormorant Garamond', Georgia, serif;
  --font-sans: 'Inter', system-ui, sans-serif;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: var(--font-sans); color: var(--text-dark); background: var(--white); line-height: 1.7; overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
h1,h2,h3,h4 { font-family: var(--font-serif); line-height: 1.2; color: var(--green-dark); }
h1 { font-size: clamp(2.4rem,5vw,4rem); font-weight: 700; }
h2 { font-size: clamp(1.8rem,3.5vw,2.8rem); font-weight: 600; }
h3 { font-size: clamp(1rem,2vw,1.3rem); font-weight: 600; }
h4 { font-size: 1.05rem; font-weight: 600; }
p { color: var(--text-mid); font-size: 0.95rem; line-height: 1.8; }
.gold { color: var(--gold); }
.section-container { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; gap: 60px; }
.section-container.column { flex-direction: column; align-items: stretch; }
section { padding: 90px 0; }
.section-header { text-align: center; margin-bottom: 52px; }
.section-tag { display: inline-block; background: var(--gold-pale); color: var(--gold); border: 1px solid var(--gold-light); font-size: 0.75rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; padding: 6px 18px; border-radius: 50px; margin-bottom: 14px; }
.section-title { margin-bottom: 14px; }
.section-desc { color: var(--text-light); max-width: 600px; margin: 0 auto; font-size: 0.97rem; }

/* ===== BUTTONS ===== */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 13px 26px; border-radius: 50px; font-size: 0.9rem; font-weight: 600; transition: var(--transition); white-space: nowrap; }
.btn-primary { background: linear-gradient(135deg,var(--green-dark),var(--green-mid)); color: var(--white); box-shadow: 0 4px 20px rgba(26,74,46,0.3); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(26,74,46,0.4); }
.btn-whatsapp { background: linear-gradient(135deg,#25d366,#128c7e); color: var(--white); box-shadow: 0 4px 20px rgba(37,211,102,0.3); }
.btn-whatsapp:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(37,211,102,0.4); }
.btn-outline { background: transparent; color: var(--green-dark); border: 2px solid var(--green-dark); }
.btn-outline:hover { background: var(--green-dark); color: var(--white); transform: translateY(-2px); }
.btn-full { width: 100%; justify-content: center; }
.btn-view-details { display: inline-flex; align-items: center; gap: 8px; background: linear-gradient(135deg,var(--green-dark),var(--green-mid)); color: var(--white); border: none; padding: 10px 22px; border-radius: 50px; font-size: 0.85rem; font-weight: 600; cursor: pointer; transition: var(--transition); margin-top: 14px; }
.btn-view-details:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(26,74,46,0.35); }
.btn-view-details.therapy-btn { background: linear-gradient(135deg,#b8860b,var(--gold)); }
.btn-view-details.therapy-btn:hover { box-shadow: 0 6px 20px rgba(201,168,76,0.4); }

/* ===== NAVBAR ===== */
.navbar { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: rgba(255,255,255,0.97); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(201,168,76,0.15); box-shadow: var(--shadow-sm); transition: var(--transition); }
.navbar.scrolled { box-shadow: var(--shadow-md); border-bottom-color: rgba(201,168,76,0.3); }
.nav-container { max-width: 1280px; margin: 0 auto; padding: 0 24px; height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.nav-logo img { height: 56px; width: auto; object-fit: contain; transition: var(--transition); }
.nav-logo:hover img { transform: scale(1.03); }
.nav-menu { display: flex; align-items: center; gap: 6px; }
.nav-menu ul { display: flex; align-items: center; gap: 2px; margin-right: 16px; }
.nav-link { font-size: 0.87rem; font-weight: 500; color: var(--text-dark); padding: 8px 13px; border-radius: 8px; transition: var(--transition); position: relative; }
.nav-link::after { content: ''; position: absolute; bottom: 4px; left: 50%; transform: translateX(-50%) scaleX(0); width: 20px; height: 2px; background: var(--gold); border-radius: 2px; transition: var(--transition); }
.nav-link:hover, .nav-link.active { color: var(--green-dark); background: var(--cream); }
.nav-link:hover::after, .nav-link.active::after { transform: translateX(-50%) scaleX(1); }
.nav-cta { padding: 10px 20px; font-size: 0.87rem; }
.nav-toggle { display: none; flex-direction: column; gap: 5px; padding: 8px; border-radius: 8px; transition: var(--transition); }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--green-dark); border-radius: 2px; transition: var(--transition); }
.nav-toggle:hover { background: var(--cream); }

/* ===== HERO ===== */
.hero { min-height: auto; background: linear-gradient(135deg,#f0f7f2 0%,var(--cream) 50%,#fdf8f0 100%); display: flex; align-items: center; flex-direction: column; padding-top: 76px; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; top: -100px; right: -100px; width: 600px; height: 600px; background: radial-gradient(circle,rgba(201,168,76,0.08) 0%,transparent 70%); border-radius: 50%; pointer-events: none; }
.hero-container { max-width: 1200px; margin: 0 auto; padding: 60px 24px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 60px; }
.hero-tag { display: inline-block; background: linear-gradient(135deg,var(--green-pale),#b7e4c7); color: var(--green-dark); font-size: 0.76rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; padding: 7px 18px; border-radius: 50px; margin-bottom: 20px; border: 1px solid rgba(26,74,46,0.15); }
.hero-headline { font-size: clamp(2.4rem,5vw,4rem); font-weight: 700; line-height: 1.15; margin-bottom: 20px; }
.hero-sub { font-size: 1rem; color: var(--text-mid); line-height: 1.8; margin-bottom: 30px; max-width: 520px; }
.hero-btns { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 36px; }
.trust-badges { display: flex; flex-wrap: wrap; gap: 10px; }
.badge { display: flex; align-items: center; gap: 8px; background: var(--white); border: 1px solid rgba(201,168,76,0.25); border-radius: 50px; padding: 7px 14px; font-size: 0.8rem; font-weight: 500; box-shadow: var(--shadow-sm); transition: var(--transition); }
.badge:hover { border-color: var(--gold); transform: translateY(-2px); }
.badge i { color: var(--gold); font-size: 0.82rem; }
.hero-image { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; width: 100%; }
.hero-img-wrap {
  position: relative;
  width: 100%;
  max-width: 400px;
  aspect-ratio: 4 / 5;
}
/* Decorative background glow layer */
.hero-img-wrap::before {
  content: '';
  position: absolute;
  inset: -14px;
  background: linear-gradient(145deg, rgba(201,168,76,0.18), rgba(26,74,46,0.12));
  border-radius: 28px;
  z-index: 0;
}
/* Decorative offset block */
.hero-img-wrap::after {
  content: '';
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 75%;
  height: 75%;
  background: linear-gradient(135deg, var(--green-pale), rgba(201,168,76,0.22));
  border-radius: 24px;
  z-index: -1;
}
/* The doctor image — portrait 4:5, face centered */
.hero-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Push frame down so face is centered, cutting bottom clutter */
  object-position: center 12%;
  border-radius: 24px;
  position: relative;
  z-index: 1;
  box-shadow:
    0 8px 24px rgba(26,74,46,0.18),
    0 24px 64px rgba(26,74,46,0.14),
    0 2px 6px rgba(0,0,0,0.08);
  filter: brightness(1.04) contrast(1.04) saturate(1.06);
  display: block;
}
.hero-img-badge {
  position: absolute;
  bottom: 24px;
  left: -18px;
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 14px 18px;
  box-shadow: 0 8px 28px rgba(26,74,46,0.18);
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 3;
  border: 1px solid rgba(201,168,76,0.25);
}
.badge-num { font-family: var(--font-sans); font-size: 2rem; font-weight: 800; color: var(--green-dark); line-height: 1; letter-spacing: -0.02em; }
.badge-txt { font-family: var(--font-sans); font-size: 0.82rem; font-weight: 700; color: var(--text-dark); line-height: 1.3; }

/* ===== ABOUT ===== */
.about { background: var(--white); padding: 100px 0; }
.about-image { flex: 0 0 400px; position: relative; }
.about-img-wrap { position: relative; border-radius: var(--radius-xl); overflow: visible; }
.about-img-wrap img { width: 100%; height: 540px; object-fit: cover; object-position: center top; border-radius: var(--radius-xl); box-shadow: var(--shadow-lg); position: relative; z-index: 1; }
.about-img-decor { position: absolute; top: 20px; left: -20px; width: 100%; height: 100%; border: 3px solid var(--gold); border-radius: var(--radius-xl); z-index: 0; opacity: 0.35; }
.about-content { flex: 1; }
.about-subtitle { font-family: var(--font-serif); font-size: 1.05rem; color: var(--gold); font-style: italic; margin-bottom: 18px; display: block; }
.about-content p { margin-bottom: 14px; }
.about-quals { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 24px 0 28px; }
.qual-item { display: flex; align-items: center; gap: 10px; background: var(--cream); border-radius: var(--radius-sm); padding: 10px 12px; border-left: 3px solid var(--gold); }
.qual-item i { color: var(--gold); font-size: 1rem; flex-shrink: 0; }
.qual-item span { font-family: var(--font-sans); font-size: 0.88rem; font-weight: 700; color: var(--green-dark); line-height: 1.3; }

/* ===== WHY US ===== */
.why-us { background: linear-gradient(135deg,var(--cream) 0%,#f0f7f2 100%); padding: 100px 0; }
.why-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.why-card { background: var(--white); border-radius: var(--radius-md); padding: 28px 24px; box-shadow: var(--shadow-sm); border: 1px solid rgba(201,168,76,0.12); transition: var(--transition); position: relative; overflow: hidden; }
.why-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg,var(--green-dark),var(--gold)); transform: scaleX(0); transform-origin: left; transition: var(--transition); }
.why-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.why-card:hover::before { transform: scaleX(1); }
.why-icon { width: 52px; height: 52px; background: linear-gradient(135deg,var(--green-pale),#b7e4c7); border-radius: var(--radius-sm); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; transition: var(--transition); }
.why-card:hover .why-icon { background: linear-gradient(135deg,var(--green-dark),var(--green-mid)); }
.why-icon i { font-size: 1.2rem; color: var(--green-dark); transition: var(--transition); }
.why-card:hover .why-icon i { color: var(--white); }
.why-card h3 { margin-bottom: 8px; }
.why-card p { font-size: 0.88rem; line-height: 1.7; }

/* ===== TREATMENTS & THERAPIES GRID ===== */
.treatments { background: var(--white); padding: 100px 0; }
.therapies { background: linear-gradient(135deg,var(--cream) 0%,#f0f7f2 100%); padding: 100px 0; }
.cards-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }

/* ===== ITEM CARD (shared for treatments & therapies) ===== */
.item-card { background: var(--white); border-radius: var(--radius-md); overflow: hidden; box-shadow: var(--shadow-sm); border: 1px solid rgba(26,74,46,0.08); transition: var(--transition); display: flex; flex-direction: column; }
.item-card:hover { transform: translateY(-7px); box-shadow: var(--shadow-md); border-color: rgba(201,168,76,0.3); }
.item-card-img { position: relative; height: 200px; overflow: hidden; background: linear-gradient(135deg,var(--green-pale),#b7e4c7); flex-shrink: 0; }
.item-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.item-card:hover .item-card-img img { transform: scale(1.08); }
.item-card-overlay { position: absolute; inset: 0; background: linear-gradient(135deg,rgba(26,74,46,0.75),rgba(45,106,79,0.55)); display: flex; align-items: center; justify-content: center; opacity: 0; transition: var(--transition); }
.item-card:hover .item-card-overlay { opacity: 1; }
.item-card-overlay i { font-size: 2.2rem; color: var(--white); }
.item-card-body { padding: 20px 18px 22px; display: flex; flex-direction: column; flex: 1; }
.item-card-body h3 { font-size: 1rem; margin-bottom: 8px; color: var(--green-dark); }
.item-card-body p { font-size: 0.86rem; line-height: 1.7; flex: 1; }

/* Therapy card gold accent */
.therapy-card { border-top: 3px solid transparent; }
.therapy-card:hover { border-top-color: var(--gold); }
.therapy-card .item-card-img { background: linear-gradient(135deg,var(--gold-pale),#f5e6c0); }
.therapy-card .item-card-overlay { background: linear-gradient(135deg,rgba(184,134,11,0.75),rgba(201,168,76,0.55)); }

/* ===== MODAL ===== */
.modal-overlay { position: fixed; inset: 0; background: rgba(10,30,15,0.75); z-index: 2000; display: flex; align-items: center; justify-content: center; padding: 20px; opacity: 0; pointer-events: none; transition: opacity 0.35s ease; backdrop-filter: blur(4px); }
.modal-overlay.open { opacity: 1; pointer-events: all; }
.modal-box { background: var(--white); border-radius: var(--radius-lg); max-width: 860px; width: 100%; max-height: 90vh; overflow-y: auto; position: relative; transform: translateY(30px) scale(0.97); transition: transform 0.35s cubic-bezier(0.4,0,0.2,1); box-shadow: 0 30px 80px rgba(0,0,0,0.3); }
.modal-overlay.open .modal-box { transform: translateY(0) scale(1); }
.modal-close { position: sticky; top: 16px; float: right; margin: 16px 16px 0 0; width: 38px; height: 38px; background: var(--cream); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--text-dark); font-size: 1rem; z-index: 10; transition: var(--transition); border: 1px solid rgba(26,74,46,0.12); }
.modal-close:hover { background: var(--green-dark); color: var(--white); }
.modal-inner { padding: 32px 36px 40px; clear: both; }
.modal-hero-img { width: 100%; height: 320px; object-fit: cover; border-radius: var(--radius-md); margin-bottom: 28px; box-shadow: var(--shadow-md); }
.modal-tag { display: inline-block; background: var(--gold-pale); color: var(--gold); border: 1px solid var(--gold-light); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; padding: 5px 14px; border-radius: 50px; margin-bottom: 10px; }
.modal-title { font-size: clamp(1.6rem,3vw,2.2rem); color: var(--green-dark); margin-bottom: 16px; }
.modal-desc { font-size: 0.97rem; line-height: 1.85; color: var(--text-mid); margin-bottom: 28px; }
.modal-process-imgs { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 32px; }
.modal-process-imgs img { width: 100%; height: 200px; object-fit: cover; border-radius: var(--radius-md); box-shadow: var(--shadow-sm); transition: var(--transition); }
.modal-process-imgs img:hover { transform: scale(1.02); box-shadow: var(--shadow-md); }
.modal-section-title { font-size: 1.2rem; color: var(--green-dark); margin-bottom: 14px; padding-bottom: 8px; border-bottom: 2px solid var(--green-pale); }
.modal-benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 28px; }
.modal-benefit-item { display: flex; align-items: flex-start; gap: 10px; background: var(--cream); border-radius: var(--radius-sm); padding: 11px 14px; }
.modal-benefit-item i { color: var(--green-mid); font-size: 0.9rem; margin-top: 2px; flex-shrink: 0; }
.modal-benefit-item span { font-size: 0.88rem; font-weight: 500; color: var(--text-dark); line-height: 1.4; }
.modal-process-steps { display: flex; flex-direction: column; gap: 12px; margin-bottom: 32px; }
.modal-step { display: flex; align-items: flex-start; gap: 16px; }
.modal-step-num { width: 32px; height: 32px; background: linear-gradient(135deg,var(--green-dark),var(--green-mid)); color: var(--white); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.8rem; font-weight: 700; flex-shrink: 0; }
.modal-step-content h4 { font-size: 0.95rem; margin-bottom: 3px; }
.modal-step-content p { font-size: 0.87rem; line-height: 1.6; }
.modal-cta { display: flex; gap: 14px; flex-wrap: wrap; padding-top: 8px; }
.modal-cta .btn { flex: 1; min-width: 180px; justify-content: center; }

/* ===== HOW IT WORKS ===== */
.how-it-works { background: linear-gradient(135deg,var(--green-dark) 0%,var(--green-mid) 100%); padding: 100px 0; }
.how-it-works .section-tag { background: rgba(255,255,255,0.15); color: var(--gold-light); border-color: rgba(255,255,255,0.2); }
.how-it-works .section-title { color: var(--white); }
.steps-container { display: flex; flex-direction: column; gap: 0; max-width: 800px; margin: 0 auto; }
.step { display: flex; align-items: flex-start; gap: 24px; background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.12); border-radius: var(--radius-md); padding: 24px 28px; transition: var(--transition); }
.step:hover { background: rgba(255,255,255,0.12); transform: translateX(6px); }
.step-num { font-family: var(--font-serif); font-size: 2.6rem; font-weight: 700; color: var(--gold); line-height: 1; flex-shrink: 0; opacity: 0.9; }
.step-content h3 { color: var(--white); margin-bottom: 6px; }
.step-content p { color: rgba(255,255,255,0.75); font-size: 0.92rem; }
.step-connector { width: 2px; height: 20px; background: linear-gradient(to bottom,rgba(201,168,76,0.5),rgba(201,168,76,0.2)); margin-left: 48px; }

/* ===== AYURVEDA INFO ===== */
.ayurveda-info { background: var(--cream); padding: 100px 0; }
.ayurveda-info .section-container { align-items: flex-start; gap: 70px; }
.ayurveda-content, .ayurveda-plan { flex: 1; }
.ayurveda-content p { margin-bottom: 14px; }
.doshas { display: flex; gap: 14px; margin-top: 24px; flex-wrap: wrap; }
.dosha-card { flex: 1; min-width: 110px; background: var(--white); border-radius: var(--radius-md); padding: 18px 14px; text-align: center; box-shadow: var(--shadow-sm); border-top: 3px solid transparent; transition: var(--transition); }
.dosha-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.dosha-card.vata { border-top-color: #74b9ff; }
.dosha-card.pitta { border-top-color: #fd7675; }
.dosha-card.kapha { border-top-color: var(--green-light); }
.dosha-icon { width: 42px; height: 42px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 10px; }
.vata .dosha-icon { background: rgba(116,185,255,0.15); } .vata .dosha-icon i { color: #74b9ff; }
.pitta .dosha-icon { background: rgba(253,118,117,0.15); } .pitta .dosha-icon i { color: #fd7675; }
.kapha .dosha-icon { background: rgba(82,183,136,0.15); } .kapha .dosha-icon i { color: var(--green-light); }
.dosha-card h4 { font-size: 0.95rem; margin-bottom: 5px; }
.dosha-card p { font-size: 0.78rem; line-height: 1.6; }
.plan-items { display: flex; flex-direction: column; gap: 12px; margin-top: 18px; }
.plan-item { display: flex; align-items: flex-start; gap: 14px; background: var(--white); border-radius: var(--radius-sm); padding: 14px 16px; box-shadow: var(--shadow-sm); transition: var(--transition); border-left: 3px solid var(--green-light); }
.plan-item:hover { transform: translateX(4px); box-shadow: var(--shadow-md); border-left-color: var(--gold); }
.plan-item > i { font-size: 1rem; color: var(--green-dark); margin-top: 2px; flex-shrink: 0; width: 18px; }
.plan-item h4 { font-size: 0.92rem; margin-bottom: 2px; }
.plan-item p { font-size: 0.82rem; line-height: 1.6; }

/* ===== RECOGNITION ===== */
.recognition { background: var(--white); padding: 100px 0; }
.recognition-image { flex: 0 0 420px; }
.recog-img-wrap { position: relative; border-radius: var(--radius-xl); overflow: hidden; }
.recog-img-wrap img { width: 100%; height: 480px; object-fit: cover; object-position: center top; border-radius: var(--radius-xl); box-shadow: var(--shadow-lg); }
.recog-caption { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(to top,rgba(26,74,46,0.92),transparent); padding: 40px 22px 22px; border-radius: 0 0 var(--radius-xl) var(--radius-xl); }
.recog-caption i { color: var(--gold); font-size: 1.1rem; margin-bottom: 6px; display: block; }
.recog-caption p { color: var(--white); font-size: 0.93rem; font-style: italic; line-height: 1.6; }
.recognition-content { flex: 1; }
.recognition-content p { margin-bottom: 22px; }
.recognition-list { display: flex; flex-direction: column; gap: 10px; margin-bottom: 32px; }
.recog-item { display: flex; align-items: center; gap: 12px; font-size: 0.93rem; font-weight: 500; }
.recog-item i { color: var(--green-mid); }
.trust-stats { display: flex; gap: 28px; padding: 24px; background: linear-gradient(135deg,var(--cream),var(--gold-pale)); border-radius: var(--radius-md); border: 1px solid rgba(201,168,76,0.2); }
.stat { text-align: center; }
.stat-num { display: block; font-family: var(--font-sans); font-size: 2.4rem; font-weight: 800; color: var(--green-dark); line-height: 1; letter-spacing: -0.02em; }
.stat-label { font-size: 0.8rem; color: var(--text-light); font-weight: 500; margin-top: 4px; display: block; }

/* ===== TESTIMONIALS ===== */
.testimonials { background: linear-gradient(135deg,var(--cream) 0%,#f0f7f2 100%); padding: 100px 0; }
.testimonials-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; }
.testimonial-card { background: var(--white); border-radius: var(--radius-md); padding: 28px 24px; box-shadow: var(--shadow-sm); border: 1px solid rgba(201,168,76,0.12); transition: var(--transition); position: relative; }
.testimonial-card::before { content: '\201C'; position: absolute; top: 14px; right: 20px; font-family: var(--font-serif); font-size: 4.5rem; color: var(--gold); opacity: 0.12; line-height: 1; }
.testimonial-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.stars { display: flex; gap: 3px; margin-bottom: 14px; }
.stars i { color: var(--gold); font-size: 0.88rem; }
.testimonial-text { font-size: 0.93rem; line-height: 1.8; color: var(--text-mid); font-style: italic; margin-bottom: 20px; }
.testimonial-author { display: flex; align-items: center; gap: 12px; padding-top: 18px; border-top: 1px solid var(--cream-dark); }
.author-avatar i { font-size: 2.2rem; color: var(--green-light); }
.testimonial-author strong { display: block; font-size: 0.93rem; }
.testimonial-author span { font-size: 0.8rem; color: var(--text-light); }

/* ===== VIDEOS ===== */
.videos { background: var(--white); padding: 100px 0; }
.videos-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; }
.video-card { border-radius: var(--radius-md); overflow: hidden; box-shadow: var(--shadow-sm); border: 1px solid rgba(26,74,46,0.08); transition: var(--transition); cursor: pointer; }
.video-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.video-thumb { position: relative; height: 170px; background: linear-gradient(135deg,var(--green-pale),#b7e4c7); overflow: hidden; }
.video-thumb img { width: 100%; height: 100%; object-fit: contain; padding: 14px; transition: var(--transition); }
.video-card:hover .video-thumb img { transform: scale(1.05); }
.play-btn { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 48px; height: 48px; background: rgba(255,255,255,0.92); border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 20px rgba(0,0,0,0.2); transition: var(--transition); }
.play-btn i { color: var(--green-dark); font-size: 1rem; margin-left: 3px; }
.video-card:hover .play-btn { background: var(--green-dark); transform: translate(-50%,-50%) scale(1.1); }
.video-card:hover .play-btn i { color: var(--white); }
.video-duration { position: absolute; bottom: 7px; right: 9px; background: rgba(0,0,0,0.65); color: var(--white); font-size: 0.72rem; font-weight: 600; padding: 3px 7px; border-radius: 4px; }
.video-info { padding: 14px; }
.video-info h4 { font-size: 0.9rem; margin-bottom: 5px; line-height: 1.4; }
.video-info p { font-size: 0.8rem; line-height: 1.6; }

/* ===== FAQ ===== */
.faq { background: var(--cream); padding: 100px 0; }
.faq-list { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 10px; }
.faq-item { background: var(--white); border-radius: var(--radius-md); border: 1px solid rgba(201,168,76,0.15); overflow: hidden; transition: var(--transition); }
.faq-item.open { border-color: var(--gold); box-shadow: var(--shadow-sm); }
.faq-question { width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 18px 22px; text-align: left; font-size: 0.95rem; font-weight: 600; color: var(--text-dark); gap: 16px; transition: var(--transition); }
.faq-question:hover { color: var(--green-dark); background: var(--cream); }
.faq-question i { color: var(--gold); font-size: 0.82rem; flex-shrink: 0; transition: var(--transition); }
.faq-item.open .faq-question i { transform: rotate(180deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
.faq-answer p { padding: 0 22px 18px; font-size: 0.92rem; line-height: 1.8; }
.faq-item.open .faq-answer { max-height: 300px; }

/* ===== CONTACT ===== */
.contact { background: var(--white); padding: 100px 0; }
.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 56px; align-items: start; }
.contact-info h3 { font-size: 1.4rem; margin-bottom: 26px; }
.contact-item { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 20px; }
.contact-item > i { width: 40px; height: 40px; background: var(--cream); border-radius: var(--radius-sm); display: flex; align-items: center; justify-content: center; color: var(--green-dark); font-size: 0.95rem; flex-shrink: 0; border: 1px solid rgba(201,168,76,0.2); }
.contact-item strong { display: block; font-size: 0.82rem; color: var(--text-light); margin-bottom: 2px; text-transform: uppercase; letter-spacing: 0.05em; }
.contact-item p, .contact-item a { font-size: 0.93rem; color: var(--text-dark); line-height: 1.6; }
.contact-item a:hover { color: var(--green-dark); }
.contact-btns { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.contact-btns .btn { padding: 11px 18px; font-size: 0.86rem; }
.contact-form-wrap { background: var(--cream); border-radius: var(--radius-lg); padding: 36px; border: 1px solid rgba(201,168,76,0.15); }
.contact-form { display: flex; flex-direction: column; gap: 16px; }
.form-group { display: flex; flex-direction: column; gap: 5px; }
.form-group label { font-size: 0.83rem; font-weight: 600; color: var(--text-dark); }
.form-group input, .form-group select, .form-group textarea { padding: 12px 15px; border: 1.5px solid rgba(26,74,46,0.15); border-radius: var(--radius-sm); font-family: var(--font-sans); font-size: 0.92rem; color: var(--text-dark); background: var(--white); transition: var(--transition); outline: none; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--green-mid); box-shadow: 0 0 0 3px rgba(45,106,79,0.1); }
.form-group textarea { resize: vertical; min-height: 100px; }
.form-group select { appearance: none; cursor: pointer; }

/* ===== FOOTER ===== */
.footer { background: var(--green-dark); color: rgba(255,255,255,0.8); padding: 70px 0 0; }
.footer-container { max-width: 1200px; margin: 0 auto; padding: 0 24px 48px; display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 44px; }
.footer-logo { height: 60px; width: auto; object-fit: contain; margin-bottom: 16px; filter: none; opacity: 1; }
.footer-brand p { font-size: 0.86rem; line-height: 1.8; color: rgba(255,255,255,0.65); margin-bottom: 18px; }
.social-links { display: flex; gap: 10px; }
.social-links a { width: 36px; height: 36px; background: rgba(255,255,255,0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.8); font-size: 0.88rem; transition: var(--transition); border: 1px solid rgba(255,255,255,0.15); }
.social-links a:hover { background: var(--gold); color: var(--white); border-color: var(--gold); transform: translateY(-2px); }
.footer-links h4, .footer-treatments h4, .footer-contact h4 { color: var(--white); font-size: 0.97rem; margin-bottom: 16px; padding-bottom: 8px; border-bottom: 1px solid rgba(201,168,76,0.3); }
.footer-links ul li, .footer-treatments ul li { margin-bottom: 9px; }
.footer-links a, .footer-treatments a { font-size: 0.86rem; color: rgba(255,255,255,0.65); transition: var(--transition); }
.footer-links a:hover, .footer-treatments a:hover { color: var(--gold-light); padding-left: 4px; }
.footer-contact p { display: flex; align-items: flex-start; gap: 9px; font-size: 0.86rem; color: rgba(255,255,255,0.65); margin-bottom: 11px; line-height: 1.6; }
.footer-contact i { color: var(--gold); margin-top: 2px; flex-shrink: 0; }
.footer-contact a { color: rgba(255,255,255,0.65); transition: var(--transition); }
.footer-contact a:hover { color: var(--gold-light); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding: 18px 24px; text-align: center; max-width: 1200px; margin: 0 auto; }
.footer-bottom p { font-size: 0.82rem; color: rgba(255,255,255,0.45); }

/* ===== FLOATING ELEMENTS ===== */
/* old whatsapp-float replaced by .wa-float-wrap above */
.back-to-top { position: fixed; bottom: 94px; right: 28px; width: 42px; height: 42px; background: var(--green-dark); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--white); font-size: 0.88rem; box-shadow: var(--shadow-md); z-index: 999; opacity: 0; pointer-events: none; transition: var(--transition); }
.back-to-top.visible { opacity: 1; pointer-events: all; }
.back-to-top:hover { background: var(--gold); transform: translateY(-2px); }

/* ===== TOAST ===== */
.toast { position: fixed; bottom: 32px; left: 50%; transform: translateX(-50%) translateY(20px); background: var(--green-dark); color: var(--white); padding: 13px 22px; border-radius: 50px; font-size: 0.9rem; font-weight: 500; display: flex; align-items: center; gap: 9px; box-shadow: var(--shadow-lg); z-index: 9999; opacity: 0; transition: all 0.4s cubic-bezier(0.4,0,0.2,1); white-space: nowrap; }
.toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }
.toast-error { background: #c0392b; }

/* ===== AOS ANIMATIONS ===== */
[data-aos] { opacity: 0; transform: translateY(28px); transition: opacity 0.65s ease, transform 0.65s ease; }
[data-aos="fade-left"] { transform: translateX(28px); }
[data-aos="fade-right"] { transform: translateX(-28px); }
[data-aos="zoom-in"] { transform: scale(0.93); }
[data-aos].aos-animate { opacity: 1; transform: translateY(0) translateX(0) scale(1); }

/* ===== RESPONSIVE ===== */
@media (max-width: 1100px) {
  .cards-grid { grid-template-columns: repeat(3,1fr); }
  .videos-grid { grid-template-columns: repeat(2,1fr); }
  .footer-container { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 900px) {
  .about .section-container, .recognition .section-container, .ayurveda-info .section-container { flex-direction: column; }
  .about-image, .recognition-image { flex: none; width: 100%; max-width: 460px; margin: 0 auto; }
  .why-grid { grid-template-columns: repeat(2,1fr); }
  .cards-grid { grid-template-columns: repeat(2,1fr); }
  .testimonials-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 768px) {
  section { padding: 70px 0; }
  .nav-toggle { display: flex; }
  .nav-menu { position: fixed; top: 76px; left: 0; right: 0; background: var(--white); flex-direction: column; align-items: stretch; padding: 18px 22px 26px; box-shadow: var(--shadow-lg); border-top: 1px solid var(--cream-dark); transform: translateY(-110%); opacity: 0; pointer-events: none; transition: var(--transition); z-index: 999; }
  .nav-menu.open { transform: translateY(0); opacity: 1; pointer-events: all; }
  .nav-menu ul { flex-direction: column; gap: 3px; margin-right: 0; margin-bottom: 14px; }
  .nav-link { padding: 11px 14px; border-radius: var(--radius-sm); }
  .nav-cta { text-align: center; justify-content: center; }
  .hero-container { grid-template-columns: 1fr; gap: 36px; padding: 40px 20px 56px; }
  .hero-image { order: -1; }
  .hero-img-wrap { max-width: 100%; margin: 0 auto; }
  .hero-img-wrap img { object-position: center 10%; }
  .hero-img-badge { left: 6px; bottom: 16px; padding: 11px 14px; }
  .hero-btns { flex-direction: column; }
  .hero-btns .btn { justify-content: center; }
  .why-grid { grid-template-columns: 1fr; }
  .cards-grid { grid-template-columns: repeat(2,1fr); gap: 16px; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .videos-grid { grid-template-columns: repeat(2,1fr); }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-form-wrap { padding: 24px 18px; }
  .footer-container { grid-template-columns: 1fr; gap: 28px; }
  .trust-stats { gap: 18px; flex-wrap: wrap; justify-content: center; }
  .about-quals { grid-template-columns: 1fr; }
  .doshas { flex-direction: column; }
  .modal-inner { padding: 24px 20px 32px; }
  .modal-process-imgs { grid-template-columns: 1fr; }
  .modal-benefits { grid-template-columns: 1fr; }
  .modal-cta { flex-direction: column; }
  .modal-cta .btn { min-width: unset; }
}
@media (max-width: 480px) {
  .cards-grid { grid-template-columns: 1fr; }
  .videos-grid { grid-template-columns: 1fr; }
  .trust-badges { flex-direction: column; }
  .contact-btns { flex-direction: column; }
  .contact-btns .btn { justify-content: center; }
  .hero-img-wrap { max-width: 300px; }
  .hero-img-wrap img { object-position: center 8%; }
  .modal-hero-img { height: 220px; }
}

/* ============================================================
   TRUST BOX – Govt Registered & Insurance
   ============================================================ */
.trust-box {
  display: flex;
  align-items: center;
  gap: 0;
  background: linear-gradient(135deg, #f0faf4 0%, #fdf8ed 100%);
  border: 1.5px solid rgba(201, 168, 76, 0.45);
  border-radius: 14px;
  padding: 14px 22px;
  margin-top: 20px;
  margin-bottom: 8px;
  box-shadow: 0 4px 18px rgba(26, 74, 46, 0.1), 0 1px 4px rgba(201, 168, 76, 0.15);
  width: fit-content;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}
.trust-box::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--green-dark), var(--gold), var(--green-mid));
  border-radius: 14px 14px 0 0;
}
.trust-box-item {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 2px 16px;
}
.trust-box-item:first-child { padding-left: 4px; }
.trust-box-item:last-child { padding-right: 4px; }
.trust-box-item i {
  font-size: 1.05rem;
  color: var(--green-mid);
  flex-shrink: 0;
}
.trust-box-item span {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--green-dark);
  letter-spacing: 0.01em;
  white-space: nowrap;
}
.trust-box-divider {
  width: 1.5px;
  height: 28px;
  background: linear-gradient(to bottom, transparent, rgba(201,168,76,0.5), transparent);
  flex-shrink: 0;
}

/* Contact section variant – full width */
.trust-box--contact {
  width: 100%;
  margin-top: 22px;
  justify-content: center;
  gap: 0;
}
.trust-box--contact .trust-box-item {
  flex: 1;
  justify-content: center;
}

/* ============================================================
   WHATSAPP FLOATING DOODLE
   ============================================================ */
.wa-float-wrap {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 1100;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0;
}
.whatsapp-float {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0;
  text-decoration: none;
  cursor: pointer;
}
.wa-icon-wrap {
  position: relative;
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}
.wa-svg {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 6px 24px rgba(37, 211, 102, 0.45), 0 2px 8px rgba(0,0,0,0.15);
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease;
  display: block;
  position: relative;
  z-index: 2;
}
/* Pulse ring */
.wa-pulse-ring {
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 2.5px solid rgba(37, 211, 102, 0.5);
  animation: waPulse 2.2s ease-out infinite;
  z-index: 1;
  pointer-events: none;
}
@keyframes waPulse {
  0%   { transform: scale(0.9); opacity: 0.8; }
  70%  { transform: scale(1.35); opacity: 0; }
  100% { transform: scale(0.9); opacity: 0; }
}
/* Hover label */
.wa-label {
  position: absolute;
  right: 70px;
  top: 50%;
  transform: translateY(-50%) translateX(8px);
  background: var(--green-dark);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 600;
  white-space: nowrap;
  padding: 7px 14px;
  border-radius: 50px;
  box-shadow: 0 4px 16px rgba(26,74,46,0.25);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
  letter-spacing: 0.02em;
}
.wa-label::after {
  content: '';
  position: absolute;
  right: -7px;
  top: 50%;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-left-color: var(--green-dark);
}
/* Hover state */
.whatsapp-float:hover .wa-svg {
  transform: scale(1.12) rotate(-5deg);
  box-shadow: 0 10px 32px rgba(37, 211, 102, 0.6), 0 4px 12px rgba(0,0,0,0.2);
}
.whatsapp-float:hover .wa-label {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

/* Mobile – smaller, no overlap */
@media (max-width: 480px) {
  .wa-float-wrap { bottom: 18px; right: 16px; }
  .wa-icon-wrap { width: 52px; height: 52px; }
  .wa-svg { width: 52px; height: 52px; }
  .wa-label { display: none; }
  .trust-box { flex-direction: column; align-items: flex-start; gap: 10px; width: 100%; }
  .trust-box-divider { width: 100%; height: 1.5px; background: linear-gradient(to right, transparent, rgba(201,168,76,0.4), transparent); }
  .trust-box-item { padding: 0 4px; }
  .trust-box--contact { align-items: center; }
}
@media (max-width: 768px) {
  .trust-box { width: 100%; }
  .trust-box--contact .trust-box-item { justify-content: flex-start; }
}

/* ===== MODAL NOTE / DISCLAIMER ===== */
.modal-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: linear-gradient(135deg, #fffbf0, #fdf6e3);
  border: 1.5px solid rgba(201, 168, 76, 0.4);
  border-left: 4px solid var(--gold);
  border-radius: var(--radius-sm);
  padding: 13px 16px;
  margin-bottom: 28px;
}
.modal-note i {
  color: var(--gold);
  font-size: 1rem;
  flex-shrink: 0;
  margin-top: 1px;
}
.modal-note span {
  font-size: 0.87rem;
  font-weight: 500;
  color: #7a5c00;
  line-height: 1.6;
  font-style: italic;
}


.item-card-img img {
  width: 100%;
  height: 100%;
  object-fit: contain !important;
  object-position: center !important;
  display: block;
  background: #f8f3e8;
}

/* Main image in View Details */
.modal-hero-img {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
    object-position: center !important;
    display: block !important;
    border-radius: 20px;
}

/* Two process images */
.modal-process-imgs img {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
    display: block !important;
}

.trust-image-banner {
  background: var(--white);
  padding: 80px 0 90px;
}

.trust-image-banner-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.trust-image-banner-header {
  text-align: center;
  margin-bottom: 40px;
}

.trust-image-banner-sub {
  color: var(--text-light);
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.8;
}

.trust-image-banner-wrap {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow:
    0 10px 40px rgba(26,74,46,0.12),
    0 0 0 1px rgba(201,168,76,0.2);
  transition: all 0.4s ease;
}

.trust-image-banner-wrap:hover {
  transform: translateY(-6px);
  box-shadow:
    0 20px 60px rgba(26,74,46,0.18),
    0 0 0 1px rgba(201,168,76,0.35);
}

.trust-image-banner-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
/* HERO DOCTOR IMAGE FIX */
.hero-img-wrap {
  width: 420px !important;
  height: 520px !important;
  border-radius: 34px !important;
  overflow: hidden !important;
  background: #f7f1df !important;
}

.hero-img-wrap img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: 23% center !important;
  display: block !important;
}

.recog-img-wrap {
  max-width: 700px !important;
  margin: 0 auto;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}
.recognition-banner-img {
  width: 100% !important;
  height: auto !important;
  max-width: 750px !important;
  object-fit: contain !important;
  object-position: center !important;
  display: block !important;
  border-radius: 24px !important;
}
.view-more-card {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 320px;
  cursor: pointer;
}

.view-more-link {
  text-decoration: none;
  width: 100%;
  height: 100%;
  color: inherit;
}

.view-more-content {
  padding: 30px;
}

.view-more-content i {
  font-size: 3rem;
  color: var(--green-dark);
  margin-bottom: 20px;
}

.view-more-content h3 {
  color: var(--green-dark);
  margin-bottom: 12px;
}

.view-more-content p {
  margin-bottom: 20px;
  color: var(--text-mid);
}

.view-more-btn {
  display: inline-block;
  padding: 12px 24px;
  background: var(--green-dark);
  color: white;
  border-radius: 30px;
  font-weight: 600;
}

.view-more-card:hover {
  transform: translateY(-6px);
}
.videos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 30px;
}

.video-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.video-embed {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

.video-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* ============================================================
   TYPOGRAPHY ENHANCEMENT – Premium Serif Font Enforcement
   Cormorant Garamond applied to all headings & titles
   Body text, buttons, nav, forms, paragraphs unchanged
   ============================================================ */

/* 1. Hero Main Heading */
.hero-headline {
  font-family: 'Cormorant Garamond', Georgia, serif;
}

/* 2. All section titles (About, Recognition, Testimonials,
      Our Commitment, Difference, How It Works, etc.) */
.section-title,
.trust-highlights-header .section-title,
.trust-image-banner-header .section-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
}

/* 3. Doctor name / About subtitle */
.about-subtitle {
  font-family: 'Cormorant Garamond', Georgia, serif;
}

/* 4 & 5. All Treatment & Therapy card titles */
.item-card-body h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
}

/* 6. Testimonials heading (covered by section-title above) */

/* 7. Footer column headings */
.footer-links h4,
.footer-treatments h4,
.footer-contact h4,
.footer-brand h4 {
  font-family: 'Cormorant Garamond', Georgia, serif;
}

/* 8. Our Commitment / Trust image banner heading */
.trust-image-banner-header h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
}

/* 9. Why Us card headings */
.why-card h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
}

/* 10. Trust highlight card headings */
.trust-card h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
}

/* Step titles in How Treatment Works */
.step-content h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
}

/* Modal title */
.modal-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
}

/* Modal section headings (Benefits, Process) */
.modal-section-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
}

/* Modal step content headings */
.modal-step-content h4 {
  font-family: 'Cormorant Garamond', Georgia, serif;
}

/* Recognition caption */
.recog-caption p {
  font-family: 'Cormorant Garamond', Georgia, serif;
}

/* Video info headings */
.video-info h4 {
  font-family: 'Cormorant Garamond', Georgia, serif;
}

/* Contact info heading */
.contact-info h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
}

/* Dosha card headings */
.dosha-card h4 {
  font-family: 'Cormorant Garamond', Georgia, serif;
}

/* Plan item headings */
.plan-item h4 {
  font-family: 'Cormorant Garamond', Georgia, serif;
}

/* Qual items inside about – uses sans-serif to match trust badges */
.qual-item span {
  font-family: var(--font-sans);
  font-weight: 700;
}

/* Testimonial author name */
.testimonial-author strong {
  font-family: 'Cormorant Garamond', Georgia, serif;
}

/* ============================================================
   PREMIUM TYPOGRAPHY ENHANCEMENT v2
   Same font family — improved weight, rendering, presence
   ============================================================ */

/* ── Global heading rendering optimisation ── */
h1, h2, h3, h4 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* ══ 1. HERO HEADING — most impressive on page ══ */
.hero-headline {
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.01em;
  text-shadow: 0 2px 24px rgba(26,74,46,0.07);
}
.hero-headline .gold {
  text-shadow: 0 2px 20px rgba(201,168,76,0.18);
}

/* ══ 2. ABOUT SECTION HEADING — founder title ══ */
.about .section-title {
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.01em;
  text-shadow: 0 1px 12px rgba(26,74,46,0.06);
}

/* ══ 3. RECOGNITION HEADING — prestigious feel ══ */
.recognition .section-title {
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: 0.01em;
  text-shadow: 0 1px 10px rgba(26,74,46,0.07);
}

/* ══ 4 & 5. ALL SECTION HEADINGS (Testimonials,
     Why AyushNidhi, Our Commitment, etc.) ══ */
.section-title {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.005em;
}

/* ══ 6. TESTIMONIALS HEADING — welcoming ══ */
.testimonials .section-title {
  font-weight: 700;
  letter-spacing: 0.005em;
  text-shadow: 0 1px 10px rgba(26,74,46,0.05);
}

/* ══ 7. FOOTER HEADINGS ══ */
.footer-links h4,
.footer-treatments h4,
.footer-contact h4 {
  font-weight: 700;
  letter-spacing: 0.02em;
  font-size: 1.05rem;
}

/* ══ 8. OUR COMMITMENT / TRUST BANNER ══ */
.trust-image-banner-header .section-title,
.trust-highlights-header .section-title {
  font-weight: 700;
  letter-spacing: -0.005em;
}

/* ══ 9. MEET DR. KHANISRI — founder presence ══ */
.about-subtitle {
  font-weight: 600;
  font-size: 1.12rem;
  letter-spacing: 0.01em;
  line-height: 1.5;
}

/* ══ 10. WHY AYUSHNIDHI — attention-grabbing ══ */
.why-us .section-title {
  font-weight: 700;
  letter-spacing: -0.01em;
  text-shadow: 0 1px 12px rgba(26,74,46,0.06);
}

/* ── Step titles (How Treatment Works) ── */
.step-content h3 {
  font-weight: 700;
  letter-spacing: 0.005em;
  line-height: 1.3;
}

/* ── Why card headings ── */
.why-card h3 {
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.005em;
}

/* ── Trust card headings ── */
.trust-card h3 {
  font-weight: 700;
  letter-spacing: 0.005em;
  line-height: 1.3;
}

/* ════════════════════════════════════════════════════
   TREATMENT & THERAPY CARD TITLE BOX
   Premium container — cream bg, green-gold border
   ════════════════════════════════════════════════════ */
.item-card-body h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 700;
  font-size: 1.28rem;
  line-height: 1.25;
  letter-spacing: 0.005em;
  color: var(--green-dark);
  background: linear-gradient(135deg, #f8f4ed 0%, #f0f7f4 100%);
  border: 1px solid rgba(201,168,76,0.3);
  border-left: 3px solid var(--gold);
  border-radius: 8px;
  padding: 11px 12px;
  margin-bottom: 10px;
  margin-top: -2px;
  text-align: center;
  box-shadow:
    0 1px 4px rgba(26,74,46,0.06),
    inset 0 1px 0 rgba(255,255,255,0.8);
  position: relative;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
/* Therapy cards get gold left border */
.therapy-card .item-card-body h3 {
  border-left-color: var(--gold);
  background: linear-gradient(135deg, #fdf8ed 0%, #fdf6e3 100%);
  border-color: rgba(201,168,76,0.35);
}
/* Hover — strengthen the border */
.item-card:hover .item-card-body h3 {
  border-left-color: var(--green-dark);
  border-color: rgba(26,74,46,0.2);
  box-shadow:
    0 2px 8px rgba(26,74,46,0.09),
    inset 0 1px 0 rgba(255,255,255,0.9);
}
.therapy-card:hover .item-card-body h3 {
  border-left-color: #b8860b;
  border-color: rgba(201,168,76,0.45);
}
/* Founder subtitle premium box */
.founder-subtitle,
.about-subtitle,
.doctor-subtitle {
  display: inline-block !important;
  font-family: inherit !important;
  font-weight: 700 !important;
  background: #f8f3e8 !important;
  border: 1.5px solid rgba(201, 168, 76, 0.45) !important;
  border-radius: 14px !important;
  padding: 10px 18px !important;
  box-shadow: 0 8px 24px rgba(26, 74, 46, 0.08) !important;
}

/* Make trust box same width as qualification boxes */
.founder-trust,
.doctor-trust,
.about-trust {
  width: 100% !important;
  max-width: none !important;
}

/* Center appointment button */
.founder-content .btn,
.about-content .btn,
.doctor-content .btn {
  display: block !important;
  width: fit-content !important;
  margin: 18px auto 0 !important;
}

/* ============================================================
   ABOUT SECTION ENHANCEMENTS
   ============================================================ */

/* 1. Founder title premium box */
.founder-title-box {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #fdf8ed 0%, #f8f4e8 100%);
  border: 1px solid rgba(201,168,76,0.45);
  border-left: 3px solid var(--gold);
  border-radius: 10px;
  padding: 10px 18px 10px 14px;
  margin-bottom: 20px;
  width: fit-content;
  max-width: 100%;
  box-shadow: 0 2px 12px rgba(201,168,76,0.12), 0 1px 3px rgba(26,74,46,0.06);
}
.founder-title-icon {
  color: var(--gold);
  font-size: 1rem;
  flex-shrink: 0;
}
.founder-title-box .about-subtitle {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.05rem;
  font-weight: 600;
  font-style: italic;
  color: var(--green-dark);
  margin: 0;
  line-height: 1.4;
  letter-spacing: 0.01em;
  display: inline;
}

/* 2. Trust box — same width as qual grid (about variant) */
.trust-box--about {
  width: 100%;           /* match full width of about-quals grid */
  margin-top: 22px;
  justify-content: center;
  gap: 0;
}
.trust-box--about .trust-box-item {
  flex: 1;
  justify-content: center;
  padding: 12px 20px;
}
.trust-box--about .trust-box-divider {
  align-self: stretch;
  width: 1.5px;
  height: auto;
  background: linear-gradient(to bottom, transparent, rgba(201,168,76,0.45), transparent);
}

/* 3. Book Appointment button — centered below trust box */
.about-cta {
  display: flex;
  justify-content: flex-start;
  margin-top: 24px;
}

/* 4. Mobile adjustments */
@media (max-width: 600px) {
  .founder-title-box {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .trust-box--about {
    flex-direction: column;
    align-items: stretch;
  }
  .trust-box--about .trust-box-item {
    justify-content: flex-start;
    padding: 11px 16px;
  }
  .trust-box--about .trust-box-divider {
    width: 100%;
    height: 1.5px;
    background: linear-gradient(to right, transparent, rgba(201,168,76,0.4), transparent);
  }
  .about-cta {
    justify-content: center;
  }
}

/* ============================================================
   SECTION WATERMARK LOGO – AyushNidhi Branding
   Uses ::before pseudo-element. Content stays above via z-index.
   No layout impact. No spacing change.
   ============================================================ */

/* All target sections need position:relative to anchor ::before */
.hero,
.trust-highlights,
.trust-image-banner,
.about,
.our-doctors,
.why-us,
.treatments,
.therapies,
.how-it-works,
.ayurveda-info,
.recognition,
.testimonials,
.videos,
.faq,
.contact,
.footer {
  position: relative;
  overflow: hidden; /* prevent watermark bleeding outside */
}

/* Shared watermark style */
.hero::before,
.trust-highlights::before,
.trust-image-banner::before,
.about::before,
.our-doctors::before,
.why-us::before,
.treatments::before,
.therapies::before,
.how-it-works::before,
.ayurveda-info::before,
.recognition::before,
.testimonials::before,
.videos::before,
.faq::before,
.contact::before,
.footer::before {
  content: '';
  position: absolute;
  top: 24px;
  left: 24px;
  width: 220px;
  height: 220px;
  background-image: url('ayushnidhi-logo.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  opacity: 0.055;          /* subtle — visible on close look, not distracting */
  pointer-events: none;    /* completely non-interactive */
  z-index: 0;              /* behind all content */
  filter: grayscale(100%); /* neutral tone so it blends with any bg color */
}
/* Hero section watermark adjustment */
.hero::before {
  top: 100px !important;
  left: 30px !important;
}

/* Ensure all direct section children stay above watermark */
.hero > *,
.trust-highlights > *,
.trust-image-banner > *,
.about > *,
.our-doctors > *,
.why-us > *,
.treatments > *,
.therapies > *,
.how-it-works > *,
.ayurveda-info > *,
.recognition > *,
.testimonials > *,
.videos > *,
.faq > *,
.contact > *,
.footer > * {
  position: relative;
  z-index: 1;
}

/* Dark sections — FIXED: invert logo to white, correct size */
.how-it-works::before {
  width: 180px;
  height: 180px;
  top: 24px;
  left: 24px;
  opacity: 0.12;
  filter: invert(1) brightness(2);
  mix-blend-mode: normal;
}
.footer::before {
  display: none;
}

/* Mobile — smaller watermark to not cover content */
@media (max-width: 768px) {
  .hero::before,
  .trust-highlights::before,
  .trust-image-banner::before,
  .about::before,
  .our-doctors::before,
  .why-us::before,
  .treatments::before,
  .therapies::before,
  .how-it-works::before,
  .ayurveda-info::before,
  .recognition::before,
  .testimonials::before,
  .videos::before,
  .faq::before,
  .contact::before,
  .footer::before {
    width: 250px;
    height: 250px;
    top: 20px;
    left: 20px;
    opacity: 0.12;
    filter: grayscale(100%);
  }
  .how-it-works::before {
    width: 120px;
    height: 120px;
    opacity: 0.1;
    filter: invert(1) brightness(2);
    mix-blend-mode: normal;
  }
}
/* Better scroll position when clicking navbar links */
section {
  scroll-margin-top: 120px;
}

/* ============================================================
   OUR DOCTORS SECTION
   ============================================================ */
.our-doctors {
  background: linear-gradient(135deg, var(--cream) 0%, #f0f7f2 100%);
  padding: 100px 0;
}

/* 2-column equal grid */
.doctors-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  width: 100%;
  margin-bottom: 56px;
}

/* ── Doctor Card ── */
.doctor-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  border: 1px solid rgba(201,168,76,0.15);
  transition: transform 0.35s cubic-bezier(0.4,0,0.2,1),
              box-shadow 0.35s cubic-bezier(0.4,0,0.2,1);
  display: flex;
  flex-direction: column;
}
.doctor-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(201,168,76,0.3);
}

/* ── Image wrap ── */
.doctor-card-img-wrap {
  position: relative;
  width: 100%;
  height: 360px;
  overflow: hidden;
  background: linear-gradient(135deg, var(--green-pale), #b7e4c7);
  flex-shrink: 0;
}
.doctor-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform 0.5s ease;
  display: block;
}
.doctor-card:hover .doctor-card-img {
  transform: scale(1.04);
}
/* Overlay CTA on hover */
.doctor-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(26,74,46,0.82) 0%, transparent 50%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 24px;
  opacity: 0;
  transition: opacity 0.35s ease;
}
.doctor-card:hover .doctor-card-overlay {
  opacity: 1;
}
.btn-sm {
  padding: 9px 20px;
  font-size: 0.82rem;
}

/* ── Card body ── */
.doctor-card-body {
  padding: 28px 26px 30px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}

/* Name + qualification */
.doctor-name-wrap {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-bottom: 14px;
  border-bottom: 2px solid var(--green-pale);
}
.doctor-name {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--green-dark);
  line-height: 1.2;
  margin: 0;
}
.doctor-qual {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 0.95rem;
  font-weight: 600;
  font-style: italic;
  color: var(--gold);
  letter-spacing: 0.01em;
}

/* Specialization line */
.doctor-spec {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--green-mid);
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0;
}
.doctor-spec i { color: var(--gold); font-size: 0.85rem; }

/* Description paragraphs */
.doctor-desc {
  font-size: 0.9rem;
  color: var(--text-mid);
  line-height: 1.78;
  margin: 0;
}

/* Highlight badges */
.doctor-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}
.doctor-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(135deg, #f0f7f4, var(--cream));
  border: 1px solid rgba(201,168,76,0.28);
  border-radius: 50px;
  padding: 5px 12px;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--green-dark);
  white-space: nowrap;
}
.doctor-badge i { color: var(--green-mid); font-size: 0.72rem; }

/* Specialized treatments list */
.doctor-treatments-list {
  background: var(--cream);
  border-radius: var(--radius-sm);
  padding: 14px 16px;
  border-left: 3px solid var(--gold);
  margin-top: 4px;
}
.doctor-treats-label {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--green-dark);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.doctor-treats-label i { color: var(--gold); }
.doctor-treatments-list ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 16px;
  list-style: none;
  padding: 0; margin: 0;
}
.doctor-treatments-list li {
  font-size: 0.84rem;
  color: var(--text-mid);
  display: flex;
  align-items: center;
  gap: 7px;
  line-height: 1.5;
}
.doctor-treatments-list li i {
  color: var(--green-light);
  font-size: 0.5rem;
  flex-shrink: 0;
}

/* ── Bottom CTA ── */
.doctors-cta {
  text-align: center;
  padding: 44px 24px 8px;
  border-top: 1px solid rgba(201,168,76,0.2);
  width: 100%;
}
.doctors-cta-text {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--green-dark);
  margin-bottom: 22px;
  letter-spacing: -0.01em;
}
.doctors-cta-btns {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* ── Responsive ── */
@media (max-width: 900px) {
  .doctors-grid { grid-template-columns: 1fr; gap: 24px; }
  .doctor-card-img-wrap { height: 300px; }
}
@media (max-width: 600px) {
  .our-doctors { padding: 70px 0; }
  .doctor-card-img-wrap { height: 260px; }
  .doctor-card-body { padding: 22px 18px 24px; }
  .doctor-name { font-size: 1.3rem; }
  .doctor-treatments-list ul { grid-template-columns: 1fr; }
  .doctors-cta-btns { flex-direction: column; align-items: center; }
  .doctors-cta-btns .btn { width: 100%; justify-content: center; }
}

/* ============================================================
   NAVBAR PHONE NUMBER
   ============================================================ */
.nav-phone {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  text-decoration: none;
  color: var(--green-dark);
  font-family: var(--font-sans);
  font-size: 0.87rem;
  font-weight: 600;
  padding: 8px 14px;
  border-radius: 50px;
  border: 1.5px solid rgba(26,74,46,0.18);
  background: linear-gradient(135deg, var(--green-pale), #e8f7ee);
  transition: var(--transition);
  white-space: nowrap;
  position: relative;
  /* Tooltip */
}
.nav-phone i {
  font-size: 0.82rem;
  color: var(--green-mid);
  transition: var(--transition);
}
.nav-phone:hover {
  background: linear-gradient(135deg, var(--green-dark), var(--green-mid));
  color: var(--white);
  border-color: var(--green-dark);
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(26,74,46,0.22);
}
.nav-phone:hover i {
  color: var(--white);
  animation: phoneRing 0.4s ease;
}
@keyframes phoneRing {
  0%,100% { transform: rotate(0deg); }
  25%      { transform: rotate(-15deg); }
  75%      { transform: rotate(15deg); }
}

/* Tooltip */
.nav-phone::after {
  content: attr(title);
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%) scale(0.9);
  background: var(--green-dark);
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 500;
  white-space: nowrap;
  padding: 5px 12px;
  border-radius: 50px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.25s ease, transform 0.25s ease;
  box-shadow: var(--shadow-sm);
}
.nav-phone::before {
  content: '';
  position: absolute;
  bottom: calc(100% + 3px);
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: var(--green-dark);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
.nav-phone:hover::after,
.nav-phone:hover::before {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}

/* Tablet — keep full number */
@media (max-width: 900px) {
  .nav-phone {
    font-size: 0.82rem;
    padding: 7px 12px;
  }
}

/* Mobile — icon only */
@media (max-width: 768px) {
  .nav-phone-num {
    display: none;
  }
  .nav-phone {
    width: 38px;
    height: 38px;
    padding: 0;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
  }
  .nav-phone i {
    font-size: 0.95rem;
  }
}

/* ============================================================
   HERO DOCTOR NAME CARD
   ============================================================ */
.hero-doctor-namecard {
  width: 100%;
  max-width: 400px;           /* same as hero-img-wrap */
  margin: 14px 0 0 0;         /* gap below image, no auto side margins */
  background: linear-gradient(135deg, #fdf8ed 0%, #f8f4e8 100%);
  border: 1.5px solid rgba(201,168,76,0.45);
  border-top: 3px solid var(--gold);
  border-radius: 12px;
  padding: 12px 18px;
  text-align: center;
  box-shadow: 0 4px 16px rgba(26,74,46,0.09), 0 1px 4px rgba(201,168,76,0.1);
  box-sizing: border-box;
}
.hero-doctor-name {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.65rem;
  font-weight: 700;
  color: var(--green-dark);
  line-height: 1.2;
  margin: 0;
  letter-spacing: -0.01em;
  -webkit-font-smoothing: antialiased;
}

/* Tablet */
@media (max-width: 900px) {
  .hero-doctor-namecard { max-width: 360px; }
}

/* Mobile — full width under image, no overflow */
@media (max-width: 768px) {
  .hero-doctor-namecard {
    max-width: 100%;
    margin: 12px 0 0 0;
    padding: 10px 14px;
    border-radius: 10px;
  }
  .hero-doctor-name { font-size: 1.4rem; }
}
@media (max-width: 480px) {
  .hero-doctor-name { font-size: 1.2rem; }
}

/* ============================================================
   GOOGLE MULTICOLOR G LOGO – View All Reviews Card
   ============================================================ */
.google-avatar {
  background: var(--white) !important;
  border: 1.5px solid #e8eaed;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.google-g-logo {
  width: 28px;
  height: 28px;
  display: block;
}
.view-more-card .testimonial-author:hover .google-avatar,
.view-more-link:hover .google-avatar {
  transform: scale(1.08);
  box-shadow: 0 4px 14px rgba(66,133,244,0.25);
}

/* Centre the OUR FOUNDER tag above the heading */
.about .section-tag {
  display: block;
  width: fit-content;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 22px;
  text-align: center;
  position: relative;
  left: 25%;
  transform: translateX(-50%);
}

/* ============================================================
   SECTION TAG / PILL – Dark Green + Gold (Global Update)
   ============================================================ */
.section-tag {
  background: linear-gradient(135deg, #1f5a36, #16452b) !important;
  color: #d6b04c !important;
  border: 1.5px solid rgba(214,176,76,0.45) !important;
  font-weight: 800 !important;
  box-shadow: 0 4px 14px rgba(22,69,43,0.22) !important;
  letter-spacing: 0.12em;
}

/* Hero tag keeps its own lighter green style – do not override */
.hero-tag {
  background: linear-gradient(135deg, var(--green-pale), #b7e4c7) !important;
  color: var(--green-dark) !important;
  border: 1px solid rgba(26,74,46,0.15) !important;
  font-weight: 600 !important;
  box-shadow: none !important;
}

/* ============================================================
   HERO HEADLINE BANNER
   ============================================================ */
.hero-headline-banner {
  width: 100%;
  text-align: center;
  padding: 36px 24px 0;
  max-width: 1200px;
  margin: 0 auto;
}
.hero-hospital-name {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.2rem, 4.5vw, 3.6rem);
  font-weight: 800;
  color: var(--green-dark);
  line-height: 1.1;
  margin: 0 0 10px;
  letter-spacing: -0.01em;
  -webkit-font-smoothing: antialiased;
  text-shadow: 0 2px 20px rgba(26,74,46,0.08);
}
.hero-hospital-sub {
  font-family: var(--font-sans);
  font-size: clamp(0.88rem, 1.8vw, 1.05rem);
  font-weight: 600;
  color: var(--gold);
  letter-spacing: 0.06em;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

/* Separator dot */
.hero-hospital-sub::before,
.hero-hospital-sub::after {
  content: '';
  display: block;
  width: 40px;
  height: 1.5px;
  background: linear-gradient(to right, transparent, var(--gold));
}
.hero-hospital-sub::after {
  background: linear-gradient(to left, transparent, var(--gold));
}

/* ── Mobile: Fix hero layout so both text AND image show ── */
@media (max-width: 768px) {
  .hero-container {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
    padding: 24px 20px 40px !important;
  }
  /* Text content first on mobile */
  .hero-content {
    order: 1 !important;
    display: block !important;
  }
  /* Image below text on mobile */
  .hero-image {
    order: 2 !important;
  }
  .hero-headline {
    font-size: 1.9rem;
  }
  .hero-btns {
    flex-direction: column;
  }
  .hero-btns .btn {
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .hero-hospital-name { font-size: 1.7rem; }
  .hero-hospital-sub { font-size: 0.76rem; }
}

/* ============================================================
   SLIM INFO BAR – below navbar, above hero
   ============================================================ */
.info-bar {
  position: fixed;
  top: 76px;                         /* sits right below the 76px navbar */
  left: 0; right: 0;
  z-index: 999;
  background: linear-gradient(135deg, var(--green-dark), #16452b);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px 10px;
  padding: 8px 24px;
  text-align: center;
}
.info-bar span {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--gold-light);
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.info-bar-dot {
  color: var(--gold) !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  opacity: 0.75;
}

/* Push hero section down to clear both navbar + info bar – JS sets exact value */
.hero {
  padding-top: 116px; /* fallback: 76px navbar + 40px info-bar */
  min-height: auto;
}

@media (max-width: 768px) {
  .info-bar span { font-size: 0.82rem; }
  .info-bar { padding: 7px 16px; gap: 4px 8px; }
}
@media (max-width: 480px) {
  .info-bar span { font-size: 0.75rem; }
  .info-bar-dot { display: none; }
  .info-bar { flex-direction: column; gap: 2px; padding: 8px 16px; }
}

/* ============================================================
   WHY US / OUR DIFFERENCE – Premium Card Headings
   ============================================================ */
.why-card h3 {
  font-family: var(--font-sans);
  font-size: 1.05rem;
  font-weight: 700;
  color: #184d32;
  line-height: 1.3;
  letter-spacing: -0.01em;
  margin-bottom: 8px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}

/* ============================================================
   GOOGLE REVIEWS CARD – Premium Typography
   ============================================================ */

/* "264+ Google Reviews" heading */
.view-more-card h3 {
  font-family: var(--font-sans);
  font-size: 1.7rem;
  font-weight: 700;
  color: #184d32;
  letter-spacing: -0.02em;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 10px;
}

/* "View All Reviews" strong */
.view-more-card .testimonial-author strong {
  font-family: var(--font-sans);
  font-size: 1rem;
  font-weight: 700;
  color: #184d32;
  display: block;
  -webkit-font-smoothing: antialiased;
}

/* "Google Reviews" subtitle span */
.view-more-card .testimonial-author span {
  font-family: var(--font-sans);
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text-light);
}

/* ============================================================
   TREATMENT & THERAPY MODAL – Step Heading Typography
   ============================================================ */
.modal-step-content h4 {
  font-family: var(--font-sans);
  font-weight: 700;
  color: #184d32;
  -webkit-font-smoothing: antialiased;
}

/* ============================================================
   MOBILE FORCE FIX – Hero blank space
   NO !important on padding-top – JS controls it dynamically
   ============================================================ */
@media (max-width: 768px) {
  .hero {
    min-height: auto !important;
    height: auto !important;
    /* padding-top set by JS fixHeroPadding() */
    padding-bottom: 40px !important;
  }
  .hero-container {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: unset !important;
    gap: 28px !important;
    padding: 24px 20px 0 !important;
    width: 100% !important;
  }
  .hero-content {
    display: block !important;
    width: 100% !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    order: 1 !important;
  }
  .hero-image {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    order: 2 !important;
  }
  .hero-headline,
  .hero-sub,
  .hero-btns,
  .trust-badges,
  .hero-tag {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }
  .hero-btns {
    display: flex !important;
    flex-direction: column !important;
  }
  .hero-btns .btn {
    justify-content: center !important;
  }
}

@media (max-width: 480px) {
  .hero {
    padding-bottom: 36px !important;
  }
}
