
        /* =====================================================
           ROOT
        ====================================================== */

        :root {

            --navy: #142542;

            --navy-light: #1d3554;

            --green: #6d9617;

            --green-dark: #557800;

            --green-light: #edf5df;

            --cream: #f7f9f5;

            --text: #27323a;

            --muted: #6f7880;

            --border: #e3e9e3;

            --white: #ffffff;

        }


     


        /* =====================================================
           INTRO SECTION
        ====================================================== */

        .intro-section {

            padding: 110px 0;

            background: #ffffff;

        }


        .intro-left {

            padding-right: 55px;

        }


        .section-label {

            color: var(--green-dark);

            text-transform: uppercase;

            font-size: 10px;

            font-weight: 800;

            letter-spacing: 2px;

            margin-bottom: 14px;

        }


        .intro-left h2 {

            color: var(--navy);

            font-size: 42px;

            line-height: 1.2;

            font-weight: 800;

            margin-bottom: 25px;

        }


        .intro-left h2 span {

            color: var(--green);

        }


        .intro-left p {

            color: var(--muted);

            font-size: 14px;

            line-height: 1.9;

            margin-bottom: 17px;

        }


        .intro-image {

            position: relative;

        }


        .intro-image img {

            width: 100%;

            height: 500px;

            object-fit: cover;

        }


        .intro-card {

            position: absolute;

            bottom: -30px;

            left: -30px;

            width: 250px;

            background: var(--navy);

            color: #ffffff;

            padding: 28px;

            box-shadow: 0 20px 45px rgba(0, 0, 0, .18);

        }


        .intro-card i {

            color: #a6c653;

            font-size: 28px;

            display: block;

            margin-bottom: 14px;

        }


        .intro-card strong {

            font-size: 14px;

            line-height: 1.6;

            display: block;

        }



        /* =====================================================
           WHO CAN USE
        ====================================================== */

        .eligibility-section {

            padding: 110px 0;

            background: var(--cream);

        }


        .section-heading {

            max-width: 700px;

            margin: 0 auto 55px;

            text-align: center;

        }


        .section-heading h2 {

            color: var(--navy);

            font-size: 42px;

            font-weight: 800;

            line-height: 1.2;

            margin-bottom: 15px;

        }


        .section-heading h2 span {

            color: var(--green);

        }


        .section-heading p {

            color: var(--muted);

            font-size: 14px;

            line-height: 1.8;

        }


        .eligibility-card {

            height: 100%;

            background: #ffffff;

            padding: 30px;

            border: 1px solid var(--border);

            transition: .35s;

            position: relative;

            overflow: hidden;

        }


        .eligibility-card::after {

            content: "";

            position: absolute;

            width: 70px;

            height: 70px;

            border-radius: 50%;

            background: var(--green-light);

            right: -25px;

            top: -25px;

            transition: .35s;

        }


        .eligibility-card:hover {

            transform: translateY(-8px);

            box-shadow: 0 18px 45px rgba(20, 37, 66, .1);

            border-color: var(--green);

        }


        .eligibility-card:hover::after {

            transform: scale(2.5);

        }


        .eligibility-icon {

            width: 50px;

            height: 50px;

            background: var(--green-light);

            color: var(--green-dark);

            display: flex;

            align-items: center;

            justify-content: center;

            font-size: 22px;

            margin-bottom: 22px;

            position: relative;

            z-index: 2;

        }


        .eligibility-card h3 {

            color: var(--navy);

            font-size: 14px;

            line-height: 1.5;

            position: relative;

            z-index: 2;

        }



        /* =====================================================
           SERVICES
        ====================================================== */

        .services-section {

            padding: 115px 0;

            background: var(--navy);

            position: relative;

            overflow: hidden;

        }


        .services-section::before {

            content: "";

            position: absolute;

            width: 650px;

            height: 650px;

            border: 1px solid rgba(255, 255, 255, .06);

            border-radius: 50%;

            left: -350px;

            bottom: -300px;

        }


        .services-heading {

            position: relative;

            z-index: 2;

            margin-bottom: 60px;

        }


        .services-heading .section-label {

            color: #a8c75d;

        }


        .services-heading h2 {

            color: #ffffff;

            font-size: 42px;

            font-weight: 800;

        }


        .services-heading h2 span {

            color: #9fc14d;

        }


        .service-item {

            position: relative;

            z-index: 2;

            min-height: 250px;

            border: 1px solid rgba(255, 255, 255, .12);

            padding: 35px;

            transition: .35s;

        }


        .service-item:hover {

            background: var(--green);

            border-color: var(--green);

            transform: translateY(-8px);

        }


        .service-number {

            color: rgba(255, 255, 255, .18);

            font-size: 40px;

            font-weight: 800;

            margin-bottom: 15px;

        }


        .service-item i {

            color: #a8c75d;

            font-size: 28px;

            display: block;

            margin-bottom: 20px;

        }


        .service-item:hover i {

            color: #ffffff;

        }


        .service-item h3 {

            color: #ffffff;

            font-size: 15px;

            font-weight: 700;

            line-height: 1.5;

        }



        /* =====================================================
           BENEFITS
        ====================================================== */

        .benefits-section {

            padding: 115px 0;

            background: #ffffff;

        }


        .benefit-image {

            position: relative;

        }


        .benefit-image img {

            width: 100%;

            height: 540px;

            object-fit: cover;

        }


        .benefit-tag {

            position: absolute;

            top: 30px;

            left: 30px;

            background: var(--green);

            color: #ffffff;

            padding: 20px 25px;

            font-size: 12px;

            font-weight: 700;

        }


        .benefit-content {

            padding-left: 60px;

        }


        .benefit-content h2 {

            color: var(--navy);

            font-size: 42px;

            font-weight: 800;

            line-height: 1.2;

            margin-bottom: 30px;

        }


        .benefit-content h2 span {

            color: var(--green);

        }


        .benefit-row {

            display: flex;

            align-items: center;

            gap: 16px;

            padding: 18px 0;

            border-bottom: 1px solid var(--border);

        }


        .benefit-icon {

            width: 38px;

            height: 38px;

            border-radius: 50%;

            background: var(--green-light);

            color: var(--green-dark);

            display: flex;

            align-items: center;

            justify-content: center;

            flex-shrink: 0;

        }


        .benefit-row span {

            color: var(--navy);

            font-size: 14px;

            font-weight: 600;

        }



        /* =====================================================
           RESPONSIVE
        ====================================================== */

        @media(max-width: 991px) {


            .header-contact {

                display: none;

            }


            .navbar-nav {

                background: #ffffff;

                padding: 15px;

                box-shadow: 0 10px 30px rgba(0, 0, 0, .08);

            }


            .hero-content {

                min-height: auto;

                padding: 90px 0 50px;

            }


            .hero-images {

                height: 550px;

            }


            .intro-left {

                padding-right: 0;

                margin-bottom: 60px;

            }


            .benefit-content {

                padding-left: 0;

                margin-top: 60px;

            }


  

        }


        @media(max-width: 767px) {


            .hero-content h1 {

                font-size: 40px;

            }


            .hero-images {

                height: 440px;

            }


            .hero-image-main,

            .hero-outline {

                width: 85%;

                height: 75%;

            }


            .hero-image-small {

                width: 48%;

                height: 35%;

            }


            .hero-badge {

                padding: 17px;

                width: 170px;

            }


            .intro-section,

            .eligibility-section,

            .services-section,

            .benefits-section {

                padding: 75px 0;

            }


            .intro-left h2,

            .section-heading h2,

            .services-heading h2,

            .benefit-content h2 {

                font-size: 32px;

            }


            .intro-image img,

            .benefit-image img {

                height: 400px;

            }


            .intro-card {

                left: 10px;

                bottom: -25px;

            }


        }
