/* Custom Header Styling */
h1,h2,h3,h5,h6,h4,li,a,input,button,span,div,textarea,select{  font-family: "Poppins", sans-serif;
}
.site-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);
}

.navbar-brand img {
    max-height: 55px;
}

.navbar-nav .nav-link {
    padding: 12px 20px !important;
        font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.nav-btn img {
    height: 18px;
    margin-right: 6px;
}

body {
    padding-top: 80px;
}


/* Custom Header Styling */

.fw-bold {
    font-family: "Poppins", Sans-serif;
    font-size: 35px;
    font-weight: 500 !important;
    text-transform: capitalize;
    color: #eb581d;
}
.btn.nav-btn{
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 500;
    background-color: #EB581D;
    border: none;
    box-shadow: none;
    display: flex;
    align-items: center;
    padding: 11px 15px;
}
.btn.nav-btn:hover {
    background: #0068a2;
}
.btn {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 500;
    background-color: #EB581D;
    border: none;
    box-shadow: none;
    transition: all 0.5s ease;
    padding: 10px 30px;
}
.mobile_image{
    display: none;
}
.rounded {
    border-style: solid;
    border-color: #eb581d;
    border-radius: 0px !important;
}

.btn:hover {
    background-color: #EB581D;
}

#overview .fw-bold {
    font-family: "Poppins", Sans-serif;
    font-size: 35px;
    font-weight: 500 !important;
    text-transform: capitalize;
    color: #eb581d;
}

.card-body {
    background-color: #ffddd0;
}

#overview {
    background-color: #ffddd0 !important;
    text-align: center;
}

#overview strong {
    color: #eb581d;
    font-size: 12px;
    font-weight: 600;
    gap: 20px;
}

#overview i {
    color: #000 !important;
    font-size: 35px;
    margin-right: 0px !important;
}

.table-dark th {
    background-color: #eb581d;
    border-right: 1px solid #E29576;
    border: none;
}

.table th {
    border: 1px solid #E29576;
    font-size: 15px;
    font-weight: 500;
    background-color: #eb581d;
    color: #fff;
}

.table tbody td {
    border: 1px solid #E29576;
}
a.btn.btn-primary.nav-btn {
    background: #0068a2;
}

.form-group label {
    font-size: 15px;
    color: #1e1e1e;
    margin-bottom: 3px;
}

.form-group {
    margin-bottom: 14px;
}

.form-group input,.form-group select {
    padding: 8px 15px;
    border-radius: 0 !important;
    border: 1px solid #c9c9c9;
    color: #6c6c6c;
    font-size: 15px;
    height: 42px;
}

.form-group.contact_number {
    display: grid;
    grid-template-columns: 140px 1fr;
}

button.send_btn.btn {
    width: 100%;
}

/* Custom Header Styling */

.amenities-section {
    padding: 60px 0;
    background: #ffddd0;
}

.amenities-head {
    max-width: 100%;
    margin-bottom: 40px;
}

.amenities-head h2 {
    font-size: 32px;
    margin-bottom: 12px;
}

.amenities-head p {
    line-height: 1.7;
}

.amenities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 12px;
}

.amenity-item {
    text-align: center;
    padding-bottom: 20px;
}

.amenity-item img {
    max-width: 75px;
    margin-bottom: 12px;
}

.amenity-item p {
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    color: #000;
    font-weight: 400;
}

.amenities-btn {
    text-align: center;
    margin-top: 40px;
}
.amenities-btn .btn:hover {
    background: #0068a2;
}
.amenities-btn .btn {
    background: #EB581D;
    color: #fff;
    padding: 11px 36px;
    text-decoration: none;
    border-radius: 2px;
}


.location-head {
    margin: 0 auto 50px;
    text-align: center;
}

.location-head h2 {
    font-size: 32px;
    margin-bottom: 10px;
}

.location-head p {
    line-height: 1.6;
    font-size: 16px;
    max-width: 900px;
    margin: 0 auto 10px;
}

.location-content {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 40px;
    align-items: start;
}

.location-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 30px;
}

.location-item {
    display: flex;
    align-items: center;
    gap: 9px;
}

.location-item img {
    width: 38px;
    flex-shrink: 0;
}

.location-item p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #0a0a0a;
}

.location-image img {
    width: 100%;
    border-radius: 0;
    border: 5px solid #eb581d;
}

.location-btn {
    text-align: center;
    margin-top: 40px;
}

.location-btn .btn {
    background: #EB581D !important;
    color: #fff !important;
    padding: 11px 46px;
    text-decoration: none;
    border-radius: 5px;
}


/* Responsive */

@media (max-width: 992px) {
    .location-content {
        grid-template-columns: 1fr;
    }
    .location-list {
        grid-template-columns: 1fr;
    }
}

.investment-section {
    padding: 70px 0;
    background: #ffffff;
}

.investment-intro {
    max-width: 900px;
    margin-bottom: 40px;
}

.investment-intro h2 {
    font-size: 32px;
    margin-bottom: 12px;
}

.investment-intro p {
    color: #555;
    line-height: 1.8;
}

.investment-block {
    margin-bottom: 35px;
}

.investment-block h3 {
    font-size: 24px;
    margin-bottom: 12px;
}

.investment-block ul {
    padding-left: 18px;
}

.investment-block li {
    margin-bottom: 10px;
    line-height: 1.7;
}

.investment-cta {
    margin-top: 40px;
    text-align: left;
}


.form-label {
    font-size: 12px;
}

.btn-primary:hover {
    background: #EB581D;
}


/* Responsive */

@media (max-width: 768px) {
    .investment-intro h2 {
        font-size: 26px;
    }
    .investment-block h3 {
        font-size: 20px;
    }
}

.floorplans-section {
    padding: 60px 0;
    background: #f9f9f9;
}

.floorplans-header h2 {
    font-family: "Poppins", Sans-serif;
    font-size: 30px;
    color: #EB581D;
    font-weight: 500;
    margin-bottom: 12px;
}

.floorplans-header p {
    margin-bottom: 40px;
}

.floorplans-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.floorplan-item {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.floorplans-cta a.btn-primary.btn {
    padding: 12px 70px;
}

.floorplan-item img {
    width: 100%;
    height: auto;
    display: block;
    border: 3px solid #EB581D;
}

.floorplan-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.12);
}

.floorplans-cta {
    margin-top: 20px;
}


/* Responsive */

@media (max-width: 992px) {
    .floorplans-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .floorplans-grid {
        grid-template-columns: 1fr;
    }
    .floorplans-header h2 {
        font-size: 26px;
    }
}



.gallery-header {
    text-align: center;
    margin-bottom: 40px;
}

.gallery-header h2 {
    font-size: 32px;
    margin-bottom: 12px;
    color: #EB581D;
}
.galliderSlider .swiper-wrapper {
    padding-bottom: 50px;
}

.galliderSlider span.swiper-pagination-bullet.swiper-pagination-bullet-active  {
    background: #eb581d !important;
}

.galliderSlider .swiper-button-prev:hover,.galliderSlider .swiper-button-next:hover{background:white}

.galliderSlider .swiper-button-prev,.galliderSlider .swiper-button-next {
    color: #000;
    background: rgb(255 255 255 / 53%);
    top: 130px;
    transition:all 0.5s ease;
}

.galliderSlider .swiper-button-prev:after, .galliderSlider .swiper-button-next:after {
    font-size: 18px;
}
.gallery-item img {
    width: 100%;
    border-radius: 6px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}


/* Buttons */



/* CTA */

.gallery-cta {
    margin-top: 20px;
    text-align: center;
}


/* Responsive */

@media (max-width: 992px) {
    .gallery-item {
        min-width: 50%;
    }
}

@media (max-width: 576px) {
    .gallery-item {
        min-width: 100%;
    }
    .gallery-header h2 {
        font-size: 26px;
    }
}

.blog-section {
    padding: 80px 0;
    background: #fff;
}


/* Header */

.blog-header {
    max-width: 900px;
    margin-bottom: 50px;
}

.blog-header h2 {
    font-size: 34px;
    margin-bottom: 12px;
}

.blog-header p {
    color: #555;
    line-height: 1.8;
}

.highlight-section {
    background: #fde3d6;
    padding: 60px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 40px;
}

.section-title h2 {
    color: #f15a22;
    font-weight: 500;
}

.section-title p {
    color: #020202;
    font-weight: 300;
    font-size: 16px;
    padding: 7px 0 30px;
}

.info-box {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
    font-size: 15px;
}

.info-box i {
    font-size: 30px;
    color: #000;
}

.info-box span {
    color: #f15a22;
    font-weight: 600;
}

.price-table {
    margin-top: 40px;
}

.price-table thead {
    background: #f15a22;
    color: #fff;
}

.price-table th,
.price-table td {
    text-align: center;
    padding: 14px;
}

.btn-orange {
    background: #f15a22;
    color: #fff;
    padding: 12px 30px;
    border-radius: 6px;
    border: none;
}

.btn-orange:hover {
    background: #d94c1e;
}

.location-section {
    padding: 70px 0;
    background: #fff;
}

.section-heading {
    color: #f15a22;
    font-weight: 700;
}

.section-subtext {
    max-width: 900px;
    margin: auto;
    color: #333;
}

.invest-section {
    background: #fde2d3;
    padding: 70px 0;
    font-family: 'Segoe UI', sans-serif;
}

.invest-head h2 {
    color: #f15a22;
    font-weight: 500;
    margin-bottom: 14px;
}

.invest-head p {
    margin: auto;
    font-size: 15px;
}

.invest-content {
    margin: 50px auto 0;
}

.invest-content h3 {
    font-family: "Poppins", Sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: #f15a22;
}
.invest-content ul li strong {
    font-weight: 500;
}
.invest-content ul {
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 5px;
}

.invest-content ul li {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 12px;
    color: #000;
    font-weight: 300;
}

.invest-btn {
    background: #f15a22;
    color: #fff;
    padding: 12px 36px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 400;
    font-size: 15px;
    border: none;
}

.gallery-section {
    background: #fde2d3;
    padding: 60px 0;
    font-family: 'Segoe UI', sans-serif;
}

.gallery-item img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border: 4px solid #f15a22;
}

.section-title {
    text-align: center;
    color: #f15a22;
    margin-bottom: 10px;
}

.section-desc {
    text-align: center;
    max-width: 1000px;
    margin: auto;
}


/* BLOGS */

.blogs-section {
    background: #fff;
    padding: 60px 0;
}

.blogs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin: 40px 0;
}

.blog-card {
    background: #ffe1d1;
    padding-bottom: 15px;
    text-align: center;
}

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

.blog-card h4 {
    color: #f15a22;
    font-size: 24px;
    padding: 12px 12px 5px;
}

.blog-card span {
    font-size: 12px;
    color: #555;
    padding-left: 12px;
}


/* FAQ */

.faq-section {
    background: #ffe1d1;
    padding: 60px 0;
}

.faq-item {
    margin: 25px 0;
}

.faq-item .q {
    color: #f15a22;
    font-weight: 400;
    font-size: 18px;
    margin: 2px 0 0px 0;
}

.faq-item .a {
    color: #1a1a1a;
    font-size: 15px;
    font-weight: 400;
}

.map-enquiry {
    background: #ffe1d1;
}

.map-enquiry-wrap {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
}

.map-box iframe {
    width: 100%;
    height: 450px;
    border: 0;
}

.enquiry-form {
    background: #fff;
    padding: 40px 30px;
}

.enquiry-form h2 {
    margin-bottom: 25px;
    font-size: 26px;
}

.enquiry-form button {
    width: 100%;
    padding: 12px;
    background: #f15a22;
    color: #fff;
    border: none;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
}

.enquiry-form button:hover {
    background: #d94c1e;
}


/* CONTACT BAR */

.contact-bar {
    background: #000;
    color: #fff;
    padding: 60px 20px;
    text-align: center;
}

.contact-bar h2 {
    margin-bottom: 40px;
    font-size: 28px;
}

.contact-grid {
    max-width: 1100px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    align-items: center;
}

.contact-item h4 {
    margin: 10px 0 5px;
}

.contact-item p {
    font-size: 14px;
    opacity: 0.8;
}

.icon {
    font-size: 40px;
}

.divider {
    width: 1px;
    height: 80px;
    background: #444;
}

.qr-box {
    width: 70px;
    height: 70px;
    background: #eee;
    margin: auto;
}


/* FOOTER */

.footer-links {
    text-align: center;
    padding: 15px;
    background: #fff;
    font-size: 14px;
}

.footer-links a {
    text-decoration: none;
    color: #333;
    margin: 0 5px;
}

@media (max-width: 576px) {
    /* HEADER */
    .navbar-brand img {
        max-height: 45px;
    }
    .navbar-nav .nav-link {
        padding: 10px 0;
        text-align: center;
    }
    /* HERO */
    #heroCarousel .carousel-item img {
        height: 260px;
    }
    .fw-bold {
        font-size: 24px;
        text-align: center;
    }
    /* GRID FIXES */
    .amenities-grid,
    .floorplans-grid,
    .blogs-grid {
        grid-template-columns: 1fr !important;
    }
    .gallery-item {
        min-width: 100%;
        padding: 0 10px;
    }
    /* LOCATION */
    .location-content {
        grid-template-columns: 1fr;
    }
    .location-list {
        grid-template-columns: 1fr;
    }
    /* MAP + FORM */
    .map-enquiry-wrap {
        grid-template-columns: 1fr;
    }
    .map-box iframe {
        height: 300px;
    }
    .enquiry-form {
        padding: 25px;
    }
    /* CONTACT BAR */
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .divider {
        display: none;
    }
    /* BLOG */
    .blog-card img {
        height: 200px;
    }
    /* FAQ */
    .faq-item .q {
        font-size: 17px;
    }
    .faq-item .a {
        font-size: 14px;
    }
    /* BUTTONS */
    .orange-btn,
    .btn,
    .btn-primary {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 992px) {
    /* HERO */
    #heroCarousel .carousel-item img {
        height: 360px;
    }
    .fw-bold {
        font-size: 28px;
    }
    /* GRIDS */
    .amenities-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .floorplans-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .blogs-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    /* MAP + FORM */
    .map-enquiry-wrap {
        grid-template-columns: 1.3fr 1fr;
    }
    /* CONTACT BAR */
    .contact-grid {
        grid-template-columns: 1fr auto 1fr;
        row-gap: 30px;
    }
    .contact-grid .divider:last-child {
        display: none;
    }
}

@media (max-width: 1200px) {
    .gallery-item {
        min-width: 33.33%;
    }
    .fw-bold {
        font-size: 30px;
    }
}


/* ================= HERO SLIDER ================= */

.hero-slider {
    width: 100%;
    overflow: hidden;
}


/* Slider height */


/* Image perfect cover */

#heroCarousel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* 🔥 image cover properly */
    object-position: center;
    /* center focus */
    display: block;
}
.map-box iframe {
    height: 100%;
}
.contact-grid .icon img {
    max-height: 60px;
}.popupCommon .modal-title {
    color: #272727;
    text-align: center;
    width: 100%;
    font-weight: 500;
}
/* Responsive */
img.desktop_image {
    width: 100%;
}

@media(max-width:1399px){
    .navbar-brand img {
            max-width: 170px;
        }
        .navbar-nav .nav-link {
            padding: 20px 13px !important;
        }
        body {
    padding-top: 75px;
}
}
@media(max-width:1199px){
    .navbar-nav .nav-link {
        padding: 14px 6px !important;
        font-size: 14px;
    }
    .btn.nav-btn {
        font-size: 12px;
        padding: 11px 12px;
    }
        body {
        padding-top: 65px;
    }
    .blog-card h4 {
        font-size: 18px;
    }
}
@media(max-width:991px){
    div#mainMenu {
        position: absolute;
        top: 69px;
        background: #f7f7f7;
        width: 100%;
        left: 0;
        text-align: center;
    }
        .navbar-nav .nav-link {
        padding: 9px 18px !important;
        font-size: 14px;
        border-bottom: 1px solid #e9e9e9;
    }
        .btn.nav-btn {
        font-size: 12px;
        padding: 11px 12px;
        border-radius: 0;
        justify-content: center;
    }
    .info-box {
        text-align: left;
    }
}
@media(max-width:767px){
    .desktop_image{display: none;}
    .mobile_image {display: block; width: 100%;}
    .info-box {
        width: 50%;
        float: left;
    }
    .faq-item .q {
        font-size: 16px;
        font-weight: 500;
    }
    
}
@media(max-width:580px){
    .highlight-section,.amenities-section,.location-section {
        padding: 40px 0;
    }
    .location-head h2,.amenities-head h2,.fw-bold {
        font-size: 24px;
    }
    .amenities-btn {
        margin-top: 10px;
    }
        .navbar-brand img {
        max-width: 130px;
    }
    .info-box {
        width: 100%;
        float: left;
        margin-bottom: 6px;
    }
    .map-enquiry-wrap {
        grid-template-columns: 1fr;
    }
        .contact-grid {
        grid-template-columns: 1fr;
        row-gap: 30px;
    }
}