:root{
    --gold:#eac88a;
    --beige:#f8f2e9;
    --dark:#222;
}
a {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
body{
    background:#ffffff;
    font-family:'Poppins',sans-serif;
}

.form-control, .form-select {
  padding: 0.875rem .75rem;
  font-size: 0.9rem;
}
.submit_btn {
  padding: 14px;
}
/* HEADER */

.navbar{
    background:#fff;
    padding:0;
}

.navbar-brand{
    font-size:30px;
    font-weight:700;
    color:var(--gold);
}
.navbar-brand img {
  width: 230px;
}
.nav-link {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  padding: 0 13px !important;
}
.btn-gold{
    background:var(--gold);
    color:#fff;
    border:none;
}

.btn-gold:hover{
    background:#f3b037;
    color:#fff;
}

 .hero-section{
    position:relative;
    background:#f8f9fa;
    padding-bottom:80px;
}
.featured-projects {
  background: #f8f9fa;
  padding: 20px 0 90px;
  margin-bottom: 40px;
}
.hero-banner{
    height:550px;
    position:relative;
    overflow:hidden;
}

.hero-img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient( 90deg, rgba(80, 50, 10, 0.8) 0%, rgba(80, 50, 10, 0.38) 40%, rgba(80,50,10,0) 100% );
}

.hero-content {
  position: absolute;
  z-index: 2;
  color: #fff;
  max-width: 550px;
  top: 140px;
  left: 120px;
}

.sub-title {
  display: block;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #f9d7764d;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 40px;
}
.hero-content h1 {
  font-size: 50px;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.hero-content p {
  font-size: 20px;
  line-height: 1.5;
  padding-right: 230px;
}
.google-rating{
 display: flex;
  background: rgba(0,0,0,0.45);
  backdrop-filter: blur(4px);
  border-radius: 7px;
  padding: 6px 13px;
  color: #fff;
  width: 40%;
}

.google-text {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0px;
  margin-right: 5px;
}

.rating-row{
    display:flex;
    align-items:center;
    gap:10px;
}

.rating-number{
    font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

.stars{
display: flex;
  gap: 2px;
  font-size: 14px;
  color: #f9d776;
}
.property-search{
    background:#fff;
    border-radius:16px;
    margin-top:-45px;
    position:relative;
    z-index:10;
    padding:20px 25px;
    border:1px solid #edd9b7;
}

.search-item{
    padding:0 15px;
}

.search-item label{
    display:block;
    font-size:13px;
    color:#8a8a8a;
    margin-bottom:5px;
}

.search-item .form-select{
    border:none;
    padding:0;
    font-size:15px;
    font-weight:500;
    box-shadow:none;
    color:#222;
    background-position:right center;
}

.search-btn{
    padding-left:15px;
}

.btn-search{
width: 100%;
  height: 62px;
  border: none;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
  background: #f9d776;
  color: #fff;
  border-radius: 8px;
  font-size: 17px;
  font-weight: 600;
  color: #3c3c3c !important;
}

.btn-search:hover{
    background:#f3b037;
    color:#fff;
}
.carico i {
  font-size: 25px;
  display: inline-block;
  vertical-align: -3px;
  color: #fff !important;
}
@media(max-width:991px){
    .navbar-brand img {
    width: 190px;
    }
    .enquire_n {
    margin-bottom: 20px;
    }
    .sub-title {
          font-size: 11px;
          padding: 2px 20px;
        }
            .nav-link {
        padding: 6px 13px !important;
        }
        .navbar-nav.mx-auto {
        margin: 20px 0;
        }
    .hero-banner{
        height:200px;
    }
    .hero-content {
        top:30px;
        left: 20px;
        }
     .hero-content h1 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .hero-content h1 br{
      display: none;
  }
    .hero-content p {
        font-size: 15px;
        padding-right: 150px;
    }
    .property-search{
        margin-top:20px;
    }
    .google-rating {
        width:46%;
    }
    .google-text, .rating-number {
      font-size: 12px;
    }
    .stars {
  font-size: 11px;
}
    .search-item{
        margin-bottom:15px;
    }
    .property-search {
        padding: 20px 5px;
    }
    .hero-section {
        padding-bottom: 30px;
    }
    .featured-projects {
        padding: 20px 0 30px;
        margin-bottom: 10px;
    }
     .trending_p {
        padding: 50px 0 !important;
        margin-top: 0 !important;
    }
    .invest {
    padding: 40px 0;
    margin-top: 20px;
    }
    .footer-section {
    background: #1f1a17;
    color: #f5f1ea;
    padding: 40px 0 30px;
    }
    
}

.btn-gold {
  background: #f9d776;
  color: #252525;
  border: none;
  border-radius: 50px;
  font-size: 14px;
  padding: 10px;
}
.enquire_n {
  padding: 15px 50px;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.8px;
}
.btn-gold:hover{
    background:#f3b037;
    color:#fff;
}

.section-title{
    color:#2b2b2b;
    font-weight:700;
}

.project-card{
    background:#fff;
    border-radius:15px;
    overflow:hidden;
    transition:.3s;
    border:1px solid #eee;
}
.project-card h5 {
  text-transform: uppercase;
  font-size: 18px !important;
  letter-spacing: 0.6px;
  font-weight: 600;
  margin-bottom: 10px;
}
.project-card i {
  color: #7f7f7f;
  margin-right: 4px;
}
.project-card:hover{
    transform:translateY(-5px);
}
.project-card p {
  font-size: 14px;
}
.project-card img{
    height:220px;
    width:100%;
    object-fit:cover;
}

.price{
    color:#c89d4f;
    font-weight:700;
}
#owl_card img {
  display: block;
  width: 100% !important;
}
.section-title {
  font-weight: 700;
  margin-bottom: 7px;
  position: relative;
  text-transform: uppercase;
}
/* .section-title:after{
    content:'';
    width:80px;
    height:3px;
    background:var(--gold);
    display:block;
    margin:10px auto;
} */


/* PROPERTY CARD */
.trending_p.bg-light {
  padding: 80px 0;
  margin-top: 50px;
}
.property-card{
    border:none;
    overflow:hidden;
    border-radius:15px;
    box-shadow:0 10px 20px rgba(0,0,0,.08);
    transition:.3s;
}

.property-card:hover{
    transform:translateY(-5px);
}

.property-card img{
    height:220px;
    object-fit:cover;
}

.price{
    color:#c28a28;
    font-weight:700;
    font-size:22px;
}

/* LOCATION */

.location-card{
    position:relative;
    overflow:hidden;
    border-radius:15px;
}

.location-card img{
    width:100%;
    height:220px;
    object-fit:cover;
}

.location-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.45);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:24px;
    font-weight:600;
}

/* DEVELOPER */

.developer-box{
    border:1px solid #eee;
    padding:30px;
    border-radius:12px;
    background:#fff;
}

/* INVEST */

.invest {
  background: var(--beige);
  padding: 70px 0;
}

/* TESTIMONIAL */

.testimonial {
  background: #fff;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0,0,0,.08);
  min-height: 230px;
}

/* CTA */

.cta {
  background: linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6)), url('../images/footer-bg.jpg');
    background-attachment: scroll, scroll;
    background-size: auto, auto;
  background-size: cover;
  color: #fff;
  background-attachment: fixed;
  padding: 90px 0 !important;
}

.cta .dream-property-wrapper .form-control {
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  padding: 0.875rem .75rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  background-image: none;
  box-shadow: none;
}

.cta .dream-property-wrapper .form-control:focus {
  border-color: #86b7fe;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.cta .dream-property-wrapper .autocomplete-dropdown {
  color: #222;
}

.cta .iti {
  width: 100%;
}

.cta .iti__tel-input.form-control {
  width: 100%;
  min-height: 51px;
}

.cta .iti__dropdown-content,
.cta .iti__country-list,
.cta .iti__search-input {
  color: #1f2937;
  background: #fff;
}

.cta .iti__country {
  color: #1f2937;
}

.cta .iti__country:hover,
.cta .iti__highlight {
  color: #111827;
  background-color: #f3f4f6;
}

.cta .iti__country-name,
.cta .iti__dial-code {
  color: #1f2937;
}

.cta .iti__search-input::placeholder {
  color: #6b7280;
}
.title-line{
    width:50px;
    height:3px;
    background:#c9a86a;
    margin:10px auto 0;
}

/* Location */

.location-card{
    position:relative;
    display:block;
    overflow:hidden;
    border-radius:6px;
    text-decoration:none;
}

.location-card img{
    width:100%;
    height:110px;
    object-fit:cover;
    transition:.4s;
}

.location-card:hover img{
    transform:scale(1.08);
}

.location-card .overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        to top,
        rgba(0,0,0,.8),
        rgba(0,0,0,.2)
    );
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    padding:15px;
    color:#fff;
}

.location-card h6{
    margin:0;
    font-weight:600;
}

.location-card span{
    font-size:13px;
}

/* Developers */

.developer-card{
    border:1px solid #eee;
    border-radius:8px;
    background:#fff;
    height:100px;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.3s;
}

.developer-card:hover{
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.developer-card img{
    max-height:60px;
}

.dev-arrow{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:42px;
    height:42px;
    border:1px solid #ddd;
    border-radius:50%;
    background:#fff;
    z-index:10;
}

.dev-arrow.left{
    left:-20px;
}

.dev-arrow.right{
    right:-20px;
}


.trending-properties{
    background:#faf5ec;
}

.property-card{
    background:#fff;
    border-radius:14px;
    overflow:hidden;
    transition:.3s;
}

.property-card:hover{
    transform:translateY(-6px);
}

.property-image{
    position:relative;
}

.property-image img{
    width:100%;
    height:180px;
    object-fit:cover;
}

.property-tag{
    position:absolute;
    top:12px;
    left:12px;
    background:#d6a048;
    color:#fff;
    padding:4px 10px;
    border-radius:20px;
    font-size:12px;
    font-weight:600;
}

.property-content{
    padding:18px;
}

.property-content h5 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #2a2a2a;
}

.location{
    color:#777;
    font-size:14px;
    display:block;
    margin-bottom:10px;
}

.property-info{
    color:#666;
    font-size:14px;
    margin-bottom:12px;
}
.property-info i, .location i {
  font-size: 11px;
  vertical-align: center;
  color: #c28a28;
  margin-right: 4px;
}
.property-price{
    color:#c28a28;
    font-size:22px;
    font-weight:700;
}

.property-price small{
    color:#666;
    font-size:13px;
}

 .invest-item{
    display:flex;
    align-items:flex-start;
    gap:18px;
    margin-bottom:35px;
}

.icon-box{
    min-width:60px;
    width:60px;
    height:60px;
    border-radius:16px;
    background:#fffaed;
    display:flex;
    align-items:center;
    justify-content:center;
}

.icon-box i{
    font-size:24px;
    color:#c79b4f;
}

.content h5{
color: #333;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.content p{
    color:#666;
    font-size:15px;
    line-height:1.7;
    margin:0;
}

@media(max-width:991px){

    .section-heading h2{
        font-size:32px;
    }

    .invest-item{
        margin-bottom:25px;
    }

}

 
/* FOOTER */
.footer-logo img {
  width: 200px;
}
.footer-section{
    background:#1f1a17;
    color:#f5f1ea;
    padding:80px 0 30px;
}
.foot_txt {
  font-size: 14px;
  color: #ccc;
  margin: 27px 100px 0 0px;
}
.footer-logo h2{
    color:#c9a86a;
    font-weight:700;
    letter-spacing:2px;
}
.footer-section h5 {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #f9d776;
}
.footer-links{
    list-style:none;
    padding:0;
}

.footer-links li {
  margin-bottom: 12px;
  font-size: 15px;
}
.footer-links a{
    color:#ddd;
    text-decoration:none;
}

.footer-links a:hover{
    color:#c9a86a;
}

.social-icons a{
    width:42px;
    height:42px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border:1px solid #c9a86a;
    color:#c9a86a;
    border-radius:50%;
    margin-right:10px;
    text-decoration:none;
}
.social-icons a i {
  margin: 0;
}
.social-icons a:hover i{
    color:#fff;
}
.social-icons a:hover{
    background:#c9a86a;
}
.footer-section hr{
    border-color:rgba(255,255,255,.1);
    margin:40px 0 25px;
}

.footer-section i{
    color:#c9a86a;
    margin-right:8px;
}
.copyright_txt {
  font-size: 14px;
}
.owl-carousel .owl-item img {
  width: auto !important;
}
/* Logo Carousel */
.builder-carousel {
    position: relative;
    padding: 0 0px;
}

/* Owl Nav */
.builder-carousel .owl-nav {
    margin: 0;
}

.builder-carousel .owl-nav button.owl-prev,
.builder-carousel .owl-nav button.owl-next {
width: 40px;
  height: 40px;
  border-radius: 50% !important;
  background: #ffffff !important;
  border: 1px solid #ddd !important;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  display: flex !important;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  transition: all .3s ease;
  z-index: 10;
}

/* Left Button */
.builder-carousel .owl-nav .owl-prev {
    left: -60px;
}

/* Right Button */
.builder-carousel .owl-nav .owl-next {
    right: -60px;
}

/* Hide default text */
.builder-carousel .owl-nav button span {
    display: none;
}

/* Custom Arrows */
.builder-carousel .owl-nav .owl-prev::before {
    content: '\f053';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 16px;
    color: #333;
}

.builder-carousel .owl-nav .owl-next::before {
    content: '\f054';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 16px;
    color: #333;
}

/* Hover */
.builder-carousel .owl-nav button:hover {
    background: #c8a165 !important;
    border-color: #c8a165 !important;
}

.builder-carousel .owl-nav button:hover::before {
    color: #fff;
}

/* Disabled Button */
.builder-carousel .owl-nav button.disabled {
    opacity: .4;
    cursor: not-allowed;
}


/* ========================================
   LOCATION AUTOCOMPLETE STYLES
======================================== */

.autocomplete-wrapper {
    position: relative;
}

.autocomplete-wrapper .form-control {
    border: none;
    padding: 0;
    font-size: 15px;
    font-weight: 500;
    box-shadow: none;
    color: #222;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cpath d='m21 21-4.35-4.35'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 18px;
    padding-right: 25px;
}

.autocomplete-wrapper .form-control::placeholder {
    color: #999;
}

.autocomplete-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    margin-top: 8px;
    max-height: 400px;
    overflow-y: auto;
    z-index: 1000;
    display: none;
}

.autocomplete-item {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    cursor: pointer;
    transition: background 0.2s;
    border-bottom: 1px solid #f0f0f0;
}

.autocomplete-item:last-child {
    border-bottom: none;
}

.autocomplete-item:hover {
    background: #f9f9f9;
}

.location-image {
    width: 60px;
    height: 45px;
    border-radius: 6px;
    overflow: hidden;
    flex-shrink: 0;
    margin-right: 12px;
}

.location-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* No image placeholder styling */
.location-image img[src*="no-image"] {
    object-fit: contain;
    background: #f5f5f5;
    padding: 5px;
}

.location-info {
    flex: 1;
    min-width: 0;
}

.location-name {
    font-size: 15px;
    font-weight: 600;
    color: #222;
    margin-bottom: 2px;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

/* Property Status Badges in Autocomplete */
.location-name span[class^="badge-"] {
    font-size: 9px;
    font-weight: 600;
    padding: 2px 6px;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.badge-available {
    background: #d4edda;
    color: #155724;
}

.badge-sold {
    background: #f8d7da;
    color: #721c24;
}

.badge-rented {
    background: #d1ecf1;
    color: #0c5460;
}

.badge-pending {
    background: #fff3cd;
    color: #856404;
}

.badge-construction {
    background: #e2e3e5;
    color: #383d41;
}

.badge-ready {
    background: #cce5ff;
    color: #004085;
}

.badge-default {
    background: #e9ecef;
    color: #495057;
}

.location-sub {
    font-size: 12px;
    color: #888;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.location-sub i {
    font-size: 10px;
    margin-right: 3px;
    color: #c89d4f;
}

.location-projects {
    font-size: 11px;
    color: #c89d4f;
    font-weight: 600;
    flex-shrink: 0;
    margin-left: 10px;
}

.no-results {
    padding: 20px;
    text-align: center;
    color: #999;
    font-size: 14px;
}

/* Scrollbar styling for dropdown */
.autocomplete-dropdown::-webkit-scrollbar {
    width: 6px;
}

.autocomplete-dropdown::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.autocomplete-dropdown::-webkit-scrollbar-thumb {
    background: #c89d4f;
    border-radius: 10px;
}

.autocomplete-dropdown::-webkit-scrollbar-thumb:hover {
    background: #b88a3f;
}

/* ========================================
   BUDGET DROPDOWN & SLIDER STYLES
======================================== */

.budget-dropdown-wrapper {
    position: relative;
}

.budget-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    border: none;
    background: transparent;
    font-size: 15px;
    font-weight: 500;
    color: #222;
    cursor: pointer;
    transition: all 0.2s;
}

.budget-trigger span {
    flex: 1;
}

.budget-trigger i {
    font-size: 12px;
    color: #666;
    margin-left: 8px;
    transition: transform 0.3s;
}

.budget-trigger.active i {
    transform: rotate(180deg);
}

.budget-trigger:hover {
    color: #c89d4f;
}

.budget-dropdown-panel {
    position: absolute;
    top: calc(100% + 10px);
    left: -15px;
    right: -15px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    padding: 25px 20px 20px;
    z-index: 1000;
    display: none;
    min-width: 320px;
}

.budget-slider-container {
    padding: 0;
}

.budget-slider {
    margin-bottom: 20px;
    margin-top: 15px;
}

.budget-values {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 600;
    color: #222;
    margin-bottom: 20px;
}

.budget-actions {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
}

.btn-budget-apply,
.btn-budget-remove {
    padding: 12px 28px;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-budget-apply {
    background: linear-gradient(135deg, #f9d776 0%, #e6c26a 100%);
    color: #3c3c3c;
}

.btn-budget-apply:hover {
    background: linear-gradient(135deg, #f3b037 0%, #daa84f 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(249, 215, 118, 0.4);
}

.btn-budget-remove {
    background: #e8e8e8;
    color: #666;
}

.btn-budget-remove:hover {
    background: #d5d5d5;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* noUiSlider Customization - Slim & Gold Theme */
.noUi-target {
    background: #f0f0f0;
    border-radius: 10px;
    border: none;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    height: 4px;
}

.noUi-connect {
    background: linear-gradient(90deg, #f9d776 0%, #e6c26a 100%);
    box-shadow: 0 0 3px rgba(249, 215, 118, 0.5);
}

.noUi-horizontal .noUi-handle {
    width: 18px;
    height: 18px;
    right: -9px;
    top: -7px;
    border-radius: 50%;
    border: 3px solid #f9d776;
    background: white;
    box-shadow: 0 2px 8px rgba(200, 157, 79, 0.35);
    cursor: pointer;
    transition: all 0.2s;
    outline: none;
}

.noUi-handle:hover {
    transform: scale(1.15);
    box-shadow: 0 3px 12px rgba(200, 157, 79, 0.5);
    border-color: #f3b037;
}

.noUi-handle:active {
    transform: scale(1.05);
    border-color: #e6c26a;
}

.noUi-handle:before,
.noUi-handle:after {
    display: none;
}

.noUi-horizontal .noUi-tooltip {
    display: none;
}

/* Focus state */
.noUi-target:focus {
    outline: none;
}

.noUi-handle:focus {
    outline: none;
    box-shadow: 0 0 0 4px rgba(249, 215, 118, 0.2);
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .budget-dropdown-panel {
        min-width: 280px;
        padding: 20px 15px 15px;
    }
    
    .budget-values {
        font-size: 14px;
    }
    
    .btn-budget-apply,
    .btn-budget-remove {
        padding: 10px 20px;
        font-size: 13px;
    }
    
    .noUi-horizontal .noUi-handle {
        width: 20px;
        height: 20px;
        right: -10px;
        top: -8px;
    }
}

/* END BUDGET DROPDOWN & SLIDER STYLES */

.noUi-horizontal {
    height: .3125rem !important;
}

.noUi-horizontal .noUi-handle {
    width: 20px !important;
    height: 20px !important;
    right: -17px;
    top: -8px !important;
}

.noUi-handle:after, .noUi-handle:before {
    height: 10px !important;
    width: 1px !important;
    left: 5px !important;
    top: 2px !important;
}

.noUi-handle:after {
    left: 9px !important;
}


/* ========================================
   BOOTSTRAP-SELECT MULTISELECT STYLES
======================================== */

.custom-multiselect-wrapper {
    position: relative;
}

/* Hide the default bootstrap select button completely */
.custom-multiselect-wrapper .bootstrap-select {
    width: 100% !important;
}

/* Button styling - make it look like the other search items */
.custom-multiselect-wrapper .btn-multiselect {
    background: transparent !important;
    border: none !important;
    padding: 0 20px 0 0 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #222 !important;
    text-align: left !important;
    box-shadow: none !important;
    outline: none !important;
    height: auto !important;
    line-height: 1.5 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-width: 100% !important;
    display: block !important;
}

/* Filter option text with ellipsis */
.custom-multiselect-wrapper .filter-option {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    max-width: 100% !important;
    display: block !important;
}

.custom-multiselect-wrapper .filter-option-inner {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    display: block !important;
}

.custom-multiselect-wrapper .filter-option-inner-inner {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    display: block !important;
}

.custom-multiselect-wrapper .btn-multiselect:hover,
.custom-multiselect-wrapper .btn-multiselect:focus,
.custom-multiselect-wrapper .btn-multiselect.active {
    background: transparent !important;
    border: none !important;
    color: #c89d4f !important;
    box-shadow: none !important;
    outline: none !important;
}

/* Dropdown toggle caret - smaller and positioned like other dropdowns */
.custom-multiselect-wrapper .dropdown-toggle::after {
    border: none !important;
    content: "\f078" !important;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    font-size: 11px !important;
    color: #666 !important;
    vertical-align: middle !important;
    position: absolute !important;
    right: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    margin: 0 !important;
    transition: all 0.3s ease !important;
}

.custom-multiselect-wrapper .dropdown-toggle:hover::after,
.custom-multiselect-wrapper .dropdown-toggle.show::after {
    color: #c89d4f !important;
}

.custom-multiselect-wrapper .dropdown-toggle.show::after {
    transform: translateY(-50%) rotate(180deg) !important;
}

/* Dropdown menu - compact and matching other dropdowns */
.custom-multiselect-wrapper .dropdown-menu {
    border-radius: 12px !important;
    border: 1px solid #f9d776;
    padding: 8px !important;
    min-width: 250px !important;
    max-height: 350px !important;
    overflow-y: auto !important;
}

/* Remove inner scrollbar - fix double scroll issue */
.custom-multiselect-wrapper .dropdown-menu .inner {
    max-height: none !important;
    overflow-y: visible !important;
}

.custom-multiselect-wrapper .dropdown-menu ul {
    max-height: none !important;
    overflow-y: visible !important;
}

/* Dropdown items - compact sizing */
.custom-multiselect-wrapper .dropdown-menu li {
    margin-bottom: 2px !important;
}

.custom-multiselect-wrapper .dropdown-menu li a {
    padding: 8px 12px !important;
    font-size: 14px !important;
    color: #222 !important;
    border-radius: 6px !important;
    transition: all 0.2s !important;
    display: flex !important;
    align-items: center !important;
}

.custom-multiselect-wrapper .dropdown-menu li a:hover {
    background: #f9f9f9 !important;
    color: #c89d4f !important;
}

.custom-multiselect-wrapper .dropdown-menu li.selected a {
    background: linear-gradient(135deg, #f9d776 0%, #e6c26a 100%) !important;
    color: #3c3c3c !important;
    font-weight: 600 !important;
}

/* Checkmark icon for selected items */
.custom-multiselect-wrapper .dropdown-menu li.selected a .check-mark {
    color: #3c3c3c !important;
    font-size: 12px !important;
    margin-right: 6px !important;
}

.custom-multiselect-wrapper .dropdown-menu li a .text {
    flex: 1 !important;
}

/* Actions box - hide it since we removed the buttons */
.custom-multiselect-wrapper .bs-actionsbox {
    display: none !important;
}

/* Filter option (if search is enabled) */
.custom-multiselect-wrapper .bs-searchbox {
    padding: 6px 8px !important;
    border-bottom: 1px solid #f0f0f0 !important;
    margin-bottom: 6px !important;
}

.custom-multiselect-wrapper .bs-searchbox .form-control {
    border: 1.5px solid #dee2e6 !important;
    border-radius: 8px !important;
    padding: 6px 10px !important;
    font-size: 13px !important;
}

.custom-multiselect-wrapper .bs-searchbox .form-control:focus {
    border-color: #c89d4f !important;
    box-shadow: 0 0 0 0.2rem rgba(200, 157, 79, 0.15) !important;
}

/* No results text */
.custom-multiselect-wrapper .no-results {
    padding: 12px !important;
    text-align: center !important;
    color: #999 !important;
    font-size: 13px !important;
}

/* Fix for dropdown positioning */
.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}

/* Ensure comma-separated values are displayed properly */
.custom-multiselect-wrapper .bootstrap-select .filter-option {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    padding-right: 20px !important;
}

/* Scrollbar styling */
.custom-multiselect-wrapper .dropdown-menu::-webkit-scrollbar {
    width: 6px !important;
}

.custom-multiselect-wrapper .dropdown-menu::-webkit-scrollbar-track {
    background: #f1f1f1 !important;
    border-radius: 10px !important;
}

.custom-multiselect-wrapper .dropdown-menu::-webkit-scrollbar-thumb {
    background: #c89d4f !important;
    border-radius: 10px !important;
}

.custom-multiselect-wrapper .dropdown-menu::-webkit-scrollbar-thumb:hover {
    background: #b88a3f !important;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .custom-multiselect-wrapper .btn-multiselect {
        font-size: 14px !important;
    }
    
    .custom-multiselect-wrapper .dropdown-menu {
        min-width: 220px !important;
        max-height: 300px !important;
    }
    
    .custom-multiselect-wrapper .dropdown-menu li a {
        font-size: 13px !important;
        padding: 7px 10px !important;
    }
}

/* END BOOTSTRAP-SELECT MULTISELECT STYLES */

.noUi-connect {
    background: #f9d776 !important;
}

.bootstrap-select .dropdown-toggle,  .bootstrap-select .dropdown-toggle:active{
    background-color: #ffffff;
    border: none;
}


/* ========================================
   PROPERTY LISTING PAGE STYLES
======================================== */

/* Hero Section for Search Page */
.hero-section-search {
    position: relative;
    background: linear-gradient(135deg, #f9d776 0%, #c89d4f 100%);
    padding: 80px 0 40px;
    margin-bottom: -30px;
}

.hero-overlay-search {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
}

.search-hero-content {
position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
}

.search-hero-content h1 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #2b2b2b;
}

.search-hero-content p {
    font-size: 18px;
    color: #3c3c3c;
}

/* Search Section */
.search-section {
    position: relative;
    z-index: 10;
    margin-bottom: 50px;
}

/* Results Header */
.results-header {
    border-bottom: 2px solid #f9d776;
    padding-bottom: 20px;
}

.active-filters {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.filter-label {
    font-weight: 600;
    color: #666;
    margin-right: 5px;
}

.filter-tag {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: #f9d776;
    color: #2b2b2b;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
}

.filter-tag i {
    font-size: 11px;
}

.remove-filter {
    margin-left: 5px;
    color: #2b2b2b;
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
}

.remove-filter:hover {
    color: #721c24;
}

.clear-filters {
    color: #dc3545;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
}

.clear-filters:hover {
    text-decoration: underline;
}

/* Property Status Badge */
.property-status-badge {
    margin-top: 10px;
}

.property-status-badge .badge {
    font-size: 11px;
    padding: 4px 10px;
    font-weight: 600;
}

/* No Results */
.no-results {
    padding: 60px 20px;
}

.no-results i {
    opacity: 0.3;
}

.no-results h3 {
    margin-bottom: 10px;
    color: #333;
}

/* Responsive */
@media (max-width: 991px) {
    .search-hero-content h1 {
        font-size: 28px;
    }
    
    .search-hero-content p {
        font-size: 16px;
    }
    
    .hero-section-search {
        padding: 50px 0 30px;
    }
}

/* END PROPERTY LISTING PAGE STYLES */


/* ========================================
   INFINITE SCROLL STYLES
======================================== */

#loadingIndicator {
    padding: 30px 0;
    animation: fadeIn 0.3s ease-in;
}

#loadingIndicator .spinner-border {
    width: 3rem;
    height: 3rem;
    border-width: 0.3em;
}

#loadingIndicator p {
    font-size: 15px;
    font-weight: 500;
}

#endMessage {
    padding: 30px 0;
    animation: fadeIn 0.5s ease-in;
}

#endMessage p {
    font-size: 15px;
    font-weight: 500;
    color: #666;
}

#endMessage i {
    font-size: 20px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Property item fade-in animation */
.property-item {
    animation: slideUp 0.4s ease-out;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* END INFINITE SCROLL STYLES */




/* ========================================
   DYNAMIC PROPERTY DETAILS DESIGN
======================================== */
.property-details-page {
    --detail-navy: #081a3a;
    --detail-navy-soft: #10264d;
    --detail-gold: #d6a12c;
    --detail-gold-light: #ffe3a3;
    --detail-text: #14213d;
    --detail-muted: #6b7280;
    --detail-bg: #f6f8fb;
    --detail-card: #ffffff;
    --detail-border: #e8ecf2;
    --detail-radius: 18px;
    --detail-shadow: 0 14px 35px rgba(8, 26, 58, 0.08);
    background: var(--detail-bg);
    color: var(--detail-text);
    line-height: 1.6;
    padding-top: 2rem;
}

.property-details-page a {
    text-decoration: none;
}

.property-details-page img {
    max-width: 100%;
    display: block;
}

.property-details-page .property-detail-container {
    width: min(1320px, 92%);
    margin: auto;
    padding-bottom: 60px;
}

.property-details-page .detail-hero {
    position: relative;
    min-height: 480px;
    border-radius: 22px;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.78) 38%, rgba(255,255,255,.05) 70%),
        var(--hero-image) center/cover;
    box-shadow: var(--detail-shadow);
}

.property-details-page .detail-hero-inner {
    padding: 40px 40px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 40px;
    align-items: start;
}

.property-details-page .detail-hero h1 {
    font-size: clamp(36px, 5vw, 58px);
    line-height: 1.05;
    color: var(--detail-navy);
    margin-bottom: 20px;
    font-weight: 700;
}

.property-details-page .detail-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, var(--detail-gold-light), var(--detail-gold));
    color: var(--detail-navy);
    padding: 8px 16px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
    position: absolute;
    top: 18px;
    right: 18px;
}

.property-details-page .detail-hero-info p {
    margin: 12px 0;
    color: #334155;
    font-weight: 600;
}

.property-details-page .detail-hero-info i {
    color: var(--detail-gold);
    margin-right: 8px;
}

.property-details-page .detail-status-badge {
    margin-top: 18px;
}

.property-details-page .detail-status-badge .badge {
    font-size: 11px;
    padding: 4px 10px;
    font-weight: 600;
    text-transform: none;
}

.property-details-page .detail-thumbs {
    position: absolute;
    left: 42px;
    bottom: 34px;
    display: flex;
    gap: 12px;
    z-index: 2;
}

.property-details-page .detail-thumbs button {
    border: 0;
    padding: 0;
    background: #000000a8;
    cursor: pointer;
    border-radius: 11px;
}

.property-details-page .detail-thumbs img,
.property-details-page .view-photo {
    width: 112px;
    height: 74px;
    border-radius: 10px;
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: 0 8px 18px rgba(0,0,0,.18);
}

.property-details-page .view-photo {
    background: rgba(8,26,58,.82);
    color: #fff;
    display: grid;
    place-items: center;
    text-align: center;
    font-size: 13px;
}

.property-details-page .detail-price-card {
    background: rgba(255,255,255,.92);
    backdrop-filter: blur(16px);
    border-radius: 18px;
    padding: 30px;
    box-shadow: var(--detail-shadow);
    position: relative;
}

.property-details-page .detail-price-card small {
    color: var(--detail-muted);
    font-weight: 700;
}

.property-details-page .detail-price-card h2 {
    font-size: 38px;
    color: var(--detail-gold);
    margin: 8px 0;
    font-weight: 700;
}

.property-details-page .detail-btn {
    border: none;
    border-radius: 999px;
    padding: 13px 26px;
    background: var(--detail-gold);
    color: #fff;
    cursor: pointer;
    transition: 0.25s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.property-details-page .detail-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(214,161,44,.3);
    color: #fff;
}

.property-details-page .detail-price-card .detail-btn {
    width: 100%;
    margin: 22px 0;
    border-radius: 8px;
}

.property-details-page .mini-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    font-size: 13px;
    font-weight: 700;
    color: #334155;
}

.property-details-page .mini-features i {
    color: var(--detail-gold);
    margin-right: 6px;
}

.property-details-page .detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 310px;
    gap: 30px;
    margin-top: 32px;
}

.property-details-page .detail-card {
    background: var(--detail-card);
    border-radius: var(--detail-radius);
    padding: 34px;
    box-shadow: var(--detail-shadow);
    border: 1px solid var(--detail-border);
    margin-bottom: 28px;
}

.property-details-page .detail-section-title {
    font-size: 24px;
    color: var(--detail-navy);
    margin-bottom: 22px;
    font-weight: 700;
}

.property-details-page .detail-section-title::after {
    content: "";
    display: block;
    width: 46px;
    height: 3px;
    background: var(--detail-gold);
    margin-top: 8px;
    border-radius: 4px;
}

.property-details-page .about {
    position: relative;
    overflow: hidden;
}

.property-details-page .about::after {
    content: "\f1ad";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 30px;
    bottom: -20px;
    font-size: 150px;
    color: rgba(214,161,44,.10);
}

.property-details-page .about-copy {
    position: relative;
    z-index: 1;
    color: #4b5563;
    font-weight: 400;
}

.property-details-page .about-copy p,
.property-details-page .about-copy li,
.property-details-page .about-copy span {
    font-weight: 400;
}

.property-details-page .detail-overview-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.property-details-page .detail-overview-item {
    display: flex;
    gap: 14px;
    align-items: center;
    padding: 18px;
    border-radius: 14px;
    background: #fbfcff;
    border: 1px solid var(--detail-border);
}

.property-details-page .detail-overview-icon,
.property-details-page .detail-amenity-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: #fff5dc;
    color: var(--detail-gold);
    flex-shrink: 0;
}

.property-details-page .detail-overview-item strong {
    display: block;
    font-size: 15px;
    color: var(--detail-navy);
}

.property-details-page .detail-overview-item span {
    font-size: 12px;
    color: var(--detail-muted);
    font-weight: 700;
}

.property-details-page .detail-amenities-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    text-align: center;
    gap: 15px;
}

.property-details-page .detail-section-title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 24px;
}

.property-details-page .detail-section-title-row .detail-section-title {
    margin-bottom: 0;
}

.property-details-page .detail-amenities-toggle {
    border: 1px solid var(--detail-gold);
    border-radius: 999px;
    background: #fff;
    color: var(--detail-navy);
    font-size: 13px;
    padding: 8px 12px;
    line-height: 1;
    white-space: nowrap;
}

.property-details-page .detail-amenities-toggle:hover,
.property-details-page .detail-amenities-toggle:focus {
    background: #fff5dc;
    color: var(--detail-navy);
}

.property-details-page .detail-amenity {
    font-weight: 800;
    font-size: 13px;
}

.property-details-page .detail-amenity-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    margin: 0 auto 12px;
    border: 1px solid #f2d99c;
    font-size: 24px;
    background: #fff;
}

.property-details-page .detail-documents-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.property-details-page .detail-doc-card {
    border: 1px solid var(--detail-border);
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 8px 20px rgba(0,0,0,.05);
}

.property-details-page .detail-doc-head {
    padding: 22px;
    display: flex;
    gap: 14px;
    align-items: center;
    border-bottom: 1px solid var(--detail-border);
}

.property-details-page .detail-doc-icon {
    width: 52px;
    height: 52px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    color: #fff;
    background: linear-gradient(135deg,#7757ff,#4e3bc8);
    font-size: 24px;
}

.property-details-page .detail-doc-icon.pink {
    background: linear-gradient(135deg,#ff68b6,#ed3f7f);
}

.property-details-page .detail-doc-body {
    padding: 34px;
    text-align: center;
    color: #dc3545;
    font-size: 54px;
}

.property-details-page .detail-doc-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid var(--detail-border);
}

.property-details-page .detail-doc-actions a {
    padding: 16px;
    background: #fff;
    color: #1264ff;
    text-align: center;
}

.property-details-page .detail-doc-actions a + a {
    border-left: 1px solid var(--detail-border);
}

.property-details-page .detail-sidebar {
    position: relative;
}

.property-details-page .detail-sticky {
    position: sticky;
    top: 110px;
}

.property-details-page .detail-share-icons {
    display: flex;
    gap: 14px;
}

.property-details-page .detail-share-icons a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 18px;
}

.property-details-page .fb { background:#315aaa; }
.property-details-page .tw { background:#1da1f2; }
.property-details-page .wa { background:#25d366; }
.property-details-page .mail { background:#ea4335; }

.property-details-page .detail-why-card {
    background: linear-gradient(145deg, var(--detail-navy), #06142c);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.property-details-page .detail-why-card .detail-section-title {
    color: #fff;
}

.property-details-page .detail-why-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.property-details-page .detail-why-card li {
    margin: 16px 0;
    font-weight: 100;
}

.property-details-page .detail-why-card i {
    color: var(--detail-gold);
    margin-right: 8px;
}

.property-details-page .detail-visit-card {
    background: linear-gradient(145deg, #fff3cf, #f8c85d);
}

.property-details-page .detail-visit-card p {
    margin-bottom: 18px;
}

.property-details-page .detail-visit-card input {
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 8px;
    margin-bottom: 14px;
    padding: 0 15px;
}

.property-details-page .detail-visit-card .detail-btn {
    width: 100%;
    background: var(--detail-navy);
}

.property-details-page .detail-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.property-details-page .detail-list li {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 15px 0;
    border-bottom: 1px solid var(--detail-border);
    font-size: 14px;
}

.property-details-page .detail-list li:last-child {
    border-bottom: 0;
}

.property-details-page .detail-list span {
    color: var(--detail-muted);
    font-weight: 700;
}

.property-details-page .detail-list strong {
    color: var(--detail-navy);
    text-align: right;
}

.property-details-page .detail-similar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 22px;
    gap: 20px;
}

.property-details-page .detail-similar-section {
    margin-top: 18px;
}

.property-details-page .detail-similar-header a {
    color: var(--detail-gold);
    font-weight: 800;
}

.property-details-page .detail-similar-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}

.property-details-page .detail-property-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid var(--detail-border);
    box-shadow: var(--detail-shadow);
}

.property-details-page .detail-property-card img {
    height: 190px;
    width: 100%;
    object-fit: cover;
}

.property-details-page .detail-property-body {
    padding: 20px;
}

.property-details-page .detail-property-body h4 {
    font-size: 18px;
    margin-bottom: 8px;
    color: var(--detail-navy);
    font-weight: 700;
}

.property-details-page .detail-location {
    color: var(--detail-muted);
    font-size: 13px;
    font-weight: 700;
}

.property-details-page .detail-property-price {
    color: var(--detail-gold);
    font-size: 20px;
    font-weight: 900;
    margin: 12px 0;
}

.property-details-page .detail-property-body a {
    width: 100%;
    padding: 13px;
    border: none;
    border-radius: 999px;
    background: var(--detail-gold);
    color: #fff;
    font-weight: 800;
    display: block;
    text-align: center;
}

.property-details-page .detail-modal-gallery-img {
    width: 100%;
    max-height: 78vh;
    object-fit: contain;
    background: #0b1020;
}

.property-details-page .detail-modal-gallery {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 58vh;
    background: #0b1020;
}

.property-details-page .detail-gallery-nav {
    position: absolute;
    top: 50%;
    z-index: 3;
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 50%;
    background: rgba(8, 26, 58, 0.72);
    color: #fff;
    transform: translateY(-50%);
}

.property-details-page .detail-gallery-nav:hover {
    background: var(--detail-gold);
    color: #081a3a;
}

.property-details-page .detail-gallery-prev {
    left: 18px;
}

.property-details-page .detail-gallery-next {
    right: 18px;
}

.property-details-page .detail-gallery-footer {
    background: #070d1c;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding: 14px 18px 18px;
}

.property-details-page .detail-gallery-counter {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 12px;
    text-align: center;
}

.property-details-page .detail-gallery-thumbs {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 4px;
}

.property-details-page .detail-gallery-thumbs button {
    flex: 0 0 auto;
    width: 92px;
    height: 62px;
    padding: 0;
    border: 2px solid transparent;
    border-radius: 9px;
    background: transparent;
    opacity: 0.62;
    overflow: hidden;
}

.property-details-page .detail-gallery-thumbs button.active,
.property-details-page .detail-gallery-thumbs button:hover {
    border-color: var(--detail-gold);
    opacity: 1;
}

.property-details-page .detail-gallery-thumbs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.property-details-page .detail-enquiry-modal {
    border: 0;
    border-radius: 18px;
    overflow: hidden;
}

.property-details-page .detail-enquiry-modal .modal-header {
    background: #081a3a;
    color: #fff;
    border-bottom: 0;
    padding: 22px 26px;
}

.property-details-page .detail-enquiry-modal .modal-header p {
    color: #d7dce7;
    font-size: 13px;
}

.property-details-page .detail-enquiry-modal .btn-close {
    filter: invert(1);
}

.property-details-page .detail-enquiry-modal .form-label {
    color: var(--detail-navy);
    font-size: 13px;
    font-weight: 700;
}

.property-details-page .detail-enquiry-modal .form-label span {
    color: var(--detail-muted);
    font-weight: 400;
}

.property-details-page .detail-enquiry-modal .form-control,
.property-details-page .detail-enquiry-modal .form-select {
    border: 1px solid var(--detail-border);
    border-radius: 8px;
    font-size: 14px;
    min-height: 48px;
}

.property-details-page .detail-enquiry-modal textarea.form-control {
    min-height: 110px;
}

.property-details-page .detail-country-code {
    max-width: 145px;
}

.property-details-page .detail-enquiry-modal .iti {
    width: 100%;
}

.property-details-page .detail-enquiry-modal .iti__tel-input {
    width: 100%;
    min-height: 48px;
    border-radius: 8px;
}

@media (max-width: 980px) {
    .property-details-page .detail-hero-inner,
    .property-details-page .detail-layout {
        grid-template-columns: 1fr;
    }

    .property-details-page .detail-price-card {
        max-width: 420px;
    }

    .property-details-page .detail-overview-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .property-details-page .detail-amenities-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .property-details-page .detail-similar-grid {
        grid-template-columns: 1fr 1fr;
    }

    .property-details-page .detail-sticky {
        position: static;
    }
}

@media (max-width: 640px) {
    .property-details-page .detail-hero-inner {
        padding: 38px 24px 150px;
    }

    .property-details-page .detail-thumbs {
        left: 22px;
        right: 22px;
        overflow-x: auto;
    }

    .property-details-page .detail-documents-grid,
    .property-details-page .detail-overview-grid,
    .property-details-page .detail-similar-grid {
        grid-template-columns: 1fr;
    }

    .property-details-page .detail-amenities-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .property-details-page .detail-card {
        padding: 24px;
    }

    .property-details-page .detail-section-title-row {
        align-items: flex-start;
    }

    .property-details-page .detail-similar-header {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* END DYNAMIC PROPERTY DETAILS DESIGN */

.detail-enquiry-modal {
    border: 0;
    border-radius: 20px;
    overflow: visible;
    box-shadow: 0 24px 80px rgba(8, 26, 58, 0.28);
}

.detail-enquiry-modal .modal-header {
    background: linear-gradient(135deg, #081a3a 0%, #142d57 100%);
    color: #fff;
    border-bottom: 0;
    padding: 24px 28px;
    border-radius: 20px 20px 0 0;
}

.detail-enquiry-modal .modal-title {
    font-size: 24px;
    font-weight: 700;
}

.detail-enquiry-modal .modal-header p {
    color: #d7dce7;
    font-size: 13px;
    margin-top: 5px;
}

.detail-enquiry-modal .btn-close {
    filter: invert(1);
    opacity: 0.85;
}

.detail-enquiry-modal .modal-body {
    padding: 28px;
    background: linear-gradient(180deg, #ffffff 0%, #fbf8f1 100%);
}

.detail-enquiry-modal .modal-footer {
    background: #fbf8f1;
    border-top: 1px solid #efe4cf;
    padding: 0 28px 28px;
    justify-content: flex-end;
}

.detail-enquiry-modal .enquiry-field-label {
    display: block;
    color: #081a3a;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.03em;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.detail-enquiry-modal .enquiry-field-hint {
    display: block;
    color: #7c8596;
    font-size: 12px;
    margin-top: 7px;
}

.detail-enquiry-modal .form-control,
.detail-enquiry-modal .form-select,
.detail-enquiry-modal .autocomplete-wrapper .form-control {
    width: 100%;
    min-height: 52px;
    border: 1px solid #e1d5bf;
    border-radius: 10px;
    background-color: #fff;
    color: #17213a;
    font-size: 14px;
    font-weight: 500;
    padding: 13px 14px;
    box-shadow: 0 8px 20px rgba(8, 26, 58, 0.04);
}

.detail-enquiry-modal .autocomplete-wrapper .form-control {
    padding-right: 44px;
    background-position: right 15px center;
}

.detail-enquiry-modal .form-control:focus,
.detail-enquiry-modal .form-select:focus,
.detail-enquiry-modal .autocomplete-wrapper .form-control:focus {
    border-color: #d6a12c;
    box-shadow: 0 0 0 4px rgba(214, 161, 44, 0.14);
}

.detail-enquiry-modal textarea.form-control {
    min-height: 112px;
    resize: vertical;
}

.detail-enquiry-modal .iti {
    display: block;
    width: 100%;
}

.detail-enquiry-modal .iti__tel-input,
.detail-enquiry-modal .iti__tel-input.form-control {
    width: 100%;
    min-height: 52px;
    border: 1px solid #e1d5bf;
    border-radius: 10px;
    padding-left: 96px !important;
}

.detail-enquiry-modal .iti__selected-country {
    border-radius: 10px 0 0 10px;
    padding-left: 12px;
    padding-right: 10px;
}

.detail-enquiry-modal .iti__selected-dial-code {
    color: #17213a;
    font-weight: 600;
}

.detail-enquiry-modal .iti__dropdown-content,
.detail-enquiry-modal .iti__country-list,
.detail-enquiry-modal .iti__search-input {
    z-index: 1085;
}

.detail-enquiry-modal .header-property-wrapper {
    position: relative;
}

.detail-enquiry-modal #headerPropertyDropdown {
    border: 1px solid #eadcc2;
    border-radius: 14px;
    box-shadow: 0 18px 45px rgba(8, 26, 58, 0.16);
    margin-top: 10px;
    max-height: 310px;
    overflow: auto;
    z-index: 1090;
}

.detail-enquiry-modal #headerPropertyDropdown .autocomplete-item {
    padding: 13px 14px;
    background: #fff;
}

.detail-enquiry-modal #headerPropertyDropdown .autocomplete-item:hover {
    background: #fff8e8;
}

.detail-enquiry-modal #headerPropertyDropdown .location-image {
    width: 68px;
    height: 52px;
    border-radius: 10px;
}

.detail-enquiry-modal #headerPropertyDropdown .location-name {
    color: #081a3a;
    font-size: 14px;
}

.detail-enquiry-modal #headerPropertyDropdown .location-projects {
    color: #b7892f;
    font-size: 12px;
}

.detail-enquiry-modal .form-check-input {
    margin-left: -26px;
    margin-top: 4px;
}

.detail-enquiry-modal .form-check-input:checked {
    background-color: #d6a12c;
    border-color: #d6a12c;
}

.detail-enquiry-modal .enquiry-submit-btn {
    width: auto;
    min-width: 190px;
    min-height: 54px;
    justify-content: center;
    border: 0;
    border-radius: 12px;
    background: linear-gradient(135deg, #d6a12c 0%, #f0c76f 100%);
    color: #081a3a;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    box-shadow: 0 14px 30px rgba(214, 161, 44, 0.28);
}

.detail-enquiry-modal .enquiry-submit-btn:hover {
    background: linear-gradient(135deg, #f0c76f 0%, #d6a12c 100%);
    color: #081a3a;
    transform: translateY(-1px);
}

@media (max-width: 640px) {
    .detail-enquiry-modal .modal-header,
    .detail-enquiry-modal .modal-body {
        padding: 22px;
    }

    .detail-enquiry-modal .modal-footer {
        padding: 0 22px 22px;
    }

    .detail-enquiry-modal #headerPropertyDropdown .autocomplete-item {
        align-items: flex-start;
    }

    .detail-enquiry-modal #headerPropertyDropdown .location-projects {
        display: none;
    }
}

.iti__selected-dial-code {
    color: black;
}

/* LEGAL PAGES */
.legal-page {
    background: #fbf8f1;
    color: #2b2b2b;
}

.legal-hero {
    position: relative;
    overflow: hidden;
    padding: 86px 0 78px;
    background:
        linear-gradient(90deg, rgba(31, 26, 23, 0.9), rgba(88, 61, 22, 0.76)),
        url('../images/footer-bg.jpg') center/cover;
    color: #fff;
}

.legal-hero::after {
    content: "";
    position: absolute;
    right: -90px;
    bottom: -120px;
    width: 340px;
    height: 340px;
    border: 1px solid rgba(249, 215, 118, 0.28);
    border-radius: 50%;
}

.legal-hero .container {
    position: relative;
    z-index: 1;
    max-width: 940px;
}

.legal-kicker {
    display: inline-block;
    padding: 7px 20px;
    border-radius: 999px;
    background: rgba(249, 215, 118, 0.18);
    color: #f9d776;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.legal-hero h1 {
    font-size: 48px;
    line-height: 1.12;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.legal-hero p {
    max-width: 720px;
    color: #f5efe5;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 24px;
}

.legal-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.legal-meta span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 14px;
    border: 1px solid rgba(249, 215, 118, 0.28);
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.18);
    color: #f8f2e9;
    font-size: 13px;
}

.legal-meta i {
    color: #f9d776;
}

.legal-content-section {
    padding: 70px 0;
}

.legal-layout {
    display: grid;
    grid-template-columns: 320px minmax(0, 1fr);
    gap: 30px;
    align-items: start;
}

.legal-summary,
.legal-card {
    background: #fff;
    border: 1px solid #efe1c8;
    box-shadow: 0 12px 34px rgba(31, 26, 23, 0.08);
}

.legal-summary {
    position: sticky;
    top: 100px;
    border-radius: 14px;
    padding: 28px;
}

.legal-summary h2,
.legal-card h2 {
    color: #2b2b2b;
    font-weight: 700;
    text-transform: uppercase;
}

.legal-summary h2 {
    font-size: 22px;
    margin-bottom: 12px;
}

.legal-summary p {
    color: #666;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 22px;
}

.legal-summary .btn-gold {
    width: 100%;
    padding: 13px 18px;
}

.legal-content {
    display: grid;
    gap: 18px;
}

.legal-card {
    border-radius: 14px;
    padding: 30px;
}

.legal-card h2 {
    position: relative;
    font-size: 22px;
    margin-bottom: 15px;
    padding-bottom: 12px;
}

.legal-card h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 48px;
    height: 3px;
    border-radius: 999px;
    background: #c89d4f;
}

.legal-card p {
    color: #5f5f5f;
    font-size: 15px;
    line-height: 1.85;
    margin: 0;
}

.legal-card a {
    color: #b7892f;
    font-weight: 600;
    text-decoration: none;
}

.legal-card a:hover {
    color: #c89d4f;
}

.legal-contact-card {
    background: linear-gradient(135deg, #fffaf0 0%, #ffffff 100%);
}

@media (max-width: 991px) {
    .legal-hero {
        padding: 58px 0 52px;
    }

    .legal-hero h1 {
        font-size: 36px;
    }

    .legal-hero p {
        font-size: 16px;
    }

    .legal-content-section {
        padding: 45px 0;
    }

    .legal-layout {
        grid-template-columns: 1fr;
    }

    .legal-summary {
        position: static;
    }
}

@media (max-width: 575px) {
    .legal-hero {
        padding: 42px 0;
    }

    .legal-hero h1 {
        font-size: 30px;
    }

    .legal-meta {
        flex-direction: column;
        align-items: flex-start;
    }

    .legal-meta span {
        width: 100%;
    }

    .legal-summary,
    .legal-card {
        border-radius: 10px;
        padding: 22px;
    }

    .legal-card h2 {
        font-size: 19px;
    }
}

/* CONTACT PAGE */
.contact-page {
    background: #fbf8f1;
}

.contact-hero {
    position: relative;
    padding: 92px 0 150px;
    background:
        linear-gradient(90deg, rgba(31, 26, 23, 0.86), rgba(80, 50, 10, 0.48)),
        url('../images/footer-bg.jpg') center/cover;
    color: #fff;
    overflow: hidden;
}

.contact-hero::after {
    content: "";
    position: absolute;
    inset: auto -90px -130px auto;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    border: 1px solid rgba(249, 215, 118, 0.28);
}

.contact-hero-content {
    position: relative;
    z-index: 1;
    max-width: 760px;
}

.contact-hero h1 {
    font-size: 48px;
    line-height: 1.15;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.contact-hero p {
    max-width: 650px;
    color: #f5efe5;
    font-size: 18px;
    line-height: 1.8;
    margin: 0;
}

.contact-section {
    padding: 0 0 78px;
    margin-top: -72px;
    position: relative;
    z-index: 2;
}

.contact-layout {
    display: grid;
    grid-template-columns: 360px minmax(0, 1fr);
    gap: 30px;
    align-items: stretch;
}

.contact-info-panel,
.contact-form-card {
    background: #fff;
    border: 1px solid #efe1c8;
    border-radius: 16px;
    box-shadow: 0 14px 38px rgba(31, 26, 23, 0.1);
}

.contact-info-panel {
    padding: 32px;
    background: linear-gradient(145deg, #1f1a17 0%, #3b2a18 100%);
    color: #fff;
}

.contact-info-panel h2,
.contact-form-card h2 {
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.contact-info-panel p {
    color: #e8ded0;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 28px;
}

.contact-info-list {
    display: grid;
    gap: 14px;
}

.contact-info-item {
    display: flex;
    gap: 14px;
    align-items: center;
    padding: 16px;
    border: 1px solid rgba(249, 215, 118, 0.22);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    text-decoration: none;
}

.contact-info-item:hover {
    color: #fff;
    border-color: rgba(249, 215, 118, 0.48);
    background: rgba(255, 255, 255, 0.1);
}

.contact-info-item span {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(249, 215, 118, 0.16);
    color: #f9d776;
    flex-shrink: 0;
}

.contact-info-item i {
    margin: 0;
}

.contact-info-item strong,
.contact-info-item small {
    display: block;
}

.contact-info-item strong {
    font-size: 15px;
    margin-bottom: 3px;
}

.contact-info-item small {
    color: #e8ded0;
    font-size: 13px;
    word-break: break-word;
}

.contact-form-card {
    padding: 34px;
}

.contact-form-card > p {
    color: #666;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 24px;
}

.contact-label {
    display: block;
    color: #2b2b2b;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.contact-form-card .form-control {
    min-height: 52px;
    border: 1px solid #e1d5bf;
    border-radius: 10px;
    background: #fff;
    color: #222;
    font-size: 14px;
    font-weight: 500;
    padding: 13px 14px;
    box-shadow: 0 8px 20px rgba(31, 26, 23, 0.04);
}

.contact-form-card textarea.form-control {
    min-height: 130px;
    resize: vertical;
}

.contact-form-card .form-control:focus {
    border-color: #d6a12c;
    box-shadow: 0 0 0 4px rgba(214, 161, 44, 0.14);
}

.contact-form-card .iti {
    display: block;
    width: 100%;
}

.contact-form-card .iti__tel-input,
.contact-form-card .iti__tel-input.form-control {
    width: 100%;
    min-height: 52px;
    padding-left: 96px !important;
}

.contact-check {
    color: #5f5f5f;
    font-size: 13px;
}

.contact-check a {
    color: #b7892f;
    font-weight: 600;
    text-decoration: none;
}

.contact-check a:hover {
    color: #c89d4f;
}

.contact-submit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-width: 210px;
    min-height: 52px;
    padding: 13px 24px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.contact-submit-btn i {
    margin: 0;
}

@media (max-width: 991px) {
    .contact-hero {
        padding: 62px 0 112px;
    }

    .contact-hero h1 {
        font-size: 36px;
    }

    .contact-hero p {
        font-size: 16px;
    }

    .contact-layout {
        grid-template-columns: 1fr;
    }

    .contact-section {
        padding-bottom: 48px;
    }
}

@media (max-width: 575px) {
    .contact-hero {
        padding: 46px 0 94px;
    }

    .contact-hero h1 {
        font-size: 30px;
    }

    .contact-section {
        margin-top: -54px;
    }

    .contact-info-panel,
    .contact-form-card {
        border-radius: 12px;
        padding: 24px;
    }

    .contact-info-item {
        align-items: flex-start;
    }

    .contact-submit-btn {
        width: 100%;
    }
}

/* ABOUT PAGE */
.about-page {
    background: #fff;
    color: #2b2b2b;
}

.about-hero {
    position: relative;
    padding: 84px 0;
    background:
        linear-gradient(90deg, rgba(31, 26, 23, 0.9), rgba(80, 50, 10, 0.62)),
        url('../images/footer-bg.jpg') center/cover;
    color: #fff;
    overflow: hidden;
}

.about-hero::after {
    content: "";
    position: absolute;
    right: -120px;
    top: -130px;
    width: 370px;
    height: 370px;
    border-radius: 50%;
    border: 1px solid rgba(249, 215, 118, 0.25);
}

.about-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 420px;
    gap: 50px;
    align-items: center;
}

.about-hero-content h1 {
    font-size: 46px;
    line-height: 1.16;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.about-hero-content p {
    max-width: 680px;
    color: #f5efe5;
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 26px;
}

.about-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
}

.about-hero-actions .btn-gold {
    min-width: 170px;
    padding: 13px 24px;
}

.about-link-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 12px 22px;
    border: 1px solid rgba(249, 215, 118, 0.45);
    border-radius: 999px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.about-link-btn:hover {
    color: #1f1a17;
    background: #f9d776;
}

.about-hero-card {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.22);
}

.about-hero-card img {
    width: 100%;
    height: 430px;
    object-fit: cover;
    display: block;
}

.about-hero-badge {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 22px;
    padding: 18px;
    border: 1px solid rgba(249, 215, 118, 0.35);
    border-radius: 14px;
    background: rgba(31, 26, 23, 0.82);
    backdrop-filter: blur(5px);
}

.about-hero-badge strong,
.about-hero-badge span {
    display: block;
}

.about-hero-badge strong {
    color: #f9d776;
    font-size: 16px;
    margin-bottom: 5px;
}

.about-hero-badge span {
    color: #f5efe5;
    font-size: 13px;
}

.about-stats-section {
    background: #fbf8f1;
    padding: 34px 0;
}

.about-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.about-stat {
    padding: 24px;
    border: 1px solid #efe1c8;
    border-radius: 14px;
    background: #fff;
    text-align: center;
    box-shadow: 0 10px 26px rgba(31, 26, 23, 0.06);
}

.about-stat strong {
    display: block;
    color: #c89d4f;
    font-size: 34px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 8px;
}

.about-stat span {
    color: #666;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.about-story-section {
    padding: 78px 0;
}

.about-story-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 42px;
    align-items: center;
}

.about-story-grid p {
    color: #5f5f5f;
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: 16px;
}

.about-mission-card {
    padding: 32px;
    border-radius: 16px;
    background: linear-gradient(145deg, #1f1a17, #3b2a18);
    color: #fff;
    box-shadow: 0 18px 42px rgba(31, 26, 23, 0.16);
}

.about-mission-card h3 {
    color: #f9d776;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.about-mission-card p {
    color: #f5efe5;
    margin: 0;
}

.about-values-section {
    background: #fbf8f1;
    padding: 78px 0;
}

.about-values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.about-value-card {
    height: 100%;
    padding: 28px;
    border: 1px solid #efe1c8;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 10px 26px rgba(31, 26, 23, 0.06);
    transition: 0.25s;
}

.about-value-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 34px rgba(31, 26, 23, 0.1);
}

.about-value-card span {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: #fff5dc;
    color: #c89d4f;
    font-size: 22px;
    margin-bottom: 18px;
}

.about-value-card i {
    margin: 0;
}

.about-value-card h3 {
    color: #2b2b2b;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.about-value-card p {
    color: #666;
    font-size: 14px;
    line-height: 1.8;
    margin: 0;
}

.about-cta {
    padding: 70px 0;
    background: #fff;
}

.about-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 38px;
    border-radius: 18px;
    background:
        linear-gradient(90deg, rgba(31, 26, 23, 0.88), rgba(80, 50, 10, 0.68)),
        url('../images/footer-bg.jpg') center/cover;
    color: #fff;
}

.about-cta-inner h2 {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.about-cta-inner p {
    color: #f5efe5;
    margin: 0;
}

.about-cta-inner .btn-gold {
    flex: 0 0 auto;
    min-width: 170px;
    padding: 13px 24px;
}

@media (max-width: 991px) {
    .about-hero {
        padding: 58px 0;
    }

    .about-hero-grid,
    .about-story-grid {
        grid-template-columns: 1fr;
    }

    .about-hero-content h1 {
        font-size: 36px;
    }

    .about-hero-card {
        max-width: 520px;
    }

    .about-stats-grid,
    .about-values-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-story-section,
    .about-values-section,
    .about-cta {
        padding: 52px 0;
    }

    .about-cta-inner {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 575px) {
    .about-hero {
        padding: 44px 0;
    }

    .about-hero-content h1 {
        font-size: 30px;
    }

    .about-hero-content p {
        font-size: 15px;
    }

    .about-hero-actions,
    .about-hero-actions .btn-gold,
    .about-link-btn,
    .about-cta-inner .btn-gold {
        width: 100%;
    }

    .about-hero-card img {
        height: 320px;
    }

    .about-stats-grid,
    .about-values-grid {
        grid-template-columns: 1fr;
    }

    .about-stat,
    .about-value-card,
    .about-mission-card,
    .about-cta-inner {
        border-radius: 12px;
        padding: 24px;
    }

    .about-cta-inner h2 {
        font-size: 24px;
    }
}

/* REVIEWS PAGE */
.reviews-page {
    background: #fbf8f1;
    color: #2b2b2b;
}

.reviews-hero {
    position: relative;
    overflow: hidden;
    padding: 86px 0 92px;
    background:
        linear-gradient(90deg, rgba(31, 26, 23, 0.9), rgba(80, 50, 10, 0.6)),
        url('../images/footer-bg.jpg') center/cover;
    color: #fff;
}

.reviews-hero::after {
    content: "";
    position: absolute;
    right: -95px;
    bottom: -130px;
    width: 360px;
    height: 360px;
    border: 1px solid rgba(249, 215, 118, 0.28);
    border-radius: 50%;
}

.reviews-hero .container {
    position: relative;
    z-index: 1;
    max-width: 930px;
}

.reviews-hero h1 {
    max-width: 820px;
    font-size: 48px;
    line-height: 1.15;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.reviews-hero p {
    max-width: 720px;
    color: #f5efe5;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 24px;
}

.reviews-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.reviews-hero-meta span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 14px;
    border: 1px solid rgba(249, 215, 118, 0.28);
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.18);
    color: #f8f2e9;
    font-size: 13px;
}

.reviews-hero-meta i {
    color: #f9d776;
}

.reviews-list-section {
    padding: 72px 0;
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.review-card {
    display: flex;
    flex-direction: column;
    min-height: 280px;
    padding: 30px;
    border: 1px solid #efe1c8;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(31, 26, 23, 0.08);
    transition: 0.25s;
}

.review-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 40px rgba(31, 26, 23, 0.12);
}

.review-rating {
    color: #f59e0b;
    margin-bottom: 16px;
}

.review-rating i {
    margin-right: 3px;
}

.review-message {
    color: #5f5f5f;
    font-size: 15px;
    line-height: 1.85;
    margin-bottom: 24px;
    flex: 1;
}

.review-author {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-top: 18px;
    border-top: 1px solid #f0e5d2;
}

.review-author img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 2px solid #f3dfb8;
    background: #fff7e8;
}

.review-author strong,
.review-author span {
    display: block;
}

.review-author strong {
    color: #2b2b2b;
    font-size: 16px;
    margin-bottom: 4px;
}

.review-author span {
    color: #777;
    font-size: 13px;
}

.reviews-empty {
    max-width: 560px;
    margin: 0 auto;
    padding: 48px 28px;
    border: 1px solid #efe1c8;
    border-radius: 16px;
    background: #fff;
    text-align: center;
    box-shadow: 0 12px 32px rgba(31, 26, 23, 0.08);
}

.reviews-empty i {
    width: 64px;
    height: 64px;
    display: inline-grid;
    place-items: center;
    border-radius: 50%;
    background: #fff5dc;
    color: #c89d4f;
    font-size: 28px;
    margin-bottom: 18px;
}

.reviews-empty h2 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.reviews-empty p {
    color: #666;
    margin: 0;
}

.frontend-pagination {
    display: flex;
    justify-content: center;
    margin-top: 34px;
}

.frontend-pagination .pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin: 0;
}

.frontend-pagination .page-link {
    min-width: 38px;
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eadcc2;
    border-radius: 8px;
    color: #2b2b2b;
    font-weight: 600;
    box-shadow: none;
}

.frontend-pagination .page-link:hover,
.frontend-pagination .page-link:focus {
    border-color: #c89d4f;
    color: #c89d4f;
    background: #fff8e8;
}

.frontend-pagination .page-item.active .page-link {
    border-color: #c89d4f;
    background: #c89d4f;
    color: #fff;
}

.reviews-cta {
    padding: 0 0 72px;
}

.reviews-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 38px;
    border-radius: 18px;
    background:
        linear-gradient(90deg, rgba(31, 26, 23, 0.88), rgba(80, 50, 10, 0.68)),
        url('../images/footer-bg.jpg') center/cover;
    color: #fff;
}

.reviews-cta-inner h2 {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.reviews-cta-inner p {
    color: #f5efe5;
    margin: 0;
}

.reviews-cta-inner .btn-gold {
    flex: 0 0 auto;
    min-width: 170px;
    padding: 13px 24px;
}

h4.price small {
    color: #666;
    font-size: 13px;
}

@media (max-width: 991px) {
    .reviews-hero {
        padding: 58px 0 64px;
    }

    .reviews-hero h1 {
        font-size: 36px;
    }

    .reviews-hero p {
        font-size: 16px;
    }

    .reviews-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .reviews-list-section {
        padding: 50px 0;
    }

    .reviews-cta-inner {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 575px) {
    .reviews-hero {
        padding: 44px 0 48px;
    }

    .reviews-hero h1 {
        font-size: 30px;
    }

    .reviews-hero-meta {
        flex-direction: column;
    }

    .reviews-hero-meta span {
        width: 100%;
    }

    .reviews-grid {
        grid-template-columns: 1fr;
    }

    .review-card,
    .reviews-cta-inner {
        border-radius: 12px;
        padding: 24px;
    }

    .reviews-cta-inner h2 {
        font-size: 24px;
    }

    .reviews-cta-inner .btn-gold {
        width: 100%;
    }
    .builder-carousel .owl-nav .owl-next {
      right: -9px;
    }
    .builder-carousel .owl-nav .owl-prev {
      left: -9px;
    }
    .btn.dropdown-toggle.bs-placeholder.btn-light {
      padding-left: 0;
    }
}
