@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700;800&family=Plus+Jakarta+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap');

/* ==========================================================================
   EXACT FONT FAMILIES FROM DR. GARIMA AGGARWAL (drgarimaaggarwal.com)
   Avenir LT 85 Heavy (Headings) | Avenir LT 35 Light (Body) | Proxima Nova (Nav/UI)
   ========================================================================== */
@font-face {
    font-family: 'avenir-lt-w01_85-heavy1475544';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/avenir-lt-w01_85-heavy.woff2') format('woff2'),
         url('https://static.parastorage.com/fonts/v2/74290729-59ae-4129-87d0-2eec3974dce1/v1/avenir-lt-w01_85-heavy1475544.woff2') format('woff2');
}

@font-face {
    font-family: 'avenir-lt-w05_85-heavy';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('../fonts/avenir-lt-w05_85-heavy.woff2') format('woff2'),
         url('https://static.parastorage.com/fonts/v2/74290729-59ae-4129-87d0-2eec3974dce1/v1/avenir-lt-w05_85-heavy.woff2') format('woff2');
}

@font-face {
    font-family: 'avenir-lt-w01_35-light1475496';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/avenir-lt-w01_35-light.woff2') format('woff2'),
         url('https://static.parastorage.com/fonts/v2/af36905f-3c92-4ef9-b0c1-f91432f16ac1/v1/avenir-lt-w01_35-light1475496.woff2') format('woff2');
}

@font-face {
    font-family: 'avenir-lt-w05_35-light';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../fonts/avenir-lt-w05_35-light.woff2') format('woff2'),
         url('https://static.parastorage.com/fonts/v2/af36905f-3c92-4ef9-b0c1-f91432f16ac1/v1/avenir-lt-w05_35-light.woff2') format('woff2');
}

@font-face {
    font-family: 'proxima-n-w01-reg';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/proxima-n-w01-reg.woff2') format('woff2'),
         url('https://static.parastorage.com/fonts/v2/c24fcada-6239-48bc-8b88-9288338191c9/v1/proxima-n-w01-reg.woff2') format('woff2');
}

:root {
    /* Exact font family stack matching drgarimaaggarwal.com */
    --font-heading: 'avenir-lt-w01_85-heavy1475544', 'avenir-lt-w05_85-heavy', 'Avenir Heavy', 'Avenir', 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --font-body: 'avenir-lt-w01_35-light1475496', 'avenir-lt-w05_35-light', 'Avenir Light', 'Avenir', 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --font-nav: 'proxima-n-w01-reg', 'Proxima Nova', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --font-primary: var(--font-body);
    
    /* Medical & Healthcare Theme Palette */
    --primary: #0284c7;            /* Medical Blue */
    --primary-dark: #0369a1;       /* Deep Ocean Blue */
    --primary-light: #e0f2fe;      /* Light Sky Soft */
    --primary-glow: rgba(2, 132, 199, 0.25);
    
    --secondary: #0d9488;          /* Medical Teal */
    --secondary-dark: #0f766e;
    --secondary-light: #ccfbf1;
    
    --navy-dark: #0b1e36;          /* Deep Navy Base */
    --navy-surface: #102a4c;
    --navy-card: #15355e;
    
    --text-dark: #0f172a;
    --text-body: #334155;
    --text-muted: #64748b;
    --text-light: #94a3b8;
    --text-white: #ffffff;
    
    --bg-light: #f8fafc;
    --bg-white: #ffffff;
    --bg-subtle: #f1f5f9;
    
    --border-color: #e2e8f0;
    --border-light: #edf2f7;
    
    --success: #10b981;
    --accent-red: #ef4444;
    
    --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.04);
    --shadow-md: 0 6px 16px rgba(11, 30, 54, 0.08);
    --shadow-lg: 0 12px 32px rgba(11, 30, 54, 0.12);
    --shadow-xl: 0 20px 40px -10px rgba(11, 30, 54, 0.18);
    
    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 20px;
    --radius-xl: 28px;
    
    --transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
}

body {
    font-family: var(--font-primary);
    background-color: var(--bg-white);
    color: var(--text-body);
    line-height: 1.65;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
    position: relative;
}

/* ==========================================================================
   TYPOGRAPHY HIERARCHY (Matching drgarimaaggarwal.com)
   Headings: Avenir Heavy | Body: Avenir Light | Nav/UI: Proxima Nova
   ========================================================================== */
h1, h2, h3, h4, h5, h6,
.hero-title, .section-title, .hero-doctor-name, .timeline-degree, .timeline-inst,
.service-card-title, .blog-card-title, .brand-name, .doctor-name, .stat-number,
.qual-inst, .tab-btn, .page-banner-title {
    font-family: var(--font-heading);
    letter-spacing: -0.015em;
}

.nav-links a, .nav-menu a, .btn, .btn-primary, .btn-secondary, .top-bar, .badge, 
.chip, .section-subtitle, .service-badge, .filter-btn, .form-label, .timeline-badge,
.brand-designation, .stat-label {
    font-family: var(--font-nav);
}

p, input, select, textarea, .section-desc, .hero-bio, .experience-desc, .footer-desc,
.timeline-desc, .accordion-body, .service-features li, .address-item-details p {
    font-family: var(--font-body);
}

a {
    text-decoration: none;
    color: inherit;
    transition: var(--transition);
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ==========================================================================
   TOP ANNOUNCEMENT & EMERGENCY BAR
   ========================================================================== */
.top-bar {
    background: #071526;
    color: #cbd5e1;
    font-size: 12.5px;
    padding: 7px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.top-bar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.top-bar-left {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.top-bar-item {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #cbd5e1;
}

.top-bar-item a {
    color: #cbd5e1;
    text-decoration: none;
    transition: color 0.2s;
}

.top-bar-item a:hover {
    color: #38bdf8;
}

.top-bar-item svg {
    color: #38bdf8;
    flex-shrink: 0;
}

.emergency-tag {
    background: rgba(14, 165, 233, 0.12);
    border: 1px solid rgba(56, 189, 248, 0.3);
    padding: 2px 10px;
    border-radius: 9999px;
    color: #38bdf8;
    font-size: 11.5px;
    font-weight: 700;
}

.live-dot {
    width: 7px;
    height: 7px;
    background: #10b981;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 8px #10b981;
    animation: livePulse 1.8s infinite;
}

@keyframes livePulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.4; transform: scale(0.85); }
}

.top-bar-right {
    display: flex;
    align-items: center;
    gap: 16px;
}

.top-bar-phone {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #38bdf8;
    font-weight: 700;
    font-size: 13px;
    text-decoration: none;
    padding: 3px 10px;
    border-radius: 6px;
    background: rgba(56, 189, 248, 0.1);
    transition: all 0.2s ease;
}

.top-bar-phone:hover {
    background: rgba(56, 189, 248, 0.2);
    color: #ffffff;
}

.top-bar-socials {
    display: flex;
    align-items: center;
    gap: 12px;
}

.top-bar-socials a {
    color: #94a3b8;
    display: flex;
    align-items: center;
    transition: var(--transition);
}

.top-bar-socials a:hover {
    color: #38bdf8;
    transform: translateY(-1px);
}

/* ==========================================================================
   NAVIGATION HEADER (Ultra-Clean Medical Grade)
   ========================================================================== */
.site-header {
    background-color: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(16px);
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 16px rgba(11, 30, 54, 0.05);
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(226, 232, 240, 0.85);
}

.site-header .container {
    max-width: 1360px;
    width: 100%;
    padding: 0 24px;
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    gap: 20px;
}

/* Brand Logo Styling */
.brand-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    flex-shrink: 0;
}

.brand-crest {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    filter: drop-shadow(0 3px 8px rgba(2, 132, 199, 0.2));
    transition: transform 0.3s ease;
}

.brand-crest svg {
    width: 42px;
    height: 42px;
    display: block;
}

.brand-logo:hover .brand-crest {
    transform: scale(1.05);
}

.brand-text {
    display: flex;
    flex-direction: column;
}

.brand-name {
    font-size: 19px;
    font-weight: 800;
    color: var(--navy-dark);
    line-height: 1.2;
    letter-spacing: -0.01em;
}

.brand-designation {
    font-size: 12px;
    font-weight: 600;
    color: #64748b;
    margin-top: 2px;
    white-space: nowrap;
}

/* Desktop Navigation Menu (Single Line, Never Wraps) */
.nav-menu {
    display: flex;
    align-items: center;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: nowrap;
}

.nav-link {
    font-size: 14.5px;
    font-weight: 600;
    color: #334155;
    text-decoration: none;
    padding: 8px 14px;
    border-radius: 6px;
    white-space: nowrap !important;
    transition: all 0.2s ease;
    display: inline-block;
    position: relative;
}

.nav-link:hover {
    color: var(--primary);
    background: #f8fafc;
}

.nav-link.active {
    color: var(--primary);
    background: transparent;
    font-weight: 700;
}

.nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 14px;
    right: 14px;
    height: 3px;
    background: var(--primary);
    border-radius: 9999px;
}

/* Compact Desktop Navbar for Mid-Screens (993px to 1200px) */
@media (max-width: 1200px) and (min-width: 993px) {
    .site-header .container {
        padding: 0 16px;
    }
    .navbar {
        gap: 12px;
    }
    .brand-logo {
        gap: 8px;
    }
    .brand-name {
        font-size: 17px;
    }
    .brand-designation {
        font-size: 11px;
    }
    .nav-menu {
        gap: 2px;
    }
    .nav-link {
        font-size: 13.5px;
        padding: 7px 9px;
    }
    .btn-header-appointment {
        padding: 8px 16px;
        font-size: 13px;
        gap: 6px;
    }
}

/* Hidden on Desktop - Only in Mobile Drawer */
.mobile-drawer-top,
.mobile-drawer-bottom {
    display: none;
}

/* Header Action Buttons */
.header-cta {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

/* Primary Appointment CTA Button */
.btn-header-appointment {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, var(--primary) 0%, #0369a1 100%);
    color: white;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 9999px;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(2, 132, 199, 0.3);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    white-space: nowrap;
    flex-shrink: 0;
}

.btn-header-appointment:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(2, 132, 199, 0.45);
    color: white;
}

/* Mobile Quick Call Button (hidden on desktop) */
.mobile-quick-call {
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #e0f2fe;
    color: var(--primary);
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: 1px solid #bae6fd;
    transition: all 0.2s ease;
}

.mobile-quick-call:hover {
    background: var(--primary);
    color: white;
}

/* Mobile Toggle Hamburger Button */
.mobile-toggle {
    display: none;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: #f8fafc;
    border: 1px solid var(--border-color);
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0;
    transition: all 0.25s ease;
}

.mobile-toggle:hover {
    background: #e2e8f0;
}

.bar-line {
    width: 20px;
    height: 2px;
    background: var(--navy-dark);
    border-radius: 2px;
    transition: all 0.3s ease;
}

/* Mobile Backdrop Overlay */
.nav-drawer-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(11, 30, 54, 0.55);
    backdrop-filter: blur(4px);
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s ease;
}

.nav-drawer-backdrop.active {
    opacity: 1;
    pointer-events: auto;
}

/* ==========================================================================
   BUTTONS
   ========================================================================== */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    font-size: 14.5px;
    font-weight: 700;
    border-radius: var(--radius-md);
    cursor: pointer;
    transition: var(--transition);
    border: none;
    text-align: center;
}

.btn-primary {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: white;
    box-shadow: 0 6px 20px var(--primary-glow);
}

.btn-primary:hover {
    background: linear-gradient(135deg, var(--primary-dark), #0284c7);
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(2, 132, 199, 0.35);
    color: white;
}

.btn-secondary {
    background-color: var(--secondary-light);
    color: var(--secondary-dark);
}

.btn-secondary:hover {
    background-color: #99f6e4;
    color: #042f2e;
    transform: translateY(-2px);
}

.btn-outline {
    background: transparent;
    border: 1.5px solid var(--border-color);
    color: var(--navy-dark);
}

.btn-outline:hover {
    border-color: var(--primary);
    color: var(--primary);
    background-color: var(--primary-light);
    transform: translateY(-2px);
}

.btn-white {
    background: white;
    color: var(--navy-dark);
    box-shadow: var(--shadow-md);
}

.btn-white:hover {
    background: #f8fafc;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ==========================================================================
   HERO SECTION
   ========================================================================== */
.hero-section {
    position: relative;
    background: radial-gradient(circle at 85% 20%, rgba(2, 132, 199, 0.08) 0%, transparent 40%),
                radial-gradient(circle at 10% 80%, rgba(13, 148, 136, 0.08) 0%, transparent 40%),
                linear-gradient(180deg, #f0f9ff 0%, #ffffff 100%);
    padding: 70px 0 90px;
    overflow: hidden;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    align-items: center;
    gap: 50px;
}

.badge-doctor {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: white;
    padding: 7px 16px;
    border-radius: 9999px;
    border: 1px solid #bae6fd;
    box-shadow: var(--shadow-sm);
    color: var(--primary-dark);
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 22px;
}

.badge-doctor .pulse-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--success);
    box-shadow: 0 0 0 2px rgba(16, 185, 129, 0.3);
}

.hero-title {
    font-size: 44px;
    font-weight: 800;
    line-height: 1.2;
    color: var(--navy-dark);
    letter-spacing: -0.02em;
    margin-bottom: 14px;
}

.hero-title .highlight {
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-designation {
    font-size: 20px;
    font-weight: 700;
    color: var(--secondary-dark);
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.hero-desc {
    font-size: 16.5px;
    color: var(--text-body);
    margin-bottom: 30px;
    max-width: 580px;
}

.hero-hospital-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
    padding: 10px 18px;
    border-radius: var(--radius-md);
    color: #065f46;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 30px;
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 36px;
}

.hero-trust-row {
    display: flex;
    align-items: center;
    gap: 28px;
    border-top: 1px solid var(--border-color);
    padding-top: 24px;
}

.hero-trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13.5px;
    font-weight: 600;
    color: var(--text-body);
}

.hero-trust-item svg {
    color: var(--primary);
    flex-shrink: 0;
}

/* Hero Doctor Image Card */
.hero-image-card {
    position: relative;
    max-width: 440px;
    margin: 0 auto;
}

.doctor-frame {
    position: relative;
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: var(--shadow-xl);
    border: 6px solid white;
    background: #ffffff;
}

.doctor-frame img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    object-position: center 15%;
    transition: transform 0.6s ease;
}

.doctor-frame:hover img {
    transform: scale(1.03);
}

.floating-badge {
    position: absolute;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(8px);
    border-radius: var(--radius-md);
    padding: 12px 18px;
    box-shadow: var(--shadow-lg);
    border: 1px solid rgba(226, 232, 240, 0.8);
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 10;
    animation: float 4s ease-in-out infinite alternate;
}

.badge-left {
    top: 30px;
    left: -24px;
}

.badge-right {
    bottom: 35px;
    right: -24px;
    animation-delay: 2s;
}

.badge-icon {
    width: 40px;
    height: 40px;
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 800;
}

.badge-icon.blue { background: linear-gradient(135deg, var(--primary), #0284c7); }
.badge-icon.green { background: linear-gradient(135deg, #10b981, #059669); }

.badge-content h4 {
    font-size: 14px;
    font-weight: 800;
    color: var(--navy-dark);
}

.badge-content p {
    font-size: 11.5px;
    color: var(--text-muted);
}

@keyframes float {
    0% { transform: translateY(0); }
    100% { transform: translateY(-8px); }
}

/* ==========================================================================
   COUNT-UP ANIMATED STATS SECTION
   ========================================================================== */
.stats-section {
    background: var(--navy-dark);
    color: white;
    padding: 50px 0;
    position: relative;
    margin-top: -30px;
    z-index: 20;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-xl);
}

.stats-grid-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    text-align: center;
}

.stat-item {
    position: relative;
    padding: 10px 16px;
}

.stat-item:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 20%;
    right: 0;
    height: 60%;
    width: 1px;
    background: rgba(255, 255, 255, 0.12);
}

.stat-number-wrapper {
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    margin-bottom: 6px;
}

.counter-value {
    font-size: 46px;
    font-weight: 800;
    letter-spacing: -0.03em;
    background: linear-gradient(135deg, #38bdf8, #2dd4bf);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.stat-plus {
    font-size: 34px;
    font-weight: 800;
    color: #38bdf8;
    margin-left: 2px;
}

.stat-label {
    font-size: 14px;
    font-weight: 600;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* ==========================================================================
   SECTION COMMON STYLING
   ========================================================================== */
.section {
    padding: 85px 0;
}

.section-bg {
    background-color: var(--bg-light);
}

.section-header {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 55px;
}

.section-subtitle {
    font-size: 13.5px;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--primary);
    letter-spacing: 0.08em;
    margin-bottom: 8px;
    display: inline-block;
}

.section-title {
    font-size: 34px;
    font-weight: 800;
    color: var(--navy-dark);
    letter-spacing: -0.02em;
    line-height: 1.25;
    margin-bottom: 14px;
}

.section-desc {
    font-size: 16px;
    color: var(--text-muted);
}

/* ==========================================================================
   ABOUT / EDUCATION & EXPERIENCE TABS
   ========================================================================== */
.qualifications-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px;
}

.qual-card {
    background: white;
    border-radius: var(--radius-lg);
    padding: 36px;
    border: 1px solid var(--border-color);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
}

.qual-card:hover {
    box-shadow: var(--shadow-md);
    border-color: #cbd5e1;
}

.qual-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 28px;
    padding-bottom: 18px;
    border-bottom: 2px solid #f1f5f9;
}

.qual-icon {
    width: 50px;
    height: 50px;
    border-radius: var(--radius-md);
    background: var(--primary-light);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.qual-header h3 {
    font-size: 21px;
    font-weight: 800;
    color: var(--navy-dark);
}

.timeline-list {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.timeline-item {
    position: relative;
    padding-left: 28px;
    border-left: 2px solid #e2e8f0;
}

.timeline-item::before {
    content: '';
    position: absolute;
    top: 4px;
    left: -7px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--primary);
    border: 2px solid white;
    box-shadow: 0 0 0 2px var(--primary);
}

.timeline-item.active::before {
    background-color: var(--secondary);
    box-shadow: 0 0 0 3px rgba(13, 148, 136, 0.3);
}

.timeline-degree {
    font-size: 15.5px;
    font-weight: 700;
    color: var(--navy-dark);
}

.timeline-inst {
    font-size: 14px;
    color: var(--text-body);
    margin-top: 3px;
}

.timeline-location {
    font-size: 12.5px;
    color: var(--text-muted);
    margin-top: 2px;
}

/* ==========================================================================
/* ==========================================================================
   SERVICES SECTION (Inspired by drharishsaininephrologist.com)
   ========================================================================== */
.services-heading {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.services-heading .services-sub {
    color: var(--primary);
    font-size: 13.5px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    display: inline-block;
    margin-bottom: 8px;
}

.services-heading h2 {
    font-size: 34px;
    font-weight: 800;
    color: var(--navy-dark);
    margin-bottom: 12px;
}

.services-heading h2::after {
    content: "";
    display: block;
    width: 90px;
    height: 4px;
    background: linear-gradient(90deg, #14467b, #0284c7);
    margin: 14px auto 0;
    border-radius: 4px;
}

.services-heading p {
    max-width: 680px;
    margin: 14px auto 0;
    color: var(--text-muted);
    font-size: 15.5px;
    line-height: 1.6;
}

.services-grid-modern {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.service-card-modern {
    background: #ffffff;
    border-radius: var(--radius-lg);
    border: 1px solid #e2e8f0;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
    display: flex;
    flex-direction: column;
    transition: all 0.35s ease;
}

.service-card-modern:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 32px rgba(15, 23, 42, 0.12);
    border-color: #cbd5e1;
}

.service-card-modern .service-thumb {
    position: relative;
    height: 200px;
    overflow: hidden;
    background: #f1f5f9;
}

.service-card-modern .service-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.service-card-modern:hover .service-thumb img {
    transform: scale(1.08);
}

.service-badge-pill {
    position: absolute;
    top: 14px;
    right: 14px;
    background: rgba(15, 23, 42, 0.82);
    backdrop-filter: blur(4px);
    color: #ffffff;
    font-size: 11.5px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 9999px;
    letter-spacing: 0.03em;
    z-index: 2;
}

.service-badge-pill.featured {
    background: #0284c7;
}

.service-body-modern {
    padding: 26px 24px 28px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.service-body-modern h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.35;
}

.service-body-modern h3 a {
    color: var(--navy-dark);
    transition: color 0.2s ease;
}

.service-body-modern h3 a:hover {
    color: var(--primary);
}

.service-body-modern p {
    font-size: 14.5px;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 18px;
    flex: 1;
}

.service-key-points {
    list-style: none;
    padding: 0;
    margin: 0 0 22px;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.service-key-points li {
    font-size: 13px;
    font-weight: 600;
    color: #334155;
    display: flex;
    align-items: center;
    gap: 8px;
}

.service-key-points li svg {
    color: #0d9488;
    flex-shrink: 0;
}

/* Custom button styled inspired by drharishsaininephrologist .cust_btn */
.service-btn-wrap {
    margin-top: auto;
}

.service-cust-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 11px 20px;
    background: #14467b;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 8px;
    transition: all 0.3s ease;
    border: none;
    text-align: center;
    text-decoration: none;
}

.service-cust-btn:hover {
    background: #0284c7;
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(2, 132, 199, 0.3);
}

@media (max-width: 992px) {
    .services-grid-modern {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 640px) {
    .services-grid-modern {
        grid-template-columns: 1fr;
    }
}

/* ==========================================================================
   SERVICES STYLING (Inspired by drrahuldeshpande.com)
   ========================================================================== */
.services-divider {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 14px auto 16px;
}

.services-divider svg {
    display: block;
}

.service-card-deshpande {
    background: #ffffff;
    border-radius: var(--radius-lg);
    border: 1px solid #e2e8f0;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
    display: flex;
    flex-direction: column;
    transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
}

.service-card-deshpande:hover {
    transform: translateY(-7px);
    box-shadow: 0 20px 35px rgba(15, 23, 42, 0.12);
    border-color: #cbd5e1;
}

.service-deshpande-thumb {
    position: relative;
    height: 200px;
    overflow: hidden;
    background: #0f172a;
}

.service-deshpande-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.service-card-deshpande:hover .service-deshpande-thumb img {
    transform: scale(1.08);
}

.service-symptom-tag {
    position: absolute;
    top: 14px;
    left: 14px;
    background: rgba(15, 23, 42, 0.85);
    backdrop-filter: blur(4px);
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 9999px;
    letter-spacing: 0.04em;
    z-index: 2;
}

.service-symptom-tag.primary-tag {
    background: #0284c7;
}

.service-deshpande-body {
    padding: 24px 22px 26px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.service-deshpande-body h4 {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 4px;
    line-height: 1.35;
}

.service-deshpande-body h4 a {
    color: var(--navy-dark);
    text-decoration: none;
    transition: color 0.2s ease;
}

.service-deshpande-body h4 a:hover {
    color: var(--primary);
}

.service-marathi-subtitle {
    font-size: 13px;
    color: #0284c7;
    font-weight: 600;
    margin-bottom: 12px;
    display: block;
}

.service-deshpande-body p {
    font-size: 14px;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 16px;
    flex: 1;
}

.service-deshpande-footer {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 16px;
    border-top: 1px solid #f1f5f9;
    margin-top: auto;
}

/* Button style with plus icon from drrahuldeshpande.com */
.deshpande-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f1f5f9;
    color: #0f172a;
    font-size: 13.5px;
    font-weight: 700;
    padding: 8px 18px;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.25s ease;
    border: 1px solid #e2e8f0;
}

.deshpande-btn .btn-icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0284c7;
    transition: all 0.25s ease;
}

.deshpande-btn:hover {
    background: #0284c7;
    color: #ffffff;
    border-color: #0284c7;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(2, 132, 199, 0.25);
}

.deshpande-btn:hover .btn-icon {
    background: #ffffff;
    color: #0284c7;
    transform: rotate(90deg);
}

.deshpande-viewall-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #0f172a;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    padding: 14px 34px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.15);
}

.deshpande-viewall-btn:hover {
    background: #0284c7;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(2, 132, 199, 0.35);
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.service-card {
    background: white;
    border-radius: var(--radius-lg);
    padding: 32px;
    border: 1px solid var(--border-color);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    display: flex;
    flex-direction: column;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
    border-color: var(--primary);
}

.service-icon-box {
    width: 60px;
    height: 60px;
    border-radius: var(--radius-md);
    background: linear-gradient(135deg, var(--primary-light), #f0fdf4);
    color: var(--primary-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    transition: var(--transition);
}

.service-card:hover .service-icon-box {
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    color: white;
    transform: scale(1.08);
}

.service-card h3 {
    font-size: 19px;
    font-weight: 700;
    color: var(--navy-dark);
    margin-bottom: 12px;
}

.service-card p {
    font-size: 14.5px;
    color: var(--text-muted);
    margin-bottom: 20px;
    flex: 1;
}

.service-features {
    list-style: none;
    margin-bottom: 22px;
}

.service-features li {
    font-size: 13.5px;
    color: var(--text-body);
    padding: 5px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.service-features li svg {
    color: var(--secondary);
    flex-shrink: 0;
}

/* ==========================================================================
   GALLERY SECTION
   ========================================================================== */
.gallery-filters {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 35px;
    flex-wrap: wrap;
}

.filter-btn {
    padding: 8px 20px;
    border-radius: 9999px;
    background: white;
    border: 1px solid var(--border-color);
    font-size: 13.5px;
    font-weight: 600;
    color: var(--text-body);
    cursor: pointer;
    transition: var(--transition);
}

.filter-btn:hover,
.filter-btn.active {
    background: var(--navy-dark);
    color: white;
    border-color: var(--navy-dark);
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 24px;
}

.gallery-card {
    border-radius: var(--radius-md);
    overflow: hidden;
    position: relative;
    box-shadow: var(--shadow-sm);
    background: #000;
    aspect-ratio: 16/10;
}

.gallery-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.gallery-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(11, 30, 54, 0.85) 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
    color: white;
    opacity: 0;
    transition: var(--transition);
}

.gallery-card:hover img {
    transform: scale(1.08);
}

.gallery-card:hover .gallery-overlay {
    opacity: 1;
}

.gallery-overlay h4 {
    font-size: 16px;
    font-weight: 700;
}

.gallery-overlay span {
    font-size: 12.5px;
    color: #94a3b8;
}

/* ==========================================================================
   APPOINTMENT & CONTACT FORM
   ========================================================================== */
.booking-section {
    background: linear-gradient(135deg, #0b1e36 0%, #0d284d 100%);
    color: white;
    position: relative;
    padding: 85px 0;
}

.booking-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}

.booking-info h2 {
    font-size: 34px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 16px;
}

.booking-info p {
    color: #94a3b8;
    font-size: 16px;
    margin-bottom: 30px;
}

.contact-info-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 36px;
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.contact-info-icon {
    width: 44px;
    height: 44px;
    border-radius: var(--radius-sm);
    background: rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #38bdf8;
    flex-shrink: 0;
}

.contact-info-item h4 {
    font-size: 15px;
    font-weight: 700;
    color: white;
}

.contact-info-item p {
    font-size: 13.5px;
    color: #cbd5e1;
    margin: 0;
}

.booking-card {
    background: white;
    border-radius: var(--radius-xl);
    padding: 40px;
    color: var(--text-dark);
    box-shadow: var(--shadow-xl);
}

.booking-card h3 {
    font-size: 22px;
    font-weight: 800;
    color: var(--navy-dark);
    margin-bottom: 6px;
}

.booking-card p {
    font-size: 13.5px;
    color: var(--text-muted);
    margin-bottom: 24px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.form-group {
    margin-bottom: 18px;
}

.form-label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #334155;
    margin-bottom: 6px;
}

.form-control {
    width: 100%;
    padding: 11px 14px;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    font-family: inherit;
    font-size: 14px;
    outline: none;
    transition: var(--transition);
}

.form-control:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px var(--primary-glow);
}

/* ==========================================================================
   FAQ ACCORDION (Style based on drsunilprakashkidneyspecialist.com)
   ========================================================================== */
.faq-section {
    max-width: 960px;
    margin: 0 auto;
}

.faq-card-box {
    border-radius: var(--radius-md);
    overflow: hidden;
}

.faq-item {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    margin-bottom: 10px;
    overflow: hidden;
    transition: all 0.25s ease;
}

.faq-item:hover {
    border-color: #cbd5e1;
}

.faq-item.active {
    border-color: var(--primary);
    box-shadow: 0 4px 12px rgba(2, 132, 199, 0.08);
}

.faq-question {
    width: 100%;
    padding: 16px 20px;
    text-align: left;
    background: #f1f5f9;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    font-family: inherit;
    font-size: 16px;
    font-weight: 700;
    color: var(--navy-dark);
    transition: all 0.25s ease;
}

.faq-question:hover {
    background: #e2e8f0;
    color: var(--primary-dark);
}

.faq-item.active .faq-question {
    background: #e0f2fe;
    color: #0369a1;
}

.faq-chevron {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    flex-shrink: 0;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s ease;
}

.faq-item.active .faq-chevron {
    transform: rotate(180deg);
    color: #0284c7;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    background: #ffffff;
    color: #334155;
    font-size: 15px;
    line-height: 1.75;
}

.faq-answer-inner {
    padding: 18px 22px;
    border-top: 1px solid #e2e8f0;
}

.faq-answer-inner p {
    margin: 0;
}

/* ==========================================================================
   ADDRESS & MAP LOCATION SECTION (Inspired by kidneycarecentre.in)
   ========================================================================== */
.location-section {
    padding: 85px 0;
    background: #f8fafc;
    border-top: 1px solid var(--border-color);
}

.location-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 36px;
    align-items: stretch;
}

.location-card {
    background: #ffffff;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-xl);
    padding: 38px;
    box-shadow: var(--shadow-sm);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.location-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #e0f2fe;
    color: var(--primary);
    font-size: 12.5px;
    font-weight: 800;
    padding: 5px 14px;
    border-radius: 9999px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 14px;
}

.location-title {
    font-size: 26px;
    font-weight: 800;
    color: var(--navy-dark);
    margin-bottom: 10px;
    line-height: 1.3;
}

.location-desc {
    font-size: 15px;
    color: var(--text-muted);
    margin-bottom: 24px;
    line-height: 1.6;
}

.address-item-box {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 16px 0;
    border-top: 1px solid #f1f5f9;
}

.address-item-box:first-of-type {
    border-top: none;
    padding-top: 0;
}

.address-icon-bubble {
    width: 44px;
    height: 44px;
    border-radius: var(--radius-md);
    background: #e0f2fe;
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.address-icon-bubble.teal {
    background: #ccfbf1;
    color: var(--secondary);
}

.address-icon-bubble.amber {
    background: #fef3c7;
    color: #b45309;
}

.address-item-details h4 {
    font-size: 15px;
    font-weight: 700;
    color: var(--navy-dark);
    margin-bottom: 4px;
}

.address-item-details p {
    font-size: 14px;
    color: var(--text-body);
    margin: 0;
    line-height: 1.5;
}

.location-actions {
    display: flex;
    gap: 12px;
    margin-top: 26px;
    flex-wrap: wrap;
}

.map-wrapper {
    background: #ffffff;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    position: relative;
    min-height: 440px;
    height: 440px;
    display: block;
    width: 100%;
}

.map-wrapper iframe {
    width: 100%;
    height: 100%;
    min-height: 100%;
    border: 0;
    display: block;
}

.map-overlay-badge {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-radius: var(--radius-md);
    padding: 14px 20px;
    box-shadow: var(--shadow-lg);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

@media (max-width: 992px) {
    .location-grid {
        grid-template-columns: 1fr;
    }

    .map-wrapper {
        min-height: 400px;
    }
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.site-footer {
    background-color: #071526;
    color: #94a3b8;
    padding: 70px 0 25px;
    font-size: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 0.9fr 1fr 1.2fr;
    gap: 40px;
    margin-bottom: 50px;
}

.footer-col h4 {
    color: white;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.footer-col h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 32px;
    height: 2px;
    background: var(--primary);
}

.footer-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-links a {
    color: #94a3b8;
    display: inline-block;
}

.footer-links a:hover {
    color: #38bdf8;
    transform: translateX(3px);
}

.footer-social-links {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}

.footer-social-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    color: #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}

.footer-social-btn:hover {
    background: var(--primary);
    color: white;
    transform: translateY(-2px);
}

.footer-bottom {
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    font-size: 13px;
}

/* ==========================================================================
   FLOATING WHATSAPP BUTTON (Icon Only - Desktop & Mobile)
   ========================================================================== */
.floating-whatsapp-btn {
    position: fixed;
    bottom: 28px;
    right: 28px;
    z-index: 9999;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #25D366;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.45), 0 2px 8px rgba(0, 0, 0, 0.12);
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
}

.whatsapp-svg-icon {
    width: 34px;
    height: 34px;
    fill: #ffffff;
    display: block;
    transition: transform 0.3s ease;
}

.whatsapp-pulse-ring {
    position: absolute;
    inset: -5px;
    border-radius: 50%;
    border: 2.5px solid #25D366;
    animation: waPulseRing 2.2s infinite cubic-bezier(0.4, 0, 0.6, 1);
    pointer-events: none;
}

@keyframes waPulseRing {
    0% {
        transform: scale(0.95);
        opacity: 0.85;
    }
    70% {
        transform: scale(1.22);
        opacity: 0;
    }
    100% {
        transform: scale(1.28);
        opacity: 0;
    }
}

.floating-whatsapp-btn:hover {
    transform: translateY(-4px) scale(1.08);
    box-shadow: 0 14px 32px rgba(37, 211, 102, 0.6);
    color: #ffffff;
}

.floating-whatsapp-btn:hover .whatsapp-svg-icon {
    transform: rotate(10deg) scale(1.08);
}

/* ==========================================================================
   BLOGS SECTION & ARTICLE STYLING (Inspired by drharishsaininephrologist.com/blog)
   ========================================================================== */
.blog-section {
    padding: 85px 0;
    background: #f8fafc;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.blog-card {
    background: #ffffff;
    border-radius: var(--radius-lg);
    overflow: hidden;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
    display: flex;
    flex-direction: column;
    transition: all 0.35s ease;
}

.blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 32px rgba(15, 23, 42, 0.12);
    border-color: #cbd5e1;
}

.blog-thumb {
    position: relative;
    height: 210px;
    overflow: hidden;
    background: #0f172a;
}

.blog-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.blog-card:hover .blog-thumb img {
    transform: scale(1.08);
}

.blog-category-tag {
    position: absolute;
    top: 14px;
    left: 14px;
    background: #0284c7;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 9999px;
    letter-spacing: 0.03em;
    z-index: 2;
}

.blog-date-pill {
    position: absolute;
    bottom: 12px;
    right: 14px;
    background: rgba(15, 23, 42, 0.85);
    backdrop-filter: blur(4px);
    color: #ffffff;
    font-size: 11.5px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 6px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 5px;
}

.blog-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.blog-meta-row {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 12.5px;
    color: #64748b;
    margin-bottom: 10px;
}

.blog-meta-item {
    display: flex;
    align-items: center;
    gap: 5px;
}

.blog-body h3 {
    font-size: 18.5px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 10px;
}

.blog-body h3 a {
    color: var(--navy-dark);
    text-decoration: none;
    transition: color 0.2s ease;
}

.blog-body h3 a:hover {
    color: var(--primary);
}

.blog-body p {
    font-size: 14px;
    color: #64748b;
    line-height: 1.65;
    margin-bottom: 20px;
    flex: 1;
}

.blog-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 14px;
    border-top: 1px solid #f1f5f9;
}

.blog-readmore-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13.5px;
    font-weight: 700;
    color: #14467b;
    text-decoration: none;
    transition: all 0.25s ease;
}

.blog-readmore-btn:hover {
    color: #0284c7;
    transform: translateX(4px);
}

/* Single Blog Article Reading View */
.blog-article-wrap {
    max-width: 860px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: var(--radius-xl);
    padding: 45px;
    border: 1px solid #e2e8f0;
    box-shadow: var(--shadow-sm);
}

.blog-article-header {
    margin-bottom: 30px;
}

.blog-article-title {
    font-size: 32px;
    font-weight: 800;
    color: var(--navy-dark);
    line-height: 1.25;
    margin-bottom: 16px;
}

.blog-featured-media {
    border-radius: var(--radius-lg);
    overflow: hidden;
    margin-bottom: 35px;
    box-shadow: var(--shadow-md);
}

.blog-featured-media img {
    width: 100%;
    max-height: 440px;
    object-fit: cover;
    display: block;
}

.blog-content {
    font-size: 16.5px;
    line-height: 1.8;
    color: #334155;
}

.blog-content p.lead {
    font-size: 18px;
    font-weight: 500;
    color: #1e293b;
    line-height: 1.7;
    margin-bottom: 24px;
}

.blog-content h3 {
    font-size: 22px;
    font-weight: 800;
    color: var(--navy-dark);
    margin: 32px 0 14px;
}

.blog-content ul {
    margin: 16px 0 24px 24px;
}

.blog-content li {
    margin-bottom: 10px;
    line-height: 1.7;
}

.blog-callout {
    background: #f0f9ff;
    border-left: 4px solid #0284c7;
    border-radius: 0 10px 10px 0;
    padding: 24px 28px;
    margin: 35px 0;
}

.blog-callout h4 {
    font-size: 18px;
    font-weight: 700;
    color: #0369a1;
    margin-bottom: 8px;
}

.blog-callout p {
    margin: 0;
    color: #0f172a;
    font-size: 15px;
    line-height: 1.6;
}

.blog-author-box {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 24px;
    background: #f8fafc;
    border-radius: var(--radius-lg);
    border: 1px solid #e2e8f0;
    margin-top: 40px;
}

.blog-author-avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #0284c7;
}

@media (max-width: 992px) {
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .blog-grid {
        grid-template-columns: 1fr;
    }

    .blog-article-wrap {
        padding: 24px 18px;
    }

    .blog-article-title {
        font-size: 24px;
    }
}

/* ==========================================================================
   REUSABLE RESPONSIVE LAYOUT CLASSES
   ========================================================================== */
.facility-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.about-intro-grid {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 50px;
    align-items: center;
}

.about-features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 30px;
}

.detail-service-row {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 40px;
    align-items: center;
    margin-bottom: 70px;
    padding-bottom: 70px;
    border-bottom: 1px solid var(--border-color);
}

.detail-service-row.reverse {
    grid-template-columns: 0.9fr 1.1fr;
}

.service-sub-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 24px;
}

.services-specialty-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
    gap: 32px;
}

/* ==========================================================================
   COMPREHENSIVE RESPONSIVE DESIGN (Desktop, Laptop, Tablet, Mobile)
   ========================================================================== */

/* Wide Desktop Grid tuning */
@media (min-width: 1200px) {
    .services-grid-modern {
        grid-template-columns: repeat(4, 1fr);
        gap: 24px;
    }
}

/* Tablets & Small Laptops (<= 1024px) */
@media (max-width: 1024px) {
    .hero-grid {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 36px;
    }
    
    .hero-desc {
        margin: 0 auto 26px;
    }

    .hero-actions {
        justify-content: center;
    }

    .hero-trust-row {
        justify-content: center;
    }

    .qualifications-grid,
    .booking-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .facility-grid,
    .about-intro-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .about-doctor-img {
        max-height: 420px;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 36px;
    }
}

/* Medium Tablets & Below (<= 992px) */
@media (max-width: 992px) {
    .services-grid-modern {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .detail-service-row,
    .detail-service-row.reverse {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-bottom: 50px;
        padding-bottom: 50px;
    }

    .detail-service-row.reverse > :first-child {
        order: 2;
    }

    .detail-service-row.reverse > :last-child {
        order: 1;
    }

    .location-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .location-card {
        padding: 28px;
    }

    .map-wrapper {
        min-height: 380px;
    }
}

/* ==========================================================================
   TABLET & MOBILE HEADER NAVIGATION (<= 992px)
   ========================================================================== */
@media (max-width: 992px) {
    .d-none-mobile {
        display: none !important;
    }

    .top-bar {
        padding: 5px 0;
        font-size: 11.5px;
    }

    .top-bar-inner {
        justify-content: space-between;
        gap: 8px;
    }

    .top-bar-left {
        max-width: calc(100% - 130px);
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 11px;
    }

    .top-bar-left .top-bar-item {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .top-bar-socials {
        display: none;
    }

    .top-bar-phone {
        font-size: 11.5px;
        padding: 2px 8px;
    }

    .site-header {
        box-shadow: 0 2px 15px rgba(11, 30, 54, 0.08);
    }

    .navbar {
        padding: 8px 0;
        gap: 10px;
    }

    .brand-logo {
        gap: 10px;
        min-width: 0;
        flex: 1 1 auto;
    }

    .brand-crest svg {
        width: 38px;
        height: 38px;
    }

    .brand-text {
        min-width: 0;
        overflow: hidden;
    }

    .brand-name {
        font-size: 16px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .brand-designation {
        font-size: 11px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .header-cta {
        gap: 8px;
        flex-shrink: 0;
    }

    .header-phone-pill,
    .btn-header-appointment {
        display: none !important;
    }

    .mobile-quick-call {
        display: flex;
        width: 38px;
        height: 38px;
    }

    .mobile-toggle {
        display: flex;
        width: 40px;
        height: 40px;
    }

    /* Mobile Drawer */
    .nav-menu {
        position: fixed;
        top: 0;
        right: 0;
        transform: translateX(100%);
        visibility: hidden;
        pointer-events: none;
        width: min(320px, 86vw);
        height: 100vh;
        background: #ffffff;
        flex-direction: column;
        align-items: stretch;
        padding: 20px 20px 40px;
        box-shadow: -10px 0 35px rgba(15, 23, 42, 0.25);
        transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.35s;
        z-index: 1001;
        overflow-y: auto;
        gap: 4px;
    }

    .nav-menu.open {
        transform: translateX(0);
        visibility: visible;
        pointer-events: auto;
    }

    .mobile-drawer-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 16px;
        margin-bottom: 14px;
        border-bottom: 1px solid #e2e8f0;
    }

    .drawer-profile {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .drawer-symbol {
        width: 36px;
        height: 36px;
        border-radius: 8px;
        background: linear-gradient(135deg, var(--primary), var(--secondary));
        color: white;
        font-weight: 800;
        font-size: 17px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .drawer-close {
        width: 34px;
        height: 34px;
        border-radius: 50%;
        border: none;
        background: #f1f5f9;
        color: #64748b;
        font-size: 24px;
        line-height: 1;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: background 0.2s;
    }

    .drawer-close:hover {
        background: #e2e8f0;
        color: var(--navy-dark);
    }

    .nav-link {
        font-size: 15.5px;
        padding: 12px 14px;
        border-radius: 8px;
        display: block;
    }

    .mobile-drawer-bottom {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-top: 24px;
        padding-top: 18px;
        border-top: 1px solid #e2e8f0;
    }
}

/* ==========================================================================
   PAGE BANNERS RESPONSIVE UTILITIES
   ========================================================================== */
.page-banner {
    background: linear-gradient(135deg, var(--navy-dark) 0%, #102a4c 100%);
    color: white;
    padding: 55px 0 45px;
}

.page-banner-title {
    font-size: clamp(24px, 5.5vw, 38px);
    font-weight: 800;
    line-height: 1.22;
    margin-bottom: 12px;
}

.page-banner-desc {
    color: #cbd5e1;
    font-size: clamp(14px, 2.8vw, 17px);
    line-height: 1.6;
}

/* ==========================================================================
   Tablets Portrait & Large Phones (<= 768px)
   ========================================================================== */
@media (max-width: 768px) {
    html, body {
        overflow-x: hidden !important;
        width: 100% !important;
        max-width: 100vw !important;
    }

    .container {
        padding: 0 16px;
    }

    /* Page Banner */
    .page-banner {
        padding: 36px 0 28px;
    }

    /* Top Bar Mobile Tuning */
    .top-bar {
        padding: 4px 0;
    }

    .top-bar-inner {
        gap: 6px;
    }

    .top-bar-left {
        max-width: calc(100% - 110px);
    }

    .top-bar-left .top-bar-item a {
        display: inline-block;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        vertical-align: middle;
        font-size: 11px;
    }

    .top-bar-phone {
        font-size: 11px;
        padding: 2px 7px;
    }

    /* Header Brand Mobile Tuning */
    .navbar {
        padding: 6px 0;
        gap: 8px;
    }

    .brand-logo {
        gap: 8px;
        min-width: 0;
    }

    .brand-crest {
        width: 36px !important;
        height: 36px !important;
        flex-shrink: 0;
    }

    .brand-crest svg,
    .brand-crest img {
        width: 36px !important;
        height: 36px !important;
        object-fit: contain;
    }

    .brand-text {
        min-width: 0;
    }

    .brand-name {
        font-size: clamp(14px, 3.8vw, 16px) !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .brand-designation {
        font-size: 10.5px !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .header-cta {
        gap: 6px;
    }

    .mobile-quick-call {
        width: 36px;
        height: 36px;
        border-radius: 8px;
    }

    .mobile-toggle {
        width: 38px;
        height: 38px;
        border-radius: 8px;
    }

    /* Hero Section Mobile */
    .hero-section {
        padding: 32px 0 45px;
    }

    .badge-doctor {
        font-size: 12px;
        padding: 6px 13px;
        margin-bottom: 16px;
        max-width: 100%;
    }

    .hero-title {
        font-size: clamp(24px, 6vw, 34px);
        line-height: 1.22;
        margin-bottom: 12px;
    }

    .hero-designation {
        font-size: 15px;
        margin-bottom: 12px;
    }

    .hero-desc {
        font-size: 14.5px;
        line-height: 1.6;
        margin-bottom: 18px;
    }

    .hero-hospital-pill {
        display: flex;
        align-items: flex-start;
        font-size: 12px;
        padding: 8px 12px;
        line-height: 1.4;
        margin-bottom: 22px;
        word-break: break-word;
        text-align: left;
    }

    .hero-actions {
        flex-direction: column;
        width: 100%;
        gap: 10px;
        margin-bottom: 24px;
    }

    .hero-actions .btn {
        width: 100%;
        justify-content: center;
        text-align: center;
        padding: 12px 18px;
    }

    .hero-trust-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        padding-top: 18px;
    }

    .hero-trust-item {
        font-size: 12.5px;
    }

    .hero-image-col {
        margin-top: 10px;
    }

    .hero-image-card {
        max-width: 360px;
        margin: 0 auto;
    }

    .doctor-frame img {
        height: 360px;
        max-height: 55vh;
        object-fit: cover;
        object-position: center top;
    }

    .badge-left,
    .badge-right {
        display: none !important;
    }

    /* Stats Grid */
    .stats-section {
        padding: 22px 12px;
        margin-top: -15px;
        border-radius: 12px;
    }

    .stats-grid-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px 10px;
        padding: 0;
    }

    .stat-item {
        padding: 6px 8px;
    }

    .stat-item:not(:last-child)::after {
        display: none;
    }

    .counter-value {
        font-size: 26px;
    }

    .stat-plus {
        font-size: 20px;
    }

    .stat-label {
        font-size: 11.5px;
        line-height: 1.3;
        margin-top: 4px;
    }

    /* Section Headings */
    .section {
        padding: 45px 0;
    }

    .section-title {
        font-size: clamp(22px, 5vw, 28px);
        line-height: 1.3;
    }

    .section-desc {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 30px;
    }

    /* Services Section */
    .services-grid-modern {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .service-card-modern .service-thumb {
        height: 180px;
    }

    .service-body-modern {
        padding: 18px 16px 20px;
    }

    .service-body-modern h3 {
        font-size: 18px;
    }

    .service-body-modern p {
        font-size: 13.5px;
    }

    .service-key-points {
        margin-bottom: 16px;
        gap: 6px;
    }

    .service-key-points li {
        font-size: 12.5px;
    }

    /* About Doctor Page */
    .about-doctor-img {
        height: 320px !important;
        max-height: 320px !important;
    }

    .about-features-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    /* Services Detail Page */
    .detail-service-row {
        margin-bottom: 40px !important;
        padding-bottom: 40px !important;
    }

    .service-sub-grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    /* Gallery Grid */
    .gallery-grid {
        grid-template-columns: repeat(auto-fill, minmax(min(100%, 280px), 1fr));
        gap: 16px;
    }

    .gallery-filters {
        justify-content: flex-start;
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 8px;
        -webkit-overflow-scrolling: touch;
        gap: 6px;
    }

    .filter-btn {
        white-space: nowrap;
        flex-shrink: 0;
        padding: 6px 14px;
        font-size: 12.5px;
    }

    /* FAQs */
    .faq-question {
        padding: 14px 14px;
        font-size: 14.5px;
        gap: 8px;
    }

    .faq-answer p {
        padding: 0 14px 14px;
        font-size: 13.5px;
        line-height: 1.6;
    }

    /* Location & Map */
    .location-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .location-card {
        padding: 20px 16px;
        border-radius: 12px;
    }

    .map-wrapper {
        min-height: 280px;
        height: 280px;
        border-radius: 12px;
    }

    /* Form Fields */
    .form-row {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .form-control {
        font-size: 16px !important; /* Prevents auto-zoom on iOS */
        padding: 12px 14px;
    }

    .booking-card {
        padding: 20px 16px;
        border-radius: 14px;
    }

    /* Footer */
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 8px;
        padding-top: 20px;
    }

    /* Floating WhatsApp Button on Mobile */
    .floating-whatsapp-btn {
        bottom: 18px;
        right: 16px;
        width: 50px;
        height: 50px;
    }

    .whatsapp-svg-icon {
        width: 26px;
        height: 26px;
    }
}

/* Small Mobile Phones (<= 480px) */
@media (max-width: 480px) {
    .container {
        padding: 0 14px;
    }

    .brand-name {
        font-size: 14.5px !important;
        max-width: 170px;
    }

    .brand-designation {
        font-size: 10px !important;
        max-width: 170px;
    }

    .hero-title {
        font-size: 24px;
    }

    .stats-grid-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px 8px;
    }

    .counter-value {
        font-size: 24px;
    }

    .stat-label {
        font-size: 11px;
    }

    .service-card-modern .service-thumb {
        height: 160px;
    }

    .gallery-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .booking-card {
        padding: 18px 14px;
    }

    .map-wrapper {
        min-height: 250px;
        height: 250px;
    }
}

/* ==========================================================================
   OPD SCHEDULE & VISITING CENTERS (मराठी वेळापत्रक व सल्ला केंद्रे)
   ========================================================================== */
.opd-schedule-section {
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
    padding: 90px 0;
    position: relative;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}

.opd-header-wrap {
    text-align: center;
    max-width: 820px;
    margin: 0 auto 50px;
}

.opd-greeting-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #fffbeb, #fef3c7);
    border: 1px solid #fde68a;
    color: #92400e;
    padding: 6px 18px;
    border-radius: 9999px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 14px;
    box-shadow: 0 2px 8px rgba(245, 158, 11, 0.15);
}

.opd-main-heading {
    font-size: 34px;
    font-weight: 800;
    color: var(--navy-dark);
    line-height: 1.25;
    margin-bottom: 12px;
}

.opd-main-heading .spec-tag {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: var(--primary);
    margin-top: 6px;
}

.opd-subtext {
    font-size: 15.5px;
    color: var(--text-body);
    line-height: 1.6;
    margin: 0 auto;
}

.opd-cards-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 40px;
}

.opd-category-col {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.opd-category-header {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 20px;
    border-radius: var(--radius-md);
    background: white;
    border: 1px solid var(--border-color);
    box-shadow: var(--shadow-sm);
}

.opd-category-header.regular {
    border-left: 4px solid var(--primary);
}

.opd-category-header.visiting {
    border-left: 4px solid #f59e0b;
}

.opd-category-header .cat-icon-circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--primary-light);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.opd-category-header .cat-icon-circle.amber {
    background: #fef3c7;
    color: #d97706;
}

.opd-category-header h3 {
    font-size: 17px;
    font-weight: 800;
    color: var(--navy-dark);
    margin: 0 0 2px 0;
}

.opd-category-header p {
    font-size: 12.5px;
    color: var(--text-muted);
    margin: 0;
}

.opd-card {
    background: white;
    border-radius: var(--radius-lg);
    border: 1px solid var(--border-color);
    padding: 24px;
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.opd-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-lg);
    border-color: #cbd5e1;
}

.opd-card.highlight-card {
    border: 2px solid #bae6fd;
    background: linear-gradient(180deg, #ffffff 0%, #f0f9ff 100%);
}

.opd-card-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    flex-wrap: wrap;
}

.opd-pill-badge {
    display: inline-flex;
    align-items: center;
    font-size: 11.5px;
    font-weight: 800;
    padding: 3px 10px;
    border-radius: 9999px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.opd-pill-badge.primary {
    background: #e0f2fe;
    color: #0369a1;
}

.opd-pill-badge.secondary {
    background: #ccfbf1;
    color: #0f766e;
}

.opd-pill-badge.visiting-badge {
    background: #fef3c7;
    color: #92400e;
}

.opd-status-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 600;
    color: #0284c7;
}

.opd-status-badge.green {
    color: #059669;
}

.opd-center-name {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
}

.opd-center-name h4 {
    font-size: 19px;
    font-weight: 800;
    color: var(--navy-dark);
    margin: 0;
    line-height: 1.35;
}

.opd-timing-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: #f8fafc;
    padding: 12px 14px;
    border-radius: var(--radius-md);
    border: 1px solid #e2e8f0;
    margin-bottom: 16px;
}

.opd-timing-row .timing-icon {
    font-size: 20px;
    line-height: 1;
    margin-top: 2px;
}

.opd-timing-row .timing-text strong {
    display: block;
    font-size: 15px;
    color: #0369a1;
    font-weight: 700;
}

.opd-timing-row .timing-text span {
    display: block;
    font-size: 13px;
    color: var(--text-muted);
    margin-top: 2px;
}

.opd-card-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.opd-card.visiting-card {
    padding: 18px 20px;
}

.opd-card.visiting-card .opd-center-name h4 {
    font-size: 17px;
}

.day-badge {
    font-size: 12px;
    font-weight: 700;
    color: #b45309;
    background: #fffbeb;
    border: 1px solid #fde68a;
    padding: 2px 10px;
    border-radius: 9999px;
}

.visiting-footer {
    display: flex;
    justify-content: flex-end;
}

.visiting-footer .btn-link {
    font-size: 13px;
    font-weight: 700;
    color: var(--primary);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.visiting-footer .btn-link:hover {
    text-decoration: underline;
}

/* Quick Share & Helpline Banner */
.opd-share-banner {
    background: linear-gradient(135deg, #0b1e36 0%, #102a4c 100%);
    border-radius: var(--radius-xl);
    padding: 28px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
    box-shadow: var(--shadow-xl);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.opd-share-content {
    display: flex;
    align-items: center;
    gap: 18px;
    flex: 1 1 340px;
}

.share-icon-wrap {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    background: rgba(56, 189, 248, 0.15);
    border: 1px solid rgba(56, 189, 248, 0.3);
    color: #38bdf8;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.opd-share-buttons {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.btn-whatsapp {
    background: #25D366 !important;
    color: #ffffff !important;
    border: none !important;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: var(--radius-md);
    transition: var(--transition);
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(37, 211, 102, 0.35);
}

.btn-whatsapp:hover {
    background: #20bd5a !important;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.5);
}

@media (max-width: 991px) {
    .opd-cards-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}

@media (max-width: 767px) {
    .opd-schedule-section {
        padding: 60px 0;
    }
    .opd-main-heading {
        font-size: 26px;
    }
    .opd-main-heading .spec-tag {
        font-size: 16px;
    }
    .opd-share-banner {
        padding: 20px;
    }
    .opd-share-buttons {
        width: 100%;
    }
    .opd-share-buttons .btn {
        width: 100%;
        justify-content: center;
    }
}

