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

  /* header */
  .topbar{background:#fff; border-bottom:1px solid var(--stroke);top: 0px;z-index: 99999;position: sticky;}
  
  @media (max-width: 991.98px) {
    .topbar {
      position: fixed !important;
      width: 100%;
      left: 0;
      right: 0;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
    /* iOS Safari rubber-band fix: fixed so overscroll bounce can't displace it */
    .mobile-sticky-search {
      position: fixed !important;
      top: 54px;
      left: 0;
      right: 0;
      width: 100%;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
    .hero-wrapper {
      margin-top: 124px; /* 60px topbar + 64px mobile search bar */
    }
  }

  .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;
  }

  @media (min-width: 991px) {
    #highlights .mini-card,
    #amenities .mini-card {
      height: 110px;
      display: flex;
      align-items: center;
    }
    #documents .mini-card {
      height: 320px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }
  }



  .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; padding: 4px 10px;; border-radius:6px; font-size:12px; background:#F0FDF4; color:#00A63E;font-weight:500}
  .note{font-size:.85rem; color:#6b7280}
  .note[data-bs-toggle="tooltip"] { cursor: help; }
  .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;     right: 16px;
    bottom: 29px; background:#000; color:#fff; opacity:.75; padding:.25rem .5rem; border-radius:999px; font-size:.8rem}
  .gallery-img-nav-btn{position:absolute; top:50%; transform:translateY(-50%); background:#27272766; border:none; color:white; width:40px; height:40px; border-radius:50%; display:flex; align-items:center; justify-content:center; cursor:pointer; padding:0;}
  .gallery-img-nav-btn.prev-btn{left:10px;}
  .gallery-img-nav-btn.next-btn{right:10px;}
  .gallery-img-nav-btn i{font-size:18px;}
  
   /* 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: 30px;}
  .subprice{color:var(--sub-price); font-weight:500; font-size:14px}

  /* 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:-webkit-sticky;position:sticky;top:126px;z-index: 1001;
}
@media (min-width: 992px){
  .tabs-bar{ top: 59px; }
}
  .tabs-bar .nav-link{color:#4b5563; font-weight:500; padding:.5rem 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; padding-bottom:calc(.5rem + env(safe-area-inset-bottom)); transform:translateZ(0); -webkit-transform:translateZ(0)}
  .mobile-cta .btn{font-weight:400}

  .seg-tabs{
    display:inline-flex; gap:0;  /* light grey rail */
     border-radius:14px; padding:6px;
    width:fit-content;
  }
  .seg-tab{
    border:0; background:transparent; color:#6B7280;
    padding:.55rem 1rem; border-radius:30px; font-weight:600; font-size:.9rem;
    white-space:nowrap;
  }
  .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;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .block-title::before {
    content: '';
    flex-shrink: 0;
    display: inline-block;
    width: 4px;
    height: 24px;
    border-radius: 2px;
    background: linear-gradient(to bottom, #08AF86, #0A8668);
  }
  .block-title::after {
    content: '';
    display: block;
    flex: 1;
    height: 2px;
    min-width: 90px;
    background: linear-gradient(to right, rgba(20, 184, 166, 0.2), transparent);
  }
  .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;
    overflow-y: hidden;
    -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; }

  /* Desktop: stretch tabs to fill full container width */
  @media (min-width: 992px) {
    .tabs-bar .nav {
      overflow-x: visible;
      justify-content: space-between;
    }
    .tabs-bar .nav-item { flex: 1 1 auto; text-align: center; }
  }

  /* 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: 400;
  font-style: Medium;
  font-size: 13px;

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

  }
.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
}

@media (min-width: 991px) {
  #locationList .location-item,
  #locationListMobile .mobile-location-item {
    height: 72px;
    display: flex;
    align-items: 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 */
}
/* Amenity name truncation with tooltip */
.amenity-name-truncate {
  display: block;
  width: 100%;
  white-space: normal;
  text-align: center;
  cursor: default;
  font-size: 13px;
  line-height: 1.2;
}

/* 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;
  width: fit-content;
}

@media (max-width: 991px) {
  .d-flex.d-md-none.amenities-scroll .amenity-item {
    width: 144px;
    min-width: 144px;
    height: 106px;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }

  .d-flex.d-md-none.amenities-scroll .amenity-item img,
  .d-flex.d-md-none.amenities-scroll .amenity-item svg {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
  }

  .d-flex.d-md-none.amenities-scroll .amenity-item span,
  .d-flex.d-md-none.amenities-scroll .amenity-item {
    font-size: 12px;
    line-height: 1.3;
    text-align: center;
    white-space: normal;
    word-break: break-word;
  }
}

.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;
  margin-bottom: 2px !important;
}
.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: 1px solid #e5e7eb !important;
  }
  .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: #102348 !important;
    padding-top: calc(0.25rem + 1px) !important;
    padding-bottom: calc(0.25rem + 1px) !important;
  }
  .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{
    background-color: transparent;
    border: 1px solid #08AF86;
    padding: 0.25rem 0.5rem;
    color: #08AF86;
    border-radius: 10px;
    height: 39px;
    font-weight: 400;
  }

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

  .download-plan-btn {
    border: 1px solid #d1d5db !important;
    color: #000000 !important;
    font-weight: 400;
  }

  .download-plan-btn i {
    color: #000000 !important;
  }

  .download-plan-btn:hover {
    border: 1px solid #9ca3af !important;
    color: #000000 !important;
    background-color: #f9fafb;
  }

  .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-logo {
    transition: margin-left 0.3s ease;
  }

  @media (min-width: 991px) {
    .header-logo {
      position: relative;
      left: -120px;
    }

    .header-actions {
      position: relative;
      right: -100px;
    }
  }

  .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;
  }

  .btn-sm.similar-btn-txt {
    border: 1px solid #e5e7eb !important;
    color: #102348 !important;
    padding-top: calc(0.25rem + 2px) !important;
    padding-bottom: calc(0.25rem + 2px) !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: 69px;
          height: 67px;
          display: flex;
          align-items: center;
          box-shadow: 0px 1px 2px -1px #0000001A;
          box-shadow: 0px 1px 3px 0px #0000001A;
          border-bottom: 0.8px solid #E5E7EB

      }
  }


    /* ===== 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;
    }
  }

  /* ===== Floor Plans Carousel ===== */
  .fp-carousel-outer {
    position: relative;
  }
  
  .fp-progress {
    display: none;
    width: 120px;
    height: 3px;
    background: #E0E0E0;
    border-radius: 3px;
    margin: 16px auto 0;
    overflow: hidden;
  }

  @media (max-width: 991px) {
    .fp-progress { display: block; }
  }

  .fp-progress-fill {
    height: 100%;
    background: #08AF86;
    border-radius: 3px;
    width: 0%;
    transition: width 0.1s ease;
  }

  .fp-nav {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 999px;
    border: 1px solid #e0e0e0;
    background: #fff;
    color: #333;
    place-items: center;
    cursor: pointer;
    z-index: 2;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    transition: box-shadow 0.2s, border-color 0.2s;
  }

  .fp-nav:hover:not(:disabled) {
    border-color: #bbb;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
  }

  .fp-nav:disabled {
    opacity: 0.35;
    cursor: default;
  }

  .fp-nav.fp-prev {
    left: -20px;
  }

  .fp-nav.fp-next {
    right: -20px;
  }

  .fp-track {
    display: flex;
    gap: 16px;
    overflow-x: hidden;
    scroll-behavior: smooth;
  }

  .fp-card {
    flex: 0 0 calc(33.333% - 11px);
    min-width: 0;
  }

  @media (min-width: 992px) {
    .fp-nav {
      display: grid;
    }
  }

  @media (max-width: 991px) {
    .fp-track {
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none;
    }

    .fp-track::after {
      content: '';
      flex: 0 0 9%;
    }

    .fp-track::-webkit-scrollbar {
      display: none;
    }

    .fp-card {
      flex: 0 0 82%;
      scroll-snap-align: start;
    }
  }

  .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;
  }

  /* ── Mobile About Developer card ── */
  .dev-card-mobile {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 20px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .dev-initials-mobile {
    width: 64px;
    height: 64px;
    border-radius: 10px;
    background-color: #E5E7EB;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 400;
    color: #0A0A0A;
    margin-bottom: 12px;
    flex-shrink: 0;
  }

  .dev-name-mobile {
    font-size: 16px;
    font-weight: 400;
    color: #0a0a0a;
    text-align: center;
    margin-bottom: 8px;
  }

  .developer-stats-mobile {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #4a5565;
    white-space: nowrap;
    margin-bottom: 4px;
  }

  .developer-stats-mobile span + span::before {
    content: "·";
    margin-right: 6px;
    color: #9ca3af;
  }

  .dev-divider-mobile {
    width: 100%;
    border: none;
    border-top: 1px solid #e5e7eb;
    margin: 14px 0;
  }

  .dev-desc-mobile {
    font-size: 14px;
    color: #4a5565;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 14px;
  }

  .dev-certs-mobile {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .dev-certs-mobile .certification-item {
    gap: 8px;
  }

  .dev-certs-mobile .certification-text {
    font-size: 14px;
    color: #4a5565;
    font-weight: 400;
  }

  .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;
        transition: transform 0.3s ease, opacity 0.3s ease;
    }

    .mobile-sticky-search.scroll-hidden {
      transform: translateY(-100%);
      opacity: 0;
      pointer-events: none;
    }

    .mobile-sticky-search .search-row {
      border: none;
      border-radius: 0;
    }

    .mobile-sticky-search .city-select {
      height: 40px;
      border: 1px solid #e0e0e0;
      border-radius: 8px;
      padding: 0 12px;
      font-size: 14px;
      background-color: #fff;
      width: 100%;
    }

    .mobile-sticky-search .search-input-wrapper {
      height: 40px;
      position: relative;
    }

    .mobile-sticky-search .mobile-search-input {
      height: 40px;
      border: 1px solid #e0e0e0;
      border-radius: 8px;
      padding: 0 16px 0 44px;
      font-size: 16px;
      background-color: #fff;
      width: 100%;
      outline: none;
      box-shadow: none;
    }

    .mobile-sticky-search .mobile-search-input:focus {
      border-color: #08af86;
      box-shadow: 0 0 0 3px rgba(8, 175, 134, 0.1);
    }

    .mobile-sticky-search .search-icon-left {
      position: absolute;
      left: 14px;
      top: 50%;
      transform: translateY(-50%);
      color: #08af86;
      font-size: 18px;
      pointer-events: none;
    }
  }

  @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;
  }

/* ── Hero section: desktop-only single-card layout ── */
@media (min-width: 992px) {
.project-heading{
  font-family: Work Sans;
font-weight: 500;
font-style: Medium;
font-size: 18px;
/* leading-trim: NONE; */
line-height: 20px;
letter-spacing: 0px;
color: #102348;
}
.builder-web{
  font-family: Work Sans!important;
font-weight: 400!important;
font-style: Regular!important;
font-size: 14px!important;
/* leading-trim: NONE; */
line-height: 20px!important;
letter-spacing: 0px!important;
color:#4A5565!important;
}
  #mainImage{
  height: 457px;
  }

  /* Outer card — 478px fixed height, flex column so row fills it */
  .hero-wrapper {
    background: #fff;
    border: 1px solid #E5E7EB !important;
    border-radius: var(--radius);
    box-shadow: none !important;
    overflow: hidden;
    height: 545px;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    margin-top: 30px;
  }

  /* Row fills remaining height, columns stretch */
  .hero-wrapper > .row {
    flex: 1;
    min-height: 0;
    align-items: stretch;
    padding:0 20px;
  }

  /* Gallery column: flex column so the gallery div fills it */
  .hero-gallery-col {
    display: flex;
    flex-direction: column;
    padding: 15px;
    width:542px;
  }

  /* Gallery div fills the column */
  .hero-wrapper .hero-gallery {
    flex: 1;
    min-height: 0;
    margin: 0 !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 12px;
    overflow: hidden;
  }

  /* Gallery image covers the full area */
  .hero-wrapper .hero-gallery img#mainImage {
    width: 100%;
    height: 410px;
    margin-top:13px;
    object-fit: cover;
    border-radius: 14px!important;
  }

  /* Strip cardish border/shadow from details inside the outer card */
  .hero-details-col,
  .hero-details-col .card-margin { margin-top: 0 !important; }
  .hero-details-content {
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
    margin-top: 0 !important;
    height: 100%;
    overflow-y: auto;
    width:592px;
    padding-top: 12px !important;
    padding-bottom: 15px !important;
  }
  /* .hero-details-col{
    width:592px;
  } */
  .hero-section-header-web{
    /* border-bottom: 0.25px solid #000000; */
    border-bottom: 0.25px solid #0000001A;
    padding: 15px 20px 15px 35px;
  }
  
  /* Config table: alternating row colors + border */
  .config-table {
    border: 0.8px solid #E5E7EB !important;
    border-radius: 8px;
    overflow: hidden;
  }
  .config-table .config-row:nth-child(odd)  { background-color: #ffffff; }
  .config-table .config-row:nth-child(even) { background-color: #FAFAFA; }

  
}

.favorite-btn{
  width: 36px;
height: 36px;
/* angle: 0 deg; */
opacity: 1;
border-radius: 26843500px;
background: #FFFFFFE5;
box-shadow: 0px 2px 4px -2px #0000001A;

box-shadow: 0px 4px 6px -1px #0000001A;

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

}

/* ============================================================
   Details page — AI / Classic search mode toggle + search bar
   ============================================================ */

.details-search-wrap {
  flex: 1;
}

.details-search-wrap .header-search-bar {
  min-width: 0;
  max-width: none;
  flex: 1;
}

.search-mode-wrap {
  position: relative;
  flex-shrink: 0;
}

.search-mode-btn {
  height: 40px;
  padding: 0 14px;
  background: linear-gradient(90deg, rgba(8,175,134,0.03) 0%, rgba(8,175,134,0.1) 100%);
  color: #08AF86;
  border: 0.78px solid #08AF860F;
  box-shadow: 1.57px 1.57px 2.35px -2.35px #00795B0F;
  font-size: 11px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
  white-space: nowrap;
  font-family: "Work Sans", sans-serif;
  border-radius: 8px;
  transition: background var(--transition-fast);
  line-height: 1;
}

.search-mode-btn:hover {
  background: #e6f8f5;
}

.mode-chevron {
  font-size: 11px;
  margin-left: 2px;
}

.search-mode-dropdown {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
  z-index: 300;
  min-width: 164px;
  display: none;
  overflow: hidden;
}

.search-mode-dropdown.open {
  display: block;
}

.search-mode-option {
  padding: 11px 16px;
  cursor: pointer;
  font-size: 14px;
  color: #333;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Work Sans", sans-serif;
  transition: background var(--transition-fast);
}

.search-mode-option:hover {
  background: #e6f8f5;
  color: #08AF86;
}

.search-mode-option.active {
  color: #08AF86;
  font-weight: 500;
}

/* Unified search bar */
.header-search-bar {
  display: flex;
  align-items: center;
  border: 0.8px solid #D0D7E4;
  border-radius: 8px;
  height: 42px;
  background: #fff;
  overflow: visible;
  flex: 1;
  position: relative;
  padding: 5px;
}

.header-search-city {
  display: flex;
  align-items: center;
  height: 100%;
  flex-shrink: 0;
}

.city-select-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  background: #F5F6FA;
  border-radius: 8px;
  color: #0A0A0A;
  font-weight: 400;
  font-size: 14px;
}

.city-select-inner {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  outline: none;
  background: transparent;
  height: 100%;
  padding: 0 28px 0 14px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
}

.city-custom-trigger {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 28px 0 14px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  white-space: nowrap;
  user-select: none;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
}

.city-custom-menu {
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  min-width: 160px;
  max-height: 200px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.10);
  z-index: 1002;
}

.city-custom-menu.open {
  display: block;
}

.city-custom-item {
  padding: 8px 14px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  font-family: "Work Sans", sans-serif;
}

.city-custom-item:hover,
.city-custom-item.active {
  background: #F5F6FA;
  color: #0A0A0A;
}

.city-drop-chevron {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 11px;
  color: #555;
  pointer-events: none;
}

.header-search-input-wrap {
  flex: 1;
  height: 100%;
  min-width: 0;
  position: static;
}

.header-search-input-wrap input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  padding: 0 14px;
  font-size: 14px;
  background: transparent;
  font-family: "Work Sans", sans-serif;
  color: #333;
}

.header-search-input-wrap input::placeholder {
  color: #b0b7c3;
  font-weight: 400;
}

.header-search-input-wrap .suggestions-dropdown {
  left: 0 !important;
  right: 0 !important;
  width: auto !important;
}

.header-search-submit {
  width: 42px;
  height: 42px;
  background: #08AF86;
  border: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  font-size: 16px;
  border-radius: 8px;
  transition: background var(--transition-fast);
  margin: -1px -1px -1px 0;
}

.header-search-submit:hover {
  background: #069975;
}

.header-search-submit:disabled {
  pointer-events: none;
  opacity: 0.5 !important;
  cursor: not-allowed;
}

/* Mobile AI/Classic mode tabs */
.details-mobile-mode-tabs {
  margin: 6px 8px 6px 37px;
}

.details-mobile-mode-tabs.msm-tabs {
  margin-bottom: 4px;
}

/* Toast notification for AI validation */
.msm-toast {
  position: fixed;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100002;
  background: #fff8e6;
  border: 1px solid #ffc107;
  border-left: 4px solid #ffc107;
  border-radius: 10px;
  padding: 12px 16px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-width: 260px;
  max-width: calc(100vw - 32px);
  box-shadow: 0 4px 16px rgba(0,0,0,0.12);
  font-size: 13px;
  color: #7a5600;
  line-height: 1.4;
  animation: detailsSlideUp 0.25s ease;
}

.msm-toast svg { flex-shrink: 0; color: #ffc107; margin-top: 1px; }

.msm-toast.msm-toast-out {
  animation: detailsSlideDown 0.25s ease forwards;
}

@keyframes detailsSlideUp {
  from { opacity: 0; transform: translateX(-50%) translateY(-16px); }
  to   { opacity: 1; transform: translateX(-50%) translateY(0); }
}

@keyframes detailsSlideDown {
  from { opacity: 1; transform: translateX(-50%) translateY(0); }
  to   { opacity: 0; transform: translateX(-50%) translateY(-16px); }
}

/* msm-tabs / msm-tab for mobile mode toggle (same as listing page) */
.msm-tabs {
  display: flex;
  gap: 8px;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: -2px 0 7px 0 #4e4e4e21;
  padding: 4px;
}

.msm-tab {
  flex: 1;
  border-radius: 12px;
  height: 40px;
  background: #ffffff;
  color: #102348;
  font-size: 14px;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  line-height: 1;
  font-family: inherit;
  cursor: pointer;
  border: none;
}

.msm-tab.active {
  border: 1px solid #dbf6ee;
  box-shadow: 0 2px 8px #08af8622;
  color: #08af86;
  font-weight: 500;
}

/* ============================================================
   Details page — mobile search trigger button
   ============================================================ */

.mobile-search-trigger {
  height: 40px;
  padding: 0 16px 0 38px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  text-align: left;
  color: #677387;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: "Work Sans", sans-serif;
  transition: border-color var(--transition-fast);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mobile-search-trigger:hover {
  border-color: #08AF86;
}

.mobile-search-trigger span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* ============================================================
   Details page — full-screen mobile search modal
   ============================================================ */

.mobile-search-blank-modal {
  position: fixed;
  inset: 0;
  background: #ffffff;
  z-index: 100000;
  display: none;
  overflow: hidden;
}

.mobile-search-blank-modal.active {
  display: block;
}

body.mobile-search-blank-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.mobile-search-modal-content {
  height: 100%;
  overflow-y: auto;
  background: #ffffff;
  padding: calc(16px + env(safe-area-inset-top)) 14px calc(98px + env(safe-area-inset-bottom));
}

.msm-filter-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: -16px -14px 16px;
  padding: calc(20px + env(safe-area-inset-top)) 14px 12px;
  border-bottom: 1px solid #e9e9e9;
  background: #ffffff;
  position: sticky;
  top: -16px;
  z-index: 5;
}

.msm-filter-back {
  border: 0;
  background: transparent;
  color: #102348;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.msm-field,
.msm-city-box,
.msm-near {
  border: 0.8px solid #08af86;
  border-radius: 14px;
  background: #ffffff;
  min-height: 52px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  padding: 0 14px;
  color: #677387;
  font-size: 14px;
  gap: 10px;
}

.msm-near {
  justify-content: flex-start;
  cursor: pointer;
}

.msm-near strong {
  color: #08af86;
  display: block;
  line-height: 1.1;
}

.msm-near span {
  color: #b5b5b5;
  display: block;
  line-height: 1.1;
}

.msm-section {
  margin: 20px 0 2px;
}

.msm-title {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #102348;
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 1.2;
}

.msm-chip {
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  padding: 10px 14px;
  background: #ffffff;
  color: #555;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  font-family: inherit;
}

.msm-chip.active {
  border-color: #08af86;
  color: #fff;
  background: #08af86;
}

.msm-actions {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  border-top: 0.8px solid #ebebeb;
  padding: 19px 14px calc(12px + env(safe-area-inset-bottom));
  display: flex;
  gap: 12px;
  z-index: 10;
}

.msm-btn {
  flex: 1;
  height: 43px;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #08af86;
  font-family: inherit;
  cursor: pointer;
}

.msm-btn-apply {
  background: #08af86;
  color: #ffffff;
  width: 100%;
}

.msm-btn-apply:disabled {
  pointer-events: none;
  opacity: 0.5 !important;
  cursor: not-allowed;
}

.msm-btn-clear {
  background: #ffffff;
  color: #08af86;
}

.msm-city-box {
  cursor: pointer;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.msm-city-placeholder {
  color: #9ca3af;
  font-size: 14px;
}

.msm-city-screen {
  min-height: 100%;
  padding-bottom: 84px;
  display: none;
}

.msm-city-screen.active {
  display: block;
}

.msm-city-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
  color: #102348;
}

.msm-city-header-left {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 600;
}

.msm-city-close {
  border: 0;
  background: transparent;
  color: #8f96a3;
  font-size: 24px;
  line-height: 1;
  padding: 0;
  cursor: pointer;
}

.msm-city-search {
  border: 0.8px solid #08af86;
  border-radius: 14px;
  min-height: 52px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  gap: 8px;
  margin-bottom: 18px;
  flex-wrap: wrap;
  padding-top: 8px;
  padding-bottom: 8px;
}

.msm-city-label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #102348;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}

.msm-city-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.msm-city-item {
  border-bottom: 1px solid #e0e0e0;
  color: #555;
  font-size: 14px;
  padding: 16px 2px;
  line-height: 22.4px;
  cursor: pointer;
}

.msm-city-item.active {
  color: #08af86;
  font-weight: 600;
}

.msm-city-apply {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 0.8px solid #ebebeb;
  background: #ffffff;
  padding: 12px 14px calc(12px + env(safe-area-inset-bottom));
}

.msm-field input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  font-size: 14px;
  font-family: inherit;
  color: #677387;
}

.msm-ai-wrap {
  padding-bottom: 92px;
}

.msm-ai-center {
  text-align: center;
  padding: 26px 8px 8px;
}

.msm-ai-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #ecfaf6;
  color: #08af86;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.msm-ai-copy {
  color: #888888;
  font-size: 14px;
  line-height: 1.35;
  margin-bottom: 18px;
}

.msm-ai-actions {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 0.8px solid #ebebeb;
  background: #ffffff;
  padding: 12px 14px calc(12px + env(safe-area-inset-bottom));
  z-index: 10;
}
.color-4A5565{
  color:#4A5565!important;
}

.dev-header-mobile{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #F9FAFB;
  padding:15px;
  border-radius: 10px;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .mobile-detail-full-container{
    background-color: white;
  } 
  
}
