body {
    font-family: "Poppins", sans-serif;
}

.primary-bg {
    background-color: #C28563;
    display: inline-block;
    border-radius: 15px;
    font-size: 17px;
    color: #fff;
    font-weight: 700;
}

/* NAVBAR */
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background: #ffffff;
    background-image: url("../img/line-bg.webp");
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.navbar-nav .nav-link {
    font-weight: 600;
}


.navbar-toggler:focus {
    box-shadow: none;
}



/* ALIGNMENT FIX */
.navbar .container-fluid {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar-collapse {
    flex-grow: 1;
    display: flex;
    justify-content: center;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
    position: absolute;
    top: 95%;
    left: 5%;
}

/* CALL BUTTON */
.custom-call-btn {
    padding: 10px 24px;
    background: #3d3d3d;
    color: white;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}



/* MOBILE BOTTOM BAR (FINAL DESIGN) */
.mobile-bottom-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    border-top: 1px solid #ccc;
    display: none;
    z-index: 2000;
}

.mobile-bottom-bar .bottom-btn {
    width: 33.33%;
    padding: 12px 0;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    background: #3d3d3d;
    border: none;
    outline: none;
    text-decoration: none;
}

.mobile-bottom-bar .bottom-btn:nth-child(1),
.mobile-bottom-bar .bottom-btn:nth-child(2) {
    border-right: 1px solid #ccc;
}

.mobile-bottom-bar .bottom-btn:active {
    background: #f3f3f3;
}

.form-call {
    background: linear-gradient(45deg, #359cb7, #237185);
    border: none;
    color: #fff;
    font-weight: 600;
    border-radius: 6px;
    transition: .3s;
    display: flex;
    width: 100%;
    padding: 8px 12px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.subtitle {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #000;
    text-align: center;
}




/* banner css  */
.re-hero-banner {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: stretch;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    padding: 3rem 0 0 0;
}



.re-left-stripe {
    left: 0
}

.re-right-stripe-outer {
    right: 0
}

.re-hero-inner {
    position: relative;
    display: flex;
    width: 100%;
    z-index: 2;
}

.re-hero-panel {
    position: relative;
    /* padding: clamp(28px, 4.5vw, 64px); */
    background: #3d3d3d;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: .5rem;
    min-height: 60vh;
    width: 35%;
    border-right: 1px solid #fff;
}

.re-hero-panel ul {
    padding: 0;
}

.re-hero-panel::after {
    content: "";
    position: absolute;
    right: -10vw;
    top: 0;
    width: 24vw;
    height: 100%;
    background: linear-gradient(180deg, #00396036, rgba(255, 255, 255, 0));
    transform: skewX(-15deg);
    pointer-events: none;
    mix-blend-mode: multiply;
}

.re-hero-panel::before {
    content: "";
    position: absolute;
    left: -10vw;
    top: 0;
    width: 24vw;
    height: 24vw;
    border-radius: 50%;
    border: 3rem solid #dddddd23;

}

.re-panel-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
}

.re-logo {
    display: flex;
    align-items: center;
    gap: .6rem;
    /* font-family: "Merriweather", serif; */
    font-weight: 700;
    font-size: clamp(14px, 1.6vw, 18px);
}

.re-dots {
    width: 48px;
    height: 36px;
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.18)2px, transparent 2px);
    background-size: 8px 8px;
}

.re-title {
    color: #fff;
    text-transform: uppercase;
    /* font-family: "Merriweather", serif; */
    font-weight: 700;
    line-height: .95;
    font-size: clamp(30px, 9.5vw, 40px);
    letter-spacing: -0.02em;
    margin-bottom: 1rem;
}

.re-subtitle {
    font-size: clamp(14px, 1.9vw, 22px);
    font-weight: 600;
    font-size: 30px;
    color: #2b2b2b;

}

.re-highlights {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: .3rem;
    font-size: clamp(13px, 1.3vw, 18px);
    opacity: .95;
}

.re-highlights li {
    /* background: #359cb7; */
    border-bottom: 1px solid #2e2e2d4d;
    color: #2b2b2b;
    padding: 15px 12px;
    width: 95%;
    font-weight: 600;
    text-transform: uppercase;
}

.re-hero-image {
    position: relative;
    background-image: url("../img/banner-image.webp");
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    width: 65%;
}

/* [Gradient overlay for clarity] */
.re-hero-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(19, 76, 79, 0.0)15%, rgba(19, 76, 79, 0.14)40%, rgba(19, 76, 79, 0.34)75%);
}

.re-hero-image .re-right-stripe {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 0px;
    background: linear-gradient(#f0a354, #e98e36);
}

.re-top-s {
    padding: 6.5vw 2.5vw 0vw 2.5vw;
}

.re-overshade {
    background: #f5efe3;
    border-radius: 2rem 2rem 0rem 0rem;
    padding: 2.5vw;
    height: 100%;
}



/* SECTION */
#overview {
    padding: 4rem 0;
    background: #F4F0E9;
    background-image: url("../img/white-bg.png");
    position: relative;
    overflow: hidden;
}



#overview .container {
    position: relative;
    z-index: 2;
}

/* IMAGE */
.overview-image {
    position: relative;
    width: 100%;
    height: 30rem;
}

.overview-image img {
    width: 100%;
    height: 100%;
    border: 6px solid #fff;
}

.overview-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px solid #c9ad79;
    transform: rotate(6deg);
    pointer-events: none;
}

.overview-image::after {
    content: "";
    position: absolute;
    top: -15px;
    left: -42px;
    width: 200px;
    height: 350px;
    background-image: radial-gradient(circle, rgba(118, 112, 112, 0.281) 2px, #56555500 2px);
    background-size: 8px 8px;
    z-index: -1;
}

.overview-image {
    position: relative;
}



/* TEXT */
.overview-content h1 {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.overview-content h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #111;
}

.overview-content p {
    color: #444;
    line-height: 1.6;
    margin-bottom: 1.2rem;
}

.overview-points {
    list-style: none;
    padding: 0;
    margin-bottom: 1.5rem;
    color: #000;
}

.overview-points li {
    margin-bottom: .4rem;
    font-weight: 600;
    position: relative;
    padding-left: 22px;
}

.overview-points li::before {
    content: "›";
    position: absolute;
    left: 0;
    font-size: 18px;
    font-weight: 700;
    color: #133c55;
}

#price {
    padding: 4rem 0;
    position: relative;
    background-image: url("../img/gallery-3.jpg");
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

#price::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #0000009f;
    /* clip-path: polygon(100% 0, 0 0, 100% 100%); */
    z-index: 1;
}

.price-description {
    position: relative;
    z-index: 2;
    text-align: center;
}

.price-card {
    background-color: #3d3d3d;
    border-radius: 2rem 2rem 0rem 0rem;
}

.price-hed {
    padding: 1rem 0rem;
}

.price-hed h3 {
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
}

.price-body {
    margin-top: 1rem;
    background-color: #b9944e;
    padding: 1.5rem;
    border-radius: 2rem 2rem 0rem 0rem;
    background-color: #f5efe3;
}

.pricce-divider {
    border-bottom: 1px solid #41403f4d;
    padding: 15px 5px;
    border-radius: 12px;
    color: #41403f;

}

.price-des h1 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}



#amenities {
    padding: 4rem 0;
    background: url("../img/white-grey-bg.webp");
}

.amenities-title {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #000;
}

.amenities-text {
    font-size: 1.1rem;
    color: #555;
}

/* Carousel Capsule Card */
.amenity-card {

    border-radius: 50px;
    padding: 2rem;
    min-height: 400px;
    text-align: center;
    transition: 0.3s ease;
}

.amenities-des {
    background-color: #fff;
    background-image: url("../img/line-bg.webp");
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.amenity-card h4 {
    color: #3d3d3d;
    font-weight: 600;
    font-size: 32px;

}

.amenity-card:hover {
    transform: translateY(-8px);
}

/* Capsule Image */
.amenity-img {
    width: 100%;
    height: 350px;
    overflow: hidden;
    /* margin: 0 auto 1rem; */
}

.amenity-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Rating */
.rating {
    font-size: 1.3rem;
    color: #3d3d3d;
    margin-bottom: 0.7rem;
}

/* Description */
.amenity-desc {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.6;
    margin-top: 0.5rem;
}

.project-btn a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 28px;
    background-color: #3d3d3d;
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 6px;
    text-decoration: none;
    border: 2px solid #3d3d3d;
    transition: 0.3s;
}


#highlights {
    padding: 2rem 0;
    background: #F4F0E9;
    background-image: url("../img/white-bg.png");
    position: relative;
    overflow: hidden;
}

.highlight-hed p {
    text-transform: uppercase;

}

.highlight-hed {
    width: 80%;
    text-align: center;
}

.highlight-image img {
    width: 100%;
    min-height: 555px;
    object-fit: cover;
    border-radius: 12px;
}

.highlights-point {
    padding: 1.2rem;
    border-left: 2px solid #3d3d3d;
}

.highlight-box {
    background-color: #3d3d3d;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    padding: .8rem;
    margin-bottom: 1rem;
    border-radius: 12px;
}

.highlight-box h4 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding-top: 5px;
}

.highlight-box h4::before {
    content: "";
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    border: 3px solid #3d3d3d;
    background-color: #fff;
    position: absolute;
    left: -28px;
    top: 40%;
}

@media(max-width:768px) {
    .highlight-image img {
        width: 100%;
        min-height: 100%;
        object-fit: contain;
        border-radius: 12px;
    }
}






.sec-title {
    margin-bottom: 2rem;
}

.sec-title h2 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #000;
}

.sec-title h4 {
    font-weight: 600;
}


.gallery-section {
    padding: 60px 0;
    background: #f8f4ec;
    color: #000;
}

.gallery-image img {
    width: 100%;
    cursor: pointer;
}

.gallery-subtitle {
    text-align: center;
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 500;
}

.gallery-title {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 40px;
}

.gallery-card img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.gallery-s-card img {
    width: 100%;
    height: 195px;
    object-fit: cover;

}




#location {
    padding: 4rem 1rem;
}

#location .container {
    /* background-color: #f8f4ef; */
    background-image: url('../img/white-map.png');
    border: 2px solid #3d3d3d;
}

.location-advantage .border-bottom {
    border-bottom: 1px solid #0000002e !important;
}

.location-icon {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #3d3d3d;
    width: 3rem;
    height: 3rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.map-image img {
    border: 3px solid #3d3d3d !important;
    border-radius: 10px;
    margin-left: -65px;
}

.location-advantage p {
    line-height: 24px;
    color: #444;
}















.main-footer {
    background-color: #fff;
    background-image: url("../img/map_bg.png");
    color: #000000;
    padding: 60px 0 25px;
    font-family: 'Poppins', sans-serif;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.main-footer .footer-top {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    flex-wrap: wrap;
}

.footer-about h3,
.footer-form h3 {
    color: #3d3d3d;
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 700;
}

.footer-about p {
    line-height: 1.6;
    margin-bottom: 12px;
    color: #000000;
}

.footer-about .call-box {
    display: flex;
    align-items: center;
    margin-top: 25px;
}

.footer-about .call-box i {
    background: #3d3d3d;
    color: #fff;
    padding: 14px;
    border-radius: 50%;
    margin-right: 12px;
    font-size: 18px;
    transform: rotate(90deg);
}

.footer-form {
    padding: 20px;
    min-width: 400px;
    border-radius: 15px;
    background-color: #F4F0E9;
}

.footer-form form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-form input {
    padding: 12px;
    border: none;
    outline: none;
    border-radius: 4px;
    font-size: 14px;
}

.footer-form button {
    background: #3d3d3d;
    color: #fff;
    padding: 13px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    text-transform: uppercase;
    transition: 0.3s;
}

.footer-form button:hover {
    background: rgb(173 139 75);
}

.footer-bottom {
    border-top: 1px solid #333;
    margin-top: 45px;
    padding-top: 15px;
    text-align: center;
    font-size: 14px;
    color: #000000;
}

.footer-bottom a {
    color: #3d3d3d;
    text-decoration: none;
}

@media(max-width:1280px) {

    .re-title {
        font-size: 36px;
    }

    .re-subtitle {
        font-size: 26px;
    }
}


@media screen and (min-width: 1024px) and (max-width: 1024px) and (min-height: 600px) and (max-height: 600px) {
    .navbar-brand img {
        width: 110px;
    }

    .re-highlights li {
        padding: 10px;
    }

    .re-subtitle {
        font-size: 22px;
    }

    .re-title {
        font-size: clamp(30px, 9.5vw, 32px);
    }

    .re-company {
        font-size: 16px;
    }


}


@media(max-width:900px) {
    .navbar-brand img {
        width: 200px;
    }

    .re-hero-inner {
        grid-template-columns: 1fr;
    }

    .re-hero-image {
        order: 1;
        min-height: 38vh;
        background-position: center;
    }

    .re-hero-panel {
        order: 2;
        padding: clamp(20px, 6vw, 40px);
    }

    .re-hero-image .re-right-stripe {
        width: 0px
    }

    .re-title {
        font-size: clamp(28px, 8.4vw, 44px);
        font-size: 32px;
    }

    #overview::before {
        width: 100%;
        clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
    }

    .re-subtitle {
        font-size: 22px;
        margin-top: 15px;
    }


}

/* Small devices: extra tweaks */
@media(max-width:420px) {
    .re-title {
        font-size: clamp(22px, 9.5vw, 30px)
    }

    .re-dots {
        display: none
    }

    .re-logo {
        font-size: 14px
    }

    .loc-container {
        flex-direction: column;
    }

    .loc-right img {
        height: 350px;
    }
}

@media(max-width:768px) {
    .enquiry-box {
        display: none !important;
    }

    .re-hero-banner {
        padding: 3rem 0rem 0rem 0rem;
    }

    .re-hero-inner {
        flex-direction: column;
    }

    .price-hed h3 {
        font-size: 16px;
    }

    #overview {
        padding: 2rem 0rem 4rem 0rem;
    }

    .banner-form-section {
        padding-bottom: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .overview-content p {
        text-align: justify;
    }

    .banner-form-section h3 {
        color: #000;
    }

    .overview-image {
        margin-bottom: 2rem;
        height: 100%;
    }

    .overview-image::after {
        height: 150px;
    }

    .overview-image::before {
        display: none;
    }

    .gallery-title {
        margin-bottom: 0 !important;
    }

    .gallery-section {
        padding: 1rem 0rem;
    }

    #location {
        padding: 1rem 5px;
    }

    .footer-about {
        margin-bottom: 12px;
    }

    .re-hero-panel ul {
        margin-bottom: 0;
    }

    .amenity-card {
        padding: 0;
    }

    #highlights {
        padding: 2rem 0rem;
    }

    .highlight-box {
        padding: 1.2rem 12px;
    }

    .gallery-card img {
        height: 250px !important;
    }

    .re-hero-image,
    .re-hero-panel {
        width: 100%;
    }

    .re-hero-panel {
        min-height: 48vh;
    }

    .overview-image img {
        height: 100%;
        margin-bottom: 1.5rem;
    }

    .main-footer {
        padding: 31px 0 46px 0px !important;
    }



    .highlight-section h2 {
        padding: 1rem 0rem;
    }





    .overview-content h2 {
        font-size: 1.7rem;
    }



    .price-card {
        margin-top: 1.5rem;
    }

    #highlight {
        padding: 0;
        background-color: #fff;
    }



    .highlight-container {
        margin-top: 0;
    }







    .footer-form {
        min-width: 100%;
    }
}



@media (max-width: 991px) {
    .mobile-bottom-bar {
        display: flex;
    }


}