/* ============================================
   AATMAN CLINICS — DESIGN TOKENS
   ============================================ */
:root {
    --teal-900: #0B4F4A;
    --teal-700: #146760;
    --teal-100: #E4F0EE;
    --rose-500: #C9707A;
    --rose-600: #B85862;
    --rose-100: #F7E9EA;
    --sage-100: #EEF3EE;
    --ink-900: #1F2B29;
    --ink-600: #526661;
    --cream: #FBF9F5;
    --gold-500: #C9A227;

    --font-display: 'Fraunces', 'Georgia', serif;
    --font-body: 'Inter', -apple-system, sans-serif;
}

body {
    font-family: var(--font-body);
    color: var(--ink-900);
    background: var(--cream);
}

h1, h2, h3, h4, h5, h6,
.font-display {
    font-family: var(--font-display);
    color: var(--teal-900);
    letter-spacing: -0.01em;
}

.fs-7 { font-size: 0.9rem; }

a { color: var(--teal-700); }
a:hover { color: var(--rose-600); }

.text-primary { color: var(--teal-900) !important; }
.bg-primary { background-color: var(--teal-900) !important; }
.btn-primary {
    background-color: var(--rose-500);
    border-color: var(--rose-500);
    font-family: var(--font-body);
    font-weight: 600;
}
.btn-primary:hover {
    background-color: var(--rose-600);
    border-color: var(--rose-600);
}
.btn-outline-secondary {
    color: var(--teal-900);
    border-color: var(--teal-900);
    font-weight: 600;
}
.btn-outline-secondary:hover {
    background-color: var(--teal-900);
    border-color: var(--teal-900);
    color: #fff;
}

/* ============================================
   TOP BAR / NAVBAR
   ============================================ */
.topbar {
    background: var(--teal-900);
    color: var(--teal-100);
}
.topbar a { color: var(--teal-100); text-decoration: none; }
.topbar a:hover { color: var(--rose-100); }

.navbar { background: var(--cream) !important; }
.navbar-brand-word {
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 1.4rem;
    color: var(--teal-900);
}
.nav-link { font-weight: 600; color: var(--ink-900) !important; }
.nav-link:hover { color: var(--rose-600) !important; }

.eyebrow {
    font-family: var(--font-body);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.72rem;
    color: var(--rose-600);
}

/* ============================================
   HERO CAROUSEL
   ============================================ */
.hero-carousel { position: relative; height: 73vh; min-height: 560px; overflow: hidden; }
.hero-carousel .carousel-item { height: 73vh; min-height: 560px; }
.hero-carousel .carousel-item img {
    width: 100%; height: 100%; object-fit: cover; filter: brightness(0.55);
}
.hero-overlay {
    position: absolute; inset: 0; display: flex; align-items: center;
    background: linear-gradient(100deg, rgba(11,79,74,0.72) 0%, rgba(11,79,74,0.25) 55%, rgba(11,79,74,0.05) 100%);
}
.hero-overlay h1 { color: #fff; font-size: clamp(2.2rem, 4.2vw, 3.6rem); line-height: 1.08; }
.hero-overlay p { color: rgba(255,255,255,0.88); font-size: 1.15rem; max-width: 520px; }
.hero-badge {
    display: inline-block; background: rgba(255,255,255,0.14);
    border: 1px solid rgba(255,255,255,0.35); color: #fff;
    padding: 0.4rem 1rem; border-radius: 999px; font-size: 0.78rem;
    letter-spacing: 0.06em; text-transform: uppercase; font-weight: 600;
    backdrop-filter: blur(3px);
}
.hero-carousel .carousel-indicators [data-bs-target] {
    background-color: rgba(255,255,255,0.5); width: 8px; height: 8px; border-radius: 50%;
}
.hero-carousel .carousel-indicators .active { background-color: var(--rose-500); }

/* ============================================
   CREDENTIAL STRIP
   ============================================ */
.credential-strip { background: var(--teal-900); color: var(--teal-100); padding: 1.4rem 0; }
.credential-strip .item { text-align: center; border-right: 1px solid rgba(255,255,255,0.15); }
.credential-strip .item:last-child { border-right: none; }
.credential-strip .item strong {
    display: block; font-family: var(--font-display); font-size: 1.05rem; color: #fff;
}
.credential-strip .item span { font-size: 0.75rem; color: var(--teal-100); opacity: 0.85; }

/* ============================================
   ARC DIVIDER — signature element
   ============================================ */
.arc-divider { width: 100%; height: 60px; display: block; margin-bottom: -1px; }
.arc-divider.to-sage { fill: var(--sage-100); }
.arc-divider.to-cream { fill: var(--cream); }
.arc-divider.to-teal { fill: var(--teal-900); }

/* ============================================
   WHY CHOOSE US
   ============================================ */
.why-card {
    background: #fff; border-radius: 18px; padding: 2rem 1.6rem; height: 100%;
    box-shadow: 0 2px 10px rgba(11,79,74,0.05); border: 1px solid rgba(11,79,74,0.06);
    transition: transform .2s ease, box-shadow .2s ease;
}
.why-card:hover { transform: translateY(-4px); box-shadow: 0 14px 30px rgba(11,79,74,0.1); }
.why-icon {
    width: 52px; height: 52px; border-radius: 14px; background: var(--rose-100);
    color: var(--rose-600); display: flex; align-items: center; justify-content: center;
    font-size: 1.3rem; margin-bottom: 1rem;
}

/* ============================================
   ABOUT / DOCTOR
   ============================================ */
.about-photo-wrap { position: relative; }
.about-photo-wrap img { border-radius: 24px; position: relative; z-index: 2; }
.about-photo-wrap::before {
    content: ""; position: absolute; top: -18px; left: -18px; width: 100%; height: 100%;
    border: 3px solid var(--rose-500); border-radius: 24px; z-index: 1;
}
.credential-pill {
    display: inline-block; background: var(--teal-100); color: var(--teal-900);
    border-radius: 999px; padding: 0.3rem 0.85rem; font-size: 0.78rem; font-weight: 600;
    margin: 0 0.35rem 0.5rem 0;
}

/* ============================================
   SERVICES
   ============================================ */
.service-card {
    background: #fff; border-radius: 18px; border: 1px solid rgba(11,79,74,0.07);
    height: 100%; overflow: hidden; transition: transform .2s ease, box-shadow .2s ease;
}
.service-card:hover { transform: translateY(-6px); box-shadow: 0 16px 32px rgba(11,79,74,0.12); }
.service-card .icon-wrap {
    width: 56px; height: 56px; border-radius: 16px; background: var(--teal-100);
    color: var(--teal-900); display: flex; align-items: center; justify-content: center;
    font-size: 1.4rem; margin-bottom: 1rem;
}
.service-card img.icon-wrap-img {
    width: 56px; height: 56px; object-fit: contain; border-radius: 16px;
    background: var(--teal-100); padding: 8px; margin-bottom: 1rem;
}

/* ============================================
   NOTICE BOARD
   ============================================ */
.notice-card { border-left: 4px solid var(--rose-500) !important; border-radius: 12px; background: #fff; }

/* ============================================
   TESTIMONIALS
   ============================================ */
.testimonial-slide {
    background: #fff; border-radius: 20px; padding: 2.4rem;
    box-shadow: 0 4px 20px rgba(11,79,74,0.06); max-width: 640px; margin: 0 auto; text-align: center;
}
.testimonial-slide .quote-mark { font-family: var(--font-display); font-size: 3rem; color: var(--rose-500); line-height: 1; }
.testimonial-slide p { font-size: 1.05rem; color: var(--ink-600); }
#testimonialCarousel .carousel-control-prev-icon,
#testimonialCarousel .carousel-control-next-icon { filter: invert(0.4) sepia(1) saturate(3) hue-rotate(300deg); }

/* ============================================
   BLOG / UPDATES
   ============================================ */
.blog-card {
    background: #fff; border-radius: 16px; overflow: hidden; border: 1px solid rgba(11,79,74,0.07);
    height: 100%; transition: transform .2s ease;
}
.blog-card:hover { transform: translateY(-4px); }
.blog-card .cat { color: var(--rose-600); font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; }

/* ============================================
   CTA BANNER
   ============================================ */
.cta-banner { background: var(--rose-500); color: #fff; border-radius: 24px; padding: 3rem; }
.cta-banner h3 { color: #fff; }
.cta-banner .btn-light { font-weight: 700; color: var(--rose-600); }

/* ============================================
   FOOTER
   ============================================ */
footer.site-footer { background: var(--teal-900); color: var(--teal-100); }
footer.site-footer a { color: var(--teal-100); }
footer.site-footer a:hover { color: var(--rose-100); }
footer.site-footer h6 { color: #fff; }

/* ============================================
   WHATSAPP FLOAT
   ============================================ */
.whatsapp-float {
    position: fixed; bottom: 25px; right: 25px; background-color: #25d366; color: #fff;
    width: 56px; height: 56px; border-radius: 50%; display: flex; align-items: center;
    justify-content: center; font-size: 28px; box-shadow: 0 4px 14px rgba(0,0,0,0.25); z-index: 1000;
}
.whatsapp-float:hover { color: #fff; opacity: 0.92; }

@media (max-width: 767px) {
    .credential-strip .item { border-right: none; margin-bottom: .75rem; }
    .about-photo-wrap::before { display: none; }
}
