
            :root {
                /* Pulled from logo (tweak anytime) */
                --dna-orange: #f59a1b;
                --dna-green: #33c357;
                --dna-blue: #2e3192;
                --dna-ink: #2b2b2b;
                --dna-ink-2: #424242;
                --dna-muted: #8a8a8a;
                --dna-bg: #0b0c10; /* deep charcoal for footer */
                --dna-surface: #ffffff;
                --ring: rgba(46, 49, 146, 0.25);
            }

            body {
                font-smooth: always;
                -webkit-font-smoothing: antialiased;
                color: var(--dna-ink);
            }

            /* Header */
            .dna-navbar {
                backdrop-filter: saturate(180%) blur(8px);
                background: rgba(255, 255, 255, 0.78);
                border-bottom: 1px solid rgba(0, 0, 0, 0.06);
            }
            .dna-brand img {
                height: 80px;
                width: auto;
            }
            .dna-cta {
                --bs-btn-padding-y: 0.55rem;
                --bs-btn-padding-x: 1rem;
                --bs-btn-font-weight: 600;
                box-shadow: 0 6px 16px -6px var(--ring);
                border-radius: 0.75rem;
            }
            .btn-book {
                background: linear-gradient(135deg, var(--dna-blue), var(--dna-green));
                color: #fff;
                border: 0;
            }
            .btn-book:hover {
                filter: brightness(0.95);
                color: #fff;
            }
            .btn-call {
                color: var(--dna-blue);
                border-color: var(--dna-blue);
                border-width: 2px;
                border-radius: 0.75rem;
            }
            .btn-call:hover {
                background: var(--dna-blue);
                color: #fff;
            }

            /* Mobile sticky call-to-action */
            @media (max-width: 576px) {
                .sticky-actions {
                    position: fixed;
                    inset: auto 0 16px 0;
                    display: flex;
                    gap: 0.6rem;
                    padding: 0 16px;
                    z-index: 1040;
                }
                .sticky-actions .btn {
                    flex: 1;
                    border-radius: 0.9rem;
                }
            }
        
        
        
                /* ===== Hero Styles (scoped) ===== */
                #hero-knee {
                    min-height: clamp(66vh, 86vh, 92vh);
                    display: grid;
                    align-items: center;
                    padding: clamp(64px, 8vw, 120px) 0;
                    position: relative;
                    isolation: isolate;
                }
                #hero-knee .hero-bg {
                    position: absolute;
                    inset: 0;
                    background-image: url("assets/knee-banner.jpg");
                    background-size: cover;
                    background-position: center;
                    filter: saturate(1.05) contrast(1.05);
                    transform: scale(1.02);
                    z-index: -2;
                }
                #hero-knee .hero-overlay {
                    position: absolute;
                    inset: 0;
                    /* Gradient overlay using brand hues (with fallbacks) */
                    background: radial-gradient(1200px 600px at 10% 20%, rgba(0, 0, 0, 0.25), transparent 60%), linear-gradient(135deg, color-mix(in srgb, var(--dna-blue, #2e3192), transparent 30%) 0%, rgba(0, 0, 0, 0.35) 100%);
                    z-index: -1;
                }

                /* Badges */
                .hero-badge {
                    background: rgba(255, 255, 255, 0.16);
                    border: 1px solid rgba(255, 255, 255, 0.25);
                    color: #fff;
                    padding: 0.35rem 0.65rem;
                    border-radius: 999px;
                    font-weight: 600;
                    font-size: 0.9rem;
                    display: inline-flex;
                    align-items: center;
                    gap: 0.4rem;
                }

                /* Lead Card */
                .lead-card {
                    border-radius: 1rem;
                    backdrop-filter: blur(6px);
                    background: #fff;
                }

                /* Primary CTA button with gradient brand colors */
                .btn-book-hero {
                    background: linear-gradient(135deg, var(--dna-blue, #2e3192), var(--dna-green, #33c357));
                    color: #fff;
                    border: 0;
                    border-radius: 0.85rem;
                    padding: 0.85rem 1.2rem;
                    font-weight: 700;
                    box-shadow: 0 14px 40px -12px rgba(46, 49, 146, 0.5);
                }
                .btn-book-hero:hover {
                    filter: brightness(0.95);
                    color: #fff;
                }

                .btn-whatsapp {
                    background: var(--dna-green, #33c357);
                    color: #fff;
                    border: 0;
                    border-radius: 0.85rem;
                }
                .btn-whatsapp:hover {
                    filter: brightness(0.95);
                    color: #fff;
                }

                /* Form controls */
                .lead-card .form-control {
                    border-radius: 0.75rem;
                    padding: 0.75rem 1rem;
                    border: 1px solid #e5e7eb;
                }
                .lead-card .form-control:focus {
                    border-color: color-mix(in srgb, var(--dna-blue, #2e3192) 60%, #ffffff 40%);
                    box-shadow: 0 0 0 0.25rem rgba(46, 49, 146, 0.15);
                }

                /* Small tweaks on smaller screens */
                @media (max-width: 991.98px) {
                    #hero-knee {
                        padding: 80px 0 48px;
                    }
                }
            
            
            
                /* ===== ABOUT SECTION STYLES ===== */
                .about-section {
                    position: relative;
                    background-color: #f9fafb;
                }
                .about-section .section-subtitle {
                    display: inline-block;
                    text-transform: uppercase;
                    font-weight: 700;
                    color: var(--dna-blue, #2e3192);
                    letter-spacing: 1px;
                }
                .text-gradient {
                    background: linear-gradient(135deg, var(--dna-blue, #2e3192), var(--dna-green, #33c357));
                    -webkit-background-clip: text;
                    -webkit-text-fill-color: transparent;
                }
                .about-img {
                    position: relative;
                    max-width: 420px;
                    margin-inline: auto;
                }
                .about-img img {
                    border-radius: 1.25rem;
                    object-fit: cover;
                }
                .experience-badge {
                    position: absolute;
                    bottom: 20px;
                    left: 20px;
                    background: linear-gradient(135deg, var(--dna-blue, #2e3192), var(--dna-green, #33c357));
                    padding: 14px 18px;
                    border-radius: 1rem;
                    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
                    width: 120px;
                }

                .btn-book-about {
                    background: linear-gradient(135deg, var(--dna-blue, #2e3192), var(--dna-green, #33c357));
                    color: #fff;
                    border: 0;
                    border-radius: 0.75rem;
                    padding: 0.8rem 1.4rem;
                    font-weight: 600;
                    box-shadow: 0 10px 28px -10px rgba(46, 49, 146, 0.4);
                }
                .btn-book-about:hover {
                    filter: brightness(0.95);
                    color: #fff;
                }

                @media (max-width: 991.98px) {
                    .about-img {
                        max-width: 300px;
                    }
                    .experience-badge {
                        bottom: 10px;
                        left: 10px;
                        padding: 10px 14px;
                        width: 100px;
                    }
                }
            
            
                /* ===== TYPES OF KNEE REPLACEMENT STYLES ===== */
                .knee-types-section {
                    background: #ffffff;
                }

                .section-subtitle {
                    display: inline-block;
                    font-weight: 700;
                    color: var(--dna-blue, #2e3192);
                    text-transform: uppercase;
                    letter-spacing: 1px;
                }

                .knee-card {
                    transition: all 0.35s ease;
                    background-color: #f9fafc;
                    border: 1px solid #e5e7eb;
                }
                .knee-card:hover {
                    background: #fff;
                    transform: translateY(-6px);
                    box-shadow: 0 12px 28px -12px rgba(46, 49, 146, 0.2);
                }

                .icon-wrap {
                    display: inline-flex;
                    justify-content: center;
                    align-items: center;
                    width: 70px;
                    height: 70px;
                    border-radius: 50%;
                    background: linear-gradient(135deg, var(--dna-blue, #2e3192), var(--dna-green, #33c357));
                    color: #fff;
                    font-size: 2rem;
                    box-shadow: 0 8px 20px -8px rgba(46, 49, 146, 0.4);
                }

                .btn-book-types {
                    background: linear-gradient(135deg, var(--dna-blue, #2e3192), var(--dna-green, #33c357));
                    color: #fff;
                    border: 0;
                    border-radius: 0.75rem;
                    padding: 0.8rem 1.4rem;
                    font-weight: 600;
                    box-shadow: 0 10px 28px -10px rgba(46, 49, 146, 0.4);
                }
                .btn-book-types:hover {
                    filter: brightness(0.95);
                    color: #fff;
                }

                @media (max-width: 991.98px) {
                    .knee-card {
                        padding: 2rem 1.5rem;
                    }
                }
            
            
            
                /* ===== WHY CHOOSE SECTION STYLES ===== */
                .why-choose-section {
                    background: linear-gradient(135deg, var(--dna-blue, #2e3192), var(--dna-green, #33c357));
                    color: #fff;
                }

                .why-choose-section .section-subtitle {
                    display: inline-block;
                    font-weight: 700;
                    color: #ffffffcc;
                    text-transform: uppercase;
                    letter-spacing: 1px;
                }

                .feature-card {
                    background: rgba(255, 255, 255, 0.08);
                    border-radius: 1rem;
                    backdrop-filter: blur(8px);
                    transition: all 0.35s ease;
                }
                .feature-card:hover {
                    background: rgba(255, 255, 255, 0.15);
                    transform: translateY(-6px);
                }

                .feature-card .icon-wrap {
                    width: 70px;
                    height: 70px;
                    margin-inline: auto;
                    background: #fff;
                    color: var(--dna-blue, #2e3192);
                    border-radius: 50%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    font-size: 2rem;
                    box-shadow: 0 8px 18px -6px rgba(255, 255, 255, 0.3);
                }

                .stat-card h3 {
                    font-weight: 800;
                }

                .btn-book-why {
                    background: #fff;
                    color: var(--dna-blue, #2e3192);
                    border: 0;
                    border-radius: 0.75rem;
                    padding: 0.85rem 1.5rem;
                    font-weight: 600;
                    box-shadow: 0 10px 28px -10px rgba(0, 0, 0, 0.25);
                }
                .btn-book-why:hover {
                    background: #f5f5f5;
                    color: var(--dna-blue, #2e3192);
                }

                .btn-outline-light {
                    border-width: 2px;
                    color: #fff;
                    border-color: #fff;
                    border-radius: 0.75rem;
                }
                .btn-outline-light:hover {
                    background: #fff;
                    color: var(--dna-blue, #2e3192);
                }

                @media (max-width: 767.98px) {
                    .feature-card {
                        text-align: center;
                    }
                }
            


                /* ===== 2 LANDSCAPE VIDEO SECTION ===== */
                .landscape-video-section {
                    background: #f9fafb;
                    position: relative;
                    z-index: 1;
                }
                .landscape-video-section .land-subtitle {
                    text-transform: uppercase;
                    font-weight: 700;
                    color: var(--dna-blue, #2e3192);
                    letter-spacing: 1px;
                }
                .landscape-video-section .land-text-gradient {
                    background: linear-gradient(135deg, var(--dna-blue, #2e3192), var(--dna-green, #33c357));
                    -webkit-background-clip: text;
                    -webkit-text-fill-color: transparent;
                }

                /* Video wrapper */
                .landscape-video-section .video-wrapper {
                    position: relative;
                    border-radius: 1rem;
                    overflow: hidden;
                    background: #000;
                    box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.25);
                    transition: transform 0.4s ease, box-shadow 0.4s ease;
                }
                .landscape-video-section .video-wrapper:hover {
                    transform: translateY(-4px);
                    box-shadow: 0 20px 45px -15px rgba(0, 0, 0, 0.35);
                }
                .landscape-video-section .landscape-video {
                    width: 100%;
                    aspect-ratio: 16 / 9;
                    object-fit: cover;
                    display: block;
                    border: none;
                }

                /* Subtle overlay glow */
                .landscape-video-section .video-wrapper::after {
                    content: "";
                    position: absolute;
                    inset: 0;
                    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.06), transparent 70%);
                    pointer-events: none;
                }

                /* Responsive tweaks */
                @media (max-width: 991.98px) {
                    .landscape-video-section .video-wrapper {
                        max-width: 100%;
                    }
                }
            
            
                /* ====== KNEE PROCEDURE (Namespaced styles) ====== */
                .knee-procedure-section {
                    background-color: #f9fafb;
                    position: relative;
                    z-index: 1;
                }
                .knee-procedure-section .procedure-subtitle {
                    display: inline-block;
                    text-transform: uppercase;
                    font-weight: 700;
                    color: var(--dna-blue, #2e3192);
                    letter-spacing: 1px;
                }
                .knee-procedure-section .procedure-text-gradient {
                    background: linear-gradient(135deg, var(--dna-blue, #2e3192), var(--dna-green, #33c357));
                    -webkit-background-clip: text;
                    -webkit-text-fill-color: transparent;
                }
                .knee-procedure-section .procedure-img {
                    position: relative;
                    max-width: 450px;
                    margin-inline: auto;
                }
                .knee-procedure-section .procedure-img img {
                    border-radius: 1.25rem;
                    object-fit: cover;
                }
                .knee-procedure-section .procedure-step-badge {
                    position: absolute;
                    bottom: 20px;
                    left: 20px;
                    display: flex;
                    align-items: center;
                    gap: 0.5rem;
                    background: linear-gradient(135deg, var(--dna-blue, #2e3192), var(--dna-green, #33c357));
                    color: #fff;
                    padding: 10px 16px;
                    border-radius: 1rem;
                    font-weight: 600;
                    box-shadow: 0 8px 20px -6px rgba(0, 0, 0, 0.25);
                }
                .knee-procedure-section .procedure-step-badge i {
                    font-size: 1.25rem;
                }
                .knee-procedure-section .procedure-btn-primary {
                    background: linear-gradient(135deg, var(--dna-blue, #2e3192), var(--dna-green, #33c357));
                    color: #fff;
                    border: none;
                    border-radius: 0.75rem;
                    padding: 0.85rem 1.4rem;
                    font-weight: 600;
                    box-shadow: 0 10px 28px -10px rgba(46, 49, 146, 0.4);
                }
                .knee-procedure-section .procedure-btn-primary:hover {
                    filter: brightness(0.95);
                    color: #fff;
                }
                .knee-procedure-section .procedure-btn-outline {
                    border: 2px solid var(--dna-blue, #2e3192);
                    color: var(--dna-blue, #2e3192);
                    border-radius: 0.75rem;
                    padding: 0.85rem 1.4rem;
                    font-weight: 600;
                }
                .knee-procedure-section .procedure-btn-outline:hover {
                    background: var(--dna-blue, #2e3192);
                    color: #fff;
                }

                @media (max-width: 991.98px) {
                    .knee-procedure-section .procedure-img {
                        max-width: 320px;
                    }
                    .knee-procedure-section .procedure-step-badge {
                        bottom: 10px;
                        left: 10px;
                        padding: 8px 12px;
                        font-size: 0.9rem;
                    }
                }
            
            
            
                /* ===== CTA SECTION (Namespaced styles) ===== */
                .cta-section {
                    position: relative;
                    background-color: var(--dna-blue, #2e3192);
                    isolation: isolate;
                }
                .cta-section .cta-bg {
                    position: absolute;
                    inset: 0;
                    background: url("assets/knee-banner.jpg") center/cover no-repeat;
                    filter: brightness(0.4) saturate(1.2);
                    z-index: -2;
                }
                .cta-section .cta-overlay {
                    position: absolute;
                    inset: 0;
                    background: linear-gradient(135deg, rgba(46, 49, 146, 0.8), rgba(51, 195, 87, 0.6));
                    z-index: -1;
                }

                /* Buttons */
                .cta-section .cta-btn-primary {
                    background: linear-gradient(135deg, var(--dna-blue, #2e3192), var(--dna-green, #33c357));
                    color: #fff;
                    border: none;
                    border-radius: 0.85rem;
                    padding: 0.9rem 1.6rem;
                    font-weight: 600;
                    box-shadow: 0 10px 28px -10px rgba(46, 49, 146, 0.5);
                    transition: all 0.3s ease;
                }
                .cta-section .cta-btn-primary:hover {
                    filter: brightness(0.95);
                    color: #fff;
                }

                .cta-section .cta-btn-outline {
                    border: 2px solid #fff;
                    color: #fff;
                    border-radius: 0.85rem;
                    padding: 0.9rem 1.6rem;
                    font-weight: 600;
                    transition: all 0.3s ease;
                }
                .cta-section .cta-btn-outline:hover {
                    background: #fff;
                    color: var(--dna-blue, #2e3192);
                }

                .cta-section .cta-btn-whatsapp {
                    background: #25d366;
                    color: #fff;
                    border: none;
                    border-radius: 0.85rem;
                    padding: 0.9rem 1.6rem;
                    font-weight: 600;
                    transition: all 0.3s ease;
                    box-shadow: 0 10px 24px -10px rgba(37, 211, 102, 0.4);
                }
                .cta-section .cta-btn-whatsapp:hover {
                    filter: brightness(0.95);
                    color: #fff;
                }

                @media (max-width: 575.98px) {
                    .cta-section h2 {
                        font-size: 1.75rem;
                    }
                    .cta-section .btn {
                        width: 100%;
                        justify-content: center;
                    }
                }
            
            
            
                /* ===== VIDEO TESTIMONIAL SWIPER (Namespaced styles) ===== */
                .video-testimonials-section {
                    background: #f9fafb;
                    position: relative;
                    z-index: 1;
                }
                .video-testimonials-section .video-subtitle {
                    display: inline-block;
                    text-transform: uppercase;
                    font-weight: 700;
                    color: var(--dna-blue, #2e3192);
                    letter-spacing: 1px;
                }
                .video-testimonials-section .video-text-gradient {
                    background: linear-gradient(135deg, var(--dna-blue, #2e3192), var(--dna-green, #33c357));
                    -webkit-background-clip: text;
                    -webkit-text-fill-color: transparent;
                }

                /* Swiper Container */
                .video-testimonials-section .video-swiper {
                    padding-bottom: 60px;
                }
                .video-testimonials-section .swiper-slide {
                    display: flex;
                    justify-content: center;
                }
                .video-testimonials-section .video-card {
                    background: #000;
                    border-radius: 1rem;
                    overflow: hidden;
                    transition: all 0.3s ease;
                    width: 100%;
                    max-width: 280px;
                    box-shadow: 0 10px 25px -10px rgba(0, 0, 0, 0.25);
                }
                .video-testimonials-section .video-card:hover {
                    transform: translateY(-5px);
                    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.35);
                }
                .video-testimonials-section .testimonial-video {
                    width: 100%;
                    aspect-ratio: 9 / 16;
                    object-fit: cover;
                    display: block;
                    border: none;
                }

                /* Swiper Controls */
                .video-testimonials-section .swiper-button-prev,
                .video-testimonials-section .swiper-button-next {
                    color: var(--dna-blue, #2e3192);
                    transition: opacity 0.3s ease;
                }
                .video-testimonials-section .swiper-button-prev:hover,
                .video-testimonials-section .swiper-button-next:hover {
                    opacity: 0.7;
                }
                .video-testimonials-section .swiper-pagination-bullet-active {
                    background: var(--dna-blue, #2e3192);
                }

                /* CTA Buttons */
                .video-testimonials-section .video-btn-primary {
                    background: linear-gradient(135deg, var(--dna-blue, #2e3192), var(--dna-green, #33c357));
                    color: #fff;
                    border: 0;
                    border-radius: 0.75rem;
                    padding: 0.8rem 1.4rem;
                    font-weight: 600;
                    box-shadow: 0 10px 25px -10px rgba(46, 49, 146, 0.4);
                }
                .video-testimonials-section .video-btn-primary:hover {
                    filter: brightness(0.95);
                    color: #fff;
                }
                .video-testimonials-section .video-btn-whatsapp {
                    background: #25d366;
                    color: #fff;
                    border: 0;
                    border-radius: 0.75rem;
                    padding: 0.8rem 1.4rem;
                    font-weight: 600;
                    box-shadow: 0 10px 25px -10px rgba(37, 211, 102, 0.4);
                }
                .video-testimonials-section .video-btn-whatsapp:hover {
                    filter: brightness(0.95);
                    color: #fff;
                }
            
            
            
            
                /* ===== PATIENT TESTIMONIAL (Google Reviews) ===== */
                .patient-reviews-section {
                    background: #ffffff;
                    position: relative;
                    z-index: 1;
                }
                .patient-reviews-section .review-subtitle {
                    text-transform: uppercase;
                    font-weight: 700;
                    color: var(--dna-blue, #2e3192);
                    letter-spacing: 1px;
                }
                .patient-reviews-section .review-text-gradient {
                    background: linear-gradient(135deg, var(--dna-blue, #2e3192), var(--dna-green, #33c357));
                    -webkit-background-clip: text;
                    -webkit-text-fill-color: transparent;
                }

                /* Google Trusted Badge */
                .patient-reviews-section .google-trust-badge {
                    display: inline-flex;
                    align-items: center;
                    gap: 0.6rem;
                    background: #f9fafb;
                    border: 1px solid #e0e0e0;
                    padding: 0.4rem 0.9rem;
                    border-radius: 999px;
                    box-shadow: 0 4px 10px -4px rgba(0, 0, 0, 0.1);
                }
                .patient-reviews-section .google-trust-badge .google-icon {
                    width: 22px;
                    height: 22px;
                }

                /* Review Cards */
                .patient-reviews-section .review-card {
                    background: #f9fafc;
                    border-radius: 1rem;
                    padding: 1.5rem;
                    box-shadow: 0 8px 18px -8px rgba(0, 0, 0, 0.1);
                    transition: all 0.3s ease;
                }
                .patient-reviews-section .review-card:hover {
                    transform: translateY(-5px);
                    box-shadow: 0 12px 28px -10px rgba(0, 0, 0, 0.15);
                }
                .patient-reviews-section .review-avatar {
                    width: 45px;
                    height: 45px;
                    border-radius: 50%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    font-size: 1rem;
                }

                /* Buttons */
                .patient-reviews-section .review-btn-primary {
                    background: linear-gradient(135deg, var(--dna-blue, #2e3192), var(--dna-green, #33c357));
                    color: #fff;
                    border: 0;
                    border-radius: 0.75rem;
                    padding: 0.8rem 1.4rem;
                    font-weight: 600;
                    box-shadow: 0 10px 25px -10px rgba(46, 49, 146, 0.4);
                }
                .patient-reviews-section .review-btn-primary:hover {
                    filter: brightness(0.95);
                    color: #fff;
                }
                .patient-reviews-section .review-btn-outline {
                    border: 2px solid var(--dna-blue, #2e3192);
                    color: var(--dna-blue, #2e3192);
                    border-radius: 0.75rem;
                    padding: 0.8rem 1.4rem;
                    font-weight: 600;
                }
                .patient-reviews-section .review-btn-outline:hover {
                    background: var(--dna-blue, #2e3192);
                    color: #fff;
                }
            
            
             
                /* ===== DIAGNOSTIC TESTS SECTION ===== */
                .diagnostic-section {
                    background: #f9fafb;
                    position: relative;
                    z-index: 1;
                }
                .diagnostic-section .diag-subtitle {
                    text-transform: uppercase;
                    font-weight: 700;
                    color: var(--dna-blue, #2e3192);
                    letter-spacing: 1px;
                }
                .diagnostic-section .diag-text-gradient {
                    background: linear-gradient(135deg, var(--dna-blue, #2e3192), var(--dna-green, #33c357));
                    -webkit-background-clip: text;
                    -webkit-text-fill-color: transparent;
                }

                /* List Styling */
                .diagnostic-section .diag-list {
                    list-style: none;
                    padding: 0;
                    margin: 0;
                }
                .diagnostic-section .diag-list li {
                    display: flex;
                    align-items: center;
                    gap: 0.6rem;
                    background: #fff;
                    border: 1px solid #e5e7eb;
                    border-radius: 0.75rem;
                    padding: 0.7rem 1rem;
                    margin-bottom: 0.6rem;
                    font-weight: 500;
                    color: #444;
                    box-shadow: 0 4px 12px -6px rgba(0, 0, 0, 0.1);
                    transition: all 0.25s ease;
                }
                .diagnostic-section .diag-list li:hover {
                    background: #eefbf0;
                    border-color: var(--dna-green, #33c357);
                    transform: translateX(4px);
                }
                .diagnostic-section .diag-list li i {
                    font-size: 1.1rem;
                    color: var(--dna-green, #33c357);
                }

                /* Image + Badge */
                .diagnostic-section .diag-img {
                    position: relative;
                    max-width: 420px;
                    margin-inline: auto;
                }
                .diagnostic-section .diag-img img {
                    border-radius: 1.25rem;
                    object-fit: cover;
                }
                .diagnostic-section .diag-badge {
                    position: absolute;
                    bottom: 20px;
                    left: 20px;
                    background: linear-gradient(135deg, var(--dna-blue, #2e3192), var(--dna-green, #33c357));
                    color: #fff;
                    display: flex;
                    align-items: center;
                    gap: 0.4rem;
                    padding: 10px 16px;
                    border-radius: 0.85rem;
                    font-weight: 600;
                    font-size: 0.9rem;
                    box-shadow: 0 8px 20px -8px rgba(0, 0, 0, 0.25);
                }

                /* Buttons */
                .diagnostic-section .diag-btn-primary {
                    background: linear-gradient(135deg, var(--dna-blue, #2e3192), var(--dna-green, #33c357));
                    color: #fff;
                    border: 0;
                    border-radius: 0.75rem;
                    padding: 0.8rem 1.4rem;
                    font-weight: 600;
                    box-shadow: 0 10px 25px -10px rgba(46, 49, 146, 0.4);
                }
                .diagnostic-section .diag-btn-primary:hover {
                    filter: brightness(0.95);
                    color: #fff;
                }
                .diagnostic-section .diag-btn-outline {
                    border: 2px solid var(--dna-blue, #2e3192);
                    color: var(--dna-blue, #2e3192);
                    border-radius: 0.75rem;
                    padding: 0.8rem 1.4rem;
                    font-weight: 600;
                }
                .diagnostic-section .diag-btn-outline:hover {
                    background: var(--dna-blue, #2e3192);
                    color: #fff;
                }

                /* Responsive Tweaks */
                @media (max-width: 991.98px) {
                    .diagnostic-section .diag-img {
                        max-width: 320px;
                    }
                    .diagnostic-section .diag-badge {
                        bottom: 10px;
                        left: 10px;
                        font-size: 0.8rem;
                        padding: 8px 12px;
                    }
                }
            
             
                /* ===== FAQ SECTION (Namespaced styles) ===== */
                .faq-section {
                    background: #ffffff;
                    position: relative;
                    z-index: 1;
                }
                .faq-section .faq-subtitle {
                    text-transform: uppercase;
                    font-weight: 700;
                    color: var(--dna-blue, #2e3192);
                    letter-spacing: 1px;
                }
                .faq-section .faq-text-gradient {
                    background: linear-gradient(135deg, var(--dna-blue, #2e3192), var(--dna-green, #33c357));
                    -webkit-background-clip: text;
                    -webkit-text-fill-color: transparent;
                }

                /* Accordion Styles */
                .faq-section .faq-accordion {
                    max-width: 850px;
                }
                .faq-section .accordion-item {
                    border: 1px solid #e5e7eb;
                    border-radius: 0.75rem !important;
                    margin-bottom: 1rem;
                    overflow: hidden;
                    box-shadow: 0 4px 16px -6px rgba(0, 0, 0, 0.05);
                }
                .faq-section .accordion-button {
                    background: #f9fafb;
                    color: var(--dna-blue, #2e3192);
                    font-weight: 600;
                    border: none;
                    box-shadow: none !important;
                    transition: all 0.3s ease;
                }
                .faq-section .accordion-button:not(.collapsed) {
                    background: linear-gradient(135deg, var(--dna-blue, #2e3192), var(--dna-green, #33c357));
                    color: #fff;
                }
                .faq-section .accordion-button::after {
                    filter: invert(36%) sepia(56%) saturate(500%) hue-rotate(180deg) brightness(90%);
                }
                .faq-section .accordion-body {
                    background: #fff;
                    color: #444;
                    font-size: 1rem;
                    line-height: 1.6;
                }

                /* Buttons */
                .faq-section .faq-btn-primary {
                    background: linear-gradient(135deg, var(--dna-blue, #2e3192), var(--dna-green, #33c357));
                    color: #fff;
                    border: 0;
                    border-radius: 0.75rem;
                    padding: 0.8rem 1.4rem;
                    font-weight: 600;
                    box-shadow: 0 10px 25px -10px rgba(46, 49, 146, 0.4);
                }
                .faq-section .faq-btn-primary:hover {
                    filter: brightness(0.95);
                    color: #fff;
                }
                .faq-section .faq-btn-outline {
                    border: 2px solid var(--dna-blue, #2e3192);
                    color: var(--dna-blue, #2e3192);
                    border-radius: 0.75rem;
                    padding: 0.8rem 1.4rem;
                    font-weight: 600;
                }
                .faq-section .faq-btn-outline:hover {
                    background: var(--dna-blue, #2e3192);
                    color: #fff;
                }
            
            
            
                /* ===== FLOATING ACTION BUTTONS (Namespaced styles) ===== */
                .floating-cta-group {
                    position: fixed;
                    bottom: 22px;
                    right: 22px;
                    display: flex;
                    flex-direction: column;
                    align-items: flex-end;
                    gap: 12px;
                    z-index: 1050;
                }

                .floating-cta-group .floating-btn {
                    width: 52px;
                    height: 52px;
                    border-radius: 50%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    color: #fff;
                    font-size: 1.4rem;
                    text-decoration: none;
                    box-shadow: 0 6px 18px -6px rgba(0, 0, 0, 0.35);
                    transition: all 0.3s ease;
                    position: relative;
                }

                .floating-cta-group .floating-btn:hover {
                    transform: translateY(-3px);
                    box-shadow: 0 10px 28px -8px rgba(0, 0, 0, 0.4);
                    text-decoration: none;
                    color: #fff;
                }

                /* WhatsApp */
                .floating-cta-group .whatsapp-btn {
                    background: #25d366;
                }

                /* Call */
                .floating-cta-group .call-btn {
                    background: var(--dna-blue, #2e3192);
                }

                /* Form (Book Appointment) */
                .floating-cta-group .form-btn {
                    background: var(--dna-green, #33c357);
                }

                /* Tooltip (on hover) */
                .floating-cta-group .floating-btn::after {
                    content: attr(title);
                    position: absolute;
                    right: 60px;
                    white-space: nowrap;
                    background: #111;
                    color: #fff;
                    font-size: 0.75rem;
                    padding: 4px 8px;
                    border-radius: 6px;
                    opacity: 0;
                    transform: translateX(10px);
                    pointer-events: none;
                    transition: all 0.2s ease;
                }
                .floating-cta-group .floating-btn:hover::after {
                    opacity: 1;
                    transform: translateX(0);
                }

                /* Mobile adjustments */
                @media (max-width: 575.98px) {
                    .floating-cta-group {
                        bottom: 16px;
                        right: 16px;
                        gap: 10px;
                    }
                    .floating-cta-group .floating-btn {
                        width: 48px;
                        height: 48px;
                        font-size: 1.2rem;
                    }
                }
            
            
            
            /* ===== MINIMALISTIC FOOTER ===== */
            .dna-footer {
                background: #010027;
                color: #fff;
                font-size: 0.95rem;
                position: relative;
                z-index: 1;
            }
            .dna-footer .footer-logo img {
                height: 80px;
            }
            .dna-footer .footer-divider {
                border-color: rgba(255, 255, 255, 0.1);
                margin-top: 1.5rem;
                margin-bottom: 1rem;
            }
            .dna-footer .footer-social i {
                font-size: 1.1rem;
                transition: color 0.3s ease;
            }
            .dna-footer .footer-social i:hover {
                color: #6b8d42 !important;
            }

            /* Responsive */
            @media (max-width: 767.98px) {
                .dna-footer {
                    text-align: center;
                }
                .dna-footer .footer-logo {
                    justify-content: center;
                }
            }
            
            
                        /* Custom call button styling */
.btn-outline-primary {
      color: #ffffff;
    border: 2px solid #6B8D42;
    font-weight: 600;
    border-radius: 50px;
    padding: 0.6rem 1.4rem;
    transition: all 0.3s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #2e3192;
}

.btn-outline-primary i {
  font-size: 1.1rem;
  transition: transform 0.2s ease;
}

/* Hover & focus effects */
.btn-outline-primary:hover,
.btn-outline-primary:focus {
  background-color: #6B8D42;
  color: #fff !important;
  border-color: #6B8D42;
  transform: translateY(-1px);
}

.btn-outline-primary:hover i {
  transform: scale(1.2);
}

/* Optional: dark mode contrast if background is dark (#010027) */
.dark-background .btn-outline-primary {
  color: #fff;
  border-color: #6B8D42;
}

.dark-background .btn-outline-primary:hover {
  background-color: #6B8D42;
  color: #fff;
}
        
        
        
        .rem1{
            font-size:1rem!important;
        }