 .container-narrow{max-width:1200px}

  /* header */
  .topbar{background:#fff; border-bottom:1px solid var(--stroke);top: 0px;z-index: 99999;position: sticky;}
  .brand{font-weight:600;font-family: 'Manrope';}
  .crumbs{color:var(--muted); font-size:.92rem}
  .crumbs a{color:var(--muted); text-decoration:none}
  .brand-footer{
    font-family: Manrope;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  color:#08AF86;

  }

  .nav-container{
    background-color: var(--nav-bg);
    border:0.8px solid var(--nav-border);
  }

  .schedule-txt-color{
    color:#FFF;
  }
  .bottom-zero{
    bottom:0px
  }
  .project-heading{
    font-size:18px;
    font-weight: 500;
  }
  .muted-text{
    color:var(--sub-item-main)
  }
  .br-10{
    border-radius: 10px;
  }
  .rera-txt{
    color:var(--color-101828)
  }
  .rera-main{
  color:var(--color-4A5565)
  }
  /* helpers */
  .cardish{background:#fff; border:1px solid var(--stroke); border-radius:var(--radius); box-shadow:var(--shadow)}
  .cardish-f6f6f6{background:#F6F6F6; border:1px solid var(--stroke); border-radius:0px; box-shadow:var(--shadow)}
  
  .mini-card{background:#fff; border:1px solid var(--stroke); border-radius:12px}
  .icon-bullet{min-width:40px; height:60px; display:inline-grid; place-items:center; border-radius:10px; background:#F9FAFB; color:var(--brand);}
  .pill{display:inline-flex; align-items:center; gap:.45rem; border:1px solid #08AF86;padding: 1px 10px;; border-radius:999px; font-size:.85rem; background:#fff; color:#08AF86}
  .note{font-size:.85rem; color:#6b7280}
  .muted{color:var(--sub-item-heading)}
  .mini-card-content{
    display: flex;flex-direction: column;
  }

  .icon-document{min-width:68px; height:71px; display:inline-grid; place-items:center; border-radius:10px; background:var(--brand); color:var(--brand); border:1px solid #d7efe1}

  .verified-badge {
    border: 1px solid var(--brand);
    color: var(--primary-color);
    border-radius: 8px;
    align-items: center;
    gap: 8px;
    padding: 2px 8px;
    font-size: 11px;
    font-weight: 600;
    display: inline-flex;
  }

  .possession-badge {
    background: var(--brand);color: #fff;border-radius: 6px;padding: 4px 12px;font-size: 12px;font-weight: 600;gap:5px;    font-family: 'Work Sans';
  }

  /* buttons */
  .btn-brand{--bs-btn-bg:var(--brand); --bs-btn-border-color:var(--brand); --bs-btn-hover-bg:var(--brand-ink); --bs-btn-hover-border-color:var(--brand-ink);color:white}
  .btn-outline-brand{--bs-btn-color:var(--brand); --bs-btn-border-color:var(--brand); --bs-btn-hover-bg:rgba(39,174,96,.08); --bs-btn-hover-border-color:var(--brand); --bs-btn-hover-color:var(--brand)}
  .btn-soft{background:#FFFFFFF2; border:1px solid #d7efe1; color:#101828}
  .btn-soft:hover{
    background:#F9F9F9F2; border:1px solid #d7efe1; color:#101828
  }

  /* gallery */
  .gallery{height:520px; border-radius:16px; overflow:hidden}
  .gallery img{width:100%; height:100%; object-fit:cover}
  .gallery-badge{position:absolute; left:16px; top:12px; background:#000; color:#fff; opacity:.75; padding:.25rem .5rem; border-radius:999px; font-size:.8rem}
  
   /* 12-2 start */
  .gallery-modal .modal-dialog{
    margin:0;
    width:100vw;
    max-width:100vw;
    height:100vh;
    height:100dvh;
    max-height:100vh;
    max-height:100dvh;
  }
  .gallery-modal .modal-content{
    background:#0b0b0b;
    border:0;
    border-radius:0;
    min-height:100vh;
    min-height:100dvh;
    height:100vh;
    height:100dvh;
    max-height:100vh;
    max-height:100dvh;
    color:#fff;
    display:flex;
    flex-direction:column;
    overflow:hidden;
  }
  .gallery-modal{
    --bs-modal-zindex:100000;
    --bs-modal-margin:0;
    inset:0;
    padding:0 !important;
    overflow:hidden;
    width:100vw;
    height:100vh;
    height:100dvh;
  }
  .gallery-modal + .modal-backdrop{
    z-index:99999;
  }
  .modal-open .mobile-cta{
    display:none;
  }
  .gallery-topbar{
    height:calc(54px + env(safe-area-inset-top));
    border-bottom:1px solid #1f1f1f;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:env(safe-area-inset-top) 16px 0;
    background:#0a0a0a;
  }
  .gallery-back{
    background:transparent;
    border:1px solid #2a2a2a;
    color:#fff;
    width:32px;
    height:32px;
    border-radius:6px;
    display:grid;
    place-items:center;
  }
  .gallery-back:hover{border-color:var(--brand); color:var(--brand)}
  .gallery-tabs{
    display:flex;
    gap:8px;
    align-items:center;
  }
  .gallery-tab{
    background:transparent;
    border:1px solid transparent;
    color:#9ca3af;
    padding:8px 12px;
    font-size:.9rem;
    border-radius:6px;
    text-transform:uppercase;
    letter-spacing:.4px;
    cursor:pointer;
  }
  .gallery-tab.active{
    color:#fff;
    border-color:#2a2a2a;
    background:#111;
  }
  .gallery-top-actions{
    display:flex;
    align-items:center;
    gap:12px;
  }
  .gallery-contact{
    background:#111;
    color:#e5e7eb;
    border:1px solid #2a2a2a;
    padding:8px 14px;
    border-radius:6px;
    font-size:.85rem;
    letter-spacing:.4px;
    text-transform:uppercase;
    cursor:pointer;
  }
  .gallery-contact:hover{border-color:var(--brand); color:var(--brand)}
  .gallery-modal .gallery-close{
    background:transparent;
    border:1px solid #2a2a2a;
    color:#fff;
    width:32px;
    height:32px;
    border-radius:6px;
    display:grid;
    place-items:center;
    font-size:16px;
    line-height:1;
    cursor:pointer;
  }
  .gallery-modal .gallery-close:hover{
    border-color:var(--brand);
    color:var(--brand);
  }
  .gallery-viewer{
    flex:1;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:16px 24px 8px;
    min-height:0;
  }
  .gallery-stage{
    position:relative;
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
  }
  .gallery-feedback{
    position:absolute;
    top:8px;
    left:50%;
    transform:translateX(-50%);
    display:flex;
    gap:10px;
    align-items:center;
    background:rgba(0,0,0,.55);
    border:1px solid #2a2a2a;
    padding:6px 12px;
    border-radius:999px;
    font-size:.85rem;
    color:#e5e7eb;
  }
  .gallery-feedback-btn,
  .gallery-feedback-skip{
    background:transparent;
    border:0;
    color:#fff;
    font-size:.85rem;
    cursor:pointer;
  }
  .gallery-feedback-btn:hover,
  .gallery-feedback-skip:hover{color:var(--brand)}
  .gallery-stage img{
    max-width:100%;
    max-height:100%;
    object-fit:contain;
    border-radius:6px;
    background:#000;
    transform-origin:center center;
  }
  .gallery-nav{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:52px;
    height:52px;
    border-radius:999px;
    border:1px solid #222;
    background:rgba(0,0,0,.55);
    color:#fff;
    display:grid;
    place-items:center;
    cursor:pointer;
  }
  .gallery-nav:hover{border-color:var(--brand); color:var(--brand)}
  .gallery-nav.prev{
    left: 92px;
    z-index: 999;
  }
  .gallery-nav.next{right:88px}
  .gallery-controls{
    position:absolute;
    right:16px;
    top:50%;
    transform:translateY(-50%);
    display:flex;
    flex-direction:column;
    gap:12px;
    align-items:center;
  }
  .gallery-control{
    width:44px;
    height:44px;
    border-radius:999px;
    border:1px solid #222;
    background:#111;
    color:#fff;
    display:grid;
    place-items:center;
    cursor:pointer;
  }
  .gallery-control:hover{border-color:var(--brand); color:var(--brand)}
  .gallery-thumbs-bar{
    border-top:1px solid #1f1f1f;
    background:#0f0f0f;
    padding:8px 16px 36px 8px;
  }
  .gallery-thumbs-header{
    position:relative;
    display:flex;
    align-items:center;
    /* justify-content:center; */
    justify-content: space-between;
    gap:12px;
    color:#cbd5e1;
    font-size:.9rem;
    margin-bottom:10px;
  }
  .gallery-thumb-toggle{
    position:absolute;
    right:0;
    border:1px solid #2b2b2b;
    background:#111;
    color:#e5e7eb;
    border-radius:8px;
    padding:6px 10px;
    font-size:.85rem;
    cursor:pointer;
  }
  .gallery-thumbs-track{
    display:flex;
    gap:10px;
    overflow-x:auto;
    padding-bottom:2px;
    justify-content: center;
  }
  .gallery-thumbs-track::-webkit-scrollbar{height:6px}
  .gallery-thumbs-track::-webkit-scrollbar-thumb{background:#2a2a2a; border-radius:999px}
  .gallery-thumb{
    border:2px solid transparent;
    padding:0;
    background:transparent;
    border-radius:6px;
    width:120px;
    height:72px;
    flex:0 0 auto;
    opacity:.7;
    overflow:hidden;
    cursor:pointer;
  }
  .gallery-thumb img{width:100%; height:100%; object-fit:cover; display:block}
  .gallery-thumb.active{border-color:var(--brand); opacity:1}
  .gallery-thumbs-bar.is-hidden .gallery-thumbs-track{display:none}
  @media (max-width:767.98px){
    .gallery-thumbs-track{
      justify-content: flex-start;
    }
    .gallery{
      height:auto;
      background:#000;
    }
    .gallery img{
      height:auto;
      object-fit:contain;
      background:#000;
    }
    .gallery-topbar{
      height:calc(48px + env(safe-area-inset-top));
      padding:env(safe-area-inset-top) 8px 0;
    }
    #galleryZoomIn,
    #galleryZoomOut,
    #galleryFullscreen{
      display:none;
    }
    .gallery-controls{
      display:none;
    }
    .gallery-tab{
      padding:6px 8px;
      font-size:.75rem;
    }
    .gallery-contact{
      padding:6px 8px;
      font-size:.7rem;
    }
    .gallery-viewer{
      padding:12px 12px 4px;
    }
    .gallery-nav.prev{left:7px}
    .gallery-nav.next{right:7px}
    .gallery-controls{
      right:8px;
      gap:10px;
    }
    .gallery-thumb{width:92px; height:54px}
    .gallery-feedback{
      width:calc(100% - 16px);
      justify-content:center;
      gap:8px;
      flex-wrap:wrap;
    }
    .gallery-thumb-toggle{
      position:absolute;
    }
  }
  /* 12-2 end */
  /* sticky bits */
  @media (min-width: 992px){
    .sticky-card{position:sticky; top:122px}
    .tabs-bar{position:sticky; top:44px; z-index:1020}
  }

  /* top summary block */
  .price{font-weight:400; font-size:1.4rem}
  .subprice{color:var(--sub-price); font-weight:500; font-size:.95rem}

  /* section tabs */
  .tabs-bar{background:#fff; border-bottom:1px solid var(--stroke);box-shadow: 0px 1px 2px -1px #0000001A;box-shadow: 0px 1px 3px 0px #0000001A;position:sticky;top:183px;z-index: 1001;
}
@media (min-width: 992px){
  .tabs-bar{ top: 59px; }
}
  .tabs-bar .nav-link{color:#4b5563; font-weight:500; padding:.9rem 1rem; border-radius:8px}
  .tabs-bar .nav-link.active{color:#FFF;background-color: #102348;border-radius: 8px;}

  /* tables */
  .table-clean{--bs-table-bg:#fff; --bs-table-color:var(--ink); border:1px solid var(--stroke); border-radius:12px; overflow:hidden}
  .table-clean thead th{background:#F9FAFB; color:#101828; font-weight:400;font-size: 14px;border-bottom: 0.8px solid #0000001A}

  /* amenity grid icons (mobile-like) */
  .amenity-dot{width:16px; height:16px; border-radius:4px; background:#c0f1d8; border:1px solid #7bd4a7; display:inline-block; margin-right:.5rem}

  /* mobile bottom sticky CTA */
  .mobile-cta{position:fixed; bottom:0; left:0; right:0; z-index:1080; background:#fff; border-top:1px solid var(--stroke); padding:.5rem .75rem}
  .mobile-cta .btn{font-weight:400}

  .seg-tabs{
    display:flex; gap:0; background:#EEF0F4; /* light grey rail */
    border:1px solid #E5E7EB; border-radius:14px; padding:6px;
    scrollbar-width: none;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .seg-tab{
    flex:1; border:0; background:transparent; color:#6B7280;
    padding:.55rem 1rem; border-radius:10px; font-weight:600; font-size:.9rem;
  }
  .seg-tab.active{
    background:#08AF86; color:#FFF;font-weight:500;
    box-shadow:0 1px 2px rgba(16,24,40,.06);
  }
  @media (min-width:992px){ .mobile-cta{display:none} }

  /* spacing for mobile where CTA overlays bottom */
  @media (max-width:991.98px){ main{padding-bottom:84px} }

  /* fine-tune paddings to match screenshots */
  .block-title{font-size:1.05rem; font-weight:500}
  .block-text{
    font-family: Work Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  letter-spacing: 0%;
  color:#4A5565;

  }
  .color-08AF86{
    color:#08AF86
  }

    /* --- One-line, scrollable sub-nav --- */
  .tabs-bar .nav {
    flex-wrap: nowrap !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .tabs-bar .nav::-webkit-scrollbar { display: none; }
  .tabs-bar .nav-item { flex: 0 0 auto; }
  .tabs-bar .nav-link { white-space: nowrap; }

  /* detail */

  .detail-sub-heading{
    font-family: Work Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  color:#4A5565

  }
  .detail-sub-heading-value{
    font-family: Work Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;

  line-height: 24px;
  letter-spacing: 0px;
  color:#0A0A0A

  }
.config-pill-bg-color{
 background-color: var(--nav-bg);
}

/* ── Consolidated responsive elements (replaces desktop/mobile duplicates) ── */

/* Truncate + tooltip on desktop; wrap naturally on mobile */
@media (min-width: 768px) {
  .detail-value-ellipsis {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/* Project stats row: pill border + background only on mobile */
@media (max-width: 767px) {
  .project-stats-row {
    border: 1px solid #08AF86;
    border-radius: 999px;
    background-color: var(--nav-bg);
    padding: 4px 12px;
  }
}

/* RERA box: tinted background only on mobile */
@media (max-width: 767px) {
  .rera-box {
    background-color: var(--nav-bg);
  }
}
@media (min-width:991px){
  .card-margin{
  margin-top:24px
  }
}
@media (max-width:991px){
  .card-margin{
  margin-top:0px
  }
}

.price-section-price{
  font-family: Work Sans;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;

  line-height: 20px;
  letter-spacing: 0px;

  color:#0A0A0A
}
.pricing-border{
  border-top: 1.03px solid #E5E7EB
}
.price-table-size{
  font-family: Work Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color:#4A5565;
}
.price-table-config{
  font-family: Work Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  /* line-height: 20px; */
  letter-spacing: 0px;
  color:#101828;
}
.price-table-text{
  font-family: Work Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;

  line-height: 20px;
  letter-spacing: 0px;
  color:#161616;
}
.note-container{
  border: 0.8px solid #BEDBFF;
  background-color: #EFF6FF;
  border-radius: 10px;
  padding:13px;
  color:#364153;

}
.font-wgt-700{
  font-weight: 700;
}
.border-radius-8{
  border-radius: 8px;
}

/* map css */
.bg-color{
  background-color:#F9FAFB ;

}

.location-icon{
  width:30px;height:30px;border-radius: 50%;background-color: #e1f3ef;display: flex;align-items: center;justify-content: center
}

.view-all-on-map{
  border: 1px solid #fff !important;
  background-color: var(--brand) !important;
  color: #fff !important;
}

.locate-map-btn{
  height: 40px;background-color: #FFFFFF;color:#333;border:none;border: 1.6px solid #E5E7EB;border-radius: 20px;    display: flex;
  padding:10px;
    align-items: center;
    justify-content: center;
    gap: 0px;
    font-size: 14px;
}
.locate-map-btn.active{
  background-color: #08AF86;border-radius: 20px;border: 1.6px solid var(--Persian-Green, #08AF86);color:#FFF;
  padding:10px;
  display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px;
    font-size: 14px;

}
.locate-map-btn-text{
  font-family: Work Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;

  /* line-height: 21px; */
  letter-spacing: 0px;
  color:white;
  padding:10px;
  display: flex;
    align-items: center;
    justify-content: center;
}

.nav-scroll-location {
  display: flex;
  overflow-x: auto;
  /* white-space: nowrap; */
  scrollbar-width: none;  
  flex-wrap: nowrap;  /* Firefox */
}

.nav-scroll-location::-webkit-scrollbar {
  display: none;            /* Chrome/Safari */
}

.nav-scroll-location .nav-item {
  flex: 0 0 auto;            /* Prevent wrapping */
}
/* Amennities */
.amenities-scroll {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;      /* Firefox */
  padding-bottom: 4px;
}

.amenities-scroll::-webkit-scrollbar {
  display: none;              /* Chrome / Safari */
}

.amenities-scroll .amenity-item {
  flex: 0 0 auto;  
  min-width:140px;           /* Prevent wrapping */
  width: fit-content;            /* Adjust as needed */
}

.no-col-padding .col-12,
.no-col-padding .col,
.no-col-padding [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.font-weight-400{
font-weight: 400;
font-size: 16px;
}
.sub-text-document{
  font-family: Work Sans;
font-weight: 400;
font-style: Regular;
font-size: 14px;
letter-spacing: 0px;
text-align: center;
color:#4A5565

}
.document-size-type{
  font-family: Work Sans;
font-weight: 400;
font-style: Regular;
font-size: 12px;
letter-spacing: 0px;
text-align: center;
color:#6A7282
}
.doc-type-container{
  background-color: #F3F4F6;
  border-radius: 4px;
  width: fit-content;
    padding: 5px;
}
  .border-doc-btn{
    border: 0.8px solid rgba(0, 0, 0, 0.1)
  }
  .border-download-all-btn{
    border: 1.03px solid var(--Persian-Green, rgba(8, 175, 134, 1));
    font-family: Work Sans;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
    color:#08AF86;


  }
  .project-detail-table{
    overflow: visible; border-radius: 10px;border: 0.8px solid #E5E7EB
  }
  .similar-btn-txt{
    font-family: Work Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;

    letter-spacing: 0px;
    color:#0A0A0A

  }
  .img-batch{
    background-color: #FFF;
    width: fit-content;
    height: 21px;
    border-radius: 8px;
    position: absolute;
    top: 11px;
    right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;


  }
  .document-additional-info-container{
    background-color: #F9FAFB;
    border: 0.8px solid #E5E7EB;
    border-radius: 10px;
  }

    /* Form Fill */
  .form-sub-text{
    font-family: Work Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 13px;
  color:#555555;
  letter-spacing: 0px;
  }
  @media (max-width:991px) {
    body {
    padding-bottom: 40px; 
  } 
  }
  .btn-custom-text{
    color:#0A0A0A;
  }
  /* Search Bar */
  .search-container {
            max-width: 967px;
            /* margin: 0 auto 48px; */
            /* background-color: var(--white); */
            border-radius: 12px;
            /* box-shadow: 0 4px 16px rgba(0,0,0,0.15); */
            padding: 6px;
            overflow: visible;
        }
        
        .search-row {
            display: flex;
            gap: 12px;
            align-items: stretch;
        }

         /* Filter Dropdown */
         .filter-dropdown {
            display: none;
            width:1000px;
            position: absolute;
            top: 100%;
            left: -84px;
            right: 0;
            margin-top: 8px;
            background-color: #FFF;
            border-radius: 12px;
            box-shadow: 0 8px 24px rgba(0,0,0,0.15);
            padding: 24px;
            z-index: 100;
            border: 1px solid #f0f0f0;
        }
        
        .filter-dropdown.active {
            display: block;
        }
        
        .filter-group h3 {
            font-size: 14px;
            font-weight: 600;
            color: var(--dark-color);
            margin-bottom: 12px;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        
        .filter-option {
            width: fit-content;
            padding: 8px 12px;
            border: none;
            border-radius: 6px;
            background-color: #FFF;
            color: #555;
            text-align: left;
            font-size: 14px;
            margin-bottom: 8px;
            transition: all 0.3s;
            cursor: pointer;
            border: 0.8px solid #E0E0E0
        }
        
        .filter-option:hover {
            background-color: #E5E5E5;
        }
        
        .filter-option.active {
            background-color: var(--primary-color);
            color: var(--white);
        }
        
        .btn-search {
            height: 100%;
            padding:  8px 32px;
            background-color: var(--primary-color);
            color: var(--white);
            border: none;
            border-radius: 8px;
            font-size: 15px;
            font-weight: 600;
            transition: background-color 0.3s;
        }
        
        .btn-search:hover {
            background-color: var(--primary-hover);
        }
        .desktop-search-input {
        padding-left: 40px;
      }
        .city-select {
          width: 100%;
          height: 100%;
            border: 1px solid var(--gray-border);
            border-radius: 8px;
            padding: 0 12px;
            font-size: 14px;
            background-color: var(--white);
        }
        .search-row{
          border: 0.8px solid #BFBFBF;
          border-radius: 8px;
        }
        .search-bar-desktop {
          width: 500px;
          position: relative;
        }
        .search-icon-left {
        position: absolute;
        left: 14px;
        top: 50%;
        transform: translateY(-50%);
        color: var(--primary-green);
        font-size: 18px;
      }

         /* Mobile (up to 991px) */
         @media (max-width: 991px) {
            .header .container-fluid {
                padding: 0 16px;
            }
            
            .logo-text {
                display: none;
            }
            
            .btn-login {
                display: none;
            }
            
            .mobile-menu-btn {
                display: block;
            }
            
            .hero-content {
                padding: 48px 16px;
            }
            
            .hero-title {
                font-size: 28px;
            }
            
            .search-row {
                flex-direction: column;
            }
            
            .city-select {
                width: 100%;
            }
            
            .btn-near-me span {
                display: none;
            }
            
            .filter-dropdown {
                padding: 16px;
            }
            
            .filter-dropdown .row {
                display: flex;
                flex-direction: column;
            }
            .mobile-search-trigger {
                width: 100%;
                padding: 12px 16px 12px 44px;
                background: var(--bg-light);
                border: 1px solid var(--border-color);
                border-radius: var(--radius-md);
                text-align: left;
                color: var(--text-medium);
                cursor: pointer;
                position: relative;
                transition: var(--transition-fast);
                background-color: white;
      }

      .mobile-search-trigger:hover {
        background: var(--white);
        border-color: var(--primary-green);
      }
      /* Mobile Back Button */
      .back-btn {
        padding: 8px;
        background: transparent;
        border: none;
        border-radius: var(--radius-md);
        cursor: pointer;
        transition: var(--transition-fast);
      }

      .back-btn:hover {
        background: var(--bg-light);
      }
    }
     @media (max-width:991px){ 
        .search-bar-desktop{
        
            width:100%;
     } 
        
     }
     /* Basic dropdown hidden */
.filter-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  padding: 12px;
  border-radius: 8px;
  z-index: 1000;
}

/* Visible state */
.filter-dropdown.active {
  display: block;
}

/* Desktop - keep fixed width if needed */
@media (min-width: 991px) {
  .search-container { position: relative; } /* parent for desktop dropdown */
  .filter-dropdown {
       width: 734px;
        left: auto;
        right: -47px;
  }
}

/* Mobile - make dropdown full width and anchored under mobile search */
@media (max-width: 991.98px) {
  .mobile-sticky-search { position: relative; } /* parent for mobile dropdown */
  .filter-dropdown {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 6px);
    width: calc(100% - 16px); /* small side gap */
    margin-left: 8px;
    margin-right: 8px;
    border-radius: 10px;
  }

  /* Make the filter buttons stack nicely on small screens */
  .filter-container { display: flex; flex-wrap: wrap; gap: 8px; }
  .filter-option { flex: 1 1 45%; min-width: 120px; }
}

/* Style for active filter option */
.filter-option.active {
  background: var(--primary-color, #0d6efd);
  color: #fff;
  border-radius: 6px;
}

/* Example disabled look for buttons (optional) */
.disabled-btn {
  opacity: 0.6;
  pointer-events: none;
  cursor: not-allowed;
}

.mobile-search-input {
  padding-left:40px;
}


  /* Header Icons */
  .header-icon-btn {
    width: 36px;
    height: 36px;
    border-radius: var(--radius-md);
    border: none;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--transition-fast);
  }

  .header-icon-btn:hover {
    background: var(--bg-light);
    transform: scale(1.05);
  }

  .header-icon-btn i {
    font-size: 20px;
    color: #0a0a0a;
  }

  .mobile-border-bottom{
    border-bottom: 1px solid #e2e2e2;
  }

   .btn-login {
    height: 40px;
    padding: 0 20px;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    background-color: transparent;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    margin-left: auto;
  }

  .btn-login:hover {
    border-color: var(--primary-hover);
    color: var(--primary-hover);
  }
  

  .btn-price{
    border-radius: 0.25rem;
    background-color: transparent;
    border: 1px solid #08AF86;
    padding: 0.25rem 0.5rem;
    color: #08AF86;
  }

  .btn-price:hover {
    color: #08AF86;
    background-color: rgba(39,174,96,.08);
    border-color: #08AF86;
  }


  .text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }





  .mobile-menu-btn {
      display: none;
      background: none;
      border: none;
      color: var(--dark-color);
      margin-left: auto;
  }
  
  .mobile-menu {
      display: none;
      border: 1px solid var(--gray-border);
      padding: 16px;
      background-color: var(--white);
  }

   
  @media (max-width: 991px) {
    .header .container-fluid {
        padding: 0 16px;
    }
    
    .logo-text {
        display: none;
    }
    
    .btn-login {
        display: none;
    }
    
    .mobile-menu-btn {
        display: block;
    }
    .mobile-border-bottom{
      border-bottom: 1px solid #e3e3e3;
    }
    
    .mobile-menu.active {
    display: flex;
}
  }
  .mobile-menu{
      padding:0px
    }


  
  .header-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 14px 20px;
  }

  @media (min-width: 991px) {
    .header-container {
      padding: 14px 80px;
    }
  }

  @media (min-width: 1024px) {
    .header-container {
      padding: 14px 140px;
    }
  }


  .btn-sm {
      background-color: #fff !important;
      border-radius: 8px !important;
      color: #333 !important;
      border: 1px solid #333 !important;
  }

   .btn-sm:hover {
      background-color: #FBFBFB !important;
  }

  .schedule-visit-btn:hover{
    color: #fff !important;
    background-color: #08AF86 !important;
  }

  .request-callback-btn:hover{
    color: #fff !important;
    background-color: #08AF86 !important;
  }
 

  .breadcrumb-item.active {
      color: #333;
  }


  @media (min-width: 992px) {
      .tabs-bar {
          top: 78px;
      }
  }


    /* ===== Generic Carousel Dots (Mobile) ===== */
  .carousel-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
  }

  .carousel-dots .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #D1D5DB; /* light gray */
    transition: all 0.3s ease;
  }

  .carousel-dots .dot.active {
    width: 18px;
    border-radius: 10px;
    background-color: var(--primary-color);
  }

  /* Safety: hide dots on desktop */
  @media (min-width: 991px) {
    .carousel-dots {
      display: none;
    }
  }

  .location-icon i {
    color: #08AF86;
  }

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

  .breadcrumb-item a:hover {
    color: #000;
    text-decoration: none;
  }


  .carousel-nav {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-bottom: 16px;
  }

  .carousel-nav-btn {
    width: 36px;
    height: 36px;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    background-color: transparent;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    cursor: pointer;
  }

  .carousel-nav-btn:hover:not(:disabled) {
    background-color: var(--primary-color);
    color: var(--white);
  }

  .carousel-nav-btn:disabled {
    border-color: #DDD;
    color: #CCC;
    cursor: not-allowed;
  }

  .certification-item {
    display: flex;
    align-items: flex-start;
  }

  .certification-text {
    display: block;
    line-height: 1.4;
  }

  .filter-dropdown.active{
    z-index:1081;
    top: 105px;
  }

  @media (max-width: 991.98px) {
    .mobile-sticky-search {
        position: relative;
        background: var(--white);
        padding: 12px 5px;
        border-bottom: 1px solid var(--border-color);
        position: sticky;
        top: 54px;
        z-index: 1020;
    }
  }

  @media (max-width: 991.98px) {
    .filter-dropdown {
      overflow: auto;
      height: 400px;
    }
  }

  #galleryModal .modal-body {
    max-height: 75vh;
    overflow-y: auto;
  }

  .floor-container-wrapper {
    height: 202px;
    background: #f2f4f7;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
  }

  /* Mobile */
  @media (max-width: 768px) {
    .floor-container-wrapper {
      height: 330px;
    }
  }

  /* Image safety */
  .floor-container-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;      /* no top/bottom cut */
    object-position: center;
  }

    /* 26-2 start */
  .budget-range {
      display: flex;
      flex-direction: column;
      align-items: stretch;
      gap: 8px;
  }
  .budget-select {
      flex: 1 1 0;
      min-width: 0;
      width: 100%;
      padding: 8px 12px;
      border: 0.8px solid #E0E0E0;
      border-radius: 6px;
      background-color: #FFF;
      color: #555;
      font-size: 14px;
  }
  .budget-select:focus {
      outline: none;
      border-color: var(--primary-color);
      box-shadow: 0 0 0 2px rgba(8, 175, 134, 0.12);
  }
  .budget-separator {
      color: #6b7280;
      font-size: 13px;
      display: none;
  }
  @media (max-width: 767.98px) {
      .budget-range {
          flex-direction: row;
          align-items: center;
          flex-wrap: nowrap;
      }
      .budget-separator {
          display: inline;
      }
  }
  /* 26-2 end */


  .suggestions-dropdown {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    right: auto;
    width: 100%;
    background: white;
    border: 1px solid #eee;
    border-radius: 8px;
    max-height: 250px;
    overflow-y: auto;
    z-index: 999;
    display: none;
  }

  .search-input-wrapper {
    position: relative;
  }

  .suggestion-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 14px;
    cursor: pointer;
    border-bottom: 1px solid #f5f5f5;
  }

  .suggestion-item:hover {
    background: #f8f9fa;
  }

  .suggestion-type {
    font-size: 11px;
    color: #888;
    margin-left: 10px;
    white-space: nowrap;
  }

  .suggestions-dropdown {
    z-index: 9999; /* higher than filter */
  }

  #filterDropdown {
    z-index: 1000; /* lower than suggestions */
  }

  .search-input-wrapper {
    position: relative;
    z-index: 10000;
  }

  #detailsSuggestionsDropdownMobile {
    position: absolute;
    left: -37px;
    width: calc(100% + 37px + 8px); /* adjust if needed */
  }


  #filterDropdown {
    position: absolute;
    top: 90%;
    left: -20px;   /* 👈 adjust this value */
    right: 0;
  }



  
















