
         /* =====================================================
           ROOT VARIABLES
        ====================================================== */

        :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;

        }



        .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
        ====================================================== */

        .notice-hero {

            min-height: 670px;

            background: var(--navy);

            position: relative;

            overflow: hidden;

            display: flex;

            align-items: center;

        }


        .notice-hero::before {

            content: "";

            position: absolute;

            width: 700px;

            height: 700px;

            border: 1px solid rgba(255, 255, 255, .07);

            border-radius: 50%;

            right: -330px;

            top: -280px;

        }


        .notice-hero::after {

            content: "";

            position: absolute;

            width: 420px;

            height: 420px;

            border-radius: 50%;

            background: rgba(109, 150, 23, .10);

            left: -250px;

            bottom: -250px;

        }


        .hero-content {

            position: relative;

            z-index: 5;

            padding: 90px 0;

        }


        .hero-label {

            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-label::before {

            content: "";

            width: 35px;

            height: 2px;

            background: var(--green);

        }


        .hero-content h1 {

            color: #ffffff;

            font-size: clamp(40px, 5vw, 64px);

            font-weight: 800;

            line-height: 1.1;

            margin-bottom: 28px;

        }


        .hero-content h1 span {

            color: #9cbe4b;

        }


        .hero-content p {

            color: #b8c4d0;

            font-size: 15px;

            line-height: 1.9;

            max-width: 680px;

            margin-bottom: 15px;

        }


        .hero-button {

            display: inline-flex;

            align-items: center;

            gap: 10px;

            padding: 15px 28px;

            background: var(--green);

            color: #ffffff;

            margin-top: 20px;

            font-size: 11px;

            font-weight: 700;

            transition: .3s;

        }


        .hero-button:hover {

            background: var(--green-dark);

            color: #ffffff;

            transform: translateY(-3px);

        }



        /* =====================================================
           HERO IMAGE
        ====================================================== */

        .hero-image-area {

            position: relative;

            height: 570px;

        }


        .hero-image {

            position: absolute;

            width: 86%;

            height: 88%;

            right: 0;

            top: 5%;

            object-fit: cover;

            z-index: 2;

            border-radius: 3px;

        }


        .hero-image-border {

            position: absolute;

            width: 86%;

            height: 88%;

            right: 30px;

            top: 10%;

            border: 2px solid var(--green);

            z-index: 1;

        }


        .notice-card {

            position: absolute;

            z-index: 5;

            left: -10px;

            bottom: 20px;

            background: #ffffff;

            padding: 25px;

            width: 240px;

            box-shadow: 0 20px 50px rgba(0, 0, 0, .25);

        }


        .notice-card-icon {

            width: 48px;

            height: 48px;

            display: flex;

            align-items: center;

            justify-content: center;

            background: var(--green-light);

            color: var(--green-dark);

            font-size: 23px;

            margin-bottom: 15px;

        }


        .notice-card strong {

            display: block;

            color: var(--navy);

            font-size: 15px;

            margin-bottom: 7px;

        }


        .notice-card span {

            color: var(--muted);

            font-size: 11px;

            line-height: 1.6;

            display: block;

        }



        /* =====================================================
           INTRO SECTION
        ====================================================== */

        .intro-section {

            padding: 110px 0;

            background: #ffffff;

        }


        .intro-image-wrap {

            position: relative;

            padding-left: 20px;

        }


        .intro-image {

            width: 100%;

            height: 500px;

            object-fit: cover;

            border-radius: 3px;

        }


        .intro-image-wrap::before {

            content: "";

            position: absolute;

            width: 140px;

            height: 140px;

            background: var(--green-light);

            left: -15px;

            bottom: -25px;

            z-index: -1;

        }


        .intro-content {

            padding-left: 55px;

        }


        .section-label {

            color: var(--green-dark);

            text-transform: uppercase;

            letter-spacing: 1.7px;

            font-size: 10px;

            font-weight: 800;

            margin-bottom: 15px;

        }


        .intro-content h2 {

            color: var(--navy);

            font-size: 41px;

            font-weight: 800;

            line-height: 1.2;

            margin-bottom: 25px;

        }


        .intro-content h2 span {

            color: var(--green);

        }


        .intro-content p {

            color: var(--muted);

            font-size: 14px;

            line-height: 1.9;

            margin-bottom: 18px;

        }



        /* =====================================================
           NOTICE TYPES
        ====================================================== */

        .notice-types {

            padding: 110px 0;

            background: var(--light-bg);

        }


        .section-heading {

            max-width: 700px;

            margin: 0 auto 60px;

            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;

        }


        .notice-grid {

            display: grid;

            grid-template-columns:
                repeat(4, 1fr);

            gap: 18px;

        }


        .notice-type-card {

            background: #ffffff;

            border: 1px solid var(--border);

            padding: 30px 25px;

            min-height: 210px;

            position: relative;

            overflow: hidden;

            transition: .35s;

        }


        .notice-type-card::after {

            content: "";

            position: absolute;

            height: 4px;

            width: 0;

            left: 0;

            bottom: 0;

            background: var(--green);

            transition: .35s;

        }


        .notice-type-card:hover {

            transform: translateY(-8px);

            box-shadow: 0 20px 45px rgba(20, 37, 66, .10);

        }


        .notice-type-card:hover::after {

            width: 100%;

        }


        .notice-number {

            position: absolute;

            right: 18px;

            top: 12px;

            color: #e5edd9;

            font-size: 36px;

            font-weight: 800;

            font-family: 'Manrope';

        }


        .notice-icon {

            width: 48px;

            height: 48px;

            background: var(--green-light);

            color: var(--green-dark);

            display: flex;

            align-items: center;

            justify-content: center;

            font-size: 20px;

            margin-bottom: 20px;

        }


        .notice-type-card h3 {

            color: var(--navy);

            font-size: 14px;

            font-weight: 700;

            line-height: 1.6;

            max-width: 190px;

        }



        /* =====================================================
           COMPLIANCE SERVICES
        ====================================================== */

        .compliance-section {

            padding: 120px 0;

            background: var(--navy);

            position: relative;

            overflow: hidden;

        }


        .compliance-section::before {

            content: "";

            position: absolute;

            width: 600px;

            height: 600px;

            border: 1px solid rgba(255, 255, 255, .06);

            border-radius: 50%;

            right: -280px;

            top: -250px;

        }


        .compliance-section::after {

            content: "";

            position: absolute;

            width: 400px;

            height: 400px;

            border: 1px solid rgba(255, 255, 255, .05);

            border-radius: 50%;

            left: -250px;

            bottom: -250px;

        }


        .compliance-title {

            position: relative;

            z-index: 2;

            text-align: center;

            margin-bottom: 60px;

        }


        .compliance-title .section-label {

            color: #a8c75d;

        }


        .compliance-title h2 {

            color: #ffffff;

            font-size: 42px;

            font-weight: 800;

        }


        .compliance-title h2 span {

            color: #9cbe4b;

        }


        .compliance-layout {

            position: relative;

            z-index: 2;

        }


        .service-list {

            display: grid;

            grid-template-columns:
                repeat(2, 1fr);

            gap: 15px;

        }


        .service-item {

            min-height: 110px;

            padding: 25px;

            border: 1px solid rgba(255, 255, 255, .12);

            display: flex;

            align-items: center;

            gap: 20px;

            transition: .35s;

        }


        .service-item:hover {

            background: var(--green);

            border-color: var(--green);

            transform: translateX(7px);

        }


        .service-icon {

            width: 48px;

            height: 48px;

            flex-shrink: 0;

            background: rgba(255, 255, 255, .08);

            color: #a8c75d;

            display: flex;

            align-items: center;

            justify-content: center;

            font-size: 21px;

        }


        .service-item:hover .service-icon {

            background: rgba(255, 255, 255, .2);

            color: #ffffff;

        }


        .service-item h4 {

            color: #ffffff;

            font-size: 14px;

            margin: 0;

        }



        /* =====================================================
           WHY TRUST US
        ====================================================== */

        .trust-section {

            padding: 120px 0;

            background: #ffffff;

        }


        .trust-content {

            padding-right: 60px;

        }


        .trust-content h2 {

            color: var(--navy);

            font-size: 42px;

            font-weight: 800;

            line-height: 1.2;

            margin-bottom: 25px;

        }


        .trust-content h2 span {

            color: var(--green);

        }


        .trust-content p {

            color: var(--muted);

            font-size: 15px;

            line-height: 1.9;

        }


        .trust-image-wrap {

            position: relative;

        }


        .trust-image {

            width: 100%;

            height: 500px;

            object-fit: cover;

            border-radius: 3px;

        }


        .trust-badge {

            position: absolute;

            bottom: 30px;

            left: -25px;

            background: var(--green);

            color: #ffffff;

            padding: 25px 30px;

            width: 240px;

            box-shadow: 0 15px 40px rgba(0, 0, 0, .18);

        }


        .trust-badge i {

            font-size: 28px;

            margin-bottom: 10px;

            display: block;

        }


        .trust-badge strong {

            display: block;

            font-size: 14px;

            line-height: 1.5;

        }



        /* =====================================================
           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);

            }


            .notice-hero {

                min-height: auto;

            }


            .hero-image-area {

                height: 500px;

                margin-top: 30px;

            }


            .intro-content {

                padding-left: 0;

                margin-top: 50px;

            }


            .notice-grid {

                grid-template-columns:
                    repeat(2, 1fr);

            }


            .trust-content {

                padding-right: 0;

                margin-bottom: 50px;

            }



        }


        @media(max-width: 767px) {


            .hero-content {

                padding: 70px 0 30px;

            }


            .hero-content h1 {

                font-size: 40px;

            }


            .hero-image-area {

                height: 420px;

            }


            .hero-image {

                width: 90%;

            }


            .notice-card {

                left: 5px;

            }


            .intro-section,

            .notice-types,

            .compliance-section,

            .trust-section {

                padding: 75px 0;

            }


            .intro-content h2,

            .section-heading h2,

            .compliance-title h2,

            .trust-content h2 {

                font-size: 32px;

            }


            .notice-grid {

                grid-template-columns: 1fr;

            }


            .service-list {

                grid-template-columns: 1fr;

            }


            .trust-image {

                height: 400px;

            }

        }
