 :root {
            --navkis-primary: #0B002A;
            --navkis-primary-light: #1a0f3a;
            --navkis-gold: #C9A03D;
            --navkis-gold-dark: #b58b2c;
            --navkis-cream: #F9F6F0;
            --navkis-dark: #1A1A2E;
            --navkis-gray: #6B6B6B;
            --navkis-footer: #050018;
            --white: #FFFFFF;
        }

        * { margin: 0; padding: 0; box-sizing: border-box; }
        body { font-family: 'Poppins', sans-serif; overflow-x: hidden; color: var(--navkis-dark); background: var(--white); }
        h1, h2, h3, h4, .navbar-brand, .btn { font-family: 'Montserrat', sans-serif; }

        /* Header */
        .main-header {
            position: fixed;
            top: 0;
            width: 100%;
            background: transparent;
            background-color: white!important;
            padding: 12px 0;
            transition: all 0.4s ease;
            z-index: 1000;
        }
        .main-header.scrolled {
            background: white !important;
            backdrop-filter: blur(5px);
            padding: 6px 0;
            box-shadow: 0 5px 20px rgba(0,0,0,0.2);
        }
        .navbar-brand img { height: 50px; transition: all 0.3s ease; }
        .nav-link {
            color: rgba(11, 0, 42, 0.98) !important;
            font-weight: 500;
            margin: 0 10px;
            transition: all 0.3s;
            font-size: 13px;
        }
        .nav-link:hover { color: var(--navkis-gold) !important; }
        .btn-admission {
            background: var(--navkis-gold);
            color: var(--navkis-primary) !important;
            border: none;
            padding: 8px 22px;
            border-radius: 30px;
            font-weight: 700;
            font-size: 13px;
            transition: all 0.3s;
        }
        .btn-admission:hover {
            background: var(--navkis-gold-dark);
            color: white !important;
            transform: translateY(-2px);
        }
        .btn-outline {
            border-radius: 30px;
            padding: 8px 22px;
            font-weight: 500;
            border: 1px solid rgba(255,255,255,0.3);
            color: white;
            background: transparent;
        }
        .btn-outline:hover { background: var(--navkis-gold); border-color: var(--navkis-gold); color: var(--navkis-primary); }

        /* Hero Section */
        .hero-section {
            min-height: 100vh;
            background: linear-gradient(135deg, #0B002A 0%, #1a0f3a 50%, #0f0525 100%);
            position: relative;
            display: flex;
            align-items: center;
            padding: 130px 0 70px;
        }
        .hero-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('https://images.unsplash.com/photo-1523050854058-8df90110c9f1?ixlib=rb-4.0.3&auto=format&fit=crop&w=1170&q=80') center/cover no-repeat;
            opacity: 0.04;
            pointer-events: none;
        }
        .hero-section h1 { font-size: 2.8rem; font-weight: 800; color: white; line-height: 1.2; }
        .hero-section .badge-steamed {
            background: rgba(201, 160, 61, 0.15);
            color: var(--navkis-gold);
            padding: 6px 18px;
            border-radius: 30px;
            font-size: 0.8rem;
            font-weight: 600;
            display: inline-block;
            margin-bottom: 20px;
            border: 1px solid rgba(201, 160, 61, 0.3);
        }
        .hero-section p { color: rgba(255,255,255,0.9); font-size: 0.95rem; }
        .hero-form-container {
            background: var(--white);
            border-radius: 20px;
            padding: 30px;
            box-shadow: 0 20px 40px rgba(0,0,0,0.2);
        }
        .form-control, .form-select {
            border-radius: 10px;
            padding: 10px 14px;
            border: 1px solid #e0d6d0;
            background: white;
            font-size: 14px;
        }
        .form-control:focus, .form-select:focus {
            border-color: var(--navkis-gold);
            box-shadow: 0 0 0 3px rgba(201, 160, 61, 0.2);
        }

        /* Section Headers */
        .section-header { text-align: center; margin-bottom: 50px; }
        .section-header h2 {
            font-size: 2.2rem;
            font-weight: 700;
            color: var(--navkis-primary);
            position: relative;
            display: inline-block;
        }
        .section-header h2:after {
            content: '';
            position: absolute;
            bottom: -12px;
            left: 50%;
            transform: translateX(-50%);
            width: 60px;
            height: 3px;
            background: var(--navkis-gold);
            border-radius: 2px;
        }
        .section-subtitle { color: var(--navkis-gray); max-width: 700px; margin: 20px auto 0; font-size: 0.95rem; }

        /* About Section */
        .about-section { padding: 70px 0; background: var(--navkis-cream); }
        .about-text { font-size: 0.95rem; line-height: 1.7; color: var(--navkis-gray); }
        .pillar-card {
            background: white;
            border-radius: 16px;
            padding: 20px;
            text-align: center;
            transition: all 0.3s;
            box-shadow: 0 5px 15px rgba(0,0,0,0.03);
            border: 1px solid #eee;
        }
        .pillar-card:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(0,0,0,0.08); }
        .pillar-card i { font-size: 38px; color: var(--navkis-gold); margin-bottom: 12px; }
        .pillar-card h5 { font-weight: 700; color: var(--navkis-primary); font-size: 1rem; }
        .pillar-card small { font-size: 0.75rem; color: var(--navkis-gray); }

        /* Award Section */
        .award-section {
            background: var(--navkis-primary);
            padding: 50px 0;
            color: white;
        }
        .award-badge {
            background: rgba(255,255,255,0.08);
            border-radius: 20px;
            padding: 25px;
            text-align: center;
            border: 1px solid rgba(201, 160, 61, 0.3);
        }
        .award-badge h3 { font-size: 2rem; font-weight: 700; color: var(--navkis-gold); }
        .award-badge p { font-size: 0.85rem; margin-bottom: 0; }

        /* Schools Section */
        .schools-section { padding: 70px 0; background: white; }
        .school-card {
            background: white;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 8px 20px rgba(0,0,0,0.06);
            transition: 0.3s;
            border: 1px solid #f0ebe5;
        }
        .school-card:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(0,0,0,0.1); }
        .school-card img { width: 100%; height: 180px; object-fit: cover; }
        .school-card-body { padding: 18px; }
        .school-card h5 { color: var(--navkis-primary); font-weight: 700; font-size: 1.1rem; margin-bottom: 8px; }
        .school-card p { font-size: 0.85rem; color: var(--navkis-gray); }

        /* Why Choose Section */
        .why-choose-section { padding: 70px 0; background: var(--navkis-cream); }
        .feature-card {
            background: white;
            border-radius: 16px;
            padding: 25px 20px;
            text-align: center;
            transition: all 0.3s;
            height: 100%;
            border: 1px solid #f0ebe5;
        }
        .feature-card i { font-size: 45px; color: var(--navkis-gold); margin-bottom: 18px; }
        .feature-card h5 { font-weight: 700; color: var(--navkis-primary); margin-bottom: 12px; font-size: 1rem; }
        .feature-card p { font-size: 0.85rem; color: var(--navkis-gray); margin-bottom: 0; }

        /* Gallery */
        .gallery-section { padding: 70px 0; background: white; }
        .gallery-item {
            border-radius: 12px;
            overflow: hidden;
            position: relative;
            cursor: pointer;
        }
        .gallery-item img { width: 100%; height: 220px; object-fit: cover; transition: 0.4s; }
        .gallery-item:hover img { transform: scale(1.05); }

        /* Testimonials */
        .testimonials-section { padding: 70px 0; background: var(--navkis-cream); }
        .testimonial-card {
            background: white;
            border-radius: 16px;
            padding: 25px;
            margin: 15px;
            box-shadow: 0 8px 20px rgba(0,0,0,0.05);
            border: 1px solid #f0ebe5;
        }
        .testimonial-card p { font-style: italic; color: var(--navkis-gray); line-height: 1.6; font-size: 0.9rem; }
        .testimonial-author { margin-top: 18px; padding-top: 12px; border-top: 1px solid #eee; }
        .testimonial-author h6 { font-weight: 700; color: var(--navkis-primary); margin-bottom: 3px; font-size: 0.9rem; }
        .testimonial-author small { font-size: 0.75rem; color: var(--navkis-gray); }

        /* Contact */
        .contact-section { padding: 70px 0; background: white; }

        /* Footer */
        .footer {
            background: var(--navkis-footer);
            color: #aaa;
            padding: 50px 0 20px;
        }
        .footer h5 { color: var(--navkis-gold); margin-bottom: 18px; font-size: 1rem; }
        .footer-links { list-style: none; padding: 0; }
        .footer-links li { margin-bottom: 8px; }
        .footer-links a { color: #aaa; text-decoration: none; transition: 0.3s; font-size: 0.85rem; }
        .footer-links a:hover { color: var(--navkis-gold); }
        .footer-bottom {
            border-top: 1px solid rgba(255,255,255,0.1);
            margin-top: 35px;
            padding-top: 18px;
            text-align: center;
            font-size: 0.75rem;
        }
        .footer p { font-size: 0.85rem; line-height: 1.6; }

        /* Floating Buttons */
        .floating-contact-buttons {
            position: fixed;
            bottom: 20px;
            right: 20px;
            z-index: 999;
            display: flex;
            flex-direction: column;
            gap: 10px;
        }
        .enquiry-btn {
            position: fixed;
            bottom: 20px;
            left: 20px;
            z-index: 999;
            background: var(--navkis-gold);
            color: var(--navkis-primary);
            font-weight: 700;
            border: none;
            border-radius: 50px;
            padding: 10px 20px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.2);
        }
        .enquiry-btn:hover {
            background: var(--navkis-gold-dark);
            color: white;
        }
        .btn-whatsapp { background: #25D366; color: white; border-radius: 50px; padding: 10px 18px; }
        .btn-call { background: var(--navkis-primary); color: white; border-radius: 50px; padding: 10px 18px; }

        @media (max-width: 768px) {
            .hero-section { padding: 110px 0 40px; }
            .hero-section h1 { font-size: 1.6rem; }
            .hero-form-container { padding: 20px; margin-top: 25px; }
            .section-header h2 { font-size: 1.6rem; }
            .enquiry-btn { padding: 6px 15px; font-size: 0.75rem; bottom: 15px; left: 15px; }
            .floating-contact-buttons { bottom: 15px; right: 15px; }
            .floating-contact-buttons .btn { width: 38px; height: 38px; border-radius: 50%; padding: 0; }
            .floating-contact-buttons .btn span { display: none; }
        }