
        :root {

            --green: #6d9617;

            --green-dark: #527600;

            --green-light: #edf5df;

            --navy: #142542;

            --navy-light: #1c3554;

            --light-bg: #f5f8f6;

            --text: #263238;

            --muted: #6d747b;

            --border: #e2e9e4;

            --white: #ffffff;

        }


      
        .header-phone {

            display: flex;

            align-items: center;

            gap: 10px;

        }


        .phone-circle {

            width: 36px;

            height: 36px;

            border-radius: 50%;

            display: flex;

            align-items: center;

            justify-content: center;

            background: var(--green);

            color: #ffffff;

        }


        .phone-content small {

            display: block;

            font-size: 9px;

            color: #777777;

        }


        .phone-content strong {

            display: block;

            font-size: 11px;

            color: var(--navy);

        }



        /* =====================================================
           HERO
        ====================================================== */

        .annual-hero {

            min-height: 650px;

            background: var(--navy);

            position: relative;

            overflow: hidden;

            display: flex;

            align-items: center;

        }


        .annual-hero::before {

            content: "";

            position: absolute;

            width: 650px;

            height: 650px;

            border-radius: 50%;

            border: 1px solid rgba(255, 255, 255, .08);

            right: -270px;

            top: -220px;

        }


        .annual-hero::after {

            content: "";

            position: absolute;

            width: 300px;

            height: 300px;

            border-radius: 50%;

            background: rgba(109, 150, 23, .12);

            left: -180px;

            bottom: -160px;

        }


        .hero-content {

            position: relative;

            z-index: 5;

            padding: 80px 0;

        }


        .hero-tag {

            color: #a8c75d;

            font-size: 11px;

            font-weight: 700;

            text-transform: uppercase;

            letter-spacing: 2px;

            margin-bottom: 20px;

            display: flex;

            align-items: center;

            gap: 12px;

        }


        .hero-tag::before {

            content: "";

            width: 35px;

            height: 2px;

            background: var(--green);

        }


        .hero-content h1 {

            color: #ffffff;

            font-size: clamp(40px, 5vw, 65px);

            line-height: 1.1;

            font-weight: 800;

            max-width: 700px;

            margin-bottom: 30px;

        }


        .hero-content h1 span {

            color: #9cbe4b;

        }


        .hero-content>p {

            color: #b8c4d0;

            max-width: 680px;

            font-size: 15px;

            line-height: 1.9;

            margin-bottom: 15px;

        }


        .hero-btn {

            display: inline-flex;

            align-items: center;

            gap: 10px;

            background: var(--green);

            color: #ffffff;

            padding: 15px 28px;

            margin-top: 20px;

            font-size: 12px;

            font-weight: 700;

            transition: .3s;

        }


        .hero-btn:hover {

            background: var(--green-dark);

            color: #ffffff;

            transform: translateY(-3px);

        }


        /* HERO IMAGE */

        .hero-image-wrap {

            position: relative;

            height: 560px;

            margin-left: 30px;

        }


        .hero-image {

            position: absolute;

            right: 0;

            top: 0;

            width: 88%;

            height: 100%;

            object-fit: cover;

            z-index: 2;

            border-radius: 3px;

        }


        .image-outline {

            position: absolute;

            width: 88%;

            height: 90%;

            right: -25px;

            top: 35px;

            border: 2px solid var(--green);

            z-index: 1;

        }


        .hero-floating-card {

            position: absolute;

            z-index: 5;

            left: -30px;

            bottom: 35px;

            background: #ffffff;

            padding: 25px;

            width: 225px;

            box-shadow: 0 15px 40px rgba(0, 0, 0, .25);

        }


        .hero-floating-card i {

            color: var(--green);

            font-size: 30px;

            display: block;

            margin-bottom: 12px;

        }


        .hero-floating-card strong {

            display: block;

            color: var(--navy);

            font-size: 15px;

            margin-bottom: 5px;

        }


        .hero-floating-card span {

            display: block;

            color: var(--muted);

            font-size: 11px;

            line-height: 1.6;

        }



        /* =====================================================
           OVERVIEW
        ====================================================== */

        .overview-section {

            padding: 110px 0;

            background: #ffffff;

        }


        .section-label {

            color: var(--green-dark);

            text-transform: uppercase;

            letter-spacing: 1.7px;

            font-size: 10px;

            font-weight: 800;

            margin-bottom: 15px;

        }


        .overview-title h2 {

            color: var(--navy);

            font-size: 42px;

            line-height: 1.2;

            font-weight: 800;

            margin-bottom: 25px;

        }


        .overview-title h2 span {

            color: var(--green);

        }


        .overview-title p {

            color: var(--muted);

            font-size: 14px;

            line-height: 1.9;

        }


        .overview-image {

            width: 100%;

            height: 480px;

            object-fit: cover;

            border-radius: 3px;

        }


        .overview-image-wrap {

            position: relative;

        }


        .overview-image-wrap::after {

            content: "";

            position: absolute;

            width: 150px;

            height: 150px;

            border: 15px solid var(--green-light);

            left: -30px;

            bottom: -30px;

            z-index: -1;

        }



        /* =====================================================
           SCOPE OF SERVICE
        ====================================================== */

        .scope-section {

            background: var(--light-bg);

            padding: 110px 0;

        }


        .section-heading {

            text-align: center;

            max-width: 700px;

            margin: 0 auto 60px;

        }


        .section-heading h2 {

            color: var(--navy);

            font-size: 42px;

            font-weight: 800;

            margin-bottom: 15px;

        }


        .section-heading h2 span {

            color: var(--green);

        }


        .section-heading p {

            color: var(--muted);

            font-size: 14px;

            line-height: 1.8;

        }


        .scope-grid {

            display: grid;

            grid-template-columns:
                repeat(3, 1fr);

            gap: 20px;

        }


        .scope-card {

            background: #ffffff;

            padding: 35px 30px;

            min-height: 200px;

            border: 1px solid var(--border);

            position: relative;

            overflow: hidden;

            transition: .35s;

        }


        .scope-card::before {

            content: "";

            position: absolute;

            width: 5px;

            height: 0;

            background: var(--green);

            left: 0;

            top: 0;

            transition: .35s;

        }


        .scope-card:hover {

            transform: translateY(-8px);

            box-shadow: 0 20px 45px rgba(20, 37, 66, .09);

        }


        .scope-card:hover::before {

            height: 100%;

        }


        .scope-number {

            color: #dce8ce;

            font-size: 38px;

            font-family: 'Manrope';

            font-weight: 800;

            position: absolute;

            right: 20px;

            top: 15px;

        }


        .scope-icon {

            width: 48px;

            height: 48px;

            background: var(--green-light);

            color: var(--green-dark);

            display: flex;

            align-items: center;

            justify-content: center;

            font-size: 21px;

            margin-bottom: 22px;

        }


        .scope-card h3 {

            color: var(--navy);

            font-size: 16px;

            line-height: 1.5;

            margin: 0;

            max-width: 200px;

        }



        /* =====================================================
           WHY ANNUAL RETURN
        ====================================================== */

        .why-section {

            padding: 120px 0;

            background: #ffffff;

        }


        .why-content {

            padding-right: 60px;

        }


        .why-content h2 {

            color: var(--navy);

            font-size: 42px;

            font-weight: 800;

            line-height: 1.2;

            margin-bottom: 20px;

        }


        .why-content h2 span {

            color: var(--green);

        }


        .why-content>p {

            color: var(--muted);

            font-size: 14px;

            line-height: 1.8;

            margin-bottom: 30px;

        }


        .why-list {

            display: grid;

            grid-template-columns:
                repeat(2, 1fr);

            gap: 12px;

            list-style: none;

            padding: 0;

        }


        .why-list li {

            background: var(--light-bg);

            padding: 20px;

            color: var(--navy);

            font-size: 13px;

            line-height: 1.6;

            display: flex;

            gap: 12px;

            align-items: flex-start;

            transition: .3s;

        }


        .why-list li:hover {

            background: var(--green);

            color: #ffffff;

            transform: translateY(-4px);

        }


        .why-list li i {

            color: var(--green);

            font-size: 18px;

        }


        .why-list li:hover i {

            color: #ffffff;

        }


        .why-image {

            width: 100%;

            height: 560px;

            object-fit: cover;

            border-radius: 3px;

        }



        /* =====================================================
           INDUSTRIES
        ====================================================== */

        .industry-section {

            background: var(--navy);

            padding: 110px 0;

            position: relative;

            overflow: hidden;

        }


        .industry-section::before {

            content: "";

            position: absolute;

            width: 600px;

            height: 600px;

            border-radius: 50%;

            border: 1px solid rgba(255, 255, 255, .07);

            right: -300px;

            bottom: -300px;

        }


        .industry-heading {

            text-align: center;

            position: relative;

            z-index: 2;

            margin-bottom: 60px;

        }


        .industry-heading .section-label {

            color: #a8c75d;

        }


        .industry-heading h2 {

            color: #ffffff;

            font-size: 42px;

            font-weight: 800;

        }


        .industry-heading h2 span {

            color: #9cbe4b;

        }


        .industry-grid {

            display: grid;

            grid-template-columns:
                repeat(7, 1fr);

            gap: 12px;

            position: relative;

            z-index: 2;

        }


        .industry-card {

            min-height: 180px;

            border: 1px solid rgba(255, 255, 255, .13);

            display: flex;

            flex-direction: column;

            align-items: center;

            justify-content: center;

            padding: 20px 10px;

            text-align: center;

            transition: .35s;

        }


        .industry-card:hover {

            background: var(--green);

            border-color: var(--green);

            transform: translateY(-8px);

        }


        .industry-card i {

            color: #9cbe4b;

            font-size: 32px;

            margin-bottom: 20px;

        }


        .industry-card:hover i {

            color: #ffffff;

        }


        .industry-card h4 {

            color: #ffffff;

            font-size: 13px;

            margin: 0;

            line-height: 1.5;

        }





        /* =====================================================
           REVEAL ANIMATION
        ====================================================== */

  

        /* =====================================================
           RESPONSIVE
        ====================================================== */

        @media(max-width: 991px) {


            .header-phone {

                display: none;

            }


            .navbar-nav {

                background: #ffffff;

                padding: 15px;

                box-shadow: 0 10px 30px rgba(0, 0, 0, .08);

            }


            .annual-hero {

                min-height: auto;

            }


            .hero-image-wrap {

                margin: 30px 0 0;

                height: 480px;

            }


            .scope-grid {

                grid-template-columns:
                    repeat(2, 1fr);

            }


            .industry-grid {

                grid-template-columns:
                    repeat(4, 1fr);

            }


            .why-content {

                padding-right: 0;

                margin-bottom: 50px;

            }


            .cta-box {

                flex-direction: column;

                align-items: flex-start;

            }

        }


        @media(max-width: 767px) {


            .hero-content {

                padding: 70px 0 30px;

            }


            .hero-content h1 {

                font-size: 40px;

            }


            .hero-image-wrap {

                height: 400px;

            }


            .hero-image {

                width: 90%;

            }


            .hero-floating-card {

                left: 5px;

                bottom: 20px;

            }


            .overview-section,

            .scope-section,

            .why-section,

            .industry-section {

                padding: 75px 0;

            }


            .overview-title h2,

            .section-heading h2,

            .why-content h2,

            .industry-heading h2 {

                font-size: 32px;

            }


            .overview-title {

                margin-bottom: 45px;

            }


            .scope-grid {

                grid-template-columns: 1fr;

            }


            .why-list {

                grid-template-columns: 1fr;

            }


            .why-image {

                height: 400px;

            }


            .industry-grid {

                grid-template-columns:
                    repeat(2, 1fr);

            }



        }
