.property-container{
    width: 90%;
    margin: 0 auto;
}
.property-hero {
    position: relative;
    width: 100%;
    height: 450px;
    /*margin: 0 auto;*/
    overflow: hidden;
    border-radius: 25px;

    /* Your image is approximately 1775 x 601 */
    aspect-ratio: 1775 / 601;
}

.hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.hero-bg img {
    width: 100%;
    height: 100%;
    display: block;

    /* IMPORTANT */
    object-fit: fill;
    object-position: center;

    /*background: #fff;*/
}

.hero-overlay {
    position: absolute;
    inset: 0;

    background: linear-gradient(
        90deg,
        rgba(255,255,255,0.88) 0%,
        rgba(255,255,255,0.62) 25%,
        rgba(255,255,255,0.20) 48%,
        rgba(255,255,255,0.00) 72%
    );
}


.back-btn{

display:inline-flex;

align-items:center;

gap:12px;

padding:10px 10px;

border-radius:50px;

background:#fff;

font-weight:600;

color:#9b0020;

transition:.3s;

box-shadow:0 12px 25px rgba(0,0,0,.08);
font-size: 12px;

}

.back-btn:hover{

transform:translateY(-3px);

text-decoration:none;

}

.launch-wrapper {
    display: block;
}

.launch-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;

    background: #c62828;
    color: #fff;

    padding: 7px 15px;

    border-radius: 4px;

    font-size: 13px;
    font-weight: 800;
    letter-spacing: .4px;

    box-shadow: 0 5px 12px rgba(198,40,40,.25);
}

.launch-badge i {
    font-size: 12px;
}


.hero-title{

font-size:34px;

font-weight:800;

line-height:1.1;

letter-spacing:-1px;

color:#1a1a1a;

}


.hero-location{

font-size:16px;

color:#555;

margin-top:5px;
font-weight: 500;

}

.hero-card{

background:#fff;

padding:10px;

border-radius:18px;

display:flex;

gap:20px;

align-items:center;

box-shadow:0 12px 30px rgba(0,0,0,.08);

height:100%;

}
.hero-card{

background:rgba(255,255,255,.85);

backdrop-filter:blur(18px);

-webkit-backdrop-filter:blur(18px);

border:1px solid rgba(255,255,255,.4);

border-radius:18px;

transition:.35s;

}
.hero-card:hover{

transform:translateY(-8px);

box-shadow:0 20px 40px rgba(0,0,0,.15);

}

.hero-card img{

width:42px;

}

.hero-card h5{

font-size:14px;

font-weight:700;

margin-top:5px;
color: #9b0020;

}
.hero-card-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 12px;

    background: #fff8e9;
    color: #c9972b;

    font-size: 24px;
}

.premium-box {
    display: flex;
    align-items: center;
    gap: 15px;

    background: #fff4dc;

    padding: 10px;

    border-radius: 10px;

    max-width: 450px;

    box-shadow: 0 5px 15px rgba(0,0,0,.04);
}

.premium-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #c9972b;

    font-size: 22px;
}

.premium-box h5 {
    margin: 0 0 4px;

    font-size: 16px;
    font-weight: 800;

    color: #6b4b12;
}

.premium-box p {
    margin: 0;

    font-size: 13px;
    color: #4d4d4d;
}
.property-hero > .container {
    position: relative;
    height: 100%;
    min-height: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}
.price-card {
    position: absolute;
    right: 15px;
    bottom: 30px;

    width: 500px;
    max-width: 45%;

    padding: 10px 15px;

    background: rgba(255,255,255,0.96);
    border-radius: 25px;

    box-shadow: 0 12px 35px rgba(0,0,0,0.14);

    z-index: 5;
}

.price-card small {
    display: block;
    font-size: 15px;
    color: #222;
    margin-bottom: 4px;
}

.price-card h2 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 800;
    color: #c62828;
    margin: 5px 0;
}

.price-card h3 {
    font-size: 24px;
    font-weight: 800;
    color: #c62828;
    margin: 5px 0;
}

.price-card span {
    font-size: 14px;
    color: #333;
}
.price-content {
    display: flex;
    align-items: center;
}

.price-section {
    flex: 1;
}

.contact-section {
    flex: 1;
}

.price-divider {
    width: 1px;
    height: 75px;
    background: #ddd;
    margin: 0 22px;
}
.contact-section button{
    width: 100%;
    background: #dc3545;
    color: #fff;
    border-radius: 7px;
    padding: 7px 15px;
    font-weight: 600;
    border: 0;
}
.contact-section button:hover{
    background: #c82333;
    color: #fff;
}
.hero-enquire-btn {
    width: 100%;
    background: #dc3545;
    color: #fff;
    border-radius: 7px;
    padding: 7px 15px;
    font-weight: 600;
    border: 0;
}

.hero-enquire-btn:hover {
    background: #c82333;
    color: #fff;
}
/*==========================
FEATURES
==========================*/

.highlights-wrapper{

background:#fff;

border-radius:20px;

box-shadow:0 10px 30px rgba(0,0,0,.08);

overflow:hidden;

}

.highlight-item{

display:flex;

align-items:center;

gap:18px;

padding:10px;

border-right:1px solid #ececec;

height:100%;

}

.icon-box{

width:50px;

height:50px;

border-radius:50%;

background:#FFF7EB;

display:flex;

align-items:center;

justify-content:center;

}

.icon-box i{

font-size:20px;

color:#c79a32;

}

.highlight-item h5{

font-size:14px;

font-weight:700;

margin-bottom:4px;

}

.highlight-item p{

margin:0;

color:#555;
font-size: 12px;

}

/*==========================
BOOK CTA
==========================*/

.book-site-visit{

padding:10px 0 20px 0;

}

.visit-wrapper{

background:#072654;

padding:15px 15px;

border-radius:20px;

display:flex;

justify-content:space-between;

align-items:center;

}

.visit-left{

display:flex;

align-items:center;

gap:25px;

}

.visit-icon{

width:50px;

height:50px;

border-radius:50%;

background:#fff;

display:flex;

justify-content:center;

align-items:center;

}

.visit-icon i{

font-size:20px;

color:#d32027;

}

.visit-wrapper h3{

color:#fff;

font-weight:700;

margin-bottom:8px;
font-size: 16px;

}

.visit-wrapper p{

color:#ddd;

margin:0;
font-size: 14px;
}

.visit-wrapper span{

color:#FFC107;

font-weight:700;

}

.visit-wrapper .btn{

padding:10px 25px;

font-size:16px;

border-radius:50px;

}

/*==========================
RERA
==========================*/

.rera-badge {
    position: absolute;
    right: 20px;
    top: 20px;

    z-index: 20;

    display: inline-flex;
    align-items: center;
    gap: 8px;

    background: #0d2d63;
    color: #fff;

    padding: 10px 15px;

    border-radius: 10px;

    font-size: 14px;
    font-weight: 700;

    box-shadow: 0 8px 20px rgba(0,0,0,.18);
}
.btn-danger{

border-radius:50px;

font-weight:700;

padding:15px 30px;

transition:.3s;
background: #dc3545 !important;
color: #fff !important;

}

.btn-danger:hover{

transform:translateY(-4px);

box-shadow:0 18px 35px rgba(220,53,69,.35);

}

/*Mobile Version*/
.mobile-property-page {
    background: #f5f6f8;
    /*min-height: 100vh;*/
    padding-bottom: 15px;
}




/* Hero image */

.mobile-property-image {
    position: relative;
    height: 230px;
    overflow: hidden;
}

.mobile-property-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;

    display: block;
}


/* Dark gradient */

.mobile-property-image::after {
    content: "";

    position: absolute;
    inset: 0;

    background: linear-gradient(
        to bottom,
        rgba(0,0,0,.05) 25%,
        rgba(0,0,0,.70) 100%
    );

    pointer-events: none;
}


/* New launch */

.mobile-launch-badge {
    position: absolute;

    top: 12px;
    left: 15px;

    z-index: 2;

    background: #d62828;
    color: #fff;

    padding: 6px 12px;

    border-radius: 4px;

    font-size: 10px;
    font-weight: 700;
}


/* Image count */

.mobile-image-count {
    position: absolute;

    right: 15px;
    bottom: 12px;

    z-index: 3;

    background: rgba(0,0,0,.65);
    color: #fff;

    padding: 4px 8px;

    border-radius: 12px;

    font-size: 10px;
}


/* Image content */

.mobile-image-content {
    position: absolute;

    left: 15px;
    right: 15px;
    bottom: 18px;

    z-index: 3;

    color: #fff;
}

.mobile-image-content h1 {
    margin: 0 0 5px;

    font-size: 26px;
    line-height: 1.15;

    font-weight: 800;
    color: #f4f4f4;
}

.mobile-location {
    font-size: 14px;
}

.mobile-location i {
    margin-right: 3px;
}
.mobile-property-card {
    position: relative;

    margin: -18px 10px 0;

    background: #fff;

    border-radius: 18px 18px 10px 10px;

    padding: 14px 10px 10px;

    z-index: 5;

    box-shadow: 0 -2px 15px rgba(0,0,0,.05);
}


/* Builder */

.mobile-builder-row {
    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 0 5px 12px;

    border-bottom: 1px solid #eee;
}

.mobile-builder-row small {
    display: block;

    font-size: 10px;
    color: #666;

    margin-bottom: 2px;
}

.mobile-builder-row strong {
    display: block;

    font-size: 12px;
    color: #174b9b;
}

.mobile-builder-row img {
    max-width: 75px;
    max-height: 35px;

    object-fit: contain;
}

.builder-name {
    text-align: right;
}
.mobile-info-row {
    display: flex;
    align-items: center;

    padding: 12px 5px;
}

.mobile-info-item {
    flex: 1;

    display: flex;
    align-items: center;

    gap: 8px;
}

.mobile-info-divider {
    width: 1px;
    height: 32px;

    background: #ddd;

    margin: 0 10px;
}

.mobile-info-icon {
    width: 34px;
    height: 34px;

    min-width: 34px;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #e9fff1;

    color: #00a651;

    font-size: 14px;
}

.mobile-info-icon.blue {
    background: #edf5ff;
    color: #2d78d4;
}

.mobile-info-item small {
    display: block;

    font-size: 9px;
    color: #666;
}

.mobile-info-item strong {
    display: block;

    font-size: 11px;
    color: #174b9b;
}
.mobile-price-box {
    margin-top: 3px;

    padding: 12px;

    background: #f5f8ff;

    border-radius: 8px;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile-price-box small {
    display: block;

    font-size: 10px;
    color: #555;
}

.mobile-price-box strong {
    display: block;

    color: #1763c6;

    font-size: 16px;

    margin: 3px 0;
}

.mobile-price-box span {
    display: block;

    font-size: 8px;
    color: #666;
}

.mobile-price-box button {
    border: 0;

    background: #eaf2ff;

    color: #1763c6;

    padding: 8px 10px;

    border-radius: 5px;

    font-size: 9px;
    font-weight: 700;
}
.mobile-highlights {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    margin-top: 12px;

    border: 1px solid #eee;

    border-radius: 8px;

    overflow: hidden;
}

.mobile-highlights > div {
    text-align: center;

    padding: 10px 3px;

    border-right: 1px solid #eee;
}

.mobile-highlights > div:last-child {
    border-right: 0;
}

.mobile-highlights i {
    display: block;

    font-size: 18px;

    color: #28364d;

    margin-bottom: 5px;
}

.mobile-highlights strong {
    display: block;

    font-size: 8px;

    color: #333;
}

.mobile-highlights span {
    display: block;

    font-size: 7px;

    color: #777;

    margin-top: 2px;
}
.mobile-contact {
    display: flex;
    align-items: center;

    gap: 8px;

    margin-top: 10px;

    padding: 10px;

    background: #f0fff5;

    border-radius: 8px;
}

.mobile-contact-icon {
    width: 34px;
    height: 34px;

    min-width: 34px;

    border-radius: 50%;

    background: #0aa34f;

    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 14px;
}

.mobile-contact small {
    display: block;

    font-size: 9px;
    color: #555;
}

.mobile-contact span {
    display: block;

    font-size: 8px;
    color: #777;
}

.mobile-contact-number {
    margin-left: auto;

    text-align: right;
}

.mobile-contact-number strong {
    display: block;

    font-size: 11px;

    color: #009447;
}

.mobile-contact-number small {
    font-size: 8px;
}
.mobile-bottom-actions {
    display: flex;

    gap: 7px;

    padding: 8px 10px;

    background: #fff;

    margin-top: 5px;
}

.mobile-bottom-actions button,
.mobile-bottom-actions a {
    flex: 1;

    height: 38px;

    border-radius: 5px;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 6px;

    font-size: 10px;
    font-weight: 700;

    text-decoration: none;
}

.site-visit-btn {
    background: #fff;

    border: 1px solid #ddd;

    color: #174b9b;
}

.call-now-btn {
    background: #009b45;

    border: 1px solid #009b45;

    color: #fff;
}

.mobile-footer-note {
    display: flex;

    justify-content: space-between;

    padding: 3px 15px;

    font-size: 7px;

    color: #999;

    background: #fff;
}

/*Highlights CSS*/
/* =================================
   PROJECT HIGHLIGHTS
================================= */

.project-section-heading {
    margin-bottom: 15px;
}

.project-section-heading h2 {
    font-size: 24px;
    font-weight: 700;
    color: #172033;
    margin: 0;
    line-height: 1.3;
}

.project-highlights-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 14px;
    padding: 20px;
    box-shadow: 0 5px 20px rgba(0,0,0,.05);
}


/* Description */

.project-highlight-description {
    position: relative;
}

.project-highlight-description .property-details-descrip-text {
    max-height: 180px;
    overflow-y: auto;

    font-size: 14px;
    line-height: 1.8;

    color: #555;
}


/* Scrollbar */

.project-highlight-description
.property-details-descrip-text::-webkit-scrollbar {
    width: 5px;
}

.project-highlight-description
.property-details-descrip-text::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}
/*Highlights Mobile CSS*/
@media (max-width: 767px) {

    .project-section-heading {
        margin-bottom: 10px;
    }

    .project-section-heading h2 {
        font-size: 18px;
        line-height: 1.35;
    }

    .project-highlights-card {
        padding: 12px;
        border-radius: 12px;
    }

    .project-highlight-description
    .property-details-descrip-text {

        max-height: 180px;

        font-size: 12px;

        line-height: 1.7;

        padding-right: 5px;
    }
}
/* =========================================
   PROPERTY OVERVIEW
========================================= */

.property-overview-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 14px;
    padding: 20px;
    box-shadow: 0 5px 20px rgba(0,0,0,.05);
}


/* Overview Grid */

.overview-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
    gap: 5px;
    padding: 10px;
}
/* Individual Item */
.overview-item {
    display: flex;
    align-items: center;
    gap: 10px;

    min-height: 60px;
    padding: 10px 12px;

    border: 1px solid #eee;
    border-radius: 10px;
}

/* Remove right border from every 4th item */
.overview-item:nth-child(4n) {
    /*border-right: 0;*/
}
.overview-item:last-child {
    grid-column: 1 / -1;
    /*border-right: 0;*/
}

/* Icon */

.overview-icon {
    width: 38px;
    height: 38px;

    min-width: 38px;

    border-radius: 50%;

    background: #fff5df;

    color: #c9972b;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 17px;
}


/* Text */

.overview-content {
    min-width: 0;
}

.overview-content span {
    display: block;

    font-size: 13px;

    color: #777;

    margin-bottom: 4px;
}

.overview-content strong {
    display: block;

    font-size: 14px;

    color: #172033;

    font-weight: 600;

    line-height: 1.35;

    word-break: break-word;
}


/* RERA */

.overview-rera .overview-icon {
    background: #e9f7ef;

    color: #16834b;
}


/* Key Features */

.overview-description {

    margin-top: 25px;

    padding-top: 20px;

    border-top: 1px solid #eee;
}

.overview-description h3 {

    font-size: 18px;

    font-weight: 700;

    color: #172033;

    margin-bottom: 12px;
}

.overview-description ul {

    margin: 0;

    padding-left: 20px;
}

.overview-description li {

    font-size: 14px;

    line-height: 1.8;

    color: #555;

    margin-bottom: 8px;
}

.overview-description li strong {

    color: #222;
}
/*Mobile Overview CSS*/
@media (max-width: 767px) {

    .property-overview-card {
        padding: 10px;
        border-radius: 12px;
    }

     .overview-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 2px;

        border: 0;
        overflow: visible;
    }

    .overview-item {
        min-height: 60px;

        padding: 5px 6px;

        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

        text-align: center;

        border: 1px solid #eee !important;
        border-radius: 8px;

        background: #fff;
        gap: 2px;
    }

    .overview-icon {
        width: 20px;
        height: 20px;
        min-width: 20px;

        font-size: 12px;

        margin-bottom: 4px;
    }
    .overview-item:last-child {
        grid-column: 1 / -1;
    }
    .overview-content {
        width: 100%;
    }

    .overview-content span {
        font-size: 8px;
        margin-bottom: 2px;
    }

    .overview-content strong {
        font-size: 9px;
        line-height: 1.25;

        display: block;
        word-break: break-word;
    }

    .overview-description {
        margin-top: 15px;
        padding-top: 15px;
    }

    .overview-description h3 {
        font-size: 16px;
    }

    .overview-description li {
        font-size: 12px;
        line-height: 1.65;
    }
}
/* =========================================================
   PROPERTY PAGE LAYOUT
========================================================= */

.property-page-wrapper {
    width: 100%;
}

.property-page-layout {
    align-items: flex-start;
}


/* =========================================================
   LEFT CONTENT
========================================================= */

.property-main-content {
    padding-right: 10px;
}


/* =========================================================
   RIGHT SIDEBAR
========================================================= */

.property-sidebar {
    padding-left: 10px;
}

.property-sidebar-sticky {
    position: sticky;
    top: 20px;
}


/* =========================================================
   SIDEBAR CARDS
========================================================= */

.property-sidebar .property-card,
.property-sidebar .enq-widget {
    width: 100%;
    margin-bottom: 15px;
}
#enqTerm{
    display: inline;
}


/* =========================================================
   DESKTOP
========================================================= */

@media (min-width: 992px) {

    .property-main-content {
        width: 66.666667%;
    }

    .property-sidebar {
        width: 33.333333%;
    }

}


/* =========================================================
   TABLET / MOBILE
========================================================= */

@media (max-width: 991px) {

    .property-main-content,
    .property-sidebar {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .property-sidebar {
        margin-top: 20px;
    }

    .property-sidebar-sticky {
        position: relative;
        top: auto;
    }

}
/*Gallery CSS*/
/* =========================================================
   PROPERTY GALLERY
========================================================= */

.property-gallery {
    width: 100%;
    margin-bottom: 30px;
}


/* Gallery title */

.gallery-title {
    margin: 0 0 12px;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
}


/* =========================================================
   MAIN GALLERY LAYOUT
========================================================= */

.gallery-layout {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 8px;
    width: 100%;
    height: 300px;
}


/* =========================================================
   MAIN IMAGE
========================================================= */

.gallery-main {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
    border-radius: 14px;
    background: #f3f3f3;
    cursor: pointer;
}

.gallery-main img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    transition: transform 0.3s ease;
}

.gallery-main:hover img {
    transform: scale(1.3);
}


/* =========================================================
   RIGHT SIDE
========================================================= */

.gallery-side {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 8px;
    height: 300px;
}


/* =========================================================
   SMALL IMAGE
========================================================= */

.gallery-small {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 14px;
    background: #f3f3f3;
    cursor: pointer;
}

.gallery-small img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    transition: transform 0.3s ease;
}

.gallery-small:hover img {
    transform: scale(1.3);
}
.gallery-main.open-gallery,
.gallery-small.open-gallery {
    cursor: pointer;
    position: relative;
    z-index: 1;
    pointer-events: auto;
}

.gallery-main.open-gallery img,
.gallery-small.open-gallery img {
    pointer-events: none;
}

.gallery-view-all {
    pointer-events: none;
}

/* =========================================================
   VIEW ALL
========================================================= */

.gallery-view-all {
    position: absolute;
    inset: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(0, 0, 0, 0.55);

    color: #fff;
    font-size: 15px;
    font-weight: 600;

    transition: background 0.3s ease;
}

.gallery-small:hover .gallery-view-all {
    background: rgba(0, 0, 0, 0.68);
}

.gallery-view-all span {
    text-align: center;
    padding: 10px;
}

.gallery-view-all i {
    margin-right: 5px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .gallery-layout {
        height: 250px;
    }

    .gallery-main {
        height: 250px;
    }

    .gallery-side {
        height: 250px;
    }

    .gallery-title {
        font-size: 22px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

   .gallery-layout {
        display: block;
        height: auto;
    }

    .gallery-main {
        width: 100%;
        height: 250px;
        margin-bottom: 8px;
        border-radius: 10px;
    }

    .gallery-side {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 150px;
        gap: 8px;
        height: 150px;

        /* Don't use horizontal scrolling here */
        overflow: hidden;
    }

    .gallery-small {
        width: 100%;
        height: 150px;
        min-width: 0;
        border-radius: 10px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .gallery-main {
        height: 200px;
    }

    .gallery-side {
        height: 120px;
    }

    .gallery-small {
        height: 120px;
        min-width: 120px;
    }

    .gallery-view-all {
        font-size: 12px;
    }

}
/* =====================================================
   GALLERY POPUP
===================================================== */

.pl-gallery-container {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.95);

    padding: 30px;

    align-items: center;
    justify-content: center;
    flex-direction: column;
}


/* Main popup image */

.pl-gallery-main {
    position: relative;

    width: 90%;
    max-width: 1200px;
    height: 75vh;

    display: flex;
    align-items: center;
    justify-content: center;
}

#plGalleryMainImage {
    max-width: 100%;
    max-height: 100%;

    object-fit: contain;
}


/* Close */

.pl-gallery-close {
    position: absolute;

    top: 15px;
    right: 25px;

    color: #fff;
    font-size: 40px;
    font-weight: 300;

    cursor: pointer;

    z-index: 100001;
}


/* Navigation */

.pl-nav {
    position: absolute;

    top: 50%;
    transform: translateY(-50%);

    width: 45px;
    height: 45px;

    border: none;
    border-radius: 50%;

    background: rgba(255,255,255,0.2);

    color: #fff;

    font-size: 24px;

    cursor: pointer;

    z-index: 10;
}

.pl-nav:hover {
    background: rgba(255,255,255,0.4);
}

.pl-nav.prev {
    left: -60px;
}

.pl-nav.next {
    right: -60px;
}


/* Popup thumbnails */

.pl-gallery-thumbs {
    display: flex;

    gap: 8px;

    width: 90%;
    max-width: 1200px;

    margin-top: 15px;

    overflow-x: auto;
}

.pl-gallery-thumbs img {
    width: 80px;
    height: 60px;

    object-fit: cover;

    border-radius: 5px;

    cursor: pointer;

    opacity: 0.7;
}

.pl-gallery-thumbs img:hover {
    opacity: 1;
}


/* Mobile */

@media (max-width: 767px) {

    .pl-gallery-container {
        padding: 15px;
    }

    .pl-gallery-main {
        width: 100%;
        height: 70vh;
    }

    .pl-nav.prev {
        left: 5px;
    }

    .pl-nav.next {
        right: 5px;
    }

    .pl-gallery-close {
        top: 8px;
        right: 15px;
        font-size: 35px;
    }

    .pl-gallery-thumbs {
        width: 100%;
    }

    .pl-gallery-thumbs img {
        width: 65px;
        height: 50px;
    }

}
/*Project Right sidebar*/
/* =========================================================
   PREMIUM PROPERTY SIDEBAR
========================================================= */

.property-sidebar-premium {
    width: 100%;
    box-sizing: border-box;

    padding: 10px;

    background: #fff;

    border: 1px solid #e1c66d;

    border-radius: 18px;

    box-shadow: 0 5px 25px rgba(0, 0, 0, .06);

    overflow: hidden;
    margin-bottom: 10px;
}


/* =========================================================
   HEADER
========================================================= */

.property-sidebar-premium-header {
    padding: 10px;

    text-align: center;
}

.property-sidebar-premium-header h3 {
    margin: 0;

    color: #102f55;

    font-size: 30px;

    line-height: 1.1;

    font-weight: 800;

    /*text-transform: uppercase;*/

    letter-spacing: 1px;
}

.sidebar-premium-location {
    position: relative;

    /*margin-top: 12px;*/

    padding: 10px;

    color: #15395f;

    font-size: 16px;

    font-weight: 700;

    text-transform: uppercase;

    letter-spacing: .8px;
}


/* Gold lines around location */

.sidebar-premium-location::before,
.sidebar-premium-location::after {
    content: "";

    display: inline-block;

    width: 55px;

    height: 2px;

    margin: 0 10px 5px;

    background: #cba62b;
}


.sidebar-premium-builder {
    display: inline-block;

    /*margin-top: 8px;*/

    padding: 7px 35px;

    background: #c59a22;

    color: #fff;

    font-size: 13px;

    font-weight: 700;

    letter-spacing: 1.2px;

    border-radius: 3px;
}


/* =========================================================
   DETAILS GRID
========================================================= */

.property-sidebar-premium-grid {

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    border: 1px solid #e1c66d;

    border-radius: 16px;

    overflow: hidden;
}


/* Detail */

.sidebar-premium-detail {

    display: flex;

    align-items: center;

    gap: 5px;

    min-height: 75px;

    padding: 5px;

    box-sizing: border-box;

    border-right: 1px solid #e1c66d;

    border-bottom: 1px solid #e1c66d;
}


/* Remove right border from every 3rd */

.sidebar-premium-detail:nth-child(3n) {
    border-right: 0;
}


/* Remove bottom border from last row */

.sidebar-premium-detail:nth-child(n+4) {
    border-bottom: 0;
}


/* =========================================================
   ICON
========================================================= */

.sidebar-premium-icon {

    flex: 0 0 30px;

    width: 30px;
    height: 30px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #10365f;

    color: #fff;

    font-size: 12px;
}


.sidebar-premium-content {
    min-width: 0;
}


.sidebar-premium-content span {
    display: block;

    margin-bottom: 5px;

    color: #15395f;

    font-size: 11px;

    font-weight: 800;

    line-height: 1.2;

    text-transform: uppercase;
}


.sidebar-premium-content strong {
    display: block;

    color: #222;

    font-size: 10px;

    font-weight: 600;

    line-height: 1.2;

    word-break: break-word;
}


.sidebar-premium-content small {
    display: block;

    margin-top: 3px;

    color: #333;

    font-size: 12px;

    font-weight: 600;
}


/* =========================================================
   FOOTER
========================================================= */

.sidebar-premium-footer {

    display: grid;

    grid-template-columns: 1fr 1fr;

    margin-top: 15px;

    min-height: 80px;

    overflow: hidden;

    border: 1px solid #e1c66d;

    border-radius: 18px;

    background: #10365f;
}


/* Phone */

.sidebar-premium-phone {

    display: flex;

    align-items: center;

    gap: 5px;

    padding: 10px;

    background: #10365f;

    color: #fff;
}


.sidebar-phone-icon {

    flex: 0 0 30px;

    width: 30px;
    height: 30px;

    display: flex;

    align-items: center;
    justify-content: center;

    border: 2px solid #e7b832;

    border-radius: 50%;

    color: #fff;

    font-size: 14px;
}


.sidebar-premium-phone span {

    display: block;

    margin-bottom: 5px;

    color: #fff;

    font-size: 11px;

    font-weight: 600;

    letter-spacing: .6px;
}


.sidebar-premium-phone a {

    display: block;

    color: #fff !important;

    font-size: 20px;

    font-weight: 800;

    white-space: nowrap;

    text-decoration: none;
}


/* =========================================================
   HIGHLIGHT
========================================================= */

.sidebar-premium-highlight {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 5px;

    margin: 5px;

    padding: 5px;

    border-radius: 10px;

    background: #fff;

    color: #15395f;

    font-size: 14px;

    font-weight: 700;

    letter-spacing: .5px;

    text-align: center;
}


.sidebar-premium-highlight i {

    display: flex;

    align-items: center;
    justify-content: center;

    width: 30px;
    height: 30px;

    flex: 0 0 30px;

    border-radius: 50%;

    background: #10365f;

    color: #e7b832;

    font-size: 12px;
}


/* =========================================================
   NOTE
========================================================= */

.sidebar-premium-note {

    padding: 5px 10px 0;

    color: #444;

    font-size: 10px;

    text-align: right;
}

@media (max-width: 991px) {

    .property-sidebar-premium-header h3 {
        font-size: 24px;
    }

    .sidebar-premium-detail {
        min-height: 105px;

        padding: 12px;

        gap: 10px;
    }

    .sidebar-premium-icon {
        flex-basis: 30px;

        width: 30px;
        height: 30px;

        font-size: 12px;
    }

    .sidebar-premium-content strong {
        font-size: 18px;
    }

    .sidebar-premium-footer {
        grid-template-columns: 1fr;
    }

    .sidebar-premium-highlight {
        margin-top: 0;
    }

}
@media (max-width: 576px) {

    .property-sidebar-premium {
        padding: 8px;

        border-radius: 12px;
    }

    .property-sidebar-premium-header {
        padding: 10px 8px 15px;
    }

    .property-sidebar-premium-header h3 {
        font-size: 20px;
    }

    .sidebar-premium-location {
        font-size: 12px;
    }

    .sidebar-premium-location::before,
    .sidebar-premium-location::after {
        width: 25px;

        margin: 0 5px 4px;
    }

    .sidebar-premium-builder {
        padding: 6px 18px;

        font-size: 10px;
    }

    .property-sidebar-premium-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .sidebar-premium-detail {
        min-height: 70px;

        padding: 10px;

        gap: 8px;
    }

    .sidebar-premium-detail:nth-child(3n) {
        border-right: 1px solid #e1c66d;
    }

    .sidebar-premium-detail:nth-child(2n) {
        border-right: 0;
    }

    .sidebar-premium-detail:nth-child(n+4) {
        border-bottom: 1px solid #e1c66d;
    }

    .sidebar-premium-detail:nth-child(n+5) {
        border-bottom: 0;
    }

    .sidebar-premium-icon {
        flex-basis: 30px;

        width: 30px;
        height: 30px;

        font-size: 10px;
    }

    .sidebar-premium-content span {
        font-size: 11px;
    }

    .sidebar-premium-content strong {
        font-size: 12px;
    }

    .sidebar-premium-content small {
        font-size: 10px;
    }

    .sidebar-premium-footer {
        margin-top: 10px;
    }

    .sidebar-premium-phone {
        padding: 13px;
    }

    .sidebar-phone-icon {
        flex-basis: 45px;

        width: 45px;
        height: 45px;

        font-size: 20px;
    }

    .sidebar-premium-phone a {
        font-size: 17px;
    }

    .sidebar-premium-highlight {
        margin: 0 10px 10px;

        font-size: 11px;
    }

}
/*ABOUT CSS*/
/* =========================================================
   ABOUT SECTION
========================================================= */

.property-about-section {
    width: 100%;
    margin-bottom: 30px;
}

.property-details-title-two {
    margin-bottom: 12px;
    font-size: 22px;
    line-height: 1.35;
    font-weight: 700;
}

.property-content-card {
    background: #fff;
    border: 1px solid var(--bd-border-primary);
    border-radius: 10px;
    overflow: hidden;
}

.property-about-content {
    padding: 20px;
    font-family: 'Inter', sans-serif !important;
    font-size: 14px;
    line-height: 1.8;
    color: var(--bd-text-primary);
}
.property-about-content p{
    font-size: 14px;
}


/* Content coming from editor */

.property-about-content p {
    margin-bottom: 12px;
}

.property-about-content h1,
.property-about-content h2,
.property-about-content h3,
.property-about-content h4,
.property-about-content h5,
.property-about-content h6 {
    margin-top: 15px;
    margin-bottom: 10px;
    line-height: 1.4;
}

.property-about-content ul,
.property-about-content ol {
    padding-left: 25px;
    margin-bottom: 15px;
}

.property-about-content img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
}

.property-about-content a {
    color: inherit;
}


/* Mobile */

@media (max-width: 767px) {

    .property-about-section {
        margin-bottom: 25px;
    }

    .property-details-title-two {
        font-size: 19px;
    }

    .property-about-content {
        padding: 15px;
        font-size: 14px;
        line-height: 1.7;
    }

}

/*Location Advantage*/
/* =========================================
   LOCATION ADVANTAGES
========================================= */

.property-location-advantages {
    margin-top: 30px;
}

.location-advantage-intro {
    margin-top: 10px;
    line-height: 1.7;
    color: #555;
}


/* Main grid */

.location-advantages-grid {
    display: grid;
    /*grid-template-columns: repeat(2, minmax(0, 1fr));*/
    gap: 18px;
}


/* Card */

.location-advantage-card {
    padding: 20px;

    background: #fff;

    border: 1px solid #e7e7e7;
    border-radius: 12px;

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        border-color 0.2s ease;
}

.location-advantage-card:hover {
    transform: translateY(-2px);

    border-color: #ddd;

    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
}


/* Header */

.location-advantage-header {
    display: flex;
    align-items: center;

    gap: 12px;

    padding-bottom: 15px;

    border-bottom: 1px solid #eeeeee;
}


/* Icon */

.location-advantage-icon {
    width: 44px;
    height: 44px;

    flex: 0 0 44px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 10px;

    background: #f5f7fa;

    color: #333;

    font-size: 18px;
}


/* Title */

.location-advantage-title {
    min-width: 0;
}

.location-advantage-title h4 {
    margin: 0;

    font-size: 17px;
    font-weight: 600;

    color: #222;
}

.location-advantage-title span {
    display: block;

    margin-top: 2px;

    font-size: 12px;

    color: #888;
}


/* Location list */

.location-advantage-list {
    padding-top: 8px;
}


/* Individual location */

.location-advantage-item {
    display: flex;
    align-items: center;

    gap: 9px;

    min-height: 42px;

    padding: 7px 0;

    border-bottom: 1px dashed #eeeeee;
}

.location-advantage-item:last-child {
    border-bottom: 0;
}


/* Check icon */

.location-check {
    width: 22px;
    height: 22px;

    flex: 0 0 22px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #f2f2f2;

    color: #444;

    font-size: 10px;
}


/* Location name */

.location-name {
    flex: 1;

    font-size: 14px;

    color: #444;

    line-height: 1.4;
}


/* Distance */

.location-distance {
    flex: 0 0 auto;

    padding: 4px 8px;

    border-radius: 5px;

    background: #f7f7f7;

    color: #555;

    font-size: 12px;
    font-weight: 600;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 768px) {

    .location-advantages-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .location-advantage-card {
        padding: 17px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 576px) {

    .property-location-advantages {
        margin-top: 25px;
    }

    .location-advantage-intro {
        font-size: 14px;
        line-height: 1.6;
    }

    .location-advantage-card {
        padding: 15px;

        border-radius: 10px;
    }

    .location-advantage-header {
        gap: 10px;
        padding-bottom: 12px;
    }

    .location-advantage-icon {
        width: 40px;
        height: 40px;

        flex-basis: 40px;

        font-size: 16px;
    }

    .location-advantage-title h4 {
        font-size: 15px;
    }

    .location-advantage-item {
        min-height: 40px;
        gap: 7px;
    }

    .location-name {
        font-size: 13px;
    }

    .location-distance {
        font-size: 11px;
        padding: 3px 6px;
    }

}
/*Amenities CSS*/
/* =========================================
   AMENITIES SECTION
========================================= */

.property-amenities-section {
    margin-top: 30px;
}

.amenities-intro {
    margin-top: 10px;
    line-height: 1.7;
    color: #555;
}


/* =========================================
   AMENITIES GRID
========================================= */

.amenities-grid {
    display: grid;

    grid-template-columns: repeat(5, minmax(0, 1fr));

    gap: 10px;
}


/* Individual amenity */

.amenity-item {
    display: flex;
    align-items: center;

    gap: 5px;

    min-height: 40px;

    padding: 5px;

    background: #fff;

    border: 1px solid #e7e7e7;
    border-radius: 10px;

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        border-color 0.2s ease;
}

.amenity-item:hover {
    transform: translateY(-2px);

    border-color: #ddd;

    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.06);
}


/* Amenity icon */

.amenity-icon {
    width: 40px;
    height: 40px;

    flex: 0 0 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #f6f7f8;

    overflow: hidden;

    color: #444;

    font-size: 12px;
}


/* Uploaded icon */

.amenity-icon img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    display: block;
}


/* Amenity name */

.amenity-name {
    flex: 1;

    font-size: 12px;
    font-weight: 500;

    line-height: 1.2;

    color: #333;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .amenities-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 576px) {

    .property-amenities-section {
        margin-top: 25px;
    }

    .amenities-intro {
        font-size: 14px;
        line-height: 1.6;
    }

    .amenities-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));

        gap: 5px;
    }

    .amenity-item {
        min-height: 30px;

        padding: 5px;

        gap: 2px;

        border-radius: 8px;
    }

    .amenity-icon {
        width: 25px;
        height: 25px;

        flex-basis: 25px;

        font-size: 12px;
    }

    .amenity-name {
        font-size: 12px;
    }

}


/* =========================================
   VERY SMALL MOBILE
========================================= */

@media (max-width: 380px) {

    .amenities-grid {
        grid-template-columns: 1fr;
    }

    .amenity-item {
        min-height: 30px;
    }

}
/*Specification CSS*/
/* =========================================
   SPECIFICATION
========================================= */

.property-specification-section {
    margin-top: 30px;
}

.specification-intro {
    margin-top: 10px;
    line-height: 1.7;
    color: #555;
}


/* Main box */

.property-specification-box {
    position: relative;

    padding: 24px;

    background: #fff;

    border: 1px solid #e7e7e7;
    border-radius: 12px;
}


/* =========================================
   COLLAPSIBLE CONTENT
========================================= */

.property-specification-content-wrapper {
    position: relative;

    max-height: 480px;

    overflow: hidden;

    transition: max-height 0.45s ease;
}


/* Fade at bottom */

.property-specification-content-wrapper:not(.expanded)::after {
    content: "";

    position: absolute;

    left: 0;
    right: 0;
    bottom: 0;

    height: 90px;

    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0),
        #fff
    );

    pointer-events: none;
}


/* Expanded */

.property-specification-content-wrapper.expanded {
    max-height: none;
}

.property-specification-content-wrapper.expanded::after {
    display: none;
}


/* =========================================
   CONTENT
========================================= */

.property-specification-content {
    color: #444;

    font-size: 14px;

    line-height: 1.7;

    overflow-wrap: break-word;
}

.property-specification-content p {
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 23px;
}

.property-specification-content p:last-child {
    margin-bottom: 0;
}


/* Headings */

.property-specification-content h1,
.property-specification-content h2,
.property-specification-content h3,
.property-specification-content h4,
.property-specification-content h5,
.property-specification-content h6 {

    margin-top: 22px;
    margin-bottom: 10px;

    color: #222;

    font-weight: 600;

    line-height: 1.4;
}

.property-specification-content h1:first-child,
.property-specification-content h2:first-child,
.property-specification-content h3:first-child,
.property-specification-content h4:first-child,
.property-specification-content h5:first-child,
.property-specification-content h6:first-child {
    margin-top: 0;
}


/* Lists */

.property-specification-content ul,
.property-specification-content ol {
    margin: 10px 0 16px;

    padding-left: 22px;
}

.property-specification-content li {
    margin-bottom: 7px;
}


/* Strong */

.property-specification-content strong,
.property-specification-content b {
    color: #222;
    font-weight: 600;
}


/* Tables */

.property-specification-content table {
    width: 100% !important;

    margin: 15px 0 20px;

    border-collapse: collapse;

    font-size: 14px;
}

.property-specification-content table th,
.property-specification-content table td {
    padding: 11px 13px;

    border: 1px solid #e5e5e5;

    text-align: left;

    vertical-align: middle;
}

.property-specification-content table th {
    background: #f7f8fa;

    color: #222;

    font-weight: 600;
}

.property-specification-content table tr:nth-child(even) td {
    background: #fafafa;
}


/* Images */

.property-specification-content img {
    max-width: 100%;
    height: auto;

    display: inline-block;

    border-radius: 6px;
}


/* =========================================
   READ MORE BUTTON
========================================= */

.specification-toggle-wrapper {
    display: flex;

    justify-content: center;

    margin-top: 15px;
}

.specification-toggle {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 8px;

    padding: 9px 20px;

    border: 1px solid #ddd;
    border-radius: 6px;

    background: #fff;

    color: #333;

    font-size: 13px;
    font-weight: 600;

    cursor: pointer;

    transition: all 0.2s ease;
}

.specification-toggle:hover {
    background: #f7f7f7;

    border-color: #ccc;
}

.specification-toggle i {
    font-size: 11px;

    transition: transform 0.3s ease;
}


/* Rotate icon */

.specification-toggle.expanded i {
    transform: rotate(180deg);
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 576px) {

    .property-specification-section {
        margin-top: 25px;
    }

    .specification-intro {
        font-size: 14px;
        line-height: 1.6;
    }

    .property-specification-box {
        padding: 15px;

        border-radius: 10px;
    }

    .property-specification-content-wrapper {
        max-height: 400px;
    }

    .property-specification-content {
        font-size: 13px;

        line-height: 1.65;
    }
    .property-specification-content p{
        font-size: 13px;
    }

    .property-specification-content table {
        min-width: 550px;

        font-size: 13px;
    }

    .property-specification-content table th,
    .property-specification-content table td {
        padding: 9px 10px;
    }

    .specification-toggle {
        padding: 8px 17px;

        font-size: 12px;
    }

}
/*Location Map CSS*/
/* =========================================
   LOCATION MAP
========================================= */

.property-location-map-section {
    margin-top: 30px;
}

.location-map-intro {
    margin-top: 10px;
    line-height: 1.7;
    color: #555;
}


/* Map container */

.property-location-map-box {
    width: 100%;

    overflow: hidden;

    background: #fff;

    border: 1px solid #e7e7e7;
    border-radius: 12px;
    height: 300px;
    min-height: 300px;
}


/* Google map iframe */

.property-location-map {
    width: 100%;

    min-height: 400px;
}

.property-location-map iframe {
    display: block;

    width: 100% !important;

    min-height: 400px;

    border: 0;
}


/* =========================================
   ABOUT LOCALITY
========================================= */

.property-locality-section {
    margin-top: 30px;
}

.property-locality-box {
    position: relative;

    padding: 24px;

    background: #fff;

    border: 1px solid #e7e7e7;
    border-radius: 12px;
    
}


/* Locality content */

.property-locality-content-wrapper {
    position: relative;

    max-height: 450px;

    overflow: hidden;

    transition: max-height 0.45s ease;
}


/* Fade */

.property-locality-content-wrapper:not(.expanded)::after {
    content: "";

    position: absolute;

    left: 0;
    right: 0;
    bottom: 0;

    height: 90px;

    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0),
        #fff
    );

    pointer-events: none;
}


/* Expanded */

.property-locality-content-wrapper.expanded {
    max-height: none;
}

.property-locality-content-wrapper.expanded::after {
    display: none;
}


/* Content typography */

.property-locality-content {
    color: #444;

    font-size: 14px;

    line-height: 1.75;

    overflow-wrap: break-word;
}

.property-locality-content p {
    margin: 0 0 14px;
}

.property-locality-content p:last-child {
    margin-bottom: 0;
}


/* Headings */

.property-locality-content h1,
.property-locality-content h2,
.property-locality-content h3,
.property-locality-content h4,
.property-locality-content h5,
.property-locality-content h6 {

    margin-top: 22px;
    margin-bottom: 10px;

    color: #222;

    font-weight: 600;

    line-height: 1.4;
}

.property-locality-content h1:first-child,
.property-locality-content h2:first-child,
.property-locality-content h3:first-child,
.property-locality-content h4:first-child,
.property-locality-content h5:first-child,
.property-locality-content h6:first-child {
    margin-top: 0;
}


/* Lists */

.property-locality-content ul,
.property-locality-content ol {
    margin: 10px 0 16px;

    padding-left: 22px;
}

.property-locality-content li {
    margin-bottom: 7px;
}


/* Tables */

.property-locality-content table {
    width: 100% !important;

    margin: 15px 0 20px;

    border-collapse: collapse;
}

.property-locality-content table th,
.property-locality-content table td {
    padding: 10px 12px;

    border: 1px solid #e5e5e5;

    text-align: left;
}


/* Images */

.property-locality-content img {
    max-width: 100%;
    height: auto;

    border-radius: 6px;
}


/* =========================================
   READ MORE
========================================= */

.locality-toggle-wrapper {
    display: flex;

    justify-content: center;

    margin-top: 15px;
}

.locality-toggle {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 8px;

    padding: 9px 20px;

    border: 1px solid #ddd;
    border-radius: 6px;

    background: #fff;

    color: #333;

    font-size: 13px;
    font-weight: 600;

    cursor: pointer;

    transition: all 0.2s ease;
}

.locality-toggle:hover {
    background: #f7f7f7;

    border-color: #ccc;
}

.locality-toggle i {
    font-size: 11px;

    transition: transform 0.3s ease;
}

.locality-toggle.expanded i {
    transform: rotate(180deg);
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 576px) {

    .property-location-map-section,
    .property-locality-section {
        margin-top: 25px;
    }

    .location-map-intro {
        font-size: 14px;
        line-height: 1.6;
    }

    .property-location-map {
        min-height: 300px;
    }

    .property-location-map iframe {
        min-height: 300px;
    }

    .property-locality-box {
        padding: 15px;

        border-radius: 10px;
    }

    .property-locality-content-wrapper {
        max-height: 400px;
    }

    .property-locality-content {
        font-size: 13px;

        line-height: 1.65;
    }

    .locality-toggle {
        padding: 8px 17px;

        font-size: 12px;
    }

}
/*EMI Calculator CSS*/
/* =========================================
   EMI CALCULATOR
========================================= */

.property-emi-section {
    margin-top: 30px;
}

.emi-calculator-intro {
    margin-top: 10px;
    line-height: 1.7;
    color: #555;
}


/* Main box */

.emi-calculator-box {
    padding: 25px;

    background: #fff;

    border: 1px solid #e7e7e7;
    border-radius: 12px;
}


/* Grid */

.emi-calculator-grid {
    display: grid;

    grid-template-columns: 1.2fr 0.8fr;

    gap: 30px;

    align-items: stretch;
}


/* =========================================
   INPUTS
========================================= */

.emi-calculator-inputs {
    padding: 5px 5px 5px 0;
}


/* Range group */

.emi-range-group {
    margin-bottom: 27px;
}

.emi-range-group:last-child {
    margin-bottom: 0;
}


/* Header */

.emi-range-header {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 15px;

    margin-bottom: 12px;
}

.emi-range-header label {
    margin: 0;

    color: #333;

    font-size: 14px;
    font-weight: 500;
}

.emi-range-header strong {
    color: #222;

    font-size: 16px;
}


/* Range */

.emi-range {
    width: 100%;

    height: 5px;

    padding: 0;

    appearance: none;

    border-radius: 10px;

    background: #ddd;

    cursor: pointer;
}


/* Chrome */

.emi-range::-webkit-slider-thumb {
    appearance: none;

    width: 18px;
    height: 18px;

    border-radius: 50%;

    background: #333;

    cursor: pointer;

    border: 3px solid #fff;

    box-shadow: 0 0 0 1px #333;
}


/* Firefox */

.emi-range::-moz-range-thumb {
    width: 18px;
    height: 18px;

    border-radius: 50%;

    background: #333;

    cursor: pointer;

    border: 3px solid #fff;
}


/* Min / max */

.emi-range-values {
    display: flex;

    justify-content: space-between;

    margin-top: 7px;

    color: #888;

    font-size: 11px;
}


/* Property cost */

.emi-property-cost {
    display: flex;

    justify-content: space-between;
    align-items: center;

    margin-top: 25px;

    padding: 13px 15px;

    background: #f7f8fa;

    border-radius: 8px;
}

.emi-property-cost span {
    color: #666;

    font-size: 13px;
}


.emi-property-cost strong {
    color: #222;

    font-size: 16px;
}


/* =========================================
   RESULTS
========================================= */

.emi-calculator-results {
    padding: 22px;

    border-radius: 10px;

    background: #f7f8fa;
}


/* Main EMI */

.emi-result-main {
    text-align: center;

    padding-bottom: 20px;

    border-bottom: 1px solid #e5e5e5;
}

.emi-result-main span {
    display: block;

    color: #666;

    font-size: 13px;
}

.emi-result-main strong {
    display: block;

    margin-top: 5px;

    color: #222;

    font-size: 16px;
    line-height: 1.2;
}

.emi-result-main small {
    display: block;

    margin-top: 5px;

    color: #999;

    font-size: 11px;
}


/* Result list */

.emi-result-list {
    margin-top: 5px;
}

.emi-result-item {
    display: flex;

    justify-content: space-between;
    align-items: center;

    gap: 15px;

    padding: 14px 0;

    border-bottom: 1px solid #e5e5e5;
}

.emi-result-item:last-child {
    border-bottom: 0;
}

.emi-result-item span {
    color: #666;

    font-size: 13px;
}
.emi-result-val {
    color: #9b0020;
}
.emi-result-item strong {
    color: #222;

    font-size: 14px;

    text-align: right;
}


/* Disclaimer */

.emi-disclaimer {
    display: flex;

    gap: 8px;

    margin-top: 20px;

    padding-top: 15px;

    border-top: 1px solid #eee;

    color: #888;

    font-size: 11px;

    line-height: 1.6;
}

.emi-disclaimer i {
    margin-top: 3px;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 768px) {

    .emi-calculator-grid {
        grid-template-columns: 1fr;

        gap: 20px;
    }

    .emi-calculator-results {
        padding: 20px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 576px) {

    .property-emi-section {
        margin-top: 25px;
    }

    .emi-calculator-intro {
        font-size: 14px;
        line-height: 1.6;
    }

    .emi-calculator-box {
        padding: 15px;

        border-radius: 10px;
    }

    .emi-range-group {
        margin-bottom: 23px;
    }

    .emi-range-header label {
        font-size: 13px;
    }

    .emi-range-header strong {
        font-size: 14px;
    }

    .emi-result-main strong {
        font-size: 26px;
    }

    .emi-result-item span,
    .emi-result-item strong {
        font-size: 12px;
    }

    .emi-property-cost {
        margin-top: 20px;
    }

}

/* EMI label */
.emi-range-header label {
    margin: 0;

    color: #666;
    font-size: 14px;
    font-weight: 500;
}


/* Selected value */
.emi-range-header strong {
    color: #c45a2a; /* Change to your website's primary color */

    font-size: 17px;
    font-weight: 700;

    white-space: nowrap;
}


/* Mobile */
@media (max-width: 576px) {

    .emi-range-header label {
        font-size: 13px;
    }

    .emi-range-header strong {
        font-size: 15px;
    }

}
/*FAQ CSS*/
/* =========================================
   FAQ SECTION
========================================= */

.property-faq-section {
    margin-top: 30px;
}

.faq-intro {
    margin-top: 10px;
    line-height: 1.7;
    color: #555;
}


/* Main FAQ box */

.property-faq-box {
    width: 100%;

    padding: 8px;

    background: #fff;

    border: 1px solid #e7e7e7;
    border-radius: 12px;
}


/* FAQ item */

.faq-item {
    border-bottom: 1px solid #e9e9e9;
}

.faq-item:last-child {
    border-bottom: 0;
}


/* Remove Bootstrap defaults */

.faq-question {
    margin: 0;
}

.faq-question-button {
    position: relative;

    width: 100%;

    display: flex;
    align-items: center;

    gap: 14px;

    padding: 18px 16px;

    border: 0;

    background: #fff;

    color: #222;

    text-align: left;

    font-size: 15px;
    font-weight: 600;

    cursor: pointer;
}


/* Remove Bootstrap button focus/background */

.faq-question-button:focus {
    box-shadow: none;
    outline: none;
}


/* Number */

.faq-number {
    width: 34px;
    height: 34px;

    flex: 0 0 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #f5f6f7;

    color: #666;

    font-size: 11px;
    font-weight: 600;
}


/* Question */

.faq-question-text {
    flex: 1;

    line-height: 1.5;
}


/* Plus icon */

.faq-icon {
    width: 30px;
    height: 30px;

    flex: 0 0 30px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #ddd;
    border-radius: 50%;

    color: #555;

    font-size: 11px;

    transition:
        transform 0.25s ease,
        background 0.25s ease,
        color 0.25s ease;
}

/* Active FAQ question background */

.faq-question-button:not(.collapsed) {
    background: #f7f8fa;
    
    color: #0d6efd;
    
    border-radius: 8px;
}


/* Keep the active item looking clean */

.faq-question-button:not(.collapsed) .faq-number {
    background: #fff;
}


/* Active icon */

.faq-question-button:not(.collapsed) .faq-icon {
    background: #fff;
    color: #222;
    border-color: #ddd;
    transform: rotate(45deg);
}

/* Answer */

.faq-answer {
    padding: 0 60px 20px 64px;

    color: #666;

    font-size: 14px;

    line-height: 1.7;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 576px) {

    .property-faq-section {
        margin-top: 25px;
    }

    .faq-intro {
        font-size: 14px;
        line-height: 1.6;
    }

    .property-faq-box {
        padding: 3px;

        border-radius: 10px;
    }

    .faq-question-button {
        gap: 9px;

        padding: 14px 10px;

        font-size: 13px;
    }

    .faq-number {
        width: 29px;
        height: 29px;

        flex-basis: 29px;

        font-size: 9px;
    }

    .faq-icon {
        width: 27px;
        height: 27px;

        flex-basis: 27px;

        font-size: 10px;
    }

    .faq-answer {
        padding: 0 45px 16px 48px;

        font-size: 13px;

        line-height: 1.65;
    }

}
/*Builder CSS*/
/* =========================================
   BUILDER SECTION
========================================= */

.property-builder-section {
    margin-top: 30px;
}

.builder-intro {
    margin-top: 10px;

    color: #555;

    line-height: 1.7;
}


/* =========================================
   BUILDER BOX
========================================= */

.property-builder-box {
    padding: 24px;

    background: #fff;

    border: 1px solid #e7e7e7;

    border-radius: 12px;
}


/* =========================================
   BUILDER HEADER
========================================= */

.property-builder-header {
    display: flex;

    align-items: center;

    gap: 15px;

    padding-bottom: 20px;

    margin-bottom: 20px;

    border-bottom: 1px solid #eee;
}


/* Builder icon */

.builder-avatar {
    width: 55px;
    height: 55px;

    flex: 0 0 55px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #f5f6f7;

    color: #555;

    font-size: 20px;
}


/* Builder information */

.builder-info {
    min-width: 0;
}

.builder-name {
    color: #222;

    font-size: 18px;

    font-weight: 700;

    line-height: 1.4;
}

.builder-type {
    display: inline-block;

    margin-top: 3px;

    color: #888;

    font-size: 12px;

    font-weight: 500;
}


/* =========================================
   DESCRIPTION
========================================= */

.builder-description-wrapper {
    position: relative;

    max-height: 450px;

    overflow: hidden;

    transition: max-height 0.45s ease;
}


/* Fade */

.builder-description-wrapper:not(.expanded)::after {
    content: "";

    position: absolute;

    left: 0;
    right: 0;
    bottom: 0;

    height: 90px;

    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0),
        #fff
    );

    pointer-events: none;
}


/* Expanded */

.builder-description-wrapper.expanded {
    max-height: none;
}

.builder-description-wrapper.expanded::after {
    display: none;
}


/* Description content */

.builder-description-content {
    color: #555;

    font-size: 14px;

    line-height: 1.75;

    overflow-wrap: break-word;
}

.builder-description-content p {
    margin: 0 0 14px;
    font-size:14px;
    color: #555;
}

.builder-description-content p:last-child {
    margin-bottom: 0;
}


/* Headings inside builder description */

.builder-description-content h1,
.builder-description-content h2,
.builder-description-content h3,
.builder-description-content h4,
.builder-description-content h5,
.builder-description-content h6 {

    margin-top: 22px;
    margin-bottom: 10px;

    color: #222;

    font-weight: 600;

    line-height: 1.4;
}


/* Lists */

.builder-description-content ul,
.builder-description-content ol {

    margin: 10px 0 16px;

    padding-left: 22px;
}

.builder-description-content li {
    margin-bottom: 7px;
}


/* Images */

.builder-description-content img {
    max-width: 100%;

    height: auto;

    border-radius: 6px;
}


/* Tables */

.builder-description-content table {
    width: 100% !important;

    margin: 15px 0 20px;

    border-collapse: collapse;
}

.builder-description-content table th,
.builder-description-content table td {

    padding: 10px 12px;

    border: 1px solid #e5e5e5;

    text-align: left;
}


/* =========================================
   READ MORE
========================================= */

.builder-toggle-wrapper {

    display: flex;

    justify-content: center;

    margin-top: 15px;
}

.builder-toggle {

    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 8px;

    padding: 9px 20px;

    border: 1px solid #ddd;

    border-radius: 6px;

    background: #fff;

    color: #333;

    font-size: 13px;

    font-weight: 600;

    cursor: pointer;

    transition: all 0.2s ease;
}

.builder-toggle:hover {

    background: #f7f7f7;

    border-color: #ccc;
}

.builder-toggle i {

    font-size: 11px;

    transition: transform 0.3s ease;
}

.builder-toggle.expanded i {

    transform: rotate(180deg);
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 576px) {

    .property-builder-section {
        margin-top: 25px;
    }

    .builder-intro {

        font-size: 14px;

        line-height: 1.6;
    }

    .property-builder-box {

        padding: 15px;

        border-radius: 10px;
    }

    .property-builder-header {

        gap: 5px;

        padding-bottom: 15px;

        margin-bottom: 15px;
    }

    .builder-avatar {

        width: 45px;
        height: 45px;

        flex-basis: 45px;

        font-size: 17px;
    }

    .builder-name {

        font-size: 16px;
    }

    .builder-type {

        font-size: 11px;
    }

    .builder-description-wrapper {

        max-height: 400px;
    }

    .builder-description-content {

        font-size: 13px;

        line-height: 1.65;
    }

    .builder-toggle {

        padding: 8px 17px;

        font-size: 12px;
    }

}

/* Builder meta */

.builder-meta {
    display: flex;

    align-items: center;

    gap: 8px;

    margin-top: 4px;
}

.builder-type {
    margin-top: 0;
}

.builder-meta-separator {
    color: #bbb;

    font-size: 12px;
}

.builder-project-count {
    color: #666;

    font-size: 12px;

    font-weight: 500;
}

@media (max-width: 576px) {

    .builder-meta {
        gap: 6px;
    }

    .builder-project-count,
    .builder-meta-separator {
        font-size: 11px;
    }

}
/*Video CSS*/

.property-sidebar-video {
    margin-top: 20px;

    padding: 15px;

    background: #fff;

    border: 1px solid #e7e7e7;

    border-radius: 10px;
}

.property-sidebar-title {
    margin: 0 0 12px;

    color: #222;

    font-size: 17px;

    font-weight: 600;
}

.property-sidebar-video-wrapper {
    position: relative;

    width: 100%;

    aspect-ratio: 16 / 9;

    overflow: hidden;

    border-radius: 7px;

    background: #000;
}

.property-sidebar-video-wrapper iframe {
    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    border: 0;
}
/*Other Projects CSS*/
/* =========================================
   SIMILAR PROPERTIES
========================================= */

.similar-properties-section {
    margin-top: 40px;
}


/* Header */

.similar-properties-header {
    margin-bottom: 22px;
}

.similar-properties-kicker {
    display: inline-flex;
    align-items: center;
    gap: 6px;

    margin-bottom: 6px;

    color: #777;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: .8px;
}

.similar-properties-kicker i {
    font-size: 11px;
}

.similar-properties-header
.property-details-title-two {
    margin-bottom: 5px;
}

.similar-properties-subtitle {
    margin: 0;

    color: #777;

    font-size: 13px;
}


/* Slider */

.similar-properties-slider-wrap {
    position: relative;

    padding: 0 42px;
    height: 400px;
}

.similar-properties-slider {
    overflow: hidden;
}

.similar-properties-slider
.swiper-slide {
    height: auto;
    display: flex;
}


/* =========================================
   CARD
========================================= */

.similar-property-card {
    width: 100%;

    display: flex;
    flex-direction: column;

    background: #fff;

    border: 1px solid #e7e7e7;

    border-radius: 12px;

    overflow: hidden;

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;
}

.similar-property-card:hover {
    transform: translateY(-3px);

    border-color: #ddd;

    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}


/* =========================================
   IMAGE
========================================= */

.similar-property-image {
    position: relative;

    width: 100%;

    height: 215px;

    overflow: hidden;

    background: #f4f4f4;
}

.similar-property-image a {
    display: block;

    width: 100%;
    height: 100%;
}

.similar-property-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform .4s ease;
}

.similar-property-card:hover
.similar-property-image img {
    transform: scale(1.045);
}


/* Status */

.similar-property-status {
    position: absolute;

    top: 12px;
    left: 12px;

    padding: 5px 9px;

    border-radius: 4px;

    background: rgba(255,255,255,.95);

    color: #333;

    font-size: 10px;
    font-weight: 700;

    /*text-transform: uppercase;*/
}


/* Favorite */

.similar-property-favorite {
    position: absolute;

    top: 10px;
    right: 10px;

    width: 34px;
    height: 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 0;

    border-radius: 50%;

    background: rgba(255,255,255,.95);

    color: #555;

    cursor: pointer;

    transition: all .2s ease;
}

.similar-property-favorite:hover {
    background: #fff;

    color: #222;
}


/* =========================================
   CONTENT
========================================= */

.similar-property-content {
    padding: 10px;

    display: flex;
    flex-direction: column;

    flex: 1;
}


/* Title */

.similar-property-title {
    margin: 0 0 7px;

    min-height: 35px;

    font-size: 16px;
    font-weight: 650;

    line-height: 1.35;
}

.similar-property-title a {
    color: #222;

    text-decoration: none;
}

.similar-property-title a:hover {
    color: #555;
}


/* Location */

.similar-property-location {
    display: flex;

    align-items: center;

    gap: 6px;

    margin-bottom: 10px;

    color: #777;

    font-size: 12px;

    line-height: 1.4;
}

.similar-property-location i {
    flex: 0 0 auto;

    font-size: 11px;
}


/* =========================================
   STATS
========================================= */

.similar-property-stats {
    display: flex;

    align-items: center;

    gap: 6px;

    padding: 10px 0;

    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.similar-stat {
    display: inline-flex;

    align-items: center;

    gap: 5px;

    padding-right: 10px;

    color: #555;

    font-size: 11px;
}

.similar-stat:not(:last-child) {
    border-right: 1px solid #ddd;
}

.similar-stat i {
    color: #888;

    font-size: 11px;
}


/* =========================================
   FOOTER
========================================= */

.similar-property-footer {
    display: flex;

    align-items: flex-end;
    justify-content: space-between;

    gap: 10px;

    padding-top: 13px;
}

.similar-property-price {
    display: flex;
    flex-direction: column;
}

.similar-property-price small {
    margin-bottom: 2px;

    color: #888;

    font-size: 10px;
}

.similar-property-price strong {
    color: #222;

    font-size: 15px;
    font-weight: 700;

    white-space: nowrap;
}


/* View */

.similar-property-view {
    display: inline-flex;

    align-items: center;

    gap: 5px;

    color: #444;

    font-size: 11px;
    font-weight: 600;

    text-decoration: none;
}

.similar-property-view i {
    font-size: 9px;

    transition: transform .2s ease;
}

.similar-property-view:hover {
    color: #222;
}

.similar-property-view:hover i {
    transform: translateX(3px);
}


/* =========================================
   ENQUIRE BUTTON
========================================= */

.similar-property-contact {
    width: 100%;

    margin-top: 13px;

    padding: 9px 12px;

    border: 1px solid #ddd;

    border-radius: 10px;

    background: #dc3545;

    color: #fff;

    font-size: 11px;
    font-weight: 600;

    cursor: pointer;

    transition: all .2s ease;
}

.similar-property-contact:hover {
    background: #072654;

    border-color: #ccc;
}


/* =========================================
   NAVIGATION
========================================= */

.similar-nav {
    position: absolute;

    top: 50%;

    z-index: 5;

    width: 36px;
    height: 36px;

    margin-top: -18px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #ddd;

    border-radius: 50%;

    background: #fff;

    color: #444;

    box-shadow: 0 3px 12px rgba(0,0,0,.08);

    cursor: pointer;

    transition: all .2s ease;
}

.similar-nav:hover {
    background: #f5f5f5;

    border-color: #ccc;
}

.similar-nav-prev {
    left: 0;
}

.similar-nav-next {
    right: 0;
}

.similar-nav i {
    font-size: 11px;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .similar-property-image {
        height: 195px;
    }

    .similar-properties-slider-wrap {
        padding: 0 38px;
    }
    .swiper-wrapper{
        height: 400px !important;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 576px) {

    .similar-properties-section {
        margin-top: 30px;
    }

    .similar-properties-header {
        margin-bottom: 16px;
    }

    .similar-properties-subtitle {
        font-size: 12px;
    }

    .similar-properties-slider-wrap {
        padding: 0 30px;
    }

    .similar-property-image {
        height: 190px;
    }

    .similar-property-content {
        padding: 10px;
    }

    .similar-property-title {
        font-size: 15px;
    }

    .similar-property-price strong {
        font-size: 14px;
    }

    .similar-nav {
        width: 30px;
        height: 30px;

        margin-top: -15px;
    }

    .similar-nav i {
        font-size: 9px;
    }

}
/* =========================================
   PROJECT OFFER TICKER
========================================= */

.property-offer-ticker {
    display: flex;

    align-items: center;

    width: 55%;

    min-height: 30px;

    /*margin-bottom: 15px;*/

    overflow: hidden;

    border-radius: 7px;

    background: linear-gradient(
        135deg,
        #ffd54f,
        #ffc107
    );

    box-shadow: 0 3px 10px rgba(0, 0, 0, .06);
}


/* Offer label */

.property-offer-label {
    position: relative;

    z-index: 2;

    flex: 0 0 auto;

    display: flex;

    align-items: center;

    gap: 7px;

    min-height: 30px;

    padding: 0 16px;

    /*background: #ffc107;*/

    color: #111;

    font-size: 13px;

    white-space: nowrap;
}

.property-offer-label i {
    font-size: 15px;
}
.property-offer-label span{
    color: #111;
}

/* Moving area */

.property-offer-marquee {
    flex: 1;

    min-width: 0;

    overflow: hidden;

    white-space: nowrap;
}


/* Moving track */

.property-offer-track {
    display: inline-flex;

    align-items: center;

    white-space: nowrap;

    animation: offerMarquee 18s linear infinite;
}


/* Offer text */

.property-offer-track span {
    display: inline-block;

    padding-right: 80px;

    color: #111;

    font-size: 14px;

    font-weight: 600;
}


/* Pause when mouse is over it */

.property-offer-marquee:hover
.property-offer-track {
    animation-play-state: paused;
}


/* Animation */

@keyframes offerMarquee {

    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }

}


/* =========================================
   MOBILE PROJECT OFFER
========================================= */

.mobile-offer-box {
    display: flex;

    align-items: center;

    width: 100%;

    margin-top: 12px;

    min-height: 42px;

    overflow: hidden;

    border: 1px solid #f0d46a;

    border-radius: 7px;

    background: #fff9df;
}


/* Label */

.mobile-offer-label {
    position: relative;

    z-index: 2;

    flex: 0 0 auto;

    display: flex;

    align-items: center;

    gap: 5px;

    min-height: 42px;

    padding: 0 9px;

    background: #ffc107;

    color: #222;

    font-size: 10px;

    font-weight: 700;

    white-space: nowrap;
}

.mobile-offer-label i {
    font-size: 12px;
}


/* Moving area */

.mobile-offer-marquee {
    flex: 1;

    min-width: 0;

    overflow: hidden;

    white-space: nowrap;
}


/* Moving content */

.mobile-offer-track {
    display: inline-flex;

    align-items: center;

    white-space: nowrap;

    animation: mobileOfferMove 14s linear infinite;
}

.mobile-offer-track span {
    display: inline-block;

    padding-right: 60px;

    color: #333;

    font-size: 11px;

    font-weight: 600;
}


/* Animation */

@keyframes mobileOfferMove {

    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }

}


/* Pause on touch/hover */

.mobile-offer-marquee:hover
.mobile-offer-track {
    animation-play-state: paused;
}



/* =========================================
   PROPERTY ENQUIRY POPUP
========================================= */

.enq-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
    background: #10365f;
    /*background: linear-gradient(135deg, #2b5fb8, #1e4aa8);*/
    color: #fff;
    padding: 10px;
    border-radius: 10px 10px 0 0;
}
.enquiry-popup-form {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
}


/* Header */

.enquiry-popup-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;

    padding: 18px 20px;

    background: linear-gradient(135deg, #2b5fb8, #1e4aa8);
    color: #fff;
}

.enquiry-popup-header-content {
    min-width: 0;
}

.enquiry-popup-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;

    margin-bottom: 5px;

    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .7px;

    opacity: .75;
}

.enquiry-popup-label i {
    font-size: 10px;
}

.enquiry-popup-title {
    margin: 0;

    color: #fff;

    font-size: 19px;
    font-weight: 600;
}

.enquiry-popup-project {
    margin-top: 4px;

    color: #ddd;

    font-size: 12px;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* Close */

.enquiry-popup-close {
    flex: 0 0 auto;

    margin-left: 15px;

    opacity: .8;

    filter: invert(1);

    box-shadow: none !important;
}

.enquiry-popup-close:hover {
    opacity: 1;
}


/* Body */

.enquiry-popup-body {
    padding: 20px;
    border: 1px #f1f2f2 solid;
    border-radius:0 0 10px 10px;
}


/* Field */

.enquiry-popup-field {
    margin-bottom: 13px;
}

.enquiry-popup-field label {
    display: block;

    margin-bottom: 5px;

    color: #444;

    font-size: 12px;
    font-weight: 600;
}


/* Input wrapper */

.enquiry-popup-input-wrap {
    position: relative;
}

.enquiry-popup-input-wrap > i {
    position: absolute;

    top: 50%;
    left: 13px;

    z-index: 2;

    transform: translateY(-50%);

    color: #999;

    font-size: 12px;

    pointer-events: none;
}


/* Input */

.enquiry-popup-input {
    width: 100%;
    height: 44px;

    padding: 0 12px 0 38px !important;

    border: 1px solid #ddd;
    border-radius: 6px;

    background: #fff;

    color: #222;

    font-size: 13px;

    outline: none;

    transition:
        border-color .2s ease,
        box-shadow .2s ease;
}

.enquiry-popup-input:focus {
    border-color: #999;

    box-shadow: 0 0 0 3px rgba(0,0,0,.04);
}

.enquiry-popup-input::placeholder {
    color: #aaa;
}


/* Terms */

.enquiry-popup-terms {
    margin: 8px 0 15px;
}

.enquiry-popup-terms label {
    display: flex;

    align-items: flex-start;

    gap: 8px;

    color: #777;

    font-size: 10px;

    line-height: 1.5;

    cursor: pointer;
}

.enquiry-popup-terms input {
    flex: 0 0 auto;

    width: 14px;
    height: 14px;

    margin-top: 1px;

    cursor: pointer;
    display: block !important;
}

.enquiry-popup-terms strong {
    color: #444;
}

.enquiry-popup-terms a {
    color: #444;

    text-decoration: underline;
}


/* Submit */

.enquiry-popup-submit {
    width: 100%;
    height: 45px;

    display: flex;

    align-items: center;
    justify-content: center;

    gap: 8px;

    border: 0;
    border-radius: 6px;

    background: #dc3545;

    color: #fff;

    font-size: 13px;
    font-weight: 600;

    cursor: pointer;

    transition: all .2s ease;
}

.enquiry-popup-submit:hover {
    background: linear-gradient(135deg, #ffd54f, #ffc107);
}

.enquiry-popup-submit:disabled {
    opacity: .7;
    cursor: not-allowed;
}

.enquiry-popup-submit .spinner-border {
    width: 14px;
    height: 14px;
}


/* Trust */

.enquiry-popup-trust {
    display: flex;

    align-items: flex-start;
    justify-content: center;

    gap: 6px;

    margin-top: 12px;

    color: #888;

    font-size: 9px;

    line-height: 1.5;

    text-align: center;
}

.enquiry-popup-trust i {
    margin-top: 2px;

    font-size: 10px;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 576px) {

    .enquiry-popup-header {
        padding: 15px 16px;
    }

    .enquiry-popup-title {
        font-size: 17px;
    }

    .enquiry-popup-body {
        padding: 16px;
    }

    .enquiry-popup-input {
        height: 42px;

        font-size: 13px;
    }

    .enquiry-popup-submit {
        height: 44px;
    }

}

/* ==========================================
   STICKY ENQUIRY
========================================== */

.sticky-enquiry-wrapper {
    position: fixed;

    right: 0;
    top: 50%;

    z-index: 9999;

    transform: translateY(-50%);
}


/* ==========================================
   ENQUIRE NOW TAB
========================================== */

.sticky-enquiry-tab {
    position: absolute;

    right: 0;

    top: 50%;

    transform: translateY(-50%) translateX(0);

    width: 52px;
    height: 145px;

    padding: 0;

    border: 0;

    border-radius: 5px 0 0 5px;

    background: #35449a;

    color: #fff;

    cursor: pointer;

    box-shadow: 0 3px 12px rgba(0, 0, 0, .15);

    transition: right .35s ease;
}


/* Vertical text */

.sticky-enquiry-tab span {
    display: block;

    transform: rotate(-90deg);

    white-space: nowrap;

    font-size: 15px;

    font-weight: 500;

    letter-spacing: .3px;
}


/* ==========================================
   DRAWER
========================================== */

.sticky-enquiry-drawer {
    position: fixed;

    top: 50%;

    right: -440px;

    transform: translateY(-50%);

    width: 350px;

    padding: 10px;

    background: #fff;

    border: 1px solid #ddd;

    box-shadow: -5px 5px 25px rgba(0, 0, 0, .15);

    transition: right .35s ease;

    box-sizing: border-box;
}


/* Open state */

.sticky-enquiry-drawer.active {
    right: 0;
}


/* ==========================================
   HEADER
========================================== */

.sticky-enquiry-header {
    position: relative;

    padding-bottom: 10px;

    text-align: center;
}

.sticky-enquiry-header h3 {
    margin: 0 0 12px;

    color: #35449a;

    font-size: 18px;

    font-weight: 500;
}

.sticky-enquiry-header p {
    margin: 0;

    color: #555;

    font-size: 16px;

    font-weight: 500;
}


/* Close */

.sticky-enquiry-close {
    position: absolute;

    top: -2px;
    right: -8px;

    width: 30px;
    height: 30px;

    border: 0;

    background: transparent;

    color: #555;

    font-size: 27px;

    line-height: 1;

    cursor: pointer;
}


/* ==========================================
   FORM
========================================== */

.sticky-enquiry-form {
    padding-top: 8px;
}

.sticky-enquiry-form > input,
.sticky-enquiry-form > select,
.sticky-enquiry-form > textarea {
    width: 100%;

    box-sizing: border-box;

    margin-bottom: 14px;

    border: 1px solid #c8c8c8;

    border-radius: 6px;

    background: #fff;

    color: #444;

    font-family: inherit;

    font-size: 16px;

    outline: none;
}


/* Inputs */

.sticky-enquiry-form > input,
.sticky-enquiry-form > select {
    height: 50px;

    padding: 0 15px;
}





/* Placeholder */

.sticky-enquiry-form input::placeholder,
.sticky-enquiry-form textarea::placeholder {
    color: #7b7b7b;
}


/* Focus */

.sticky-enquiry-form input:focus,
.sticky-enquiry-form select:focus,
.sticky-enquiry-form textarea:focus {
    border-color: #35449a;

    box-shadow: 0 0 0 2px rgba(53, 68, 154, .08);
}


/* ==========================================
   TERMS
========================================== */

.sticky-enquiry-terms {
    display: flex;

    align-items: flex-start;

    gap: 7px;

    margin: 2px 0 15px;

    color: #777;

    font-size: 10px;

    line-height: 1.4;

    cursor: pointer;
    
}

.sticky-enquiry-terms input {
    flex: 0 0 auto;

    width: 14px;
    height: 14px;

    margin: 1px 0 0;
    display: inline !important;
}


/* ==========================================
   SUBMIT
========================================== */

.sticky-enquiry-submit {
    display: block;

    width: 190px;

    height: 40px;

    margin: 0 auto;

    border: 0;

    border-radius: 5px;

    background: #35449a;

    color: #fff;

    font-size: 14px;

    font-weight: 500;

    cursor: pointer;

    transition: background .2s ease;
}

.sticky-enquiry-submit:hover {
    background: #29357d;
}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 576px) {

    .sticky-enquiry-wrapper {
        /*top: auto;*/

        /*right: 0;*/
        /*bottom: 100px;*/

        transform: none;
    }


    .sticky-enquiry-tab {
        width: 45px;
        height: 125px;
    }

    .sticky-enquiry-tab span {
        font-size: 14px;
    }


    .sticky-enquiry-drawer {
        top: 25%;

        right: -100%;

        /*bottom: 0;*/

        width: 100%;

        max-width: 100%;

        max-height: 90vh;

        overflow-y: auto;

        padding: 10px;

        transform: none;

        border-radius: 12px 12px 0 0;
    }

    .sticky-enquiry-drawer.active {
        right: 0;
    }


    .sticky-enquiry-header h3 {
        font-size: 18px;
    }

    .sticky-enquiry-header p {
        font-size: 13px;
    }


    .sticky-enquiry-form > input,
    .sticky-enquiry-form > select {
        height: 48px;

        font-size: 14px;
    }

    .sticky-enquiry-form > textarea {
        font-size: 14px;
    }

}
/* =====================================================
   FLOOR PLAN TABS
===================================================== */

.floorplan-tabs-wrapper {
    width: 100%;
    margin-top:10px;
}


/* =====================================================
   TAB NAVIGATION
===================================================== */

.floorplan-tabs-nav {
    display: flex;

    gap: 8px;

    width: 100%;

    margin-bottom: 10px;

    padding: 5px;

    overflow-x: auto;

    scrollbar-width: thin;

    border: 1px solid #e4e4e4;

    border-radius: 10px;

    background: #f8f9fb;
}


/* Individual tab */

.floorplan-tab-btn {

    flex: 0 0 auto;

    min-width: 150px;

    padding: 5px 18px;

    border: 1px solid transparent;

    border-radius: 8px;

    background: transparent;

    color: #555;

    cursor: pointer;

    text-align: center;

    transition: all .25s ease;
}


/* Tab type */

.floorplan-tab-type {
    display: block;

    color: #222;

    font-size: 15px;

    font-weight: 700;
}


/* Tab sqft */

.floorplan-tab-size {
    display: block;

    margin-top: 3px;

    color: #777;

    font-size: 12px;

    font-weight: 500;
}


/* Active */

.floorplan-tab-btn.active {

    background: #12375d;

    border-color: #12375d;

    box-shadow: 0 3px 10px rgba(18, 55, 93, .15);
}

.floorplan-tab-btn.active .floorplan-tab-type,
.floorplan-tab-btn.active .floorplan-tab-size {

    color: #fff;
}


/* Hover */

.floorplan-tab-btn:hover:not(.active) {

    background: #fff;

    border-color: #d7d7d7;
}


/* =====================================================
   TAB PANEL
===================================================== */

.floorplan-tabs-content {

    width: 100%;
}


.floorplan-tab-panel {

    display: none;

    padding: 20px;

    border: 1px solid #e3e3e3;

    border-radius: 12px;

    background: #fff;

    box-shadow: 0 3px 15px rgba(0, 0, 0, .04);
}


.floorplan-tab-panel.active {

    display: block;

    animation: floorPlanFade .25s ease;
}


@keyframes floorPlanFade {

    from {
        opacity: 0;
        transform: translateY(5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }

}


/* =====================================================
   PANEL HEADER
===================================================== */

.floorplan-panel-heading {

    display: flex;

    align-items: center;

    justify-content: space-between;

    padding-bottom: 15px;

    margin-bottom: 18px;

    border-bottom: 1px solid #eee;
}


.floorplan-panel-heading span {

    display: block;

    margin-bottom: 4px;

    color: #a07b15;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 1px;
}


.floorplan-panel-heading h4 {

    margin: 0;

    color: #173b61;

    font-size: 22px;

    font-weight: 700;
}


.floorplan-panel-heading h4 small {

    color: #777;

    font-size: 14px;

    font-weight: 500;
}


/* =====================================================
   PANEL BODY
===================================================== */

.floorplan-panel-body {

    display: grid;

    grid-template-columns: 1.15fr 1fr;

    gap: 25px;

    align-items: stretch;
}


/* =====================================================
   FLOOR PLAN IMAGE
===================================================== */

.floorplan-panel-image {

    position: relative;

    display: flex;

    align-items: center;

    justify-content: center;

    min-height: 320px;

    padding: 15px;

    border: 1px solid #e4e4e4;

    border-radius: 10px;

    background: #fafafa;

    overflow: hidden;
}


.floorplan-panel-image a {

    position: relative;

    display: flex;

    align-items: center;

    justify-content: center;

    width: 100%;

    height: 100%;
}


.floorplan-panel-image img {

    display: block;

    max-width: 100%;

    max-height: 310px;

    width: auto;

    height: auto;

    object-fit: contain;
}


/* Image hover */

.floorplan-panel-image img {

    transition: transform .3s ease;
}

.floorplan-panel-image:hover img {

    transform: scale(1.03);
}


/* Zoom button */

.floorplan-zoom-btn {

    position: absolute;

    left: 50%;

    bottom: 15px;

    transform: translateX(-50%);

    display: flex;

    align-items: center;

    gap: 6px;

    padding: 8px 14px;

    border-radius: 20px;

    background: #12375d;

    color: #fff;

    font-size: 12px;

    font-weight: 600;

    white-space: nowrap;

    opacity: .95;
}


/* =====================================================
   DETAILS
===================================================== */

.floorplan-panel-details {

    display: flex;

    flex-direction: column;

    gap: 12px;
}


.floorplan-detail-box {

    padding: 14px 16px;

    border: 1px solid #e5e5e5;

    border-radius: 8px;

    background: #fafafa;
}


.floorplan-detail-box span {

    display: block;

    margin-bottom: 5px;

    color: #777;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: .6px;
}


.floorplan-detail-box span i {

    margin-right: 5px;

    color: #a17c19;
}


.floorplan-detail-box strong {

    display: block;

    color: #173b61;

    font-size: 18px;

    font-weight: 700;
}


.floorplan-price-value {

    color: #b07d00 !important;

    font-size: 21px !important;
}


/* =====================================================
   ENQUIRY BUTTON
===================================================== */

.floorplan-enquiry-btn {

    width: 100%;

    margin-top: auto;

    padding: 13px 18px;

    border: 0;

    border-radius: 7px;

    background: #12375d;

    color: #fff;

    font-size: 14px;

    font-weight: 600;

    cursor: pointer;

    transition: all .25s ease;
}


.floorplan-enquiry-btn:hover {

    background: #0c2947;

    transform: translateY(-1px);
}


/* =====================================================
   NOTES
===================================================== */

.floorplan-notes {

    margin-top: 12px;

    padding: 12px 15px;

    border-radius: 8px;

    background: #fffaf0;

    color: #666;

    font-size: 12px;
}


.floorplan-notes strong {

    color: #333;
    
}


.floorplan-notes ul {

    display: inline-block;

    margin: 0 0 0 10px;

    padding-left: 15px;
    font-size: 11px !important;
    
}
@media (max-width: 767px) {

    .floorplan-tabs-nav {

        gap: 6px;

        margin-bottom: 10px;

        padding: 4px;

        border-radius: 8px;

        -webkit-overflow-scrolling: touch;
    }


    .floorplan-tab-btn {

        min-width: 125px;

        padding: 5px 12px;

        border-radius: 7px;
    }


    .floorplan-tab-type {

        font-size: 13px;
    }


    .floorplan-tab-size {

        font-size: 11px;
    }


    .floorplan-tab-panel {

        padding: 12px;

        border-radius: 10px;
    }


    .floorplan-panel-heading {

        margin-bottom: 12px;

        padding-bottom: 10px;
    }


    .floorplan-panel-heading h4 {

        font-size: 18px;
    }


    .floorplan-panel-heading h4 small {

        font-size: 12px;
    }


    .floorplan-panel-body {

        grid-template-columns: 1fr;

        gap: 15px;
    }


    .floorplan-panel-image {

        min-height: 230px;

        padding: 10px;
    }


    .floorplan-panel-image img {

        max-height: 220px;
    }


    .floorplan-detail-box {

        padding: 11px 13px;
    }


    .floorplan-detail-box strong {

        font-size: 16px;
    }


    .floorplan-price-value {

        font-size: 18px !important;
    }


    .floorplan-enquiry-btn {

        margin-top: 3px;
    }


    .floorplan-notes {

        font-size: 11px;
    }

}
