    :root {
        --red-main: #b1182a;
        --navy-main: #153659;

        /* keep originals but override usage later */
        --deep-navy: var(--navy-main);
        --bright-sky: #2bd2ff;
        --aqua: #27e6c9;
        --sunset: #ffb347;
        --soft-sand: #ffffff;
        --text: #0f172a;
        --muted: #5b6b7a;
        --card: #ffffff;
        --shadow: 0 18px 60px rgba(9, 32, 74, 0.14);
    }

    * { box-sizing: border-box; }

    body {
        font-family: 'Manrope', system-ui, -apple-system, sans-serif;
        background: #ffffff !important;
        color: var(--text);
        line-height: 1.6;
    }

    a { text-decoration: none; }

    header {
        position: sticky;
        top: 0;
        z-index: 1000;
        box-shadow: 0 10px 30px rgba(0,0,0,0.08);
        backdrop-filter: blur(10px);
        background: #ffffff !important;
    }


.blog-card {
    transition: transform .25s ease, box-shadow .25s ease;
}
.blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0,0,0,.08) !important;
}


    .step-card {
        border: 1px dashed rgba(10, 45, 74, 0.1);
        color: #000;
    }

    .top-bar { 
        background: var(--navy-main); 
        color: #e6f3ff; 
        font-size: 0.95rem; 
    }

    .nav-main { background: #ffffff; }

    .navbar-brand { 
        font-weight: 800; 
        color: var(--navy-main); 
        letter-spacing: 0.5px; 
    }

    .nav-link { 
        color: var(--text) !important; 
        font-weight: 600; 
    }

    .nav-link:hover { 
        color: var(--navy-main) !important; 
    }

    .btn-pill { 
        border-radius: 999px; 
        padding: 10px 18px; 
        font-weight: 700; 
        box-shadow: none !important;
    }

.service-card-img {
    height: 200px;
    overflow: hidden;
}

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

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


    /* MAIN BUTTONS: now navy */
    .btn-main { 
        background: var(--navy-main) !important; 
        color: #fff !important; 
        border: none; 
    }
    .btn-main:hover { 
        opacity: 0.92; 
        background: #102544 !important; 
    }

    .btn-ghost { 
        border: 1.5px solid var(--navy-main); 
        color: var(--navy-main); 
        background: #fff; 
    }
    .btn-ghost:hover { 
        background: var(--navy-main); 
        color: #fff; 
    }

    .btn-dark-pill { 
        background: var(--navy-main); 
        color: #fff; 
        border: none; 
    }

    /* HERO */
    .hero {
        position: relative; 
        overflow: hidden; 
        color: var(--navy-main);
        background: #f8f8f8 !important;
        padding: 130px 0 110px;
    }
    .hero::after { display: none; }

    .hero .container { position: relative; z-index: 2; }

    .hero h1 { 
        font-weight: 800; 
        font-size: clamp(2.2rem, 5vw, 3.6rem);
        color: var(--red-main) !important;
    }
    .hero p.lead { 
        font-size: 1.1rem; 
        color: #555; 
    }

    .quick-badges .badge {
        background: #ececec;
        color: var(--navy-main);
        border: 1px solid #dcdcdc;
        padding: 10px 14px; 
        border-radius: 12px; 
        font-weight: 600;
    }

    .floating-card, .glass-card {
        background: var(--card);
        border-radius: 18px;
        box-shadow: var(--shadow);
        padding: 24px;
    }

    .glass-card { 
        background: rgba(255,255,255,0.4); 
        border: 1px solid rgba(0,0,0,0.08); 
        color: var(--text); 
        backdrop-filter: blur(12px); 
    }

    .glow-circle { display: none; }

    @keyframes floaty { from { transform: translateY(0px); } to { transform: translateY(-12px); } }

    .section-title { 
        font-weight: 800; 
        font-size: clamp(1.8rem, 3vw, 2.3rem); 
        color: var(--red-main) !important;
    }

    .section-sub { 
        color: var(--muted); 
        font-weight: 600; 
    }

    .service-card, .feature-card, .doctor-card, .contact-card, .stat-card, .step-card, .value-card, .modal-card {
        background: var(--card); 
        border-radius: 16px; 
        padding: 20px; 
        box-shadow: 0 12px 40px rgba(10,45,74,0.05);
        transition: transform 0.2s ease, box-shadow 0.2s ease; 
        height: 100%;
    }

    .service-card:hover, .feature-card:hover, .doctor-card:hover, .contact-card:hover, 
    .stat-card:hover, .step-card:hover, .value-card:hover, .modal-card:hover {
        transform: translateY(-6px); 
        box-shadow: 0 16px 50px rgba(0,0,0,0.1);
    }

    .icon-bubble {
        width: 50px; 
        height: 50px; 
        display: grid; 
        place-items: center; 
        border-radius: 14px;
        background: #e6eaf1;
        color: var(--navy-main);
        font-size: 1.3rem;
    }

    .tag { 
        display: inline-block; 
        background: #e9eef5; 
        color: var(--navy-main); 
        border-radius: 12px; 
        padding: 6px 10px; 
        font-weight: 700; 
        font-size: 0.85rem;
    }

    .stats-grid { gap: 18px; }

    .stat-card { border: 1px solid #f0f0f0; }

    .stat-number { 
        font-weight: 800; 
        font-size: 1.9rem; 
        color: var(--navy-main); 
    }

    .stat-label { 
        color: var(--muted); 
        font-weight: 600; 
    }

    .divider { 
        height: 1px; 
        background: #e3e8ee; 
        margin: 18px 0; 
    }

    .doctor-card img {
        width: 64px; 
        height: 64px; 
        border-radius: 50%; 
        object-fit: cover; 
        margin-right: 14px;
        box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    }

    .appointment-card { 
        background: var(--navy-main); 
        color: #fff; 
        border-radius: 20px; 
        padding: 28px; 
        box-shadow: var(--shadow); 
    }

    .appointment-card .form-control { 
        border-radius: 12px; 
        border: none; 
        box-shadow: none; 
    }

    .map-frame { 
        border: none; 
        border-radius: 16px; 
        width: 100%; 
        height: 320px; 
        box-shadow: var(--shadow); 
    }

    .step-card { 
        border: 1px dashed rgba(10,45,74,0.1); 
    }

    .step-number { 
        width: 36px; 
        height: 36px; 
        border-radius: 50%; 
        background: #e3eaf4; 
        color: var(--navy-main); 
        display: grid; 
        place-items: center; 
        font-weight: 800; 
    }

    .value-card { 
        border: 1px solid #eef3f8; 
    }

    footer { 
        background: var(--navy-main); 
        color: #d2e8ff; 
        padding: 28px 0 20px; 
    }

    .footer-link { color: #d2e8ff; }
    .footer-link:hover { color: #fff; }

    .floating-action { 
        position: fixed; 
        bottom: 20px; 
        right: 20px; 
        z-index: 1200; 
        display: flex; 
        flex-direction: column; 
        gap: 10px; 
    }

    .floating-action a { 
        box-shadow: 0 14px 40px rgba(0,0,0,0.15);
        background: var(--navy-main);
        color: #fff !important;
    }

    .md-field { position: relative; margin-bottom: 18px; }

    .md-input, .md-select, .md-textarea {
        width: 100%; 
        border: 1.5px solid #dfe5ec; 
        border-radius: 12px; 
        padding: 14px 14px 10px 44px;
        font-weight: 600; 
        color: var(--text); 
        background: #fff; 
        transition: all 0.2s ease;
    }

    .md-textarea { 
        min-height: 110px; 
        resize: vertical; 
        padding-top: 18px; 
    }

    .md-field .bi { 
        position: absolute; 
        top: 50%; 
        left: 16px; 
        transform: translateY(-50%); 
        color: #7b8a99; 
        font-size: 1rem; 
    }

    .md-label {
        position: absolute; 
        left: 44px; 
        top: 12px; 
        font-size: 0.9rem; 
        color: #7b8a99; 
        transition: all 0.15s ease; 
        pointer-events: none;
    }

    .md-input:focus, .md-select:focus, .md-textarea:focus { 
        border-color: var(--navy-main); 
        box-shadow: 0 0 0 4px rgba(21, 54, 89, 0.15); 
        outline: none; 
    }

    .md-input:focus + .md-label, 
    .md-select:focus + .md-label, 
    .md-textarea:focus + .md-label,
    .md-input:not(:placeholder-shown) + .md-label, 
    .md-select:not([value=""]) + .md-label, 
    .md-textarea:not(:placeholder-shown) + .md-label {
        top: -9px; 
        left: 40px; 
        font-size: 0.78rem; 
        color: var(--navy-main); 
        background: #fff; 
        padding: 0 6px;
    }

    @media (max-width: 992px) {
        .hero { padding: 110px 0 90px; }
        .navbar-nav { gap: 8px; }
        .service-card, .feature-card, .doctor-card, 
        .contact-card, .stat-card, .step-card, .value-card { padding: 18px; }
    }

    @media (max-width: 576px) {
        .hero h1 { font-size: 2.1rem; }
        .btn-pill { 
            width: 100%; 
            text-align: center; 
            margin-bottom: 10px; 
        }
        .top-bar .d-flex { 
            width: 100%; 
            justify-content: space-between; 
        }
    }
