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

.primary-bg {
    background-color: #2F7474;
    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 img {
    /* filter: brightness(0); */
}

.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: linear-gradient(45deg, #2F7474, #032f5f);
    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: #2F7474;
    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, #2F7474, #032f5f);
    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;
}






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

.re-side-stripe {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30%;
    background: #ee9a4a;
    z-index: 1;
}

.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, 4vw, 64px);
    background: #2f7474;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 45vh;
    width: 40%;
    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, rgba(0, 0, 0, 0.06), 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: rgb(238, 154, 74);
    text-transform: uppercase;
    /* font-family: "Merriweather", serif; */
    font-weight: 700;
    line-height: .95;
    font-size: clamp(36px, 9.5vw, 40px);
    letter-spacing: -0.02em;
}

.re-subtitle {
    font-size: clamp(14px, 1.9vw, 22px);
    opacity: .9;
    font-weight: 600;

}

.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: #fff;
    color: #000;
    padding: 6px 12px;
    width: 95%;
    font-weight: 600;
}

.re-hero-image {
    position: relative;
    background-image: url("../img/banner_bg.png");
    background-size: cover;
    background-position: center;
    min-height: 60vh;
    width: 60%;
}

/* [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);
}





/* SECTION */
#overview {
    padding: 4rem 0;
    background: #F4F0E9;
    position: relative;
    overflow: hidden;
}



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

/* IMAGE */
.overview-image img {
    width: 100%;
    height: 30rem;
    border-radius: 14px;
    position: relative;
}

.overview-image {
    position: relative;
}



/* TEXT */
.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/line-bg.webp");
    overflow: hidden;
}

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

#price .price-description {
    position: relative;
    z-index: 2;
}

.price-card {
    position: relative;
    background: #fff;
    border-radius: 10px;
    padding: 1.5rem;
    text-align: center;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    transition: all .3s ease;
}

.price-title {
    padding-bottom: 4.5rem;
    color: #000;
    text-align: center;
}

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


.price-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.price-hed {
    position: absolute;
    top: -8%;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 22px;
    background-color: #2b7c85;
    border: 2px solid #fff;
}


.price-hed h3 {
    font-size: 19px;
    font-weight: 600;
    margin: 0;
}

.price-body {
    padding: 2rem 0rem;
}

.price-body h1 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: .8rem;
    color: #000;
    padding-bottom: 12.8px;
    border-bottom: 1px solid;
}

.price-body h5 {
    font-size: 19px;
    margin-bottom: .6rem;
    color: #333;
    font-weight: 600;
}

#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 {
    background-color: #fff;
    background-image: url("../img/line-bg.webp");
    border-radius: 50px;
    padding: 2rem;
    min-height: 400px;
    text-align: center;
    transition: 0.3s ease;
}

.amenity-card h4 {
    color: #2b7c85;
    font-weight: 600;
}

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

/* Capsule Image */
.amenity-img {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 1rem;
    border: 3px solid #2F7474;
}

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

/* Rating */
.rating {
    font-size: 1.3rem;
    color: #ee9a4a;
    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: #2b7c85;
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 6px;
    text-decoration: none;
    border: 2px solid #2F7474;
    transition: 0.3s;
}



#highlight {
    position: relative;
    background-color: #ddd;
    padding: 4rem 0rem;
    overflow: hidden;
}

#highlight::before {
    content: "";
    position: absolute;
    width: 40%;
    height: 100%;
    right: 0;
    top: 0;
    background-image: url("../img/highlight_invest1.png");
    background-size: cover;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
}

.content-list {
    padding: 3rem 2rem;
    background-color: #2b7c85;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
    transition: 0.3s ease;
}

.list-item {
    display: flex;
    align-items: center;
    margin-bottom: 1.2rem;
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 400;
    padding: 0.4rem 0;
    transition: 0.25s ease;
}

.list-item .num {
    background: #f6a742;
    color: #fff;
    padding: 6px 14px;
    border-radius: 4px;
    font-size: 1.1rem;
    font-weight: 600;
    margin-right: 12px;
}

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



.list-item:hover {
    transform: translateX(4px);
}

.list-item .num {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
}

#gallery-section {
    padding: 4rem 0rem;
}

.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;
}

.g-card {
    background: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .12);
    overflow: hidden;
    border-radius: 0;
    /* no rounded corners */
}

.g-img img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    display: block;
    border-radius: 0;
    /* ensure no radius */
}

.g-footer {
    padding: 12px 15px;
    background: #2F7474;
    font-size: 19px;
    font-weight: 800;
    color: #fff;
    border-top: 1px solid #eee;
}

#location-section {
    width: 100%;
    padding: 60px 0;
    color: #000;
    background-color: #F4F0E9;
    position: relative;
}

#location-section::before {
    content: "";
    position: absolute;
    right: 15%;
    top: 5%;
    width: 26rem;
    height: 26rem;
    background-image: radial-gradient(circle, rgb(2 10 10 / 18%) 2px, #ffffff00 2px);
    background-size: 8px 8px;
}

.loc-container {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 0 20px;
}

.loc-left {
    flex: 1;
}

.loc-right {
    flex: 1;
}

.loc-right img {
    width: 100%;
    height: 28rem;
    object-fit: cover;
    position: relative;
    z-index: 3;
}

.loc-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
}

.loc-point {
    font-size: 17px;
    padding: 14px 0;
    border-bottom: 1px solid #313131;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.loc-icon {
    font-size: 20px;
    line-height: 1;
    margin-top: 2px;
}













.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: #2F7474;
    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: #2F7474;
    color: #fff;
    padding: 14px;
    border-radius: 50%;
    margin-right: 12px;
    font-size: 18px;
}

.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: #2F7474;
    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: #1a4242;
}

.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: #2F7474;
    text-decoration: none;
}



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

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

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

}


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

    .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-side-stripe {
        width: 36px
    }

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

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

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

    #price::before {
        width: 60%;
    }
}

/* 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;
    }

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

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

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

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

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

    .price-title {
        padding-bottom: 12px;
    }

    .price-card {
        margin-bottom: 2rem;
    }

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

    .content-list {
        padding: 1rem;
    }

    #location-section::before {
        display: none;
    }

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

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

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

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

    #highlight::before {
        position: relative;
        width: 100%;
        height: 260px;
        clip-path: none;
        background-position: center;
        display: block;
    }

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

    .content-list {
        padding: 2rem 1.5rem;
        margin-top: 0;
        border-radius: 0;
    }

    .list-item {
        font-size: 1.05rem;
        line-height: 1.45;
    }

    .list-item .num {
        padding: 5px 12px;
        font-size: 1rem;
    }

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



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