 :root {
            --primary: #0a2540;
            --secondary: #00c8ff;
            --accent: #6e4dff;
            --light-bg: #f4f7fb;
        }
        * { 
            scroll-behavior: smooth; 
            box-sizing: border-box;
        }
        body { 
            font-family: 'Inter', system-ui, sans-serif; 
            background: var(--light-bg); 
            color: #1a2634; 
            margin: 0;
            padding: 0;
            overflow-x: hidden;
        }

        @media screen and (max-width: 768px) {
              #home h4{
            line-height: 1.8;
        }

              #home .pok{
            font-size: 17px !important;
        }

        #stats .stat-number{
            font-size: 1.2rem !important;
        }

        #stats .card{
            padding: 20px 10px !important;
        }

        .btn-cta{
            font-size: 1.1rem !important;
        }

        #overview h5{
            line-height: 1.6 !important;
        }

        .callaction h2{
            line-height: 1.6;
        }

        .service-card h2,h5, h4{
            line-height: 1.6;
        }

        }

      

        /* FIXED NAVBAR */
        .navbar {
            background: rgba(255,255,255,0.98);
            backdrop-filter: blur(15px);
            box-shadow: 0 4px 25px rgba(0,0,0,0.08);
        }
        .navbar .container-fluid {
            max-width: 100%;
            padding-left: 15px;
            padding-right: 15px;
        }
        .navbar-brand img { height: 52px; }
        .nav-link {
            color: #1a2634 !important;
            font-weight: 500;
            padding: 12px 18px;
        }
        .nav-link:hover, .nav-link.active { color: var(--secondary) !important; }

        /* Hero */
        .hero {
            background: linear-gradient(135deg, #0a2540 0%, #1e3a6e 100%);
            min-height: 100vh;
            display: flex;
            align-items: center;
            color: white;
            padding-top: 120px;
            padding-bottom: 40px;
        }
        .hero h1 {
            font-size: clamp(2.2rem, 6vw, 3.5rem);
            font-weight: 700;
            line-height: 1.35;
            padding-top: 15px;
        }

        .btn-cta {
            background: linear-gradient(90deg, var(--secondary), var(--accent));
            border: none;
            padding: 16px 40px;
            font-weight: 600;
            border-radius: 50px;
            color: white;
            transition: all 0.4s;
        }
        .btn-cta:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 40px rgba(0,200,255,0.5);
        }

        /* Slider */
        .hero-slider {
            height: 460px;
            border-radius: 24px;
            overflow: hidden;
            box-shadow: 0 25px 70px rgba(0,0,0,0.35);
        }
        @media (max-width: 992px) {
            .hero-slider { height: 380px; margin-top: 0px; }
        }
        .slider-container {
            display: flex;
            width: 300%;
            height: 100%;
            transition: transform 0.8s ease-in-out;
        }
        .slider-image {
            width: 33.33%;
            height: 100%;
            background-size: cover;
            background-position: center;
            flex-shrink: 0;
        }

        .section { padding: 45px 0; }
        .section-heading { font-size: clamp(1.8rem, 5vw, 2.1rem); font-weight: 700; line-height: 1.35; color: var(--primary); }
        
        .card {
            background: white;
            border-radius: 24px;
            box-shadow: 0 10px 40px rgba(0,0,0,0.07);
            transition: all 0.4s;
        }
        .card:hover { transform: translateY(-15px); box-shadow: 0 25px 50px rgba(110,77,255,0.15); }


        #how {
    background: linear-gradient(135deg, #0a2540 0%, #1e3a6e 100%);
    color: white;
    position: relative;
    overflow: hidden;
}


#how .section-heading {
    color: white;
}


    /* ==================== STATS SECTION - COLORFUL & PREMIUM ==================== */
#stats {
    background: linear-gradient(135deg, #0a2540 0%, #1e3a6e 100%);
    color: white;
    position: relative;
    overflow: hidden;
}

#stats .section-heading {
    color: white;
}

#overview .overviewchild {
    background: linear-gradient(135deg, #0a2540 0%, #1e3a6e 100%);
    padding: 49px 57px !important;
}

#overview .overviewchild h3{
    color: #00c8ff;
    line-height: 1.6;
}

#stats .stat-number {
    font-size: 2.2rem;
    font-weight: 700;
    background: linear-gradient(90deg, #00c8ff, #6e4dff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 8px;
}

#stats p {
    color: #fff;
}

#stats .card {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(0, 200, 255, 0.2);
    border-radius: 20px;
    padding: 30px 20px;
    transition: all 0.4s ease;
    backdrop-filter: blur(10px);
}

#stats .card:hover {
    transform: translateY(-12px);
    background: rgba(255,255,255,0.12);
    border-color: var(--secondary);
    box-shadow: 0 20px 40px rgba(0, 200, 255, 0.15);
}

#services .card{
    background: #1a3563 !important;
}

#services .card h4{
    color: #00c8ff !important;
}

#services .card p{
    color: #fff !important;
}

/* ==================== FOOTER - PREMIUM LOOK ==================== */
footer {
    background: linear-gradient(135deg, #0a2540, #1e3a6e);
    color: #e0f0ff;
    padding: 31px 0 20px;
    position: relative;
}

footer .container {
    max-width: 1200px;
}

footer p {
    margin-bottom: 8px;
}

footer .fs-5 {
    font-size: 1.35rem;
    font-weight: 600;
    color: #ffffff;
}

footer .small {
    opacity: 0.85;
    font-size: 0.95rem;
}

/* Extra touch - subtle divider */
footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0,200,255,0.3), transparent);
}

   .disclaimer {
            background: #fff3cd;
/*            border-left: 6px solid #ffc107;*/
            padding: 30px;
/*            border-radius: 12px;*/
        }

        .disclaimer h5{
            margin-bottom: 15px;
        }