@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.cdnfonts.com/css/chronicle-display');

@font-face {
    font-family: 'OrangeAvenue-Regular';
    src: url('../fonts/orange-avenue-font/OrangeAvenueDemoRegular-Jp10K.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lufga';
    src: url('../fonts/lufga/Lufga-Regular.woff2') format('woff2'),
        url('../fonts/lufga/Lufga-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lufga';
    src: url('../fonts/lufga/Lufga-Medium.woff2') format('woff2'),
        url('../fonts/lufga/Lufga-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bon Vivant Family Serif';
    src: url('../fonts/bon-vivant/BonVivantSerif.woff2') format('woff2'),
        url('../fonts/bon-vivant/BonVivantSerif.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

:root {
    --earth: #7C5C3E;
    --bark: #4A3728;
    --harvest: #C17F3C;
    --sage: #6B7C5E;
    --cream: #F7F2EA;
    --offwhite: #FDFAF5;
    --charcoal: #2C2C2C;
    --muted: #7A7A6E;
    --white: #FFFFFF;
}


/* ── NAV ─────────────────────────────────────────── */
nav {
    position: fixed;
    top: 20px;
    left: 0;
    right: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 22px !important;
    background: #FFFFFF;
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(124, 92, 62, 0.12);
    border-radius: 50px;
}


.nav-links {
    display: flex;
    gap: 26px;
    list-style: none;
    margin-bottom: 0;
    padding: 0 1rem;
}

.nav-cta {
    background: var(--harvest);
    color: var(--white);
    padding: 10px 24px;
    border-radius: 4px;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.04em;
    transition: background 0.2s;
}

.nav-cta:hover {
    background: var(--earth);
}

/* ── HERO ────────────────────────────────────────── */
.hero {
    min-height: 100vh;
    background: url('../images/home-banner-img.webp');
    display: flex;
    align-items: center;
    padding: 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    border-radius: 0 0 22px 22px;
    background-position: bottom;
}

.hero-content {
    position: absolute;
}

.hero-eyebrow {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--harvest);
    border: 1px solid var(--harvest);
    padding: 5px 14px;
    border-radius: 2px;
    margin-bottom: 28px;
}

.hero h1 {
    font-family: 'OrangeAvenue-Regular';
    font-weight: 400;
    font-size: 62px;
    line-height: 83px;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: #FFFFFF;
}

.hero p {
    font-family: 'Lufga';
    font-weight: 400;
    font-size: 28px;
    line-height: 42px;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-bottom: 0;
}

/* ── PHILOSOPHY ──────────────────────────────────── */
.land-vision {
    display: flex;
    background: #A1531C;
    padding: 0 !important;
    border-radius: 20px;
    position: relative;
}

.land-vision-right-img {
    position: absolute;
    bottom: 0;
}

.philosophy {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    padding-top: 3rem;
}

.philosophy-text {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem 3rem;
}

.land-vision-img {
    width: 50%;

    img {
        width: 100%;
    }
}

.right-tree {
    position: absolute;
    z-index: 99;
    top: -80px;
}

.designed-for-better-future {
    font-family: 'Bon Vivant Family Serif';
    font-weight: 600;
    font-size: 52px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
    color: #023A2D;
    line-height: 1;
    margin-bottom: 4rem;
}

.philosophy-text .label {
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--harvest);
    font-weight: 600;
    margin-bottom: 20px;
}

.philosophy-text h2 {
    font-family: 'Bon Vivant Family Serif';
    font-weight: 600;
    font-size: 42px;
    line-height: 51px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    margin: 15px 0;
    position: relative;
    z-index: 99;
}

.philosophy-text p {
    font-family: 'Lufga';
    font-weight: 400;
    font-size: 22px;
    line-height: 38px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-top: 15px;
    margin-bottom: 0;
}

.philosophy-image {
    background: url('https://images.unsplash.com/photo-1464226184884-fa280b87c399?w=900&q=80') center/cover no-repeat;
    width: 50%;
}

/* ── PILLARS ─────────────────────────────────────── */
.pillars {
    background: url('../images/better-future.webp');
    padding: 70px 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.left-tree {
    position: absolute;
    right: 0;
}

.section-header {
    text-align: center;
}

.section-header .label {
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--harvest);
    font-weight: 600;
    margin-bottom: 14px;
}

.pillars-grid {
    display: flex;
    justify-content: center;
    align-items: center;

    .pillar {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

.pillar h3 {
    margin: 15px 0 5px;
    font-family: 'Chronicle Display';
    font-weight: 375;
    font-size: 28px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
    color: #023A2D;
}

.pillar p {
    font-family: 'Nunito';
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
    color: #6B3215;
    margin-bottom: 0;
    line-height: 23px;
}

/* ── TAGLINE BANNER ──────────────────────────────── */
.tagline-banner {
    background: url('../images/land-life-legacy.webp') center / cover no-repeat;
    text-align: center;
    border-radius: 20px;
    height: 500px;
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 2rem;
}

.tagline-banner h2 {
    margin-bottom: 10px;
    font-family: 'Bon Vivant Family Serif';
    font-weight: 600;
    font-size: 52px;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: #FFFFFF;
}

.tagline-banner p {
    font-family: 'Lufga';
    font-weight: 400;
    font-size: 22px;
    line-height: 38px;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: #FFFFFF;
    text-align: left;
}

.book-now-btn {
    border-radius: 100px;
    background: #FFFFFF26;

    button {
        font-family: 'Lufga';
        font-weight: 400;
        font-size: 26px;
        letter-spacing: 0px;
        text-align: center;
        text-transform: capitalize;
        color: #FFFFFF;
        border-radius: 100px;
        background: #FFFFFF26;
        border: 1px solid #ffffff38;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
        padding: 11px 30px;
        transition: all 0.25s ease;
        border: 1px solid #FFFFFF;
    }
}

.land-life {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.land-bottom-img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
    position: relative;
}

/* ── PLOTS ───────────────────────────────────────── */
.plots {
    background-image: url('../images/plots-bgimg.webp');
    padding: 3rem 0;
    position: relative;
}

.find-the-farmland {
    font-family: 'Bon Vivant Family Serif';
    font-weight: 600;
    font-size: 52px;
    line-height: 60px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
    color: #A1531C;
    margin-bottom: 4rem;
}

/* ── AMENITIES ───────────────────────────────────── */
.amenities {
    background: #FCFEFC;
    padding: 50px;
}

.amenities .section-header .label {
    color: #E8C77A;
}

.amenities .section-header h2 {
    color: var(--white);
}

.amenities-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    max-width: 1010px;
    margin: 0 auto;
}

.amenity {
    border: 1px solid rgb(210 173 147);
    border-radius: 8px;
    padding: 22px 10px;
    text-align: center;
    background: #FFFFFF3D;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* .amenity:hover { background: rgba(193,127,60,0.25); border-color: var(--harvest); } */
.amenity span {
    font-size: 1.6rem;
    display: block;
    margin-bottom: 8px;
}

.amenity p {
    font-family: 'Lufga';
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-bottom: 0;
    line-height: 26px;
}

/* ── GALLERY ─────────────────────────────────────── */
.gallery {
    padding: 10px 0px 10rem;
    background: url('../images/gallery.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.gallery-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: 260px 260px;
    gap: 16px;
    max-width: 1100px;
    margin: 0 auto;
}

.gallery-item {
    border-radius: 8px;
    overflow: hidden;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s;
}

.gallery-item:hover img {
    transform: scale(1.04);
}

.gallery-item:first-child {
    grid-row: 1 / 3;
}

/* ── TESTIMONIALS ────────────────────────────────── */
.testimonials {
    padding: 40px 60px 0;
    background: linear-gradient(180deg, #FFFFFF 0%, #DDEDDE 100%);
    /* background-image: url('../images/testimonials.png'); */
    position: relative;
}
.testimonals-tree{
    background: linear-gradient(180deg, #FFFFFF 0%, #DDEDDE 0%);
    position: relative;

    .right-tree {
        top: 0px;
    }
}
.testi-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
}

.testi-card-p {
    font-family: 'Nunito';
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
    color: #023A2D;
    margin-bottom: 2rem;
    line-height: 46px;
}

.testi-reviewr-name {
    font-family: 'Nunito';
    font-weight: 600;
    font-size: 32px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
    color: #023A2D;
    margin-bottom: 6px;
}

.testi-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 65%;
}

.testi-review-profession {
    font-family: 'Nunito';
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
    color: #797979;
}

/* ── CTA ─────────────────────────────────────────── */
.cta-section {
    background:
        linear-gradient(135deg, var(--bark) 0%, var(--earth) 100%);
    padding: 90px 60px;
    text-align: center;
}

.cta-section h2 {
    font-family: var(--font-display);
    font-size: 2.8rem;
    color: var(--white);
    margin-bottom: 16px;
}

.cta-section p {
    color: rgba(255, 255, 255, 0.72);
    font-size: 1.05rem;
    max-width: 500px;
    margin: 0 auto 36px;
}

/* ── FOOTER ──────────────────────────────────────── */
footer {
    background: #1C1410;
    color: rgba(255, 255, 255, 0.6);
    padding: 60px;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 48px;
}

.footer-brand .nav-logo {
    color: var(--cream);
    display: block;
    margin-bottom: 16px;
    text-decoration: none;
}

.footer-brand p {
    font-family: 'Lufga';
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.footer-col h4 {
    font-family: 'Playfair Display';
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0px;
    color: #CF9B53;
    text-align: center;
    margin: 0 0 10px;
}

.footer-col ul {
    list-style: none;
    padding: 0;
}

.footer-col ul li {
    margin-bottom: 10px;
    text-align: center;
}

.footer-col ul li a {
    text-decoration: none;
    font-family: 'Lufga';
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0px;
    text-align: center;
    color: #FFFFFF;
}

.footer-col ul li a:hover {
    color: var(--harvest);
}

.footer-bottom {
    background: #120E0A;
    padding: 20px 60px;
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.35);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 700px) {
    nav {
        padding: 14px 20px;
    }

    .nav-links {
        display: none;
    }
}

.plot-card {
    position: relative;
    width: auto;
}

.plot-card-text {
    position: absolute;
    bottom: 16px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.plot-hd-txt {
    font-family: 'Lufga';
    font-weight: 400;
    font-size: 26px;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-bottom: 5px;
}

.plot-acre {
    font-family: 'Lufga';
    font-weight: 500;
    font-size: 36px;
    letter-spacing: 0px;
    text-transform: capitalize;
    background: linear-gradient(90deg, #B28C2C 0%, #FFF689 50%, #D0AA45 75%, #DAB145 95.94%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
}

.visit-our-farmland button {
    background: #364C24;
    border-radius: 100px;
    font-family: 'Lufga';
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 5px 45px;
    border: 1px solid #364C24;
    transition: all 0.25s ease;

    i {
        font-size: 24px;
    }
}

.find-land-img {
    border-radius: 10px;
    width: 100%;
}

.visionLand {
    margin-bottom: 4rem;
}

.farmland-vision {
    position: absolute;
    bottom: 0;
}

.vision-left-img {
    position: absolute;
    bottom: -36%;
    right: 0;
}

.amenitiesbg {
    background-image: url('../images/amenitiesbg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 5rem;
    border-radius: 20px;
    background-position: center;
}

.world-class-amenities {
    font-family: 'Bon Vivant Family Serif';
    font-weight: 600;
    font-size: 42px;
    line-height: 51px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF !important;
    margin: 10px 0;
}

.amenitiesHeader {
    padding: 2rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.glimpse-txt {
    font-family: 'Bon Vivant Family Serif';
    font-weight: 600;
    font-size: 60px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
    color: #A1531C;
    margin-bottom: 2rem;
}

.gallery-bottom-line {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}

.testimonials-head {
    font-family: 'Bon Vivant Family Serif';
    font-weight: 600;
    font-size: 62px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
    color: #023A2D;
}

.testimonials-text {
    font-family: 'Lufga';
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: #023A2D;
    margin-bottom: 10px;
}

.footer {
    background-image: url('../images/footer.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: fit-content;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3rem 0;
    position: relative;
    z-index: 9;
}

.footersec {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.footer-copyright {
    background: linear-gradient(180deg, #CF9B53 -111.76%, #C08637 100%);

    p {
        font-family: 'Lufga';
        font-weight: 500;
        font-size: 14px;
        letter-spacing: 0px;
        text-align: center;
        color: #FFFFFF;
        margin-bottom: 0;
        padding: 7px 10px;
    }

    a {
        text-decoration: none;
        color: #FFFFFF;
    }
}

.hero-about {
    background-image: url('../images/about-us-banner.webp');
    height: 450px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.hero-banner-about {
    background-image: url('../images/about-us-banner.webp');
    height: 450px;
    border-radius: 0 0 30px 30px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    .hero-title {
        font-family: 'OrangeAvenue-Regular';
        font-weight: 400;
        font-size: 62px;
        letter-spacing: 1.24px;
        text-align: center;
        text-transform: capitalize;
        color: #FFFFFF;
        margin-bottom: 0;
    }
}

.bannerContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    position: relative;
    bottom: 50px;
}

.about-section {
    background: #FEFAEE;

    h2 {
        font-family: 'Bon Vivant Family Serif';
        font-weight: 600;
        font-size: 62px;
        letter-spacing: 0px;
        text-transform: capitalize;
        color: #023A2D;
        line-height: 81px;
        position: relative;
    }

    p {
        font-family: 'Nunito';
        font-weight: 500;
        font-size: 28px;
        line-height: 46px;
        letter-spacing: 0px;
        text-transform: capitalize;
        color: #6B3215;
    }

    .legacies-nature {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .explore-our-project {
        border-radius: 4px;
        background-color: #A1531C;
        font-family: 'Nunito';
        font-weight: 600;
        font-size: 26px;
        letter-spacing: 0px;
        text-align: center;
        text-transform: capitalize;
        color: #FFFFFF;
        padding: 8px 27px;
        transition: all 0.25s ease;
        border: 1px solid #A1531C;
    }
}

.sectiontop {
    padding: 6rem 0;
    position: relative;
}

.legacies-left-img {
    position: absolute;
    top: 0;
}

.legacies-right-img {
    position: absolute;
    right: 0;
    bottom: 0;
}

.stats-section {
    background: #F0E0C6;

    .statscontainer {
        display: flex;
        justify-content: center;
    }

    .both-stats-txtimg {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 3rem;
        width: 90%;
    }

    h2 {
        font-family: 'Bon Vivant Family Serif';
        font-weight: 600;
        font-size: 62px;
        line-height: 81px;
        letter-spacing: 0px;
        text-transform: capitalize;
        color: #023A2D;
    }

    p {
        font-family: 'Nunito';
        font-weight: 500;
        font-size: 28px;
        line-height: 46px;
        letter-spacing: 0px;
        text-transform: capitalize;
        color: #6B3215;
    }

    .stats-contxt {
        width: 45%;
        position: relative;
        z-index: 9;
    }

    .stats-img {
        width: 50%;
    }

    .farmland-vision {
        position: absolute;
        bottom: -30px;
    }

    .stat-card {
        position: relative;
        border-radius: 6px;
        overflow: hidden;
        height: 210px;
    }

    .stat-card .stat-overlay {
        position: absolute;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-end;
        padding: 1rem;
        bottom: 0;
    }

    .stat-number {
        font-family: 'Lufga';
        font-weight: 500;
        font-size: 52px;
        letter-spacing: 0px;
        text-transform: capitalize;
        color: #FEFAEE;
        line-height: 1;
    }

    .stat-label {
        font-family: 'Lufga';
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 0px;
        text-transform: capitalize;
        color: #FEFAEE;
    }

    .number-words-img {
        position: absolute;
        right: 0;
        bottom: 0;
    }
}

.process-section {
    background-image: url('../images/process-section-bgimg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    h2 {
        font-family: 'Bon Vivant Family Serif';
        font-weight: 600;
        font-size: 52px;
        line-height: 60px;
        letter-spacing: 0px;
        text-align: center;
        text-transform: capitalize;
        color: #FFFFFF;
        margin-bottom: 20px;
    }

    p {
        font-family: 'Nunito';
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0px;
        text-align: center;
        text-transform: capitalize;
        color: #023A2D;
    }
}

.process-section {
    padding: 30px 0;

    .process-title {
        font-family: 'Bon Vivant Family Serif';
        font-weight: 600;
        font-size: 26px;
        letter-spacing: 0PX;
        text-align: center;
        text-transform: capitalize;
        color: #742E15;
        margin: 10px 0 5px;
    }

    .process-card {
        border-radius: 10px;
        background: #F0E0C6;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 10px;
    }

    .secturm-team {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 30px;
    }
}

.team-section {
    background: url('../images/team-section-bgimg.webp');
    padding: 40px 0 0;
    text-align: center;
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    position: relative;

    h2 {
        font-family: 'Bon Vivant Family Serif';
        font-weight: 600;
        font-size: 52px;
        line-height: 60px;
        letter-spacing: 0px;
        text-align: center;
        text-transform: capitalize;
        color: #023A2D;
        margin-bottom: 12px;
    }

    .btn-visit {
        background: #A1531C;
        border-radius: 4px;
        font-family: 'Nunito';
        font-weight: 600;
        font-size: 26px;
        letter-spacing: 0px;
        text-align: center;
        text-transform: capitalize;
        color: #FFFFFF;
        padding: 8px 28px;
        transition: all 0.25s ease;
        border: 1px solid #A1531C;
    }

    .team-avatars img {
        position: relative;
    }

    .book-a-visit {
        position: absolute;
        bottom: 30px;
        left: 0;
        width: 100%;
    }

    .experience-review {
        position: absolute;
        left: 10%;
        top: 20%;
        width: fit-content;
    }

    .experience-badge {
        background-image: url('../images/experience-badge.png');
        border-radius: 4px;
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: cover;
        width: 50%;
        padding: 20px 10px;
    }

    .badge-role {
        font-family: 'Lufga';
        font-weight: 500;
        font-size: 16px;
        line-height: 21px;
        letter-spacing: 0px;
        text-align: center;
        text-transform: capitalize;
        color: #023A2D;
    }

    .badge-desc {
        font-family: 'Lufga';
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 0px;
        text-align: center;
        text-transform: capitalize;
        color: #A1531C;
    }

    .container {
        position: relative;
    }

    .team-avatars {
        padding-bottom: 20px;
    }
}

.about-philosophy {
    padding: 3rem 0;
}

.schedule-consult button {
    border-radius: 4px;
    background: #FFFFFF;
    font-family: 'Nunito';
    font-weight: 600;
    font-size: 26px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
    color: #A1531C;
    border: none;
    padding: 10px 29px;
    border: 1px solid #A1531C;
}

.hero-banner-highlights {
    background-image: url('../images/highlights-banner.webp');
    height: 450px;
    border-radius: 0 0 30px 30px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    .hero-title {
        font-family: 'OrangeAvenue-Regular';
        font-weight: 400;
        font-size: 62px;
        letter-spacing: 1.24px;
        text-align: center;
        text-transform: capitalize;
        color: #FFFFFF;
        margin-bottom: 0;
    }
}

.legacies-highlights {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.legacies-nature-highlights {
    gap: 50px;
}

.key-highlights {
    background-image: url('../images/key-highlights-bgimg.webp');
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;

    h2 {
        font-family: 'Bon Vivant Family Serif';
        font-weight: 600;
        font-size: 62px;
        letter-spacing: 0px;
        text-align: center;
        text-transform: capitalize;
        color: #FFFFFF;
        position: relative;
        bottom: 70px;
    }

    .key-highlights-content {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 30px;
        width: 90%;
    }

    .container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .key-highlights-context {
        border-radius: 10px;
        background: #969a97d9;
        padding: 20px 10px;
        height: 220px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border: 1px solid #ffffff5e;
    }

    .key-highlights-amt {
        font-family: 'Nunito';
        font-weight: 600;
        font-size: 52px;
        letter-spacing: 0px;
        text-align: center;
        text-transform: capitalize;
        color: #742E15;
        margin-bottom: 0;
    }

    .key-highlights-txt {
        font-family: 'Nunito';
        font-weight: 600;
        font-size: 26px;
        letter-spacing: 0px;
        text-align: center;
        text-transform: capitalize;
        color: #FFFFFF;
        margin-bottom: 0;
    }
}

.highlights-specification {
    .both-stats-txtimg {
        width: 90%;
    }

    .specification-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        row-gap: 40px;
        column-gap: 20px;
    }

    h2 {
        margin-bottom: 2rem;
    }

    .project-div-flex {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap: 10px;
    }

    .specific-number {
        font-family: 'Nunito';
        font-weight: 600;
        font-size: 26px;
        letter-spacing: 0px;
        text-align: center;
        text-transform: capitalize;
        color: #742E15;
        margin-bottom: 0;
        line-height: 37px;
    }

    .specific-txt {
        font-family: 'Nunito';
        font-weight: 600;
        font-size: 18px;
        line-height: 37px;
        letter-spacing: 0px;
        text-align: center;
        text-transform: capitalize;
        color: #023A2D;
        margin-bottom: 0;
    }

    .project-specifications-img img {
        width: 100%;
    }
}

.highlights-amenities {
    background-image: url('../images/highlights-amenities.webp');
    padding: 2rem 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    h2 {
        font-family: 'Bon Vivant Family Serif';
        font-weight: 600;
        font-size: 52px;
        line-height: 60px;
        letter-spacing: 0px;
        text-align: center;
        text-transform: capitalize;
        color: #A1531C;
        margin-bottom: 2rem;
    }

    .highlights-amenites-img {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }
}

.hero-banner-contact {
    background-image: url('../images/contact-banner.webp');
    height: 450px;
    border-radius: 0 0 30px 30px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    .hero-title {
        font-family: 'OrangeAvenue-Regular';
        font-weight: 400;
        font-size: 62px;
        letter-spacing: 1.24px;
        text-align: center;
        text-transform: capitalize;
        color: #FFFFFF;
        margin-bottom: 0;
    }

    .bannerContainer {
        gap: 20px;
    }
}

.contactus-contact {
    background-image: url('../images/contact-us-bgimg.webp');
    background-repeat: no-repeat;
    background-size: cover;

    h2 {
        font-family: 'Bon Vivant Family Serif';
        font-weight: 600;
        font-size: 52px;
        line-height: 49px;
        letter-spacing: 0;
        text-align: center;
        text-transform: capitalize;
        color: #023A2D;
        margin-bottom: 4rem;
    }

    .stay-farmland-div {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 30px;
        width: 70%;
    }

    .conatct-info {
        background: #F0E0C6;
        border-radius: 4px;
        padding: 20px;
    }

    .contact-info-head {
        font-family: 'Bon Vivant Family Serif';
        font-weight: 600;
        font-size: 26px;
        letter-spacing: 0px;
        text-transform: capitalize;
        color: #442C26;
        margin-bottom: 4px;
    }

    .contact-info-txt {
        font-family: 'Nunito';
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 0px;
        text-transform: lowercase;
        color: #023A2D;
        margin-bottom: 0px;
    }

    .container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .conatct-info img {
        margin-bottom: 20px;
    }

    .form-contact {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        border-radius: 10px;
        background: #fff;
        margin-top: 3rem;
    }

    .form-contact::before {
        content: "";
        position: absolute;
        inset: 0;
        padding: 1px;
        /* border thickness */
        border-radius: 10px;
        background: linear-gradient(0deg,
                rgba(0, 0, 0, 1),
                rgba(0, 0, 0, 0.2));
        -webkit-mask:
            linear-gradient(#fff 0 0) content-box,
            linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        pointer-events: none;
    }

    .form-img {
        width: 50%;
    }

    .form-enquiry {
        width: 50%;
        background: #023A2D;
        height: stretch;
        padding: 25px;
        border-radius: 0 10px 10px 0;
    }

    .form-img img {
        width: 100%;
        border-radius: 10px 0 0px 10px;
    }

    .form-enquiry {
        p {
            font-family: 'Bon Vivant Family Serif';
            font-weight: 600;
            font-size: 32px;
            letter-spacing: 0px;
            text-transform: capitalize;
            color: #FFFFFF;
        }
    }

    form {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    form input {
        border-radius: 4px;
        background: #FFFFFF2B;
        font-family: 'Nunito';
        font-weight: 400;
        font-size: 16px;
        letter-spacing: 0px;
        color: #FFFFFF;
        border: 1px solid #ffffff33;
        padding: 13px 10px;
    }

    form input::placeholder {
        color: #FFFFFF;
    }

    .form-control:focus {
        background: #FFFFFF2B;
        color: #FFFFFF;
        box-shadow: none;
        border: 1px solid #ffffff33;
    }

    form textarea {
        border-radius: 4px;
        background: #FFFFFF2B;
        font-family: 'Nunito';
        font-weight: 400;
        font-size: 16px;
        letter-spacing: 0px;
        text-transform: capitalize;
        color: #FFFFFF;
        border: 1px solid #ffffff33;
        padding: 13px 10px;
    }

    form textarea::placeholder {
        color: #FFFFFF;
    }

    .submit-here {
        display: flex;
        justify-content: center;
        align-items: center;

        button {
            border-radius: 4px;
            background: #FFFFFF;
            font-family: 'Nunito';
            font-weight: 600;
            font-size: 26px;
            letter-spacing: 0px;
            text-align: center;
            text-transform: capitalize;
            color: #023A2D;
            border: none;
            padding: 10px 28px;
            transition: all 0.25s ease;
            border: 1px solid #023A2D;
        }
    }
}

.contact-left-tree {
    position: absolute;
    right: 0;
    z-index: 9;
}

.nav-links a.active {
    color: #023A2D !important;
    font-weight: 500;
}

.about-left-img {
    position: absolute;
    left: 0;
    top: -110px;
}

.about-right-img {
    position: absolute;
    right: 0;
    z-index: 9;
    bottom: -200px;
}

.right-tree-spectrum {
    position: absolute;
    z-index: 9;
    bottom: -180px;
}

.banner-visit-btn {
    display: flex;
    justify-content: center;
    align-items: center;

    button {
        position: absolute;
        bottom: 0;
        border-radius: 100px;
        background: #A1531C;
        font-family: 'Lufga';
        font-weight: 400;
        font-size: 26px;
        letter-spacing: 0px;
        text-align: center;
        text-transform: capitalize;
        color: #FFFFFF;
        border: none;
        padding: 13px 57px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        padding: 13px 40px;
        border: 1px solid #FFFFFF;
        transition: all 0.25s ease;
    }
}

.footer-top-bgimg {
    width: 100%;
    position: relative;
    top: 10px;
}

.aboutp-us-leaf {
    position: absolute;
    left: -38px;
    top: -30px;
}

.popup-content {
    background: #FCF5E3;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
}

.popup-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.7);
}

.popup-modal.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.book-a-farm-visit {
    font-family: 'Bon Vivant Family Serif';
    font-weight: 600;
    font-size: 40px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
    color: #742E15;
}

.popup-form-content {
    border: 3px solid #742E15;
    border-radius: 10px;
    width: 90%;
    padding: 30px;

    form label {
        font-family: 'Nunito';
        font-weight: 500;
        font-size: 22px;
        letter-spacing: 0px;
        text-transform: capitalize;
        color: #742E15;
    }

    form input {
        border: 1px solid #742E15 !important;
        background: #FCF5E3;
        font-family: 'Nunito';
        font-weight: 400 !important;
        font-size: 17px !important;
        letter-spacing: 0px;
        color: #652007 !important;
        padding: 10px 10px !important;
    }

    form input::placeholder {
        color: #BE7C64 !important;
        font-weight: 300 !important;
    }

    form textarea {
        border: 1px solid #742E15 !important;
        background: #FCF5E3;
        font-family: 'Nunito';
        font-weight: 400 !important;
        font-size: 17px !important;
        letter-spacing: 0px;
        color: #652007 !important;
        padding: 10px 10px !important;
    }

    form textarea::placeholder {
        color: #BE7C64 !important;
        font-weight: 300 !important;
    }

    .form-control:focus {
        background-color: transparent !important;
        border-color: none !important;
        outline: 0;
        box-shadow: 0 0 0 0;
    }

    .popupform-submit-now button {
        border-radius: 4px;
        background: #A1531C;
        font-family: 'Nunito';
        font-weight: 600;
        font-size: 26px;
        letter-spacing: 0px;
        text-align: center;
        text-transform: capitalize;
        color: #FFFFFF;
        border: none;
        padding: 10px 28px;
        margin-top: 10px;
        transition: all 0.25s ease;
        border: 1px solid #A1531C;
    }

    .popupform-submit-now {
        display: flex;
        justify-content: center;
    }
}

.bgimg-Content {}

.own-more-than-land-hd {
    font-family: 'Bon Vivant Family Serif';
    font-weight: 600;
    font-size: 40px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-bottom: 6px;
}

.own-more-than-land-txt {
    font-family: 'Nunito';
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    line-height: 29px;
}

.popup-form-img img {
    position: relative;
    width: 100%;
}

.bgimg-Content {
    position: absolute;
    bottom: 80px;
    width: 35%;
    padding: 12px;
}

.back-to-top {
    background-color: #5e782d;
    color: #FFF !important;
    border: 1px solid #2e574a;
    visibility: hidden;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    font-size: 18px;
    position: fixed;
    bottom: 50px;
    right: 30px;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 12px 18px;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
    z-index: 999;
}

.half-form {
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

#closePopup {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    background: #742E15;
    border-top-right-radius: 20px;
    padding: 8px 8px;
    font-size: 10px;
    border-bottom-left-radius: 3px;
    img {
        width: 20px;
    }
}

.highlight-rightimg {
    position: absolute;
    top: -100px;
    right: 0;
}

.highlight-amenities-tree {
    position: absolute;
    top: -50px;
}
.thankyou-popup {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: #151515a3;
}
.thankyou-popup.show {
    display: flex;
    justify-content: center;
    align-items: center;
}

.thankyou-popup-content {
    position: relative;
    width: 90%;
    height: 80vh;
    padding: 50px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FCF5E3;
    border-radius: 20px;
}

.thanku-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.thanku-container h1 {
    font-family: 'Nunito', sans-serif;
    font-weight: 500;
    font-size: 22px;
    text-align: center;
    text-transform: capitalize;
    color: #742E15;
    margin-top: 20px;
}

.thanku-container p {
    font-family: 'Nunito', sans-serif;
    font-weight: 500;
    font-size: 22px;
    text-align: center;
    text-transform: capitalize;
    color: #742E15;
}

.thanku-left-img {
    position: absolute;
    left: 0;
    bottom: 0;
}

#closeThankyou {
    position: absolute;
    top: 0px;
    right: 0px;
    background: transparent;
    border: none;
    cursor: pointer;
    background: #742E15;
    border-top-right-radius: 20px;
    padding: 12px 13px;
    border-bottom-left-radius: 3px;
}
.thankyou-popup.show {
    display: flex;
    justify-content: center;
    align-items: center;
}
.left-avtar{
    position: absolute;
    top: 30%;
    z-index: 9;
}
.right-avtar{
    position: absolute;
    right: 0;
    top: 40%;
    z-index: 9;
}
.quote-div{
    display: flex;
    justify-content: center;
    align-items: center;
}
.bottom-enquiry-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    z-index: 999;
}
.bottom-enquiry-btn {
    width: 100%;
    border: none;
    border-radius: 12px 12px 0 0;
    background: linear-gradient(0deg, rgb(116 46 21) 0%, rgb(161 83 28) 100%);
    color: #FFFFFF;
    font-size: 14px;
    cursor: pointer;
    padding: 10px 10px;
    font-family: 'Lufga';
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
}
.right-tree-land{
    position: absolute;
    z-index: 9;
}
#loader-overlay{
    position: fixed;
    inset: 0;
    background: rgb(37 57 34 / 61%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999;

    .container{
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
.tree {
  position: relative;
  width: 50px;
  height: 50px;
  transform-style: preserve-3d;
  transform: rotateX(-20deg) rotateY(30deg);
  animation: treeAnimate 5s linear infinite;
}

@keyframes treeAnimate {
  0% {
    transform: rotateX(-20deg) rotateY(360deg);
  }

  100% {
    transform: rotateX(-20deg) rotateY(0deg);
  }
}

.tree div {
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transform: translateY(calc(25px * var(--x))) translateZ(0px);
}

.tree div.branch span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #69c069, #77dd77);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  border-bottom: 5px solid #00000019;
  transform-origin: bottom;
  transform: rotateY(calc(90deg * var(--i))) rotateX(30deg) translateZ(28.5px);
}

.tree div.stem span {
  position: absolute;
  top: 110px;
 /* updated top value */
  left: calc(50% - 7.5px);
  width: 15px;
  height: 50%;
  background: linear-gradient(90deg, #bb4622, #df7214);
  border-bottom: 5px solid #00000019;
  transform-origin: bottom;
  transform: rotateY(calc(90deg * var(--i))) translateZ(7.5px);
}

.shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  filter: blur(20px);
  transform-style: preserve-3d;
  transform: rotateX(90deg) translateZ(-65px);
}
.conatct-info a{
    text-decoration: none;
}