/* ==========================================================================
   Dr. Shabnum Jaffari - Gynaecology & Obstetrics Care
   Dr. Nazia Yusuf / SRGN Clean Modern Layout & Design System
   ========================================================================== */

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

:root {
    --bg-light: #FAFAFA;
    --bg-card: #FFFFFF;
    --bg-card-alt: #F1F5F9;
    --bg-header: rgba(255, 255, 255, 0.98);
    
    /* Shahida Khaliq Hospital Logo Blue Theme Tokens (#19676B) */
    --blue-primary: #0F2930;
    --blue-accent: #19676B;
    --blue-secondary: #2B808A;
    --blue-hover: #134E52;
    --blue-light: #E8F4F6;
    
    --dark-pill: #19676B;
    --dark-pill-hover: #134E52;
    
    --grey-dark: #1E293B;
    --grey-body: #334155;
    --grey-muted: #64748B;
    --grey-border: #E2E8F0;

    --white: #FFFFFF;
    --border-color: #E2E8F0;
    --primary-color: #19676B;
    --secondary-blue: #2B808A;
    --text-dark: #1E293B;
    --text-muted: #64748B;
    --shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    
    --font-heading: 'Syne', sans-serif;
    --font-serif: 'Syne', sans-serif;
    --font-body: 'Syne', sans-serif;
    --transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

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

html, body {
    background-color: var(--bg-light);
    color: var(--grey-body);
    font-family: var(--font-body);
    line-height: 1.6;
    overflow-x: hidden !important;
    max-width: 100vw;
    width: 100%;
    position: relative;
}

section, header, footer, main {
    position: relative;
    z-index: 1;
    max-width: 100vw;
    overflow-x: hidden;
}

/* Typography matching SRGN / Dr. Nazia Theme */
h1, h2, h3, h4, .srgn-hero-title {
    font-family: var(--font-heading);
    font-weight: 600;
    letter-spacing: -0.5px;
    color: var(--grey-dark);
}

.text-blue {
    color: var(--blue-accent) !important;
}

.text-navy {
    color: var(--blue-primary) !important;
}

/* Container */
.srgn-container, .container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Header Styling */
.srgn-header, .navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: var(--bg-header);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--grey-border);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.srgn-header-main, .nav-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
    gap: 15px;
}

.srgn-logo img, .header-logo-img {
    height: 48px;
    width: auto;
    object-fit: contain;
}

.srgn-nav, .nav-links {
    display: flex;
    align-items: center;
    gap: 28px;
    list-style: none;
}

.srgn-nav a, .nav-links a {
    color: var(--grey-dark);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    font-family: var(--font-body);
    transition: color 0.3s ease;
}

.srgn-nav a:hover, .nav-links a:hover, .nav-links a.active {
    color: var(--blue-accent);
}

.srgn-header-actions, .nav-actions {
    display: flex;
    align-items: center;
    gap: 18px;
}

.srgn-header-pill-btn, .btn-dark-pill {
    background: #1A1A1A;
    color: #FFFFFF !important;
    padding: 12px 24px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    font-family: var(--font-body);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.srgn-header-pill-btn:hover, .btn-dark-pill:hover {
    background: var(--blue-accent);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(25, 103, 107, 0.25);
}

.mobile-menu-btn {
    display: none;
    background: none;
    border: none;
    font-size: 1.6rem;
    color: var(--blue-accent);
    cursor: pointer;
}

/* Floating WhatsApp FAB */
.srgn-whatsapp-fab {
    position: fixed;
    bottom: 24px;
    right: 24px;
    background: #25D366;
    color: #FFFFFF;
    padding: 12px 20px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    font-family: var(--font-body);
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.35);
    z-index: 999;
    transition: all 0.3s ease;
}

.srgn-whatsapp-fab:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 12px 30px rgba(37, 211, 102, 0.5);
    color: #FFFFFF;
}

/* Live Floating Stickers (Top Left & Bottom Right) */
.live-sticker {
    position: fixed;
    z-index: 997;
    pointer-events: none;
    user-select: none;
    filter: drop-shadow(0 10px 25px rgba(0, 0, 0, 0.1));
    transition: all 0.4s ease;
}

.live-sticker img {
    width: auto;
    object-fit: contain;
    display: block;
}

.live-sticker-top-left {
    top: 95px;
    left: 18px;
    animation: liveStickerFloatLeft 6s ease-in-out infinite;
}

.live-sticker-top-left img {
    height: 145px;
}

.live-sticker-bottom-right {
    bottom: 95px;
    right: 18px;
    animation: liveStickerFloatRight 7s ease-in-out infinite;
    animation-delay: -3s;
}

.live-sticker-bottom-right img {
    height: 135px;
}

@keyframes liveStickerFloatLeft {
    0%, 100% {
        transform: translateY(0px) rotate(0deg) scale(1);
    }
    50% {
        transform: translateY(-14px) rotate(2deg) scale(1.03);
    }
}

@keyframes liveStickerFloatRight {
    0%, 100% {
        transform: translateY(0px) rotate(0deg) scale(1);
    }
    50% {
        transform: translateY(-16px) rotate(-2deg) scale(1.03);
    }
}

@media (max-width: 1200px) {
    .live-sticker-top-left img { height: 110px; }
    .live-sticker-bottom-right img { height: 105px; }
}

@media (max-width: 768px) {
    .live-sticker-top-left {
        top: 70px;
        left: 6px;
    }
    .live-sticker-top-left img {
        height: 68px;
    }
    .live-sticker-bottom-right {
        bottom: 75px;
        right: 6px;
    }
    .live-sticker-bottom-right img {
        height: 62px;
    }
}

/* Hero Section with Mother Holding Baby Background Artwork */
.srgn-hero {
    padding-top: 140px;
    padding-bottom: 70px;
    background-color: var(--bg-light);
    border-bottom: 1px solid var(--grey-border);
    position: relative;
    overflow: hidden;
}

.srgn-hero-bg-art {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(135deg, rgba(244, 248, 250, 0.65) 0%, rgba(220, 238, 242, 0.55) 100%), url('mother_holding_baby.png');
    background-size: cover;
    background-position: center center;
    opacity: 0.65;
    filter: contrast(1.1) brightness(0.9);
    pointer-events: none;
    z-index: 0;
}

.srgn-hero-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 60px;
    align-items: center;
}

.srgn-hero-tagline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--blue-light);
    color: var(--blue-accent);
    border: 1px solid rgba(25, 103, 107, 0.25);
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

.srgn-hero-title {
    font-family: var(--font-heading);
    font-size: 54px;
    line-height: 1.1;
    font-weight: 600;
    color: #1A1A1A;
    margin-bottom: 20px;
    letter-spacing: -1.5px;
}

.srgn-hero-title .accent-text {
    color: var(--blue-accent);
}

.srgn-hero-lead {
    font-family: var(--font-body);
    font-size: 16px;
    color: #64748B;
    margin-bottom: 28px;
    line-height: 1.65;
    max-width: 540px;
}

.srgn-hero-btn-group {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.srgn-hero-pill-btn, .btn-cute-hero {
    background: var(--blue-accent);
    color: #FFFFFF;
    padding: 14px 28px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    font-family: var(--font-body);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(25, 103, 107, 0.25);
}

.srgn-hero-pill-btn:hover, .btn-cute-hero:hover {
    background: var(--blue-hover);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(25, 103, 107, 0.4);
}

.srgn-phone-btn, .btn-cute-phone {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 22px;
    background: #FFFFFF;
    border: 1.5px solid var(--grey-border);
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    color: var(--grey-dark);
    text-decoration: none;
    transition: all 0.3s ease;
}

.srgn-phone-btn:hover, .btn-cute-phone:hover {
    border-color: var(--blue-accent);
    color: var(--blue-accent);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}

/* Floating Art Cards */
.hero-floating-art {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 28px;
}

.hero-art-card {
    background: #FFFFFF;
    border: 1px solid var(--grey-border);
    border-radius: 18px;
    padding: 12px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    transition: transform 0.3s ease;
}

.hero-art-card.float-badge-1 {
    animation: floatBadgeSmooth 5s ease-in-out infinite !important;
}

.hero-art-card.float-badge-2 {
    animation: floatBadgeSmoothAlt 6s ease-in-out infinite !important;
    animation-delay: -2.5s !important;
}

@keyframes floatBadgeSmooth {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-12px);
    }
}

@keyframes floatBadgeSmoothAlt {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
}

.hero-art-card i {
    font-size: 20px;
    color: var(--blue-accent);
}

/* Doctor Image Box */
.srgn-hero-image-box {
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
    border: 1px solid var(--grey-border);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #FFFFFF;
}

.srgn-hero-image-box img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    object-position: top center;
    display: block;
}

/* Doctor Info Badge Bar under Image */
.doctor-hero-badge-bar {
    position: absolute;
    bottom: 16px;
    left: 16px;
    right: 16px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
    border-radius: 16px;
    padding: 12px 18px;
    border: 1px solid rgba(226, 232, 240, 0.8);
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.doctor-hero-badge-bar h4 {
    font-size: 16px;
    font-weight: 700;
    color: var(--blue-accent);
}

.doctor-hero-badge-bar p {
    font-size: 12px;
    color: var(--grey-muted);
    font-weight: 500;
}

/* Signposts Cards Grid */
.srgn-signposts {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 50px;
}

.srgn-signpost-item {
    background: #FFFFFF;
    border: 1px solid var(--grey-border);
    border-radius: 16px;
    padding: 24px;
    transition: all 0.3s ease;
}

.srgn-signpost-item:hover {
    border-color: var(--blue-accent);
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(25, 103, 107, 0.12);
}

.srgn-signpost-title {
    font-family: var(--font-heading);
    font-size: 17px;
    color: var(--grey-dark);
    margin-bottom: 8px;
    font-weight: 600;
}

.srgn-signpost-desc {
    font-size: 13px;
    color: var(--grey-muted);
    line-height: 1.55;
}

/* Section Common Styling */
.section, .care-section, .picu-section {
    padding: 90px 0;
    border-bottom: 1px solid var(--grey-border);
    position: relative;
    overflow: hidden;
}

.care-section-bg-art {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(135deg, rgba(244, 248, 250, 0.65) 0%, rgba(220, 238, 242, 0.55) 100%), url('gynaecology_art_bg.png');
    background-size: cover;
    background-position: center center;
    opacity: 0.55;
    filter: contrast(1.1) brightness(0.92);
    pointer-events: none;
    z-index: 0;
}

.bg-white { background: #FFFFFF; }
.bg-light { background: var(--bg-light); }

.care-section-title, .section-title {
    font-family: var(--font-serif);
    font-size: 42px;
    font-weight: 700;
    color: var(--blue-primary);
    text-align: center;
    margin-bottom: 14px;
    line-height: 1.25;
}

.care-section-subtitle, .section-subtitle-text {
    font-family: var(--font-body);
    font-size: 15px;
    color: var(--grey-muted);
    text-align: center;
    margin-bottom: 60px;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.section-tag-pill {
    background: var(--blue-light);
    color: var(--blue-accent);
    border: 1px solid rgba(25, 103, 107, 0.25);
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 6px 18px;
    display: inline-block;
    margin-bottom: 16px;
}

/* About Split Layout */
.srgn-split, .about-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.srgn-split-img, .about-image {
    width: 100%;
    border-radius: 24px;
    object-fit: cover;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
    border: 1px solid var(--grey-border);
}

.about-experience-callout {
    background: var(--blue-light);
    border-left: 4px solid var(--blue-accent);
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 24px;
}

.about-experience-callout h4 {
    color: var(--blue-accent);
    font-size: 18px;
    margin-bottom: 6px;
    font-family: var(--font-heading);
}

.about-experience-callout p {
    color: var(--grey-body);
    font-size: 14px;
    margin: 0;
}

.about-checklist {
    list-style: none;
    margin-bottom: 28px;
}

.about-checklist li {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    color: var(--grey-dark);
    font-weight: 500;
}

.about-checklist li i {
    color: var(--blue-accent);
    font-size: 16px;
}

/* Care Grid (Services Section) */
.care-grid, .services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.care-card, .service-card {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 36px 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    border: 1px solid var(--grey-border);
    transition: all 0.35s ease;
    display: flex;
    flex-direction: column;
}

.care-card:hover, .service-card:hover {
    border-color: var(--blue-accent);
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(25, 103, 107, 0.12);
}

.care-icon-badge, .service-icon-box {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--blue-light);
    color: var(--blue-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 24px;
    border: 1px solid rgba(25, 103, 107, 0.2);
}

.care-card-title, .service-card h3 {
    font-family: var(--font-serif);
    font-size: 20px;
    font-weight: 700;
    color: var(--blue-primary);
    margin-bottom: 14px;
    line-height: 1.3;
}

.care-card-desc, .service-card p {
    font-family: var(--font-body);
    font-size: 14px;
    color: var(--grey-muted);
    line-height: 1.6;
    margin-bottom: 18px;
    flex-grow: 1;
}

.service-link {
    color: var(--blue-accent);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: var(--transition);
}

.service-link:hover {
    color: var(--blue-hover);
    transform: translateX(4px);
}

/* Clinical Procedures Grid (Replaces PICU Section) */
.picu-grid, .procedure-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.picu-card, .procedure-card {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 32px 28px;
    border: 1px solid var(--grey-border);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    transition: all 0.35s ease;
}

.picu-card:hover, .procedure-card:hover {
    border-color: var(--blue-accent);
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(25, 103, 107, 0.12);
}

.picu-card-badge {
    background: var(--blue-light);
    color: var(--blue-accent);
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 14px;
    display: inline-block;
    margin-bottom: 18px;
    border: 1px solid rgba(25, 103, 107, 0.2);
}

.picu-card-title {
    font-family: var(--font-serif);
    font-size: 20px;
    font-weight: 700;
    color: var(--blue-primary);
    margin-bottom: 14px;
    line-height: 1.35;
}

.picu-info-block {
    font-size: 13.5px;
    color: var(--grey-muted);
    line-height: 1.6;
}

/* Pregnancy Journey Milestones Showcase */
.journey-milestones-banner {
    position: relative;
    background: var(--white);
    border-radius: 24px;
    padding: 2rem;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.04);
    border: 1px solid var(--grey-border);
    margin-bottom: 3.5rem;
    overflow: hidden;
}

.milestones-img-wrapper {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background: #FAFAFA;
    border: 1px solid var(--grey-border);
}

.milestones-img-wrapper img {
    width: 100%;
    height: auto;
    max-height: 420px;
    object-fit: contain;
    display: block;
}

.milestone-cute-pill {
    position: absolute;
    top: 16px;
    left: 16px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border: 1px solid var(--blue-accent);
    color: var(--blue-accent);
    padding: 0.4rem 1.1rem;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 700;
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.step-card {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 28px 24px;
    border: 1px solid var(--grey-border);
    position: relative;
    transition: var(--transition);
}

.step-card:hover {
    border-color: var(--blue-accent);
    transform: translateY(-3px);
}

.step-number {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--blue-accent);
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 16px;
}

.step-card h3 {
    font-family: var(--font-serif);
    font-size: 18px;
    color: var(--blue-primary);
    margin-bottom: 10px;
}

.step-card p {
    font-size: 13.5px;
    color: var(--grey-muted);
    line-height: 1.55;
}

/* Why Trust Us Grid */
.why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.why-card {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 32px 26px;
    border: 1px solid var(--grey-border);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    transition: var(--transition);
}

.why-card:hover {
    border-color: var(--blue-accent);
    transform: translateY(-3px);
}

.why-icon {
    font-size: 26px;
    color: var(--blue-accent);
    margin-bottom: 16px;
}

.why-card h3 {
    font-family: var(--font-serif);
    font-size: 19px;
    color: var(--blue-primary);
    margin-bottom: 10px;
}

.why-card p {
    font-size: 14px;
    color: var(--grey-muted);
    line-height: 1.6;
}

.why-img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 16px;
    border: 1px solid var(--grey-border);
}

/* Testimonials / Patient Reviews */
.reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.review-card {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 32px 28px;
    border: 1px solid var(--grey-border);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    transition: var(--transition);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.review-card:hover {
    border-color: var(--blue-accent);
    transform: translateY(-3px);
    box-shadow: 0 16px 40px rgba(25, 103, 107, 0.12);
}

.review-stars {
    color: #F59E0B;
    font-size: 14px;
    margin-bottom: 16px;
}

.review-text {
    font-size: 14.5px;
    color: var(--grey-body);
    line-height: 1.65;
    font-style: italic;
    margin-bottom: 20px;
}

.review-author h4 {
    font-family: var(--font-heading);
    font-size: 16px;
    color: var(--blue-accent);
    margin-bottom: 2px;
}

.review-author span {
    font-size: 13px;
    color: var(--grey-muted);
}

/* Animations matching SRGN theme */
.animate-from-left {
    opacity: 0;
    transform: translateX(-60px);
    transition: opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1), transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: opacity, transform;
}

.animate-from-right {
    opacity: 0;
    transform: translateX(60px);
    transition: opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1), transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: opacity, transform;
}

.animate-from-bottom {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1), transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: opacity, transform;
}

.animate-in, .animated-done {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
}

.delay-1 { transition-delay: 0.15s; }
.delay-2 { transition-delay: 0.3s; }
.delay-3 { transition-delay: 0.45s; }

/* Footer */
.footer {
    background-color: #0F172A;
    color: rgba(255, 255, 255, 0.8);
    padding: 5rem 0 2rem;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 0.8fr 0.9fr 1fr;
    gap: 3rem;
    margin-bottom: 4rem;
}

/* Footer Logo Merged Seamlessly with Footer Background */
.footer-logo-box, .srgn-logo {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    background: transparent;
    padding: 0;
    border: none;
    box-shadow: none;
    margin-bottom: 1.2rem;
    cursor: default;
    user-select: none;
    text-decoration: none;
}

.footer-logo-img {
    height: 54px;
    width: auto;
    object-fit: contain;
    display: block;
}

.footer-brand p {
    color: #9CA3AF;
    margin-top: 1.2rem;
    font-size: 0.95rem;
}

.footer-links h4, .footer-contact h4 {
    color: #FFFFFF;
    font-size: 1.15rem;
    margin-bottom: 1.5rem;
    font-family: var(--font-heading);
}

.footer-links ul {
    list-style: none;
}

.footer-links ul li {
    margin-bottom: 0.8rem;
}

.footer-links a {
    color: #9CA3AF;
    font-size: 0.95rem;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: var(--blue-accent);
}

.footer-bottom {
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    font-size: 0.9rem;
    color: #6B7280;
}

/* Modal Overlay */
.modal-overlay {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100000;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}

.modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

.modal-box {
    background: #FFFFFF;
    width: 90%;
    max-width: 520px;
    padding: 2.5rem;
    border-radius: 24px;
    position: relative;
    box-shadow: 0 25px 60px rgba(0,0,0,0.3);
    transform: translateY(20px);
    transition: var(--transition);
}

.modal-overlay.active .modal-box {
    transform: translateY(0);
}

.modal-close {
    position: absolute;
    top: 1.2rem;
    right: 1.5rem;
    background: none;
    border: none;
    font-size: 1.8rem;
    color: var(--grey-muted);
    cursor: pointer;
}

.form-group {
    margin-bottom: 1.2rem;
}

.form-group label {
    display: block;
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--grey-dark);
    margin-bottom: 0.4rem;
}

.form-control {
    width: 100%;
    padding: 0.85rem 1.1rem;
    border: 1.5px solid var(--grey-border);
    border-radius: 12px;
    font-family: var(--font-body);
    font-size: 0.95rem;
    color: var(--grey-dark);
    transition: var(--transition);
}

.form-control:focus {
    outline: none;
    border-color: var(--blue-accent);
    box-shadow: 0 0 0 4px rgba(25, 103, 107, 0.12);
}

/* Responsive */
@media (max-width: 1024px) {
    .srgn-hero-grid, .srgn-split, .about-container { grid-template-columns: 1fr; gap: 40px; }
    .srgn-signposts, .care-grid, .picu-grid, .procedure-grid, .why-grid, .reviews-grid, .footer-grid { grid-template-columns: repeat(2, 1fr); }
    .steps-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    html, body {
        overflow-x: hidden !important;
        width: 100%;
        max-width: 100vw;
    }
    .srgn-container, .container {
        padding: 0 16px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    .srgn-nav { display: none; }
    .mobile-menu-btn { display: block; }
    .srgn-hero-title { font-size: 34px; word-break: break-word; }
    .srgn-signposts, .care-grid, .picu-grid, .procedure-grid, .why-grid, .reviews-grid, .steps-grid, .footer-grid { grid-template-columns: 1fr; }
    .animate-from-left { transform: translateX(-20px); }
    .animate-from-right { transform: translateX(20px); }
}



