
body{background-color: #efefef;}
   
   /* HERO */
.hero-section {
    background: url('img/bg.webp') no-repeat center center/cover;
    position: relative;
    padding-bottom: 120px;
    height: 100vh;
}

/* OVERLAY */
.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 40, 20, 0.6);
}

.hero-content {
    position: relative;
    z-index: 2;
    padding-top: 120px;
}

/* NAVBAR */
.navbar {
    position: relative;
    z-index: 3;
    padding-top: 20px;
}

.navbar-nav .nav-link {
    font-family: 'Libre Franklin', sans-serif;
    font-size: 14px;
    color: #fff;
    margin: 0 18px;
}

.navbar-nav .nav-link.active {
    color: #BC9B86;
}

/* TEXTS */
.welcome-text {
    font-family: 'Playfair Display', serif;
    letter-spacing: 0.4em;
    color: #efefef;
    font-size: 14px;
    margin-bottom: 25px;
}

.logo img {
    width: 100%;
    max-width: 945px;
}

.sub-text {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    color: #efefef;
    margin-top: 25px;
}

.tagline {
    font-family: 'Libre Franklin', sans-serif;
    letter-spacing: 0.39em;
    font-size: 18px;
    color: #fff;
    margin-top: 15px;
    display: inline-block;
    position: relative;
    padding: 12px 0;
}

.tagline::before,
.tagline::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #BC9B86;
    left: 0;
}

.tagline::before { top: 0; }
.tagline::after { bottom: 0; }

/* OVERLAP BOX */
.bottom-box-wrapper {
    background: #efefef;
    padding-top: 60px;
}

.bottom-box {
    background: #66461C;
    max-width: 780px;
    margin: 0 auto;
    padding: 30px;
    border-radius: 4px;
    color: #fff;
    font-family: 'Libre Franklin', sans-serif;
    font-size: 16px;
    line-height: 24px;

    transform: translateY(-60px); /* 🔥 perfect overlap */
}

/* NEXT SECTION */
.next-section {
    background: #efefef;
    height: 200px;
}


/* Desktop Only CSS*/

@media (min-width: 768px) {
.hero-section {
    min-height: 100vh;
}
.bottom-box-wrapper {
    margin-top: -80px;
}

}

/* Mobile Only CSS */

@media (max-width: 768px) {
    
    .navbar-nav {
    text-align: center;}

    .logo img {
    padding: 20px;}

    .hero-content {
    padding-top: 65px;
    }
   

    .bottom-box {
        transform: translateY(-40px);
        margin: 0 15px;
        margin-top:-130px;
        font-size: 14px;
    }
}


/*===============================================*/


.living-section {
    background: #efefef;
    padding: 60px 0 80px;
    text-align: center;
}

/* TITLE */
.section-title {
    font-family: 'Playfair Display', serif;
    font-size: 60px;
    line-height: 59px;
    color: #66461C;
    margin-bottom: 60px;
}

/* CAROUSEL */
.carousel-wrapper {
    position: relative;
    overflow: hidden;
}

/* TRACK */
.carousel-track {
    display: flex;
    gap: 30px;
    transition: transform 0.5s ease;
    padding: 0 10%;
}

/* SLIDES */
.slide {
    min-width: 60%;
    position: relative;
    transition: 0.5s;
    opacity: 0.5;
    transform: scale(0.9);
}

.slide img {
    width: 100%;
    border-radius: 20px;
}

/* TEXT */
.slide p {
    margin-top: 15px;
    color: #333;
}

/* ACTIVE */
.slide.active {
    opacity: 1;
    transform: scale(1);
}

.slide.active::after {
    display: none;
}

/* DARK OVERLAY */
.slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.4);
    border-radius: 20px;
}

/* ARROW */
.nav-btn {
    border:none;
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    opacity: 1;
    transition: 0.3s;
}

/* DOTS */
.dots {
    margin-top: 20px;
}

.dots span {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #ccc;
    margin: 0 5px;
    border-radius: 10px;
    transition: 0.3s;
}

.dots span.active {
    width: 30px;
    background: #A27A65;
}


@media (max-width: 768px){

    .section-title {
        font-size: 32px;
        line-height: 40px;
    }

    .slide {
        min-width: 80%;
    }

    .carousel-track {
        padding: 0 5%;
    }

    .nav-btn {
        left: 10px;
    }
    .nav-btn {
    background: transparent;
    border: none !important;
    outline: none;
    box-shadow: none;
    padding: 0;
    cursor: pointer;
}

.nav-btn img {
    display: block;
}
}



/*=======================================*/


/* SECTION */
.homes-section {
    background: #efefef;
    padding: 100px 0;
}

/* TITLE */
.homes-title {
    font-family: 'Playfair Display', serif;
    font-size: 60px;
    line-height: 59px;
    color: #66461C;
    margin-bottom: 80px;
}

/* GRID */

/* GRID ITEM */
.grid-item {
    padding: 40px 20px;
    text-align: center;

    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* 🔥 TOP ALIGN */

    height: 100%;
}

/* 🔥 ONLY MIDDLE BORDERS */

@media (min-width: 768px){

    /* reset */
    .homes-grid .col-md-4 {
        border: none;
    }

    /* vertical borders (only middle) */
    .homes-grid .col-md-4:nth-child(3n+1),
    .homes-grid .col-md-4:nth-child(3n+2) {
        border-right: 1px solid #CCCCCC;
    }

    /* horizontal border (only between rows) */
    .homes-grid .col-md-4:nth-child(-n+3) {
        border-bottom: 1px solid #CCCCCC;
    }
}

/* ICON */
.grid-item img {
    height: 50px;
    margin-bottom: 20px;
}

/* TEXT */
.grid-item p {
    font-family: 'Libre Franklin', sans-serif;
    font-size: 16px;
    color: #333;
    line-height: 24px;
    margin: 0;
}
@media (max-width: 768px){

    .homes-title {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 50px;
    }

    .grid-item {
        padding: 30px 15px;
    }

    .grid-item img {
        height: 40px;
    }

    .grid-item p {
        font-size: 14px;
    }
}
    @media (max-width: 767px){

    /* reset */
    .homes-grid .col-6 {
        border: none;
    }

    /* vertical border (ONLY left column items) */
    .homes-grid .col-6:nth-child(odd) {
        border-right: 1px solid #CCCCCC;
    }

    /* horizontal border (first 4 items only) */
    .homes-grid .col-6:nth-child(-n+4) {
        border-bottom: 1px solid #CCCCCC;
    }
}



/*================================================================*/


/* SECTION */
.invest-section {
    background: #002A17;
    padding: 100px 0 140px;
    position: relative;
}

/* TITLE */
.invest-title {
    font-family: 'Playfair Display', serif;
    font-size: 60px;
    line-height: 59px;
    color: #BC9B86;
    margin-bottom: 60px;
}

/* CAROUSEL TEXT */
.invest-section .slide p {
    color: #EFEFEF;
}

/* OVERLAP WRAPPER */
.invest-box-wrapper {
    position: relative;
    margin-top: -80px; /* overlap */
    z-index: 5;
}

/* BOX */
.invest-box {
    background: #66461C;
    padding: 30px 20px;
    text-align: center;
    border-radius: 6px;
    height: 100%;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* ICON */
.invest-box img {
    height: 40px;
    margin-bottom: 15px;
}

/* TEXT */
.invest-box p {
    color: #EFEFEF;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Libre Franklin', sans-serif;
    margin: 0;
}



@media (max-width: 768px){

    .invest-title {
        font-size: 32px;
        line-height: 40px;
    }

    .invest-box-wrapper {
        margin-top: -60px;
    }

    .invest-box {
        padding: 20px 15px;
    }
}


/* INVEST SECTION */
.invest-section {
    background: #002A17;
    padding: 120px 0 160px;
    text-align: center;
}

/* TITLE */
.invest-title {
    font-family: 'Playfair Display', serif;
    font-size: 60px;
    line-height: 59px;
    color: #BC9B86;
    margin-bottom: 60px;
}

/* CAROUSEL */
.invest-carousel-wrapper {
    position: relative;
    overflow: hidden;
}

/* TRACK */
.invest-carousel-track {
    display: flex;
    gap: 30px;
    transition: transform 0.5s ease;
    padding: 0 10%; /* 🔥 SAME AS FIRST SLIDER */
}

/* SLIDES */
.invest-slide {
    min-width: 60%; /* 🔥 SAME MAGIC NUMBER */
    position: relative;
    transition: 0.5s;
    opacity: 0.5;
    transform: scale(0.9);
}

/* IMAGE */
.invest-slide img {
    width: 100%;
    border-radius: 20px;
}

/* TEXT */
.invest-slide p {
    margin-top: 15px;
    color: #EFEFEF;
}

/* ACTIVE */
.invest-slide.active {
    opacity: 1;
    transform: scale(1);
}

.invest-slide.active::after {
    display: none;
}

/* DARK OVERLAY */
.invest-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.4);
    border-radius: 20px;
}

/* ARROW */
.invest-prev {
    border: none;
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    opacity: 1;
    transition: 0.3s;
    background: transparent;
    padding: 0;
    cursor: pointer;
}

/* DOTS */
.invest-dots {
    margin-top: 20px;
}

.invest-dots span {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #ccc;
    margin: 0 5px;
    border-radius: 10px;
    transition: 0.3s;
}

.invest-dots span.active {
    width: 30px;
    background: #A27A65;
}




@media (max-width: 768px){

    .invest-title {
        font-size: 32px;
        line-height: 40px;
    }

    .invest-slide {
        min-width: 80%; /* SAME AS FIRST */
    }

    .invest-carousel-track {
        padding: 0 5%;
    }

    .invest-prev {
        left: 10px;
    }
}


/* WRAPPER */
.invest-text {
    margin-top: 15px;
    font-family: 'Libre Franklin', sans-serif;
}

/* HEADING */
.invest-heading {
    display: block;
    font-size: 18px;
    font-weight: 600; /* semi-bold */
    color: #BC9B86;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* SUBTEXT */
.invest-subtext {
    display: block;
    font-size: 18px;
    font-weight: 400; /* regular */
    color: #EFEFEF;
    margin-top: 4px;
}


/*===========================================================*/


/* SECTION */
.contact-section {
    background: #efefef;
    padding: 80px 0;
}

/* TITLE */
.contact-title {
    font-family: 'Playfair Display', serif;
    font-size: 60px;
    line-height: 59px;
    color: #66461C;
}

/* SUBTITLE */
.contact-subtitle {
    font-family: 'Libre Franklin', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #5F3A16;
    margin-bottom: 5px;
}

/* DESCRIPTION */
.contact-desc {
    font-family: 'Libre Franklin', sans-serif;
    font-size: 14px;
    color: #212121;
    margin-bottom: 25px;
}

/* LABEL */
.contact-form label {
    font-size: 12px;
    font-weight: 500;
    color: #212121;
    margin-bottom: 5px;
    display: block;
}

/* INPUT */
.contact-form input,
.contact-form textarea {
    width: 100%;
    border: 1px solid #CCCCCC;
    padding: 12px;
    font-size: 14px;
    border-radius: 4px;
    outline: none;
    color: #212121;
}

/* PHONE BOX */
.phone-box {
    display: flex;
    align-items: center;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    overflow: hidden;
}

.phone-box .country-code {
    padding: 12px;
    border-right: 1px solid #CCCCCC;
    color: #212121;
    font-size: 14px;
}

.phone-box input {
    border: none;
    flex: 1;
}

/* BUTTON */
.submit-btn {
    width: 100%;
    background: #002A17;
    color: #BC9B86;
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    padding: 12px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
}

/* IMAGE */
.contact-img {
    width: 100%;
}

@media (max-width: 768px){

    .contact-title {
        font-size: 32px;
        line-height: 40px;
    }

    .contact-img {
        margin-top: 20px;
    }
}

@media (max-width: 768px){

    .contact-title {
        font-size: 32px;
        line-height: 40px;
    }

    .contact-img {
        margin-top: 20px;
    }
}


.form-container {
    background-color: #ffffff;   /* White background */
    border: 1px solid #ddd;     /* Light border */
    border-radius: 10px;         /* Rounded corners */
    padding: 34px;              /* Inner spacing */
    box-shadow: 0 2px 6px rgba(0,0,0,0.1); /* Optional subtle shadow */
}

/*=================================================*/


/* FOOTER */
.footer-section {
    background: #002A17;
    padding: 30px 0;
}

/* LOGO */
.footer-logo {
    width: 264px;
    max-width: 100%;
}

/* MENU */
.footer-menu a {
    font-family: 'Libre Franklin', sans-serif;
    font-size: 12px;
    color: #EFEFEF;
    margin: 0 12px;
    text-decoration: none;
}

/* RIGHT SIDE */
.footer-right {
    font-family: 'Libre Franklin', sans-serif;
    font-size: 12px;
    color: #EFEFEF;
}

.footer-right a {
    color: #EFEFEF;
    text-decoration: none;
    margin-right: 10px;
}

/* OPTIONAL HOVER */
.footer-menu a:hover,
.footer-right a:hover {
    color: #BC9B86;
}

@media (max-width: 768px){

    .footer-section {
        text-align: center;
    }

    .footer-menu {
        margin: 15px 0;
    }

    .footer-right span {
        display: block;
        margin-top: 5px;
    }

    .footer-logo {
        width: 180px;
    }
}

/* SECTION */
.location-section {
    background: #efefef;
    padding: 80px 0;
    text-align: center;
}

/* TITLE */
.location-title {
    font-family: 'Playfair Display', serif;
    font-size: 60px;
    line-height: 59px;
    color: #66461C;
}

/* SUBTEXT */
.location-subtitle {
    font-family: 'Libre Franklin', sans-serif;
    font-size: 16px;
    color: #333;
    margin-top: 10px;
}

/* MAP */
.map-wrapper {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
}

.map-wrapper iframe {
    width: 100%;
    height: 100%;
    min-height: 420px;
    border: 0;
}

/* LOGO PLACEHOLDER */
.map-logo {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
}

/* RIGHT LIST */
.location-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* ITEM */
.location-item {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: left;
}

/* IMAGE */
.location-item img {
    width: 80px;
    height: 60px;
    object-fit: cover;
    border-radius: 8px;
}

/* TEXT */
.location-item h4 {
    font-family: 'Libre Franklin', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #66461C;
    margin-bottom: 5px;
}

.location-item p {
    font-family: 'Libre Franklin', sans-serif;
    font-size: 14px;
    color: #555;
    margin: 0;
}

@media (max-width: 768px){

    .location-title {
        font-size: 32px;
        line-height: 40px;
    }

    .location-item {
        flex-direction: column;
        text-align: center;
    }

    .location-item img {
        width: 100%;
        height: auto;
    }

}

.is-invalid {
    border-color: red !important;
}
.is-valid {
    border-color: #28a745 !important;
}
.error-text {
    font-size: 12px;
}



.sticky-contact-tab {
    position: fixed;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(-90deg);
    transform-origin: right center;

    background-color: #C8A97E;
    color: #000000;

    padding: 12px 25px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 1px;

    border-radius: 8px 8px 0 0;

    z-index: 9999;
    transition: all 0.3s ease;
        border: solid;
}

/* Hover Effect */
.sticky-contact-tab:hover {
    background-color: #014d2b;
    color: #fff;
}

/* Mobile Optimization */
@media (max-width: 768px) {
    .sticky-contact-tab {
        font-size: 12px;
        padding: 10px 20px;
    }
}