    :root{
      --brand:#e31c3d;
    }
    body{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;}
    .bg-brand{background:var(--brand);}    
    .text-brand{color:var(--brand);}   
    .btn-brand{background:var(--brand);color:#fff;border-radius:50px;padding:.6rem 1.4rem;}
    .btn-brand:hover{background:#c41633;color:#fff;}
    .hero-search .form-control,.hero-search .form-select{border-radius:50px;}
    .card-icon{font-size:32px;color:var(--brand);}   
    .rounded-2xl{border-radius:1.25rem;} 
    footer{background:#111;color:#bbb;}
    footer a{color:#bbb;text-decoration:none;}
    footer a:hover{color:#fff;}

    .benefit-card { 
  border-radius: 16px;
  padding: 40px 20px;
}

.benefit-card .icon {
  font-size: 40px;
}

@media (max-width: 768px) {
  .benefit-card {
    padding: 30px 15px;
  }
}
.down-payment-section {
background: #F3DDA1;
background: linear-gradient(180deg,rgba(243, 221, 161, 1) 0%, rgba(253, 250, 207, 1) 100%);
}

.info-card {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 30px 25px;
}

.info-card h5 {
  color: #000;
}

@media (max-width: 576px) {
  .info-card {
    padding: 25px 20px;
  }
}
.service-box {
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 25px 15px;
  font-weight: 500;
  background: #fff;
  transition: all .3s ease; height: 110px; display: flex; align-items: center; justify-content: center;
}

.service-box:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}

/* Dots styling */
.carousel-indicators [data-bs-target] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ddd;
}

.carousel-indicators .active {
  background-color: #e11d3f;
}
.why-box {
  background: #e11d3f;
  position: relative; padding-top: 180px!important;
}
.why-box .img-approved{
  position: absolute; left: 24px; top: 0;
}
.why-box .img-home{
  position: absolute; right: 24px; top: -80px;
}

.badge-box {
  background: #fff;
  color: #000;
  padding: 10px 18px;
  border-radius: 12px;
display: block;  text-align: center;
  font-weight: 500;
}

.brand-item {
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
}

.brand-item img {
  max-height: 35px;
  max-width: 100%;
}
.w-200{
  width: 200px!important;
}

.hero-house {
  max-height: 420px;
}

@media (max-width: 991px) {
  .hero-house {
    max-height: 320px;
  }
}
.inspiration-card {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}

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

.inspiration-card .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,.65),
    rgba(0,0,0,.2)
  );
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 25px;
}

.inspiration-card p {
  font-size: 15px;
}

@media (max-width: 1023px) {  
  .why-box .img-home{
    position: relative;  margin-top: 16px; width: 300px; top: 0; left: 16%; margin-left: -150px;
  }
  .why-box .img-approved{
    width: 280px; margin-left: -140px; left: 50%;
  }
  .why-box{
    padding-top: 110px!important;
  }
 
}

@media (max-width: 768px) {
 
  .inspiration-card p {
    font-size: 14px;
  }
  .blog-overlay h6 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0; text-align: center;
}
}
.testimonial-slider .owl-item {
  display: flex;
  justify-content: center;
}

.testimonial-item {
  max-width: 700px;
  margin: auto;
}
.testimonial-prev, .testimonial-next{
  cursor: pointer;
}

.latest-blog h3 {
  font-size: 32px;  
}

.blog-card {
  position: relative;
  display: block;
  border-radius: 14px;
  overflow: hidden;
  height: 100%;
}

.blog-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 220px;
  transition: transform 0.5s ease;
}

.blog-overlay {
  position: absolute;
  inset: 0;
background: rgba(243, 221, 161, 0.1);
background: linear-gradient(180deg,rgba(0, 0, 0, 0.75) 0%, rgba(253, 250, 207, 0.1) 100%);
  display: flex;
  align-items: flex-end;
  padding: 18px;
}

.blog-overlay h6 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0; text-align: center;
}

/* Hover effect */
.blog-card:hover img {
  transform: scale(1.08);
}

.site-footer {
  background: #f7f7f7;
  font-size: 13px;
  color: #555;
}

.footer-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #222;
}

.site-footer p {
  line-height: 1.6;
  margin-bottom: 10px;
}

.footer-links {
  color: #555;
}

.footer-strip {
  background: #000;
}

.footer-strip-links {
  list-style: none;
  padding: 10px 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.footer-strip-links li a {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

.footer-strip-links li a:hover {
  text-decoration: none;
}

.footer-disclaimer {
  background: #f1f1f1;
  font-size: 11px;
  color: #777;
}

.footer-bottom {
  background: #fff;
  font-size: 11px;
  color: #777;
}

  .custom-tabs{
  display: flex;
  justify-content: center;
  gap: 20px;
  position: relative;
}


.pastel-blue{
  background-color: #A7C7E7;
}
.pastel-coral{
  background-color: #F88379;
}

.light-butter-yellow{
  background-color: #FFFACD;
}

 

 

   
  /* Full-width FAQ section */
.faq-section.full-width {
  width: 100%;
  background: #fff;        /* white background */
  padding: 40px 20px;
  box-sizing: border-box;
  font-family: 'Arial', sans-serif;
  color: #000;
}

/* Section heading */
.faq-section.full-width h2 {
  text-align: left;
  font-size: 2rem;
  margin-bottom: 30px; 
}

/* FAQ Item */
.faq-item {
  border-bottom: 1px solid #ddd;
}

/* Question Button */
.faq-question {
  width: 100%;
  text-align: left;
  padding: 15px 20px;
  font-size: 1rem;
  font-weight: 500;
  background: transparent;
  border: none;
  cursor: pointer;
  position: relative;
  transition: color 0.3s ease;
  color: #000;
}

.faq-question::after {
  content: '+';
  position: absolute;
  right: 20px;
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}

/* Hover effect */
.faq-question:hover {
  color: #d32f2f;
}

/* Answer */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0 20px;
  color: #333;
}

/* Open state */
.faq-item.active .faq-answer {
  max-height: 500px; /* adjust based on content */
  padding: 10px 20px;
}

.faq-item.active .faq-question::after {
  transform: rotate(45deg); /* turns + into x */
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .faq-section.full-width {
    padding: 20px 10px;
  }

  .faq-question {
    padding: 12px 15px;
  }

  .faq-answer {
    padding: 0px 15px;
  }
}


* {
  box-sizing: border-box;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}

/* Wrapper */
.search-wrapper {
  max-width: 100%;
  margin: 20px auto;
  padding: 0 12px;
}

/* Search bar */
.search-bar {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 48px;
  padding: 8px 10px;
  box-shadow: 0 6px 22px rgba(0,0,0,.12);
  gap: 6px;
  position: relative;
}

 
/* Items */
.search-item {
  display: flex;
  align-items: center; width: 200px;
  gap: 8px;
  padding: 8px 14px;
  white-space: nowrap;
  position: relative;
}

.search-item.location {
  flex: 1;
}

.dropdown-panel::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 0;
  width: 100%;
  height: 12px;
}

.search-item input {
  border: none;
  outline: none;
  font-size: 15px;
  min-width: 120px;
}

/* Icons */
.red {
  color: #e31c25;
  font-size: 16px;
}

/* Chip */
.chip {
  background: #ffecec;
  color: #e31c25;
  padding: 5px 12px;
  border-radius: 18px;
  font-size: 14px;
}

/* Divider */
.divider {
  width: 1px;
  height: 32px;
  background: #e0e0e0;
}

/* Dropdown button */
.dropdown-btn {
  border: none;
  background: none;
  font-size: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0;
}

/* Dropdown base */
.dropdown {
  cursor: pointer;
}

.dropdown-panel {
  position: absolute;
  top: 56px;
  left: 0;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 14px 36px rgba(0,0,0,.18);
  padding: 16px;
  min-width: 380px;
  display: none;
  z-index: 99;
}

/* Show dropdown */
.dropdown:hover .dropdown-panel {
  display: block;
}

/* Section title */
.dropdown-panel h6 {
  font-size: 13px;
  color: #6b6b6b;
  font-weight: 600;
  margin: 12px 0 8px;
}

/* Pills */
.pill-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.pill {
  padding: 7px 14px;
  border-radius: 22px;
  border: 1px solid #ddd;
  font-size: 14px;
  cursor: pointer;
  transition: all .2s ease;
}

.pill:hover {
  background: #f7f7f7;
}

.pill.active {
  background: #ffecec;
  border-color: #ffecec;
  color: #e31c25;
  font-weight: 500;
}

/* Budget */
.budget-panel {
  min-width: 260px;
}

.budget-header {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
}

.pill-outline {
  padding: 6px 14px;
  border-radius: 20px;
  border: 1px solid #ddd;
  font-size: 13px;
  cursor: pointer;
}

.pill-outline.active {
  border-color: #e31c25;
  background: #ffecec;
  color: #e31c25;
}

/* Budget list */
.budget-list {
  max-height: 220px;
  overflow-y: auto;
  padding-right: 4px;
}

.budget-list h6 {
  font-size: 13px;
  margin-bottom: 6px;
  color: #777;
}

.budget-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.budget-list li {
  padding: 8px 6px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 6px;
}

.budget-list li:hover {
  background: #f5f5f5;
}

/* Scrollbar */
.budget-list::-webkit-scrollbar {
  width: 4px;
}

.budget-list::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}

/* Search button */
.search-btn {
  margin-left: auto;
  background: #e31c25;
  color: #fff;
  border: none;
  height:44px!important; width: 52px!important;
  border-radius: 100%; 
  display: flex;
  align-items: center;   justify-content: center;
  cursor: pointer;
  transition: background .2s ease;
}

.search-btn:hover {
  background: #c81820;
}

/* Responsive */
@media (max-width: 768px) {
  .search-bar {
    flex-wrap: wrap;
    border-radius: 20px;
  }

  .divider {
    display: none;
  }

  .search-item {
    width: 100%;
  }

  .search-btn {
    width: 100%;
    justify-content: center;
    margin-top: 6px;
  }

  .dropdown-panel {
    left: 0;
    right: 0;
    min-width: unset;
    width: 100%;
  }
}

 /* Reset pills look [UNCHANGED] */
.custom-tabs.nav-pills .nav-link {
  background: transparent;
  border-radius: 0;
  color: #000;
  font-weight: 500;
  padding: 6px 10px;
  position: relative;
  text-align: center;
  cursor: pointer;
  transition: color 0.3s ease;
}

.custom-tabs.nav-pills .nav-link.active {
  color: #d32f2f;
  font-weight: 600;
}

.custom-tabs.nav-pills .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0%;
  height: 2px;
  background: #d32f2f;
  transition: width 0.3s ease, left 0.3s ease;
}

.custom-tabs.nav-pills .nav-link:hover::after {
  width: 100%;
}

.custom-tabs.nav-pills .nav-link:hover {
  color: #d32f2f;
}
 

 .custom-tabs.nav-pills .nav-link.exclusive {
  display: flex;
  flex-direction: column;
  height: 38px;
  overflow: hidden;
  position: relative;
  width: 140px; background-color: #FFFFFF;   
}
 
.custom-tabs.nav-pills .nav-link.exclusive .slide-container {
  height: 32px;
  width: 140px;
  overflow: hidden;
  position: relative;
}
 
.custom-tabs.nav-pills .nav-link.exclusive div {
  height: 32px !important;
  background-color: #FFFFFF;
  display: flex !important;
  align-items: start;
  justify-content: center;
  padding: 0px 10px 0 10px;
  position: absolute;  
  width: 100%;
  left: 0;    
  top: 0;   
}
 
.custom-tabs.nav-pills .nav-link.exclusive div img {
  height: 24px;
  width: auto;
  object-fit: contain;
}
 
.custom-tabs.nav-pills .nav-link.exclusive .text-slide {
  animation: slideUpPauseDown 6s ease-in-out infinite;background-color: #FFFFFF;height: 32px !important;  
}
 
.custom-tabs.nav-pills .nav-link.exclusive .logo-slide {
  animation: slideUpPauseDownLogo 6s 2s ease-in-out infinite;background-color: #FFFFFF;height: 32px !important;color: #d32f2f;
}
 
@keyframes slideUpPauseDown {
  0% {
    transform: translateY(100%);  
    opacity: 0;
  }
  20% {
    transform: translateY(0); 
    opacity: 1;
  }
  60% {
    transform: translateY(0); 
    opacity: 1;
  }
  75% {
    transform: translateY(-100%); 
    opacity: 0;
  }
  100% {
    transform: translateY(100%); 
    opacity: 0;
  }
} 
@keyframes slideUpPauseDownLogo {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  30% {
    transform: translateY(0);   
    opacity: 1;
  }
  80% {
    transform: translateY(0);  
    opacity: 1;
  }
  90% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(100%);
    opacity: 0;
  }
}

/* Pause on hover */
.custom-tabs.nav-pills .nav-link.exclusive:hover div {
  animation-play-state: paused !important;
}



.filter-panel{
  
}

/* Accordion */
.acc-header{
  font-weight:600;
  color:#555;
  cursor:pointer;
  padding:10px 4px;
  display:flex;
  justify-content:space-between;
  align-items:center;
}
.acc-header::after{
  content:"▾";
  transition:.25s;
}
.acc-header.active::after{
  transform:rotate(180deg);
}

.acc-content{
  max-height:0;
  overflow:hidden;
  transition:max-height .3s ease;
}

/* Pills */
.pill-wrap{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:10px 0 14px;
}

.pill{
  padding:7px 14px;
  border-radius:20px;
  border:1px solid #d0d0d0;
  background:#f7f7f7;
  font-size:13px;
  cursor:pointer;
  user-select:none;
}

.pill.active{
  background:#fde2e2;
  color:#e53935;
  border-color:#f5bcbc;
}

.pill.highlight{
  background:#ffeb3b;
  border-color:#f4d000;
  color:#333;
}

/* Responsive */
@media(max-width:480px){
  .pill{font-size:12px;padding:6px 12px;}
}


.pf-wrapper{
  font-family:Arial, sans-serif;
}

/* FILTER BAR */
.pf-bar{
  background:#dc3545;
  padding:12px 0;
  box-shadow:0 2px 6px rgba(0,0,0,0.08);
  position:sticky;
  top:0;
  z-index:1000;
}

.pf-container{
  display:flex;
  flex-wrap:wrap;
  gap:10px; justify-content: center;  text-align: center;
}

.pf-btn{
  border:1px solid #ddd;
  background:#fff;
  padding:8px 14px;
  border-radius:20px;
  font-size:14px;
  cursor:pointer;
  white-space:nowrap;
}

/* DROPDOWN */
.pf-dropdown{
  position:absolute;
  background:#fff;
  border-radius:12px;
  box-shadow:0 10px 25px rgba(0,0,0,0.15);
  padding:15px;
  min-width:260px;
  max-width:90vw;
  display:none;
  z-index:999;
}

.pf-dropdown.show{
  display:block;
}

/* PILLS */
.pf-pill{
  display:inline-block;
  border:1px solid #ddd;
  padding:6px 14px;
  border-radius:20px;
  margin:5px;
  cursor:pointer;
  font-size:13px;
}

.pf-pill.active{
  background:#ffe5e5;
  color:#e53935;
  border-color:#e53935;
}

/* ACCORDION */
.pf-acc-head{
  font-weight:600;
  padding:8px 0;
  cursor:pointer;
}

.pf-acc-content{
  display:block;
}

/* MOBILE */
@media(max-width:768px){

  .pf-container{
  display:flex;
  flex-wrap:wrap;
  gap:10px; justify-content: start;  text-align: center;
}

  .pf-container{
    overflow-x:auto;
    flex-wrap:nowrap;
  }

  .pf-dropdown{
    position:fixed !important;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    max-width:100%;
    border-radius:18px 18px 0 0;
    max-height:70vh;
    overflow-y:auto;
    animation:pfSlideUp .25s ease;
  }

  @keyframes pfSlideUp{
    from{transform:translateY(100%);}
    to{transform:translateY(0);}
  }

  body.pf-open::before{
    content:"";
    position:fixed;
    inset:0;
    background:rgba(0,0,0,0.35);
    z-index:998;
  }
}



/* ===== UNIQUE CUSTOM SCROLLBAR ===== */

/* Scroll container */
.uf-scroll {
  overflow-y: auto;
  scrollbar-width: thin;                 /* Firefox */
  scrollbar-color: #FF92A5 #E8E8E8;      /* Thumb Track */
}

/* Chrome / Edge / Safari */
.uf-scroll::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.uf-scroll::-webkit-scrollbar-track {
  background: #E8E8E8;
  border-radius: 20px;
}

/* Thumb */
.uf-scroll::-webkit-scrollbar-thumb {
  background: #FF92A5;
  border-radius: 20px;
  border: 2px solid #E8E8E8; /* space around thumb */
}

/* Hover effect */
.uf-scroll::-webkit-scrollbar-thumb:hover {
  background: #ff7f98;
}



@media (max-width: 768px) {
  .uf-scroll {
    padding-bottom: 40px;
  }
}


/* Tabs */
.mb-tabs .nav-link{
  border:none;
  color:#444;
  font-weight:600;
  padding:12px 18px;
}
.mb-tabs .nav-link.active{
  color:#e31c2b;
  border-bottom:3px solid #e31c2b;
  background:transparent;
}

/* Result title */
.mb-result-title{
  font-size:22px;
  font-weight:600;
  margin:12px 0;
}

/* Sort dropdown */
.mb-sort{
  border-radius:20px;
  border:1px solid #ddd;
  padding:6px 14px;
  background:#fff;
}

/* Property Card */
.mb-card{
  background:#fff;
  border-radius:12px;
  box-shadow:0 2px 6px rgba(0,0,0,0.08);
  border:1px solid #e6e6e6;
  overflow:hidden;
  transition:.2s;
}
.mb-card:hover{
  box-shadow:0 4px 14px rgba(0,0,0,0.12);
}

.mb-card-img{
  width:100%;
  height:170px;
  object-fit:cover;
  border-radius:8px;
}

.mb-badge{
  position:absolute;
  top:8px;
  left:8px;
  background:#000;
  color:#fff;
  font-size:12px;
  padding:3px 8px;
  border-radius:4px;
}

.mb-card-title{
  font-size:16px;
  font-weight:600;
  margin-bottom:4px;
}

.mb-meta{
  font-size:13px;
  color:#666;
}
.overflow-auto-list{
  overflow-y: auto; height: 480px;
}

/* Price Box */
.mb-price-box{
  background: #F3DDA1;
background: linear-gradient(180deg,rgba(243, 221, 161, 1) 0%, rgba(253, 250, 207, 1) 100%);
    box-shadow: 0 4px 18px rgba(232, 192, 104, 0.25);
  padding:20px;
  text-align:center;
  height:100%;
}
.mb-price{
  font-size:20px;
  font-weight:700;
}
.mb-btn{
  border-radius:20px;
  padding:7px 16px;
  font-size:14px;
}
.mb-btn-primary{
  background:#e31c2b;
  color:#fff;
  border:none;
}
.mb-btn-outline{
  border:1px solid #e31c2b;
  color:#e31c2b;
  background:#fff;
}

/* Sidebar */
.mb-sidebar{
  background:#fff;
  border-radius:12px;
  padding:20px;
  border:1px solid #e6e6e6;
}
.mb-sidebar .btn{
  border-radius:20px;
}

/* Responsive */
@media(max-width:992px){
  .mb-price-box{
    padding:15px;
  }
  .overflow-auto-list{
  overflow-y: none; height: auto;
}
}


/* ===== PAGINATION ===== */

.mb-pagination-wrap{
  display:flex;
  justify-content:center;
  margin:30px 0;
}

.mb-pagination .page-link{
  border:none;
  margin:0 4px;
  border-radius:8px;
  color:#444;
  font-weight:600;
  min-width:38px;
}

.mb-pagination .page-link:hover{
  background:#ffe5e5;
  color:#e31c2b;
}

.mb-pagination .page-item.active .page-link{
  background:#e31c2b;
  color:#fff;
}

@media(max-width:576px){
  .mb-pagination .page-link{
    padding:6px 10px;
    font-size:13px;
  }
}
.hero-verticl-gap{
  padding: 110px 0!important;
}

.sticky-100{
      position: -webkit-sticky!important;
    position: sticky !important;
  top: 100px;bottom: 280px;
}
/* ===== CUSTOM SCROLLBAR (UNIQUE) ===== */

/* ===== MAIN WRAPPER WITH BLUE GRADIENT ===== */
.mh3-wrapper{
    padding:110px 0 110px 0;
    background:linear-gradient(180deg,#dceef6 0%, #eef6fb 100%);
    border-top:1px solid #cfe3ec;
    border-bottom:1px solid #cfe3ec; margin-top: 20px; position: relative;
}

/* Badge */
.mh3-badge{
    background:#ffdb81;
    padding:6px 18px;
    border-radius:8px;
    font-size:14px;
    color:#453e19; font-weight: 600;
    display:inline-block;
    margin-bottom:12px;position:absolute; top: -18px; left: 50%;  margin-left: -87px;
}

/* Title */
.mh3-title{
    color:#e31b23;
    font-size:38px;
    font-weight:700;
}

.mh3-sub{
    font-size:22px;
    color:#222;
    margin-bottom:45px;
}

/* ===== CARDS ===== */
.mh3-card{
    border-radius:28px;
    padding:28px 26px;
    display:flex;
    align-items:center;
    gap:18px;
    font-size:18px;
    font-weight:500; box-shadow:0 6px 18px rgba(0,0,0,0.05);border: 1px solid #FFFFFF;
}
 
/* soft colors */
.mh3-blue{ background:#cfeaf1; }
.mh3-pink{ background:#efd0d3; }
.mh3-yellow{ background:#efe2c3; }

.mh3-icon{
    width:64px;
    height:64px; 
    display:flex;
    align-items:center;
    justify-content:center; 
}
.mh3-icon img{
  width: 100%!important; height: auto;
}

/* Button */
.mh3-btn{
    background:#e21d23;
    border:none;
    color:#fff;
    padding:16px 50px;
    border-radius:40px;
    font-size:18px;
    font-weight:600;
    margin-top:45px;
}

/* Responsive */
@media(max-width:768px){

  .hero-verticl-gap{
  padding: 80px 0!important;
}


    .mh3-title{ font-size:28px; }
    .mh3-sub{ font-size:16px; }
    .mh3-card{ font-size:16px; }
}


/* ===== GRID ===== */
.services{
  max-width:100%;
  margin:auto;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}

/* ===== CARD STYLE (IMAGE MATCH) ===== */
.services .card{
  background:#FFFFFF;
  border-radius:14px;
  padding:22px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  min-height:180px;
  box-shadow:0 0 0 1px rgba(0,0,0,0.05);
  transition:all .25s ease;
}
.services .card:hover{
  transform:translateY(-3px);
  box-shadow:0 8px 18px rgba(0,0,0,0.08);
}

.services .card .icon{
  font-size:26px;
  margin-bottom:12px;
}

.services .card .title{
  font-size:18px;
  font-weight:600;
  color:#333;
  margin-bottom:6px;
}

.services .card .desc{
  font-size:14px;
  color:#666;
  line-height:1.4;
  margin-bottom:12px;
}

.services .card .link{
  font-size:14px;
  color:#e53935;
  font-weight:600;
  text-decoration:none;
}

.services .card .link:hover{
  text-decoration:underline;
}

/* ===== LOAD MORE BUTTON ===== */
.load-wrap{
  text-align:center;
  margin-top:25px;
}

#loadMore{
  background:#e53935;
  color:#fff;
  border:none;
  padding:12px 28px;
  border-radius:6px;
  cursor:pointer;
  font-size:15px;
}

#loadMore:hover{
  background:#c62828;
}

/* ===== RESPONSIVE ===== */
@media(max-width:900px){
  .services{grid-template-columns:repeat(2,1fr);}
}
@media(max-width:500px){
  .services{grid-template-columns:1fr;}
}
 

/* ================= SEARCH BAR ================= */
.topbar{
  position:relative;
  top:0;left:0;right:0;
  z-index:999;
  background:#fff;
  padding:14px;
  border-bottom:3px solid #e31c3d;
  box-shadow:0 4px 10px rgba(0,0,0,0.06);
}

.search-wrap{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  align-items:center;
}

.search-box{
  flex:1;
  border:2px solid #eee;
  border-radius:40px;
  overflow:hidden;
  background:#fff;
}
.search-box input{
  width:100%;
  border:none;
  padding:14px 18px;
  font-size:14px;
  outline:none;
}

/* ================= DROPDOWN ================= */
.dropdown{
  appearance:none;
  background:#fff url("data:image/svg+xml;utf8,<svg fill='%23e31c3d' height='18' viewBox='0 0 24 24' width='18' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>") no-repeat right 10px center;
  border:2px solid #eee;
  border-radius:30px;
  padding:10px 34px 10px 14px;
  font-size:13px;
  cursor:pointer;
}
.dropdown:hover{border-color:#e31c3d;}
.dropdown:focus{outline:none;border-color:#ffc107;}

/* ================= BUTTON STYLE ================= */
.btn-ui{
  background:#fff;
  border:2px solid #e31c3d;
  color:#e31c3d;
  border-radius:30px;
  padding:10px 18px;
  cursor:pointer;
  font-weight:600;
  transition:0.25s;
  display:flex;
  align-items:center;
  gap:6px;
}
.btn-ui:hover{
  background:#e31c3d;
  color:#fff;
}

/* ================= MAP ================= */
#map{
  position:relative;  height: 600px; z-index: 1;
}


/* === Body & Card === */
.prop-body{
    background:#FFFFFF; 
}
.prop-card{
    border-radius:12px;
    border:none;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    padding:1.5rem;
    margin-bottom:2rem;
}

/* === Header === */
.prop-header{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.prop-price{
    font-size:28px;
    font-weight:700;
    color:#DF1D3F;
}
.prop-badge-ready{
    background:#FDFACF;
    color:#DF1D3F;
    font-size:12px;
    padding:5px 10px;
    border-radius:5px;
}
.prop-meta{
    text-align:right;
    font-size:0.9rem;
    color:#6c757d;
}

/* === Gallery === */
.prop-gallery img{
    width:100%;
    border-radius:8px;
    transition: transform 0.3s ease;
}
.prop-gallery img:hover{
    transform: scale(1.1);
}

/* === Buttons === */
.prop-btn-custom{
    border:1px solid #DF1D3F;
    color:#DF1D3F;
}
.prop-btn-custom:hover{
    background:#DF1D3F;
    color:#fff;
}

/* === Features === */
.prop-features .prop-feature-box{
    background:#fff;
    padding:15px;
    border-radius:10px;
    text-align:center;
    box-shadow:0 1px 5px rgba(0,0,0,0.05);
}

/* === Details Grid === */
.prop-details-grid{
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    gap:15px;
    margin-top:15px;
}

/* === Tabs === */
.prop-tab-content{
    padding-top:15px;
}

/* === Map === */
.prop-map{
    width:100%;
    height:400px;
    border-radius:12px;
}

/* === Community Info === */
.prop-community-info{
    display:flex;
    flex-wrap:wrap;
    gap:2rem;
    margin-top:1rem;
}
.prop-community-left{
    flex:1 1 300px;
}
.prop-community-right{
    flex:2 1 500px;
}


/* ===== Contact Card Wrapper ===== */
.prop-contact-card{
    background:#FFFFFF;
    border-radius:14px;
    padding:16px;
 box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    max-width:100%; margin-bottom: 24px;
}

/* ===== Avatar ===== */
.prop-contact-avatar{
    width:48px;
    height:48px;
    border-radius:50%;
    background:#DF1D3F;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:20px;
    margin-bottom:12px;
}

/* ===== Title ===== */
.prop-contact-title{
    font-size:14px;
    letter-spacing:2px;
    font-weight:700;
    color:#DF1D3F;
    margin-bottom:12px;
}

/* ===== List ===== */
.prop-contact-list{
    list-style:none;
    padding:0;
    margin:0;
}

.prop-contact-item{
    display:flex;
    align-items:center;
    gap:12px;
    padding:10px 0;
    font-size:16px;
    color:#2f4858;
    cursor:pointer;
    transition:0.2s ease;
}

.prop-contact-item i{
    color:#DF1D3F;
    font-size:18px;
    width:22px;
    text-align:center;
}

/* Hover Effect */
.prop-contact-item:hover{
    color:#DF1D3F;
    transform:translateX(3px);
}


/* ===== Breadcrumb Wrapper ===== */
.prop-breadcrumb-wrap{
    background:#f5f7fb;
    padding:14px 18px;
    border-radius:10px; margin-bottom: 24px;
}

/* ===== Breadcrumb ===== */
.prop-breadcrumb{
    margin:0;
    font-size:14px;
}

/* Links */
.prop-breadcrumb .breadcrumb-item a{
    text-decoration:none;
    color:#6c757d;
    transition:0.2s ease; 
}

/* Hover */
.prop-breadcrumb .breadcrumb-item a:hover{
    color:#e31c3d;
}

/* Active */
.prop-breadcrumb .breadcrumb-item.active{
    color:#1f2d3d;
    font-weight:600;
}

/* Custom Separator */
.prop-breadcrumb .breadcrumb-item + .breadcrumb-item::before{
    content: "›";
    color:#adb5bd;
}


/* ===== Card ===== */
.prop-agent-card{
    border:1px solid #e5e5e5;
    border-radius:10px;
    padding:22px;
    background:#fff;  margin-bottom: 24px;
}

/* ===== Name ===== */
.prop-agent-name{
    font-size:24px;
    font-weight:500;
    color:#111;
    margin-bottom:4px;
}

/* ===== Role ===== */
.prop-agent-role{
    font-size:18px;
    color:#555;
    margin-bottom:18px;
}

/* ===== Contact Row ===== */
.prop-agent-contact{
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
    gap:15px;
}

/* ===== Phone ===== */
.prop-agent-phone{
    font-size:22px;
    color:#111;
    display:flex;
    align-items:center;
    gap:12px;
}

.prop-agent-phone i{
    font-size:20px;
}

/* ===== Email Button ===== */
.prop-agent-email-btn{
    background:#2f93a8;
    color:#fff;
    border:none;
    border-radius:40px;
    padding:14px 32px;
    font-size:18px;
    display:flex;
    align-items:center;
    gap:10px;
    transition:0.25s ease;
}

/* Hover */
.prop-agent-email-btn:hover{
    background:#257a8c;
    color:#fff;
}

/* ===== Mobile ===== */
@media(max-width:576px){
    .prop-agent-name{
        font-size:22px;
    }
    .prop-agent-phone{
        font-size:18px;
    }
    .prop-agent-email-btn{
        width:100%;
        justify-content:center;
    }
}


.filter-btn{
  border:none;
  background:#eee;
  border-radius:100px;
  width:auto!important;
  height:44px!important; padding-left: 10px; padding-right: 10px;
  cursor:pointer; display: flex; align-items: center;gap: 10px;
}

/* MODAL */
.filter-modal{
  position:fixed;
  top:0; left:0;
  width:100%; height:100%;
  background:rgba(0,0,0,0.4);
  display:none;
  align-items:center;
  justify-content:center;
}
.filter-box{
  background:#fff;
  width:700px;
  max-height:85vh;
  overflow:auto;
  border-radius:10px;
  padding:20px;
}

/* PILLS */
.pill-wrap{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:10px 0 20px;
}
.pill{
  padding:6px 12px;
  border-radius:20px;
  background:#eee;
  cursor:pointer;
  font-size:14px;
}
.pill.active{
  background:#e53935;
  color:#fff;
}

/* HEADER */
.modal-header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:10px;
}
.close-btn{
  cursor:pointer;
  font-size:20px;
}
.apply-btn{
  background:#e53935;
  color:#fff;
  border:none;
  padding:8px 20px;
  border-radius:5px;
  cursor:pointer;
}

/* Overlay */
.filter-modal{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.35);
  backdrop-filter: blur(2px);
  z-index: 99999;          /* TOP MOST */
  display: none;
  align-items: center;
  justify-content: center;
}

 

/* ===== FILTER MODAL BOX ===== */
.filter-box{
  width: 1200px;          /* wider popup */
  max-width: 96vw;        /* responsive on small screen */
  background:#FFFFFF;
  border-radius:26px;
  padding:24px;
  box-shadow:0 10px 35px rgba(0,0,0,0.08);
    position: relative;
  z-index: 100000;         /* Above overlay */
}
}


/* ===== LABEL ===== */
.filter-box label{
  font-size:13px;
  color:#666;
  margin-bottom:6px;
  display:block;
}

/* ===== INPUT + SELECT (PILL STYLE) ===== */
.filter-box .input {
  width:100%;
  height:44px;
  border-radius:26px;
  border:1px solid #eee;
  background:#fff;
  padding:0 14px;
  font-size:14px;
  outline:none;
  box-shadow:0 1px 2px rgba(0,0,0,0.05);
  transition:.2s; 
}
 .filter-box .select {
  width: 100%;
  height: 44px;
  border-radius: 26px;
  border: 1px solid #eee;
  font-size: 14px;
  outline: none;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  transition: .2s;

  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  padding: 0 55px 0 16px; /* more space on right */

  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23666' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m4 6 4 4 4-4'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 24px center; /* move arrow left */
  background-size: 14px; /* smaller arrow */
}
/* Focus effect like modern UI */
.filter-box .input:focus,
.filter-box .select:focus{
  border-color:#e53935;
  box-shadow:0 0 0 2px rgba(229,57,53,0.08);
}

/* ===== RANGE GROUP (MIN - MAX) ===== */
.range{
  display:flex;
  align-items:center;
  gap:8px;
}

.range span{
  color:#999;
  font-size:13px;
}

/* ===== RADIO BUTTON STYLE ===== */
.radio-row{
  display:flex;
  gap:18px;
  align-items:center;
  height:44px;
}

.radio-row input{
  accent-color:#e53935;
}

/* ===== CHECKBOX ===== */
.filter-box input[type="checkbox"]{
  accent-color:#e53935;
  margin-right:6px;
}

/* ===== RESET BUTTON (PILL) ===== */
.reset-btn{
   height:44px!important; 
  border-radius:100px;  padding:0 52px!important;
  border:1px solid #ddd;
  background:#fff;
  cursor:pointer;
  font-size:14px;
  box-shadow:0 1px 2px rgba(0,0,0,0.05);
}

/* ===== SEARCH BUTTON (RED PILL LIKE TOP BAR) ===== */
.search-btn.big{
  height:44px!important;
  padding:0 52px!important;
  border-radius:26px;
  border:none;
  background:#e53935;
  color:#fff;
  font-size:14px;
  font-weight:500;
  cursor:pointer;
  box-shadow:0 3px 8px rgba(229,57,53,0.25);
  transition:.2s; display: flex;gap: 10px; align-items: center;
}

.search-btn.big:hover{
  background:#d32f2f;
}

/* ===== MODAL FOOTER ALIGN ===== */
.modal-footer{
  display:flex;
  justify-content:center;
  gap:14px;
  margin-top:18px;
}
.form-grid-4{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap:16px;
}

/* Large Tablet */
@media (max-width: 1200px){
  .form-grid-4{
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Tablet */
@media (max-width: 900px){
  .form-grid-4{
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 560px){
  .form-grid-4{
    grid-template-columns: 1fr;
  }
}


.modal-content{
  border-radius: 14px;
}

.form-control:focus{
  border-color:#dc3545;
  box-shadow:0 0 0 0.15rem rgba(220,53,69,.15);
}

.btn-danger{
  background:#e63946;
  border:none;
}

.btn-danger:hover{
  background:#d62839;
}


.new-badge-property {
    background-color: #e31c2b!important;
    color: #fff; padding: 8px 24px; font-size: 12px;
    border-radius: 20px; position: absolute!important; right: 10px; bottom: 32px;
} 


/* ==============================
   MODERN BOTTOM COMPARE BAR
============================== */

.sc-compare-bar {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%) translateY(100px);
  width: 95%;
  max-width: 1100px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 10px 35px rgba(0,0,0,0.15);
  padding: 12px 20px;
  z-index: 9999;
  transition: all 0.35s ease;
  opacity: 0;
  pointer-events: none;
}

.sc-compare-bar.active {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
  pointer-events: auto;
}

/* Inner layout */
.sc-compare-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

/* Items container */
.sc-compare-items {
  display: flex;
  gap: 15px;
  overflow-x: auto;
  flex: 1;
  scrollbar-width: none;
}

.sc-compare-items::-webkit-scrollbar {
  display: none;
}

/* Small property card */
.sc-compare-card {
  background: #f8f9fa;
  border-radius: 16px;
  padding: 8px 12px;
  min-width: 160px;
  text-align: center;
  font-size: 13px;
  position: relative;
}

.sc-compare-card img {
  width: 60px;
  height: 45px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 6px;
}

/* Remove button */
.sc-compare-remove {
  position: absolute;
  top: 4px;
  right: 6px;
  font-size: 14px;
  cursor: pointer;
  color: #dc3545;
}

/* Action buttons */
.sc-compare-actions {
  display: flex;
  gap: 10px;
}

.sc-compare-clear {
  background: transparent;
  border: none;
  color: #6c757d;
  font-weight: 500;
  cursor: pointer;
}

.sc-compare-view {
  background: #dc3545;
  color: #fff;
  border: none;
  padding: 8px 18px;
  border-radius: 30px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}

.sc-compare-view:hover {
  background: #bb2d3b;
}

/* ==============================
   RESPONSIVE
============================== */

@media (max-width: 768px) {

  .sc-compare-bar {
    width: 96%;
    padding: 10px 15px;
    border-radius: 40px;
  }

  .sc-compare-inner {
    flex-direction: column;
    align-items: stretch;
  }

  .sc-compare-items {
    width: 100%;
  }

  .sc-compare-actions {
    width: 100%;
    justify-content: space-between;
  }

  .sc-compare-view {
    flex: 1;
  }

}
.mbpf-wrapper{
  padding:40px 0;
}

.mbpf-card{
  background:#fff;
  padding:35px;
  border-radius:18px;
  box-shadow:0 15px 35px rgba(0,0,0,0.06);
}

.mbpf-title{
  font-size:28px;
  font-weight:700;
}

.mbpf-free{
  background:#ffd54f;
  padding:4px 10px;
  border-radius:6px;
  font-size:12px;
  font-weight:600;
}

.mbpf-section{
  margin-top:40px;
}

.mbpf-section h5{
  font-weight:600;
  margin-bottom:20px;
}

.mbpf-input,
.mbpf-select{
  border:none;
  border-bottom:1px solid #ccc;
  border-radius:0;
  padding-left:0;
}

.mbpf-input:focus,
.mbpf-select:focus{
  box-shadow:none;
  border-color:#dc3545;
}

.mbpf-radio .form-check-input:checked{
  background:#dc3545;
  border-color:#dc3545;
}

.mbpf-box{
  border:1px solid #ddd;
  padding:8px 16px;
  border-radius:6px;
  cursor:pointer;
  font-size:14px;
  text-align:center;
}

.mbpf-box:hover{
  background:#f1f1f1;
}

.mbpf-warning{
  background:#fff4e5;
  border:1px solid #ffc107;
  padding:12px;
  border-radius:10px;
  font-size:14px;
}

.mbpf-upload{
  border:2px dashed #ddd;
  padding:35px;
  border-radius:16px;
  background:#fff8f2;
  text-align:center;
}

.mbpf-submit{
  background:#dc3545;
  border:none;
  padding:12px 35px;
  border-radius:8px;
}

.mbpf-submit:hover{
  background:#bb2d3b;
}

.mbpf-info{
  background:#fff;
  padding:25px;
  border-radius:18px;
  box-shadow:0 15px 35px rgba(0,0,0,0.05);
}

@media(max-width:991px){
  .mbpf-card{ padding:20px; }
}

#listView{
 margin-top: 90px;
}
 

.view-toggle-wrapper {
  display: flex; 
  justify-content: center; position: absolute; right: 24px; top: 24px; z-index: 90;
}

.view-toggle {
  background: #FFFFFF; 
  border-radius: 50px;
  padding: 4px;
  display: inline-flex;
  gap: 4px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px!important;
}

.toggle-btn {
  border: none;
  background: transparent;
  padding: 6px 16px;
  border-radius: 50px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s ease;
}

.toggle-btn.active {
  background: #dc3545;   /* Green like screenshot */
  color: #fff;
}

.toggle-btn:not(.active) {
  color: #333;
}

.dropdown.multiSelect{
  background: none!important;
  padding: 2px 6px 2px 14px!important;
}

.dropdown.multiSelect .form-select, .dropdown.multiSelect .form-select:focus{
  border: 0px!important; outline: 0!important; box-shadow: none!important;
}

.dropdown.multiSelect .form-check-input:checked {
    background-color: #e53935;
    border-color: #e53935;
}

.rc-gallery-wrapper * { box-sizing: border-box; }

/* GRID */
.rc-grid img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  cursor: pointer;
  border-radius: 6px;
}

.rc-main-grid-img {
  height: 100%;
}

.rc-more { position: relative; }

.rc-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  border-radius: 6px;
}

/* FULL GALLERY */
.rc-gallery {
  position: fixed;
  inset: 0;
  display: none;
  background: #000;
  z-index: 9999;
}

.rc-gallery.rc-open {
  display: flex;
  animation: rcFade 0.3s ease;
}

@keyframes rcFade {
  from { opacity: 0; transform: scale(0.96); }
  to { opacity: 1; transform: scale(1); }
}

/* SIDEBAR */
.rc-thumbs {
  width: 260px;
  overflow-y: auto;
  background: #111;
  padding: 10px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.rc-thumbs img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  cursor: pointer;
  border: 2px solid transparent;
}

.rc-thumbs img.rc-active {
  border-color: #00c8ff;
}

/* MAIN */
.rc-main {
  flex: 1;
  position: relative;
}

.rc-stage {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  touch-action: none;
}

#rcMainImg {
  max-width: 90%;
  max-height: 90%;
  transition: transform 0.2s ease;
  cursor: grab;
}

/* NAV */
.rc-nav {
  position: absolute;
  top: 50%;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
}
.rc-prev { left: 20px; }
.rc-next { right: 20px; }

/* CLOSE */
.rc-close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
}

/* COUNTER */
.rc-counter {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  color: #fff;
}