    :root {
        --bg: #0e1410;
        --text: #0f1a12;
        --white: #ffffff;
        --muted: #667085;
        --primary: #3E623E;
        --primary-dark: #2f4c2f;
        --accent: #7aa04f;
        --accent-dark: #688a43;
        --stroke: rgba(255, 255, 255, .18);
        --shadow: 0 24px 70px rgba(0, 0, 0, .28);
        --radius: 18px;
        --container: 1180px;
    }

    * {
        box-sizing: border-box
    }

    html,
    body {
        height: 100%
    }

    body {
        margin: 0;
        font-family: "Plus Jakarta Sans", sans-serif;
        color: var(--text);
        background: #fff;
    }

    a {
        color: inherit;
        text-decoration: none
    }

    .hero__actions .primary-btn {
        background-color: white !important;
        border-color: white;
        color: var(--accent)
    }
    .hero__actions .primary-btn:hover {
        background-color: #EDBA5E !important;
        border-color: #EDBA5E !important;
        color: white !important;
    }

    .hero__actions .arrow-btn {

        width: 38px;
        height: 38px;
        background: #EDBA5E;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: background .2s;
        text-decoration: none;
    }

    .primary-btn {
        background-color: var(--accent);
        border-color: var(--accent);
       color: white;
    }

    .primary-btn:hover {
        background-color: var(--accent-dark);
        border-color: var(--accent-dark);
        color: white;
    }

    .site-header {
        position: relative;
        z-index: 5
    }

    .topbar {
        background: #3E623E;
        color: #fff;
        font-size: 12px
    }

    .topbar__inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0
    }

    .topbar__left {
        display: flex;
        align-items: center;
        gap: 10px;
        opacity: .9
    }

    .topbar__sep {
        opacity: .5
    }

    .topbar__link {
        font-weight: 600
    }

    .topbar__cta {
        font-weight: 800;
        letter-spacing: .06em
    }

    .hero {
        position: relative;
        min-height: calc(100vh - 118px);
        display: flex;
        align-items: center;
        overflow: hidden;
        background: linear-gradient(0deg, rgba(9, 14, 10, .55), rgba(9, 14, 10, .55));
    }

    .hero__bg {
        position: absolute;
        inset: 0;
        background: url('../images/hero-bg.png');
        background-size: cover;
        background-position: center;
        transform: scale(1.03);
    }

    .hero__content {
        color: #fff
    }

    .hero__title {
        font-family: "Cinzel", serif;
        font-weight: 800;
        letter-spacing: .02em;
        margin: 0 0 14px;
        font-size: 64px;
        line-height: .95;
    }

    .hero__title-break {
        display: block
    }

    .hero__subtitle {
        max-width: 520px;
        margin: 0 0 22px;
        opacity: .88;
        font-size: 16px;
        line-height: 1.7;
    }

    .hero__card {
        background: #fff;
        border-radius: var(--radius);
        box-shadow: var(--shadow);
        padding: 60px 30px;
    }

    .hero__card-title {
        margin: 0 0 14px;
        font-size: 34px;
        /* letter-spacing: .06em; */
        text-transform: uppercase;
        font-weight: 700;
        font-family: 'Cinzel';
    }

    /* About Section */
    .about-section {
        background: #fff;
        padding: 100px 0px 80px !important;
    }

    .about-media {
        position: relative;
        max-width: 520px;
        margin-inline: auto
    }

    .about-media__glow {
        position: absolute;
        left: -80px;
        top: 40px;
        width: 220px;
        height: 220px;
        border-radius: 50%;
        background: radial-gradient(circle, #729046 0%, rgba(122, 160, 79, 0) 70%);
        filter: blur(2px)
    }

    .about-media__card {
        position: relative;
        border-radius: 16px;
        overflow: hidden;
        /* background: #f5f7f3; */
        /* box-shadow: 0 18px 50px rgba(0, 0, 0, .18); */
    }

    .about-media__img {
        width: 100%;
        height: auto;
        display: block
    }

    .about-badge {
        position: absolute;
        left: 208px;
        bottom: -73px;
        width: 226px;
        height: 185px;
        background: url('../images/about/badge.png') no-repeat center center;
        background-size: cover;
        color: #fff;
        border-radius: 44px 44px 44px 18px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        /* box-shadow: 0 18px 50px rgba(0, 0, 0, .2); */
    }

    .about-badge__num {
        font-weight: 800;
        font-size: 34px;
        line-height: 1
    }

    .about-badge__text {
        font-weight: 600;
        font-size: 14px;
        opacity: .95
    }
    .about-media__star {
        position: absolute;
        right: 7px;
        bottom: 10px;
        width: 78px;
        height: 78px;
        animation: spin 0.3s linear infinite;
    }

    @keyframes spin {
        from {
            transform: rotate(0deg);
        }    
        to {
            transform: rotate(360deg);
        }
    }

    .about-media__icon {
        position: absolute;
        left: 26px;
        top: 20px;
        width: 66px;
        height: 66px;
        opacity: .9;
        animation: float 1s ease-in-out infinite alternate;
        transform-style: preserve-3d;
    }

    .about-media {               /* IMPORTANT */
        perspective: 800px;
    }

    @keyframes float {
        from {
            transform: translateY(0) translateZ(0);
        }
        to {
            transform: translateY(-20px) translateZ(120px);
        }
    }
    .about-kicker {
        font-size: 16px;
        letter-spacing: .14em;
        font-weight: 700;

        display: inline-block;
        /* IMPORTANT */

        background: linear-gradient(90deg, #3E623E, #729046);
        background-size: 100%;
        background-repeat: no-repeat;

        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;

        /* for safety */
        background-clip: text;
        color: transparent;
    }

    .title {
        font-family: "Cinzel", serif;
        font-size: 50px;
        margin: 8px 0 2px;
        font-weight: 800;
        background: linear-gradient(90deg, #3E623E, #729046);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
    }

    .about-subtitle {
        font-weight: 700;
        font-size: 26px;
        letter-spacing: .06em;
        margin: 0 0 14px;
        color: #0e0e0e;
        font-family: 'Cinzel';
    }

    .about-text {
        color: #5c6b5f;
        font-size: 16px;
        line-height: 1.7;
        margin: 0;
        font-family: 'Plus Jakarta Sans';
    }

    .about-stat__value {
        font-family: 'Plus Jakarta Sans';
        font-weight: 800;
        -webkit-text-stroke: 1px var(--accent);
        font-size: 50px;
        line-height: 1.1;
        color: transparent;
    }

    .about-stat__label {
        margin-top: 4px;
        color: #667085;
        font-size: 12px;
        line-height: 1.4;
        font-weight: 600;
    }

    .whychoose-section {
        background: #fff;
        background-image: url('../images/why-choose/bg.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .whychoose-kicker,
    .faq-kicker,
    .testimonials-kicker,
    .pricing-kicker,
    .process-kicker {
        font-size: 12px;
        letter-spacing: .12em;
        font-weight: 700;
        text-transform: uppercase;
        display: inline-block;
        background: linear-gradient(90deg, #3E623E, #729046);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent
    }

    .whychoose-title {
        font-family: "Cinzel", serif;
        font-weight: 800;
        font-size: 44px;
        line-height: 1.05;
        margin: 10px 0 14px;
        color: #1f2b20
    }

    .whychoose-title__thin {
        font-weight: 600
    }

    .whychoose-text {
        font-family: "Plus Jakarta Sans", sans-serif;
        color: #5c6b5f;
        font-size: 16px;
        line-height: 1.75;
        margin: 0
    }

    .whychoose-media {
        position: relative;
        max-width: 650px;
        margin-inline: auto
    }

    .whychoose-media__img {
        width: 100%;
        height: auto;
        display: block
    }

    .rotating-badge {
        position: absolute;
        left: 50%;
        top: 52%;
        transform: translate(-50%, -50%);
        width: 130px;
        height: 130px;
        border-radius: 999px;
        background: #fff;
        box-shadow: 0 18px 60px rgba(0, 0, 0, .18);
        display: grid;
        place-items: center;
        z-index: 3
    }

    .rotating-badge__ring {
        width: 100%;
        height: 100%;
        animation: badgeSpin 12s linear infinite
    }

    .rotating-badge__text {
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 12px;
        letter-spacing: .22em;
        font-weight: 700;
        fill: #1f2b20;
        text-transform: uppercase
    }

    .rotating-badge__center {
        position: absolute;
        width: 74px;
        height: 74px;
        border-radius: 999px;
        display: grid;
        place-items: center;
        background: #fff;
        /* box-shadow: inset 0 0 0 10px rgba(122, 160, 79, .10); */
    }

    .rotating-badge__center img {
        width: 55px;
        height: auto;
        display: block
    }

    @keyframes badgeSpin {
        from {
            transform: rotate(0deg);
        }

        to {
            transform: rotate(360deg);
        }
    }

    .projects-section {
        background: url('../images/projects/bg.png') no-repeat center center;
        padding: 70px 0 80px;
        position: relative;
        overflow: hidden
    }

    .projects-section .container {
        position: relative;
        z-index: 2
    }

    .projects-head {
        text-align: center;
        margin-bottom: 34px
    }

    .projects-kicker {
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 12px;
        letter-spacing: .16em;
        font-weight: 700;
        color: rgba(255, 255, 255, .85);
        text-transform: uppercase
    }

    .projects-title {
        font-family: "Cinzel", serif;
        font-weight: 800;
        font-size: 44px;
        line-height: 1.1;
        margin: 10px 0 0;
        color: #fff
    }

    .projects-swiper {
        padding: 4px 56px 14px
    }

    .projects-swiper .swiper-wrapper {
        align-items: stretch
    }

    .projects-swiper .swiper-slide {
        width: auto;
        height: auto
    }

    .project-card {
        /* flex: 0 0 clamp(140px, 16vw, 185px);
        height: clamp(200px, 22vw, 255px); */
        border-radius: 14px;
        /* background: rgba(255, 255, 255, .12); */
        /* border: 1px solid rgba(255, 255, 255, .28); */
        /* box-shadow: 0 12px 34px rgba(0, 0, 0, .22); */
        overflow: hidden;
        position: relative;
    }

    .project-card::before {
        /* content: ""; */
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg, rgba(255, 255, 255, .22), rgba(255, 255, 255, 0));
        opacity: .9
    }

    .project-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transform: unset !important;
    }

    .projects-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 44px;
        height: 44px;
        border-radius: 999px;
        border: 2px solid rgba(255, 255, 255, .85);
        background: rgba(255, 255, 255, .12);
        color: #fff;
        display: grid;
        place-items: center;
        z-index: 3;
        cursor: pointer
    }

    .projects-arrow span {
        font-size: 28px;
        line-height: 1
    }

    .projects-arrow--left {
        left: 6px;
    }

    .projects-arrow--right {
        right: 6px;
    }

    .pricing-section {
        padding: 80px 0;
        background: #fff
    }

    .pricing-kicker {
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 12px;
        letter-spacing: .16em;
        font-weight: 700;
        color: rgba(62, 98, 62, .85);
        text-transform: uppercase
    }

    .pricing-title {
        font-family: "Cinzel", serif;
        font-weight: 800;
        font-size: 44px;
        line-height: 1.05;
        margin: 10px 0 0;
        color: #1f2b20
    }

    .pricing-billing {
        margin-top: 18px;
        display: inline-flex;
        align-items: center;
        gap: 10px
    }

    .pricing-billing__label {
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 13px;
        font-weight: 700;
        color: #1f2b20
    }

    .pricing-billing__label--muted {
        color: rgba(31, 43, 32, .55)
    }

    .pricing-switch {
        width: 36px;
        height: 18px;
        border-radius: 999px;
        border: 0;
        background: rgba(122, 160, 79, .25);
        position: relative;
        padding: 0;
        cursor: pointer
    }

    .pricing-switch__dot {
        width: 12px;
        height: 12px;
        border-radius: 999px;
        background: var(--accent);
        position: absolute;
        left: 3px;
        top: 50%;
        transform: translateY(-50%);
        transition: transform .2s ease
    }

    .pricing-card {
        border: 1.5px solid rgba(62, 98, 62, .45);
        border-radius: 14px;
        padding: 26px 22px;
        background: #fff;
        height: 100%;
        position: relative
    }

    .pricing-card__top {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 14px;
        margin-bottom: 10px
    }

    .pricing-card__amount {
        font-family: "Cinzel", serif;
        font-weight: 800;
        font-size: 34px;
        line-height: 1;
        color: var(--primary)
    }

    .pricing-card__period {
        display: block;
        margin-top: 6px;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 12px;
        font-weight: 700;
        color: rgba(31, 43, 32, .65)
    }

    .pricing-card__tag {
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 12px;
        font-weight: 800;
        color: #fff;
        background: rgba(62, 98, 62, .85);
        padding: 6px 10px;
        border-radius: 0 10px 0 10px
    }

    .pricing-card__desc {
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 14px;
        line-height: 1.7;
        color: #5c6b5f;
        margin: 0 0 14px
    }

    .pricing-card__list {
        list-style: none;
        padding: 0;
        margin: 0 0 18px;
        display: grid;
        gap: 10px
    }

    .pricing-card__list li {
        position: relative;
        padding-left: 22px;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 13px;
        font-weight: 700;
        color: #1f2b20
    }

    .pricing-card__list li::before {
        content: "\f00c";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        position: absolute;
        left: 0;
        top: 1px;
        color: var(--accent)
    }

    .pricing-card__btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 42px;
        border-radius: 999px;
        background: var(--primary);
        color: #fff;
        text-decoration: none;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-weight: 800;
        font-size: 12px;
        letter-spacing: .02em;
        text-transform: uppercase
    }

    .pricing-card__btn:hover {
        background: var(--primary-dark);
        color: #fff
    }

    .pricing-swiper {
        padding: 0 56px;
    }

    .pricing-swiper .swiper-wrapper {
        align-items: stretch
    }

    .pricing-swiper .swiper-slide {
        height: auto
    }

    .pricing-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 44px;
        height: 44px;
        border-radius: 999px;
        border: 2px solid var(--primary);
        background: #fff;
        color: var(--primary);
        display: grid;
        place-items: center;
        z-index: 3;
        cursor: pointer
    }

    .pricing-arrow span {
        font-size: 28px;
        line-height: 1
    }

    .pricing-arrow--left {
        left: 6px;
    }

    .pricing-arrow--right {
        right: 6px;
    }

    .pricing-arrow:hover {
        background: var(--primary);
        color: #fff
    }

    .pricing-arrow::after {
        display: none
    }

    .cta-section {
        background: url('../images/cta/bg.png') no-repeat center center;
        background-size: cover;
        padding: 80px 0;
        position: relative;
        overflow: hidden;
        overflow: visible;
    }

    .cta-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 40px
    }

    .cta-content {
        flex: 1;
        max-width: 540px
    }

    .cta-kicker {
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 12px;
        letter-spacing: .16em;
        font-weight: 700;
        color: rgba(255, 255, 255, .85);
        text-transform: uppercase
    }

    .cta-title {
        font-family: "Cinzel", serif;
        font-weight: 800;
        font-size: 44px;
        line-height: 1.05;
        margin: 10px 0 14px;
        color: #fff
    }

    .cta-text {
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 16px;
        line-height: 1.75;
        color: rgba(255, 255, 255, .85);
        margin: 0 0 24px
    }

    .cta-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 48px;
        padding: 0 32px;
        border-radius: 999px;
        background: var(--accent);
        color: #fff;
        text-decoration: none;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-weight: 800;
        font-size: 13px;
        letter-spacing: .02em;
        text-transform: uppercase
    }

    .cta-btn:hover {
        background: var(--accent-dark);
        color: #fff
    }

    .cta-media {
        flex: 0 0 auto;
        max-width: 380px
    }

    .cta-media img {
        width: 100%;
        height: auto;
        display: block;
        scale: 1.9;
    }

    .process-section {
        padding: 100px 0;
        background: #fff
    }

    .process-head {
        text-align: center;
        margin-bottom: 60px
    }

    .process-kicker {
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 12px;
        letter-spacing: .16em;
        font-weight: 700;
        color: rgba(62, 98, 62, .85);
        text-transform: uppercase
    }

    .process-title {
        font-family: "Cinzel", serif;
        font-weight: 800;
        font-size: 44px;
        line-height: 1.05;
        margin: 10px 0 0;
        color: #1f2b20
    }

    .process-grid {
        display: flex;
        justify-content: space-between;
        gap: 20px;
        flex-wrap: wrap
    }

    .process-box {
        flex: 1;
        /* min-width: 180px; */
        position: relative
    }

    .process-box__inner {
        background-image: url('../images/process/polygon-shape.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding: 75px 10px;
        text-align: center;
        position: relative;
        transition: transform .3s ease, box-shadow .3s ease;
        height: 241px;
        width: 207px;
    }

    .process-box__inner::after {
        content: "";
        position: absolute;
        left: 15px;
        right: 16px;
        top: 84%;
        width: 100%;
        /* Yahan size chota kar dein */
        height: 50px;
        /* Apni need ke mutabiq */
        background-image: url(../images/process/bottom-line.png);
        background-size: contain;
        /* ya specific size: 100px 30px */
        background-repeat: no-repeat;
    }

    .process-box__title {
        font-family: 'Plus Jakarta Sans';
        font-weight: 700;
        font-size: 14px;
        line-height: 1;
        color: #fff;
        margin: 0 0 14px;
    }

    .process-box__text {
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 12px;
        font-weight: 400;
        color: rgba(255, 255, 255, .9);
        margin: 0;
        /* text-transform: uppercase; */
        letter-spacing: .02em
    }

    .testimonials-section {
        padding: 90px 0;
        background: #f7faf6;
        position: relative;
        overflow: hidden
    }

    .testimonials-section::before {
        content: '';
        position: absolute;
        width: 320px;
        height: 320px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(122, 160, 79, .18) 0%, transparent 70%);
        top: -110px;
        left: -110px;
        pointer-events: none
    }

    .testimonials-section::after {
        content: '';
        position: absolute;
        width: 260px;
        height: 260px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(62, 98, 62, .12) 0%, transparent 70%);
        bottom: -90px;
        right: -90px;
        pointer-events: none
    }

    .testimonials-head {
        text-align: center;
        margin-bottom: 34px;
        position: relative;
        z-index: 2
    }

    .testimonials-aside {
        padding-right: 10px
    }

    .testimonials-subtext {
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 15px;
        line-height: 1.8;
        color: #425247;
        margin: 14px 0 18px
    }

    .testimonials-proof {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 12px 14px;
        border-radius: 14px;
        border: 1px solid rgba(62, 98, 62, .16);
        background: rgba(255, 255, 255, .7)
    }

    .testimonials-avatars {
        display: inline-flex
    }

    .testimonials-avatar {
        width: 36px;
        height: 36px;
        border-radius: 999px;
        display: grid;
        place-items: center;
        background: linear-gradient(135deg, var(--primary), var(--accent));
        color: #fff;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-weight: 800;
        font-size: 12px;
        border: 2px solid #fff;
        margin-left: -10px
    }

    .testimonials-avatar:first-child {
        margin-left: 0
    }

    .testimonials-proof__stars {
        display: inline-flex;
        gap: 6px;
        color: #f2c94c;
        font-size: 13px
    }

    .testimonials-proof__text {
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 12px;
        font-weight: 700;
        color: rgba(31, 43, 32, .72);
        margin-top: 4px
    }

    .testimonials-controls {
        margin-top: 30px;
        display: flex;
        gap: 10px
    }

    .testimonials-kicker {
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 12px;
        letter-spacing: .16em;
        font-weight: 700;
        color: rgba(62, 98, 62, .85);
        text-transform: uppercase
    }

    .testimonials-title {
        font-family: "Cinzel", serif;
        font-weight: 800;
        font-size: 44px;
        line-height: 1.05;
        margin: 10px 0 0;
        color: #1f2b20
    }

    .testimonials-slider {
        position: relative;
        z-index: 2
    }

    .testimonials-swiper {
        padding: 14px 0 44px
    }

    .testimonials-swiper .swiper-slide {
        height: auto;
        opacity: .55;
        transform: scale(.96);
        transition: transform .35s ease, opacity .35s ease
    }

    .testimonials-swiper .swiper-slide-active {
        opacity: 1;
        transform: scale(1)
    }

    .testimonials-swiper .swiper-slide-active .testimonial {
        box-shadow: 0 26px 70px rgba(31, 43, 32, .16);
        background: var(--accent);
    }

    .testimonial {
        height: 100%;
        border-radius: 18px;
        background: #fff;
        padding: 28px 26px 22px;
        position: relative;
        overflow: hidden
    }

    .testimonial::after {
        content: '';
        position: absolute;
        inset: 0;
        padding: 1px;
        border-radius: 18px;
        background: linear-gradient(135deg, rgba(122, 160, 79, .55), rgba(62, 98, 62, .18), rgba(122, 160, 79, .05));
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        pointer-events: none
    }

    .testimonial__quote {
        position: absolute;
        right: 18px;
        top: 10px;
        font-family: "Cinzel", serif;
        font-size: 86px;
        line-height: 1;
        color: rgba(62, 98, 62, .14)
    }

    .testimonials-swiper .swiper-slide-active .testimonial__quote {
        color: white;
        font-size: 130px
    }

    .testimonial__stars {
        display: inline-flex;
        gap: 6px;
        color: #f2c94c;
        font-size: 14px;
        margin-bottom: 12px;
        position: relative
    }

    .testimonial__text {
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 15px;
        line-height: 1.8;
        color: #425247;
        margin: 0 0 18px;
        position: relative
    }

    .testimonials-swiper .swiper-slide-active .testimonial__text {
        color: white;
        font-size: 16px
    }

    .testimonial__footer {
        display: flex;
        align-items: center;
        gap: 12px;
        position: relative
    }

    .testimonial__avatar {
        width: 46px;
        height: 46px;
        border-radius: 999px;
        background: linear-gradient(135deg, var(--primary), var(--accent));
        color: #fff;
        display: grid;
        place-items: center;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-weight: 800
    }

    .testimonials-swiper .swiper-slide-active .testimonial__avatar {
        background: linear-gradient(135deg, #8e7630, #ffc107);
    }

    .testimonial__name {
        font-family: "Cinzel", sans-serif;
        font-weight: 800;
        color: #1f2b20;
        font-size: 14px
    }

    .testimonials-swiper .swiper-slide-active .testimonial__name {
        color: white;
        font-size: 18px;

    }

    .testimonial__role {
        font-family: "Plus Jakarta Sans", sans-serif;
        color: rgba(31, 43, 32, .65);
        font-size: 12px;
        font-weight: 700
    }

    .testimonials-swiper .swiper-slide-active .testimonial__role {
        font-size: 14px
    }

    .testimonials-pagination {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 6px;
        display: flex;
        justify-content: center;
        gap: 8px
    }

    .testimonials-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        background: rgba(62, 98, 62, .25);
        opacity: 1
    }

    .testimonials-pagination .swiper-pagination-bullet-active {
        background: var(--primary)
    }

    .testimonials-arrow {
        width: 44px;
        height: 44px;
        border-radius: 999px;
        border: 2px solid rgba(62, 98, 62, .55);
        background: rgba(255, 255, 255, .9);
        color: var(--primary);
        display: grid;
        place-items: center;
        z-index: 3;
        cursor: pointer
    }

    .testimonials-arrow span {
        font-size: 31px;
        line-height: 1;
    }

    .testimonials-arrow--left {
        left: 6px;
    }

    .testimonials-arrow--right {
        right: 6px;
    }

    .testimonials-arrow:hover {
        background: var(--primary);
        color: #fff
    }

    .testimonials-arrow::after {
        display: none
    }

    .testimonials-aside .testimonials-arrow {
        position: static;
        transform: none;
        align-items: baseline;
    }

    .testimonials-slider .testimonials-arrow {
        display: none
    }

    .faq-section {
        padding: 90px 0;
        background: #fff
    }

    .faq-head {
        display: block;
        margin: 0 60px 60px;
    }

    .faq-title {
        font-family: "Cinzel", serif;
        font-weight: 800;
        font-size: 50px;
        line-height: 1.05;
        margin: 10px 0 0;
        color: #1f2b20
    }

    .faq-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 26px
    }

    .faq-col {
        display: grid;
        gap: 18px
    }

    .faq-item {
        background: #fff;
        border-radius: 10px;
        margin-bottom: 10px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        transition: all 0.3s ease;
    }

    .faq-question {
        background: #fff;
        border: none;
        width: 100%;
        text-align: left;
        padding: 18px 20px;
        font-size: 18px;
        font-weight: 500;
        cursor: pointer;
        display: flex;
        align-items: baseline;
        color: #222;
        transition: background 0.3s ease;
        gap: 20px;
    }

    .active .faq-question {
        color: #3E623E
    }

    .faq-question:hover {
        background: #f0f0f0;
    }

    .faq-answer {
        max-height: 0;
        overflow: hidden;
        background: #fafafa;
        transition: all 0.4s ease;
        padding: 0 20px;
        line-height: 1.6;
        color: #555;
    }

    .faq-item.active .faq-answer {
        max-height: 300px;
        padding: 15px 20px;
    }

    .faq-icon {
        font-size: 22px;
        transition: transform 0.3s ease;
    }

    .faq-item.active .faq-icon {
        transform: rotate(45deg);
    }

    .partners-disclaimer-section {
        background: #fff
    }

    .partners-head {
        text-align: center;
        margin: 0 0 12px
    }

    .partners-kicker {
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 24px;
        letter-spacing: .16em;
        font-weight: 700;
        color: var(--accent-dark);
        text-transform: uppercase
    }

    .partners-swiper {
        padding: 12px 0 22px
    }

    .partners-swiper .swiper-wrapper {
        align-items: center
    }

    .partners-swiper .swiper-slide {
        height: auto;
        display: flex;
        justify-content: center
    }

    .partners-swiper .swiper-slide img {
        height: 38px;
        width: auto;
        opacity: .55;
        filter: grayscale(1);
        transition: opacity .25s ease, filter .25s ease
    }

    .partners-swiper .swiper-slide img:hover {
        opacity: .85;
        filter: grayscale(0)
    }

    .partners-logos {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 26px;
        padding: 12px 0 22px
    }

    .partners-logos img {
        height: 50px;
        width: auto;
        opacity: .55;
        filter: grayscale(1);
        transition: opacity .25s ease, filter .25s ease
    }

    .partners-logos img:hover {
        opacity: .85;
        filter: grayscale(0)
    }

    .contact-strip {
        background-image: url('../images/footer-bg-2.png');
        padding: 30px 0;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .contact-strip__inner {
        display: flex;
        justify-content: space-around !important;
        align-items: center;
        gap: 7%;
        flex-wrap: wrap
    }

    .contact-chip {
        align-items: start;
        gap: 12px;
        color: rgba(255, 255, 255, .92);
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 16px;
        font-weight: 700;
        display: flex;
        flex-direction: column;
    }

    .contact-chip__icon {
        width: 46px;
        height: 46px;
        border-radius: 999px;
        display: grid;
        place-items: center;
        background: rgba(255, 255, 255, .10);
        border: 1px solid rgba(255, 255, 255, .20)
    }

    .contact-chip__icon i {
        font-size: 18px;
    }

    .disclaimer-block {
        padding: 85px 0 100px;
        position: relative;
        overflow: hidden;
        background-image: url('../images/footer-bg.png');
        background-size: cover;
        background-repeat: no-repeat;
    }

    .disclaimer-inner {
        max-width: 780px;
        margin: 0 auto;
        text-align: center;
        position: relative;
        z-index: 2
    }

    .disclaimer-brand {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 12px
    }

    .disclaimer-brand__icon {
        width: 248px;
        height: auto
    }

    .disclaimer-brand__name {
        font-family: "Plus Jakarta Sans", sans-serif;
        font-weight: 800;
        font-size: 12px;
        letter-spacing: .12em;
        color: rgba(31, 43, 32, .75)
    }

    .disclaimer-title {
        font-family: "Cinzel", serif;
        font-weight: 800;
        font-size: 55px;
        margin: 8px 0 12px;
        color: #3e623e;
    }

    .disclaimer-text {
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 16px;
        line-height: 1.8;
        color: rgba(31, 43, 32, .72);
        margin: 0
    }

    @media (max-width: 980px) {
        .projects-title {
            font-size: 38px
        }

        .projects-swiper {
            padding-inline: 52px
        }

        .pricing-title {
            font-size: 38px
        }

        .pricing-swiper {
            padding-inline: 52px
        }

        .testimonials-title {
            font-size: 38px
        }

        .testimonials-aside {
            text-align: center
        }

        .testimonials-proof {
            justify-content: center
        }

        .testimonials-controls {
            justify-content: center
        }

        .disclaimer-title {
            font-size: 38px
        }
    }

    @media (max-width: 560px) {
        .projects-title {
            font-size: 30px
        }

        .projects-swiper {
            padding-inline: 46px
        }

        .projects-arrow {
            width: 40px;
            height: 40px
        }

        .pricing-title {
            font-size: 32px
        }

        .pricing-swiper {
            padding-inline: 46px
        }

        .pricing-arrow {
            width: 40px;
            height: 40px
        }

        .cta-title {
            font-size: 32px
        }

        .cta-section {
            padding: 70px 0
        }

        .process-title {
            font-size: 32px
        }

        .process-grid {
            flex-direction: column;
            align-items: center
        }

        .process-box {
            min-width: 100%
        }

        .testimonials-title {
            font-size: 32px
        }

        .testimonials-swiper {
            padding-inline: 46px
        }

        .testimonials-arrow {
            width: 40px;
            height: 40px
        }

        .faq-title {
            font-size: 32px
        }

        .faq-grid {
            grid-template-columns: 1fr
        }
    }

    @media (max-width: 980px) {
        .hero__title {
            font-size: 52px
        }

        .about-media {
            max-width: 480px
        }

        .whychoose-title {
            font-size: 38px
        }

        .rotating-badge {
            width: 150px;
            height: 150px
        }
    }

    @media (max-width: 560px) {
        .topbar__left {
            flex-direction: column;
            align-items: flex-start;
            gap: 6px
        }

        .hero__title {
            font-size: 42px
        }

        .hero__card {
            padding: 20px
        }

        .about-badge {
            left: 44px;
            width: 160px;
            height: 112px
        }

        .whychoose-title {
            font-size: 32px
        }

        .rotating-badge {
            width: 128px;
            height: 128px
        }

        .rotating-badge__text {
            font-size: 10px
        }
    }

    /* â”€â”€ SERVICES SECTION â”€â”€ */
    .services-section {
        background: url('../images/services/services-bg.png') no-repeat center center;
        background-size: cover;
        padding: 60px 0 50px;
        position: relative;
        overflow: hidden;
    }

    .services-section::before {
        content: '';
        position: absolute;
        width: 320px;
        height: 320px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(122, 160, 79, .18) 0%, transparent 70%);
        top: -80px;
        left: -80px;
        pointer-events: none;
    }

    .services-section::after {
        content: '';
        position: absolute;
        width: 260px;
        height: 260px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(62, 98, 62, .12) 0%, transparent 70%);
        bottom: 60px;
        right: -60px;
        pointer-events: none;
    }

    /* SECTION TITLE */
    .section-title {
        text-align: center;
        font-family: 'Plus Jakarta Sans';
        font-size: 36px;
        letter-spacing: 6px;
        text-transform: uppercase;
        color: var(--primary);
        margin-bottom: 14px;
        font-weight: 700;
    }

    /* SCROLLING TICKER */
    .ticker-wrapper {
        overflow: hidden;
        /* apne background ke hisaab se */
        padding: 12px 0;
        margin-bottom: 40px;
    }

    .ticker-track {
        display: flex;
        gap: 50px;
        width: max-content;
        animation: tickerMove 20s linear infinite;
    }

    .ticker-item {
        font-size: 40px;
        font-weight: 900;
        font-family: 'Plus Jakarta Sans', sans-serif;
        white-space: nowrap;
        text-transform: uppercase;
    }

    /* ODD items = Stroke */
    .ticker-item:nth-child(odd) {
        color: transparent;
        -webkit-text-stroke: 1px var(--primary);
    }

    /* EVEN items = Normal Fill */
    .ticker-item:nth-child(even) {
        color: var(--primary);
        -webkit-text-stroke: 0;
    }

    .star {
        margin-left: 30px;
        color: #2e4a35;
        /* star filled rahe */
        -webkit-text-stroke: 0;
    }

    .star img {
        width: 40px;
        animation: spin 5s linear infinite;
    }

    @keyframes tickerMove {
        from {
            transform: translateX(0);
        }

        to {
            transform: translateX(-50%);
        }
    }

    /* CARDS GRID */
    .services-swiper {
        overflow: visible;
    }

    .services-swiper .swiper-slide {
        height: auto;
    }

    .services-grid {
        display: grid;
        grid-template-columns: 1.5fr 1fr;
        gap: 18px;
        max-width: var(--container);
        margin: 0 auto 20px;
        padding: 0 20px;
    }

    .services-grid-reverse {
        display: grid;
        grid-template-columns: 1fr 1.5fr;
        gap: 18px;
        max-width: var(--container);
        margin: 0 auto;
        padding: 0 20px;
    }

    /* Individual card */
    .srv-card {
        background: #fff;
        border-radius: var(--radius);
        padding: 28px 26px 22px;
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 10px;
        box-shadow: 0 4px 24px rgba(62, 98, 62, .08);
        transition: transform .3s ease, box-shadow .3s ease;
        overflow: hidden;
        min-height: 180px;
    }

    .srv-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 12px 40px rgba(62, 98, 62, .16);
    }

    /* Card with image on right */
    .srv-card.has-image {
        flex-direction: row;
        align-items: stretch;
        padding: 0;
        overflow: hidden;
    }

    .srv-card.has-image .card-content {
        padding: 28px 26px 22px;
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .srv-card.has-image .card-img {
        width: 223px;
        flex-shrink: 0;
        object-fit: cover;
        border-radius: 0 var(--radius) var(--radius) 0;
        /* height: 100%; */
        object-fit: contain;
    }

    .srv-card .card-title {
        font-family: 'Plus Jakarta Sans';
        font-size: 24px;
        font-weight: 700;
        color: var(--primary);
    }

    .srv-card .card-desc {
        font-size: 16px;
        line-height: 1.6;
        color: var(--muted);
    }

    .srv-card .card-num {
        font-size: 42px;
        font-weight: 900;
        color: transparent;
        position: absolute;
        bottom: 22px;
        right: 26px;
        line-height: 1;
        font-family: 'Plus Jakarta Sans';
        pointer-events: none;
        -webkit-text-stroke: 2px rgba(62, 98, 62, .08);
    }

    .srv-card.has-image .card-num {
        right: 235px;
    }

    /* Arrow button */
    .arrow-btn {
        width: 38px;
        height: 38px;
        background: var(--primary);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: background .2s;
        text-decoration: none;
        /* margin-top: 0; */
    }

    .arrow-btn:hover {
        background: var(--accent-dark);
    }

    .arrow-btn svg,
    .arrow-btn i {
        width: 16px;
        height: 16px;
        color: white;
        rotate: -45deg;
    }

    /* NAV ARROWS */
    .nav-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 44px;
        height: 44px;
        border-radius: 50%;
        border: 2px solid var(--primary);
        background: transparent;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        z-index: 10;
        transition: background .2s, border-color .2s;
    }

    .nav-arrow:hover {
        background: var(--primary);
    }

    .nav-arrow:hover svg path {
        stroke: #fff;
    }

    .nav-arrow.prev {
        left: 10px;
    }

    .nav-arrow.next {
        right: 10px;
    }

    .nav-arrow svg {
        width: 18px;
        height: 18px;
    }

    .nav-arrow svg path {
        stroke: var(--primary);
        stroke-width: 2;
        fill: none;
    }

    /* BOTTOM BAR */
    .bottom-bar {
        max-width: var(--container);
        margin: 28px auto 0;
        padding: 18px 28px;
        background: #3e623e99;
        border-radius: var(--radius);
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        gap: 20px;
    }

    .avatars {
        display: flex;
        align-items: center;
    }

    .avatar {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        border: 2px solid #fff;
        margin-left: -10px;
        object-fit: cover;
        background: var(--accent);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        color: #fff;
        font-weight: 700;
        overflow: hidden;
    }

    .avatar:first-child {
        margin-left: 0;
    }

    .clients-text {
        font-size: 13px;
        color: rgba(255, 255, 255, .8);
        margin-left: 14px;
    }

    .clients-text strong {
        color: #fff;
    }

    .view-btn {
        background: var(--accent);
        color: #fff;
        border: none;
        padding: 12px 22px;
        border-radius: 50px;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
        cursor: pointer;
        display: flex;
        align-items: center;
        gap: 10px;
        transition: background .2s;
        text-decoration: none;
    }

    .view-btn:hover {
        background: var(--accent-dark);
        color: #fff;
    }

    .view-btn .btn-arrow {
        width: 28px;
        height: 28px;
        background: rgba(255, 255, 255, .2);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .view-btn svg {
        width: 13px;
        height: 13px;
    }

    /* Outer wrapper for nav arrows */
    .grid-wrapper {
        position: relative;
        max-width: calc(var(--container) + 120px);
        margin: 0 auto;
        padding: 0 60px;
    }

    @media (max-width: 768px) {
        .services-grid, .services-grid-reverse {
            grid-template-columns: 1fr;
        }

        .srv-card.has-image {
            flex-direction: column;
        }

        .srv-card.has-image .card-img {
            width: 100%;
            height: 200px;
            border-radius: 0 0 var(--radius) var(--radius);
        }

        .nav-arrow {
            display: none;
        }

        .grid-wrapper {
            padding: 0 20px;
        }

        .bottom-bar {
            flex-direction: column;
            text-align: center;
            margin: 28px 20px 0;
        }
        .cta-wrapper{
            flex-direction: column;
        }
        .cta-media img{
            transform: scale(1) !important
        }
        .contact-chip{
            flex-direction: row
        }
    }

    form label {
        font-size: 14px !important;
    }

    form input {
        background: #F2F2F2 !important;
        padding: 6px 12px 12px !important;
        font-family: 'Plus Jakarta Sans';
    }

    form button.btn-success {
        background: var(--accent);
        border-radius: 50px;
        font-size: 14px;
        font-weight: 600;
        padding: 13px;
        margin-top: 20px
    }

    form button.btn-success:hover {
        background: transparent;
        border: 1px solid var(--accent);
        color: var(--accent);
    }

    .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,
    .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
        content: unset !important;
    }