.propertyGalleryHero .container--gallery{
  max-width:100%;
}
.propertyGalleryHero .w-full.max-w-7xl,
.propertyDetailTop .w-full.max-w-7xl{
  max-width:1520px;
}

.propGalleryRever{
  background:linear-gradient(180deg, #2f3644 0%, #2b3140 100%);
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 20px 60px rgba(15,23,42,.16);
}

.propGalleryRever__topbar{
  display:flex;
  justify-content:flex-end;
  align-items:center;
  padding:16px 18px 10px;
}

.propGalleryRever__trackWrap{
  position:relative;
  padding:0 0 8px;
  overflow:hidden;
}

.propGalleryRever__track{
  display:flex;
  gap:14px;
  overflow-x:auto;
  overflow-y:hidden;
  scroll-behavior:smooth;
  scroll-snap-type:x mandatory;
  padding:0 74px;
  scrollbar-width:none;
  -ms-overflow-style:none;
}
.propGalleryRever__track::-webkit-scrollbar{
  display:none;
}

.propGalleryRever__slide{
  flex:0 0 calc((100% - 28px) / 3);
  min-width:calc((100% - 28px) / 3);
  display:block;
  scroll-snap-align:center;
  text-decoration:none;
  transform:scale(.982);
  transition:transform .22s ease, opacity .22s ease, box-shadow .22s ease;
  opacity:.9;
}
.propGalleryRever__slide.is-active{
  transform:scale(1);
  opacity:1;
}

.propGalleryRever__slideInner{
  display:block;
  aspect-ratio:4 / 3;
  border-radius:14px;
  overflow:hidden;
  background:#dfe5ec;
  box-shadow:0 12px 30px rgba(15,23,42,.14);
}

.propGalleryRever__slideImg{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center;
  transform:translateZ(0);
}

.propGalleryRever__nav{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:46px;
  height:46px;
  border-radius:12px;
  border:0;
  background:rgba(255,255,255,.92);
  color:#334155;
  font-size:28px;
  line-height:1;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  z-index:5;
  box-shadow:0 8px 24px rgba(15,23,42,.18);
}
.propGalleryRever__nav--prev{ left:16px; }
.propGalleryRever__nav--next{ right:16px; }

.propGalleryRever__favBtn{
  display:inline-flex;
  align-items:center;
  gap:8px;
  border:1px solid rgba(255,255,255,.24);
  background:rgba(255,255,255,.94);
  color:#64748b;
  border-radius:12px;
  padding:10px 14px;
  font-size:13px;
  font-weight:800;
  line-height:1;
}
.propGalleryRever__favIcon{
  font-size:14px;
  line-height:1;
}

.propGalleryRever__bottomBar{
  display:flex;
  align-items:stretch;
  min-height:60px;
  border-top:1px solid rgba(255,255,255,.06);
}

.propGalleryRever__thumbs{
  flex:1 1 auto;
  display:flex;
  align-items:center;
  gap:10px;
  overflow-x:auto;
  padding:10px 16px;
  min-width:0;
}
.propGalleryRever__thumb{
  flex:0 0 auto;
  width:74px;
  height:46px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:8px;
  overflow:hidden;
  opacity:.65;
  background:transparent;
  padding:0;
  cursor:pointer;
  transition:opacity .16s ease, transform .16s ease, border-color .16s ease;
}
.propGalleryRever__thumb.is-active{
  opacity:1;
  transform:translateY(-1px);
  border-color:rgba(255,255,255,.38);
}
.propGalleryRever__thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.propGalleryRever__mode{
  flex:0 0 92px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  border-left:1px solid rgba(255,255,255,.08);
  font-size:13px;
  font-weight:800;
  background:rgba(255,255,255,.04);
}

.fancybox-modern-property .fancybox__backdrop{
  background:rgba(15,23,42,.92);
}
.fancybox-modern-property .fancybox__toolbar{
  background:linear-gradient(180deg, rgba(15,23,42,.82), rgba(15,23,42,.12));
}
.fancybox-modern-property .fancybox__caption{
  padding:16px 20px 22px;
  font-size:14px;
  line-height:1.6;
  color:#e5e7eb;
}
.fancybox-modern-property .fancybox__thumbs{
  background:rgba(15,23,42,.88);
}
.fancybox-modern-property .fancybox__thumb{
  border-radius:8px;
  overflow:hidden;
}

.page-listing-detail--custom{
  padding-top:28px;
}
.page-listing-detail__grid{
  display:grid;
  grid-template-columns:minmax(0,1.65fr) minmax(320px,.75fr);
  gap:40px;
  align-items:start;
}
.page-listing-detail--custom .left-content,
.page-listing-detail--custom .right-content{
  width:auto;
  float:none;
}
.page-listing-detail--custom .right-content{
  position:sticky;
  top:110px;
}
.page-listing-detail--custom .heading-02{
  margin-top:30px;
  margin-bottom:14px;
  font-size:22px;
  line-height:1.24;
  font-weight:700;
  color:#232d3b;
}
.page-listing-detail--custom .heading-02--sm{
  margin-top:0;
  margin-bottom:10px;
  font-size:20px;
}
.page-listing-detail--custom .detail-house h1{
  font-size:24px;
  line-height:1.28;
  color:#232d3b;
  font-weight:700;
  margin:10px 0 12px;
  max-width:900px;
}
.page-listing-detail--custom .address{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  color:#7c8797;
  font-size:13px;
  line-height:1.5;
}
.page-listing-detail--custom .address p{
  margin:0;
}
.page-listing-detail--custom .listing-id-status{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  color:#7b8592;
  font-size:13px;
}
.page-listing-detail--custom .listing-id-status strong{
  color:#253041;
}
.page-listing-detail--custom .detailroom{
  display:flex;
  flex-wrap:wrap;
  gap:18px;
  align-items:flex-end;
  padding:0;
  margin:16px 0 0;
  list-style:none;
}
.page-listing-detail--custom .listing-detail-price{
  margin-right:8px;
}
.page-listing-detail--custom .listing-detail-price-cost strong{
  font-size:22px;
  line-height:1.1;
  font-weight:800;
  color:#1f2937;
}
.page-listing-detail--custom .listing-detail-price-cost span{
  display:block;
  margin-top:5px;
  color:#7b8592;
  font-size:12px;
  line-height:1.45;
}
.page-listing-detail--custom .detailroom li{
  display:flex;
  align-items:center;
  gap:8px;
  color:#4b5563;
  font-size:14px;
  font-weight:700;
}

.detail-summary-block{
  margin-top:22px;
  padding:18px 20px;
  background:#f8fafc;
  border:1px solid #e7ebf0;
  border-radius:12px;
}
.detail-summary-block__text{
  margin:0;
  color:#475569;
  font-size:14px;
  line-height:1.7;
}

.section-verified--custom{
  margin-top:26px;
  padding:16px 0 18px;
  border-bottom:1px solid #e5e7eb;
}
.section-verified--custom .section-verified-content{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
}
.section-verified--custom ul{
  margin:0;
  padding:0;
  list-style:none;
}
.section-verified--custom li{
  display:flex;
  align-items:center;
  gap:10px;
  color:#516170;
  font-size:15px;
}
.section-verified--custom .zmdi-assignment-check{
  color:#1f8aa2;
  font-size:20px;
}
.section-verified--custom .label-outline-blue{
  border:1px solid #7aa8b0;
  color:#437b84;
  background:#fff;
  border-radius:8px;
  padding:10px 16px;
  font-size:15px;
  font-weight:700;
}

.detail-more--custom{
  list-style:none;
  padding:0;
  margin:0;
  border-top:1px solid #eceff3;
}
.detail-more--custom li{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  padding:14px 0;
  border-bottom:1px solid #eceff3;
}
.detail-more--custom .left{
  margin:0;
  color:#687483;
  font-weight:600;
}
.detail-more--custom .right{
  margin:0;
  color:#253041;
  font-weight:700;
  text-align:right;
}

.detail-side-note--top{
  margin-top:26px;
}
.propImageAltText{
  margin:0;
  color:#475569;
  font-size:15px;
  line-height:1.7;
  white-space:pre-line;
}

.form-real-estate--custom{
  background:#fff;
  border:1px solid #e7ebf0;
  border-radius:12px;
  padding:22px;
  box-shadow:0 10px 30px rgba(15,23,42,.06);
}
.form-real-estate--custom .form-real-estate-title{
  font-size:30px;
  line-height:1.2;
  margin-bottom:14px;
  color:#2a3443;
}
.form-real-estate__agentMini{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:14px;
}
.form-real-estate__agentAvatar{
  width:48px;
  height:48px;
  border-radius:999px;
  background:#e2e8f0;
  color:#334155;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:800;
  font-size:14px;
  flex:0 0 auto;
}
.form-real-estate__agentMeta{
  min-width:0;
}
.form-real-estate--custom .advisory__title{
  margin:0;
  font-size:18px;
  font-weight:700;
  color:#263141;
}
.form-real-estate--custom .advisory__sub-title{
  margin-top:4px;
  color:#7b8592;
  font-size:14px;
}
.form-real-estate--custom .text-small-center{
  margin:14px 0 18px;
  color:#7b8592;
  font-size:14px;
}
.form-real-estate--custom .text-small-center strong{
  color:#263141;
}
.form-real-estate--custom .btn-phone,
.form-real-estate--custom .btn-zalo,
.form-real-estate--custom .btn-property{
  width:100%;
  justify-content:center;
  text-align:center;
}

.group-cta--stack{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:10px;
}
.group-cta--compact{
  margin-top:0;
  margin-bottom:0;
}

.inquiryForm--sidebar{
  margin-top:18px;
  padding-top:18px;
  border-top:1px solid #eceff3;
}
.inquiryField{
  display:flex;
  flex-direction:column;
  gap:6px;
}
.inquiryLabel{
  font-size:12px;
  font-weight:700;
  color:rgba(15,23,42,.70);
}
.inquiryInput,
.inquirySelect,
.inquiryTextarea{
  width:100%;
  border-radius:14px;
  border:1px solid rgba(0,0,0,.14);
  background:#ffffff;
  padding:12px 14px;
  font-size:14px;
  outline:none;
  transition:border-color .15s ease, box-shadow .15s ease;
}
.inquiryInput:focus,
.inquirySelect:focus,
.inquiryTextarea:focus{
  border-color:rgba(15,23,42,.35);
  box-shadow:0 0 0 4px rgba(15,23,42,.08);
}
.inquiryTextarea{
  min-height:120px;
  resize:vertical;
}
.inquiryActions{
  margin-top:4px;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:10px;
}
.inquiryActions--left{
  align-items:flex-start;
}
.inquiryBtn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 18px;
  min-width:180px;
  border-radius:9999px;
  background:#0b1220;
  color:#ffffff;
  font-weight:800;
  letter-spacing:.2px;
  border:1px solid rgba(0,0,0,.25);
  box-shadow:0 14px 30px rgba(2,6,23,.22);
  transition:transform .15s ease, box-shadow .15s ease;
  width:auto !important;
  max-width:100%;
}
.inquiryBtn:hover{
  transform:translateY(-1px);
  box-shadow:0 18px 40px rgba(2,6,23,.26);
}

.amenCardLight{
  background:#ffffff;
  border:1px solid rgba(2,6,23,.10);
  border-radius:18px;
  padding:22px;
  box-shadow:0 14px 40px rgba(15,23,42,.06);
}
@media (min-width: 768px){
  .amenCardLight{ padding:26px; }
}
.amenCardLight--detail{
  box-shadow:none;
  border-radius:12px;
}
.amenHead{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:14px;
}
.amenTitle{
  margin:0;
  font-size:22px;
  font-weight:900;
  color:#0b1220;
}
.amenCardLight .amenMeta{
  color:rgba(2,6,23,.55);
  font-weight:800;
  font-size:13px;
}
.amenGridLight{
  display:grid;
  grid-template-columns:repeat(1, minmax(0, 1fr));
  gap:14px 22px;
}
@media (min-width: 640px){
  .amenGridLight{ grid-template-columns:repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 1024px){
  .amenGridLight{ grid-template-columns:repeat(4, minmax(0, 1fr)); }
}
.amenItemLight{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
  padding:6px 4px;
}
.amenIconLight{
  width:26px;
  height:26px;
  display:block;
  opacity:.95;
}
.amenNameLight{
  margin:0;
  font-size:14px;
  font-weight:900;
  color:#0b1220;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.amenItemLight.is-missing{
  opacity:.25;
}

.propContent{
  max-width:68ch;
  margin-left:auto;
  margin-right:auto;
  color:rgba(15,23,42,.92);
  font-size:16px;
  line-height:1.75;
  letter-spacing:.1px;
  word-break:break-word;
}
@media (min-width: 1024px){
  .propContent{ font-size:17px; }
}
.propContent > *{ margin-top:0; }
.propContent p{ margin:0 0 14px; }
.propContent .propLead{ font-size:16px; color:rgba(15,23,42,.78); }
.propContent h1,.propContent h2,.propContent h3{
  color:rgba(2,6,23,.95);
  font-weight:800;
  line-height:1.25;
  margin:22px 0 10px;
}
.propContent h2{ font-size:22px; }
.propContent h3{ font-size:18px; }
.propContent ul, .propContent ol{
  margin:10px 0 16px 22px;
  padding:0;
}
.propContent li{ margin:6px 0; }
.propContent ul{ list-style:disc; }
.propContent ol{ list-style:decimal; }
.propContent a{
  color:rgba(2,6,23,.95);
  text-decoration:underline;
  text-decoration-thickness:2px;
  text-underline-offset:3px;
}
.propContent a:hover{ opacity:.85; }
.propContent blockquote{
  margin:16px 0;
  padding:12px 14px;
  border-left:4px solid rgba(2,6,23,.25);
  background:rgba(248,250,252,1);
  border-radius:12px;
  color:rgba(15,23,42,.78);
}
.propContent *{
  max-width:100%;
  font-size:inherit;
  line-height:inherit;
}

.poi-card{
  background:#ffffff;
  border:1px solid rgba(0,0,0,.10);
  border-radius:18px;
  padding:22px;
  box-shadow:0 14px 40px rgba(15,23,42,.08);
}
@media (min-width: 768px){
  .poi-card{ padding:26px; }
}
.poi-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  flex-wrap:wrap;
}
.poi-title{
  margin:0;
  font-size:22px;
  font-weight:900;
  line-height:1.2;
  color:#0b1220;
}
.poi-sub{
  margin:6px 0 0;
  color:rgba(15,23,42,.65);
  font-size:14px;
  line-height:1.45;
}
.poi-controls{ display:none !important; }
.poi-grid{
  display:grid;
  grid-template-columns:minmax(0, 2fr) minmax(300px, 1fr);
  gap:16px;
  margin-top:16px;
  align-items:stretch;
}
.poi-map{
  border:1px solid rgba(2,6,23,.10);
  border-radius:16px;
  overflow:hidden;
  background:#0b1220;
  height:460px;
  position:relative;
  min-width:0;
}
.poi-map-cover{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:18px;
  color:rgba(226,232,240,.92);
  font-size:13px;
  text-align:center;
  z-index:2;
  pointer-events:none;
}
.poi-right{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:10px;
}
.poi-list{
  border:1px solid rgba(2,6,23,.10);
  border-radius:16px;
  overflow:hidden;
  background:#fff;
  max-height:460px;
  overflow-y:auto;
}
.poi-row{
  display:flex;
  gap:10px;
  align-items:flex-start;
  padding:12px 12px;
  border-bottom:1px solid rgba(2,6,23,.06);
  background:#fff;
}
.poi-row:last-child{ border-bottom:0; }
.poi-row:hover{ background:rgba(248,250,252,1); }
.poi-row.is-active{
  background:#eef2ff;
  box-shadow:inset 3px 0 0 rgba(59,130,246,.9);
}
.poi-idx{
  width:28px;
  height:28px;
  border-radius:10px;
  background:#eef2ff;
  color:#1e293b;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  font-size:12px;
  flex:0 0 auto;
}
.poi-ico{
  width:28px;
  height:28px;
  border-radius:10px;
  background:#f1f5f9;
  color:#0f172a;
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  font-size:16px;
}
.poi-meta{
  min-width:0;
  flex:1;
}
.poi-name{
  margin:0;
  font-weight:900;
  font-size:14px;
  color:#0f172a;
  line-height:1.25;
}
.poi-addr{
  margin:4px 0 0;
  color:rgba(15,23,42,.60);
  font-size:12px;
  line-height:1.35;
}
.poi-eta{
  margin:6px 0 0;
  color:#334155;
  font-size:12px;
  font-weight:800;
}
.poi-eta .muted{
  color:rgba(15,23,42,.55);
  font-weight:700;
}
.poi-dist{
  margin-left:auto;
  flex:0 0 auto;
  font-weight:900;
  font-size:12px;
  color:#0f172a;
  background:rgba(2,6,23,.04);
  border:1px solid rgba(2,6,23,.08);
  border-radius:999px;
  padding:6px 10px;
}
.poi-state{
  font-size:12px;
  color:rgba(15,23,42,.55);
}
.poi-skeleton .poi-row{ opacity:.55; }
.poi-skeleton .poi-name,
.poi-skeleton .poi-addr{
  background:linear-gradient(90deg,#eef2f7,#f7f9fc,#eef2f7);
  border-radius:8px;
  color:transparent;
}
.poi-skeleton .poi-name{
  height:16px;
  width:70%;
}
.poi-skeleton .poi-addr{
  height:12px;
  width:90%;
  margin-top:8px;
}
.poi-map .leaflet-container{
  width:100%;
  height:100%;
  border-radius:16px;
}
.poi-map .leaflet-control-zoom{
  border:1px solid rgba(2,6,23,.12);
  border-radius:12px;
  overflow:hidden;
  box-shadow:0 10px 24px rgba(2,6,23,.10);
}
.poi-map .leaflet-control-zoom a{
  width:34px;
  height:34px;
  line-height:34px;
  color:#0b1220;
}
.poi-map .leaflet-bar a,
.poi-map .leaflet-bar a:hover{
  background:#ffffff;
}

.relWrap{
  display:flex;
  flex-direction:column;
  gap:34px;
}
.relHead{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:14px;
}
.relTitle{
  font-size:22px;
  line-height:1.2;
  font-weight:900;
  margin:0;
  color:#0b1220;
}
.relGrid{
  display:grid;
  grid-template-columns:repeat(1, minmax(0, 1fr));
  gap:16px;
}
@media (min-width: 640px){
  .relGrid{ grid-template-columns:repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 1024px){
  .relGrid{ grid-template-columns:repeat(3, minmax(0, 1fr)); gap:18px; }
}
.relCard{
  display:flex;
  flex-direction:column;
  border-radius:18px;
  overflow:hidden;
  background:#ffffff;
  border:1px solid rgba(2,6,23,.10);
  box-shadow:0 14px 40px rgba(15,23,42,.06);
  text-decoration:none;
  transition:transform .18s ease, box-shadow .18s ease;
}
.relCard:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 55px rgba(15,23,42,.10);
}
.relCover{
  width:100%;
  aspect-ratio:4/3;
  background:#f1f5f9;
  position:relative;
}
@supports not (aspect-ratio: 4/3) {
  .relCover{
    height:0;
    padding-top:75%;
  }
  .relCover img{
    position:absolute;
    inset:0;
  }
}
.relCover img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  display:block;
}
.relBody{ padding:14px 14px 16px; }
.relMetaTop{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.relPrice{
  font-size:18px;
  font-weight:900;
  color:#0b1220;
}
.relPer{
  font-size:12px;
  font-weight:900;
  color:rgba(2,6,23,.55);
  margin-left:4px;
}
.relSku{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:6px 10px;
  border-radius:9999px;
  border:1px solid rgba(2,6,23,.12);
  background:rgba(2,6,23,.03);
}
.relSkuLabel{
  font-size:11px;
  font-weight:900;
  letter-spacing:.3px;
  color:rgba(2,6,23,.55);
  text-transform:uppercase;
}
.relSkuVal{
  font-size:12px;
  font-weight:900;
  color:#0b1220;
}
.relName{
  margin-top:10px;
  font-size:14px;
  font-weight:900;
  line-height:1.25;
  color:#0b1220;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  min-height:36px;
}
.relFacts{
  margin-top:10px;
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}
.relFact{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:13px;
  font-weight:900;
  color:rgba(2,6,23,.80);
}
.relFact img{
  width:18px;
  height:18px;
  display:block;
  opacity:.9;
}
.relEmpty{
  padding:14px 16px;
  border-radius:14px;
  border:1px dashed rgba(2,6,23,.18);
  background:rgba(248,250,252,1);
  color:rgba(2,6,23,.65);
  font-weight:800;
}

@media (max-width: 1199px){
  .page-listing-detail__grid{
    grid-template-columns:minmax(0,1fr);
    gap:28px;
  }
  .page-listing-detail--custom .right-content{
    position:static;
  }
}

@media (max-width: 991px){
  .poi-grid{
    grid-template-columns:1fr;
  }
  .poi-map{
    height:360px;
  }
  .poi-list{
    max-height:360px;
  }
}

@media (max-width: 767px){
  .propertyGalleryHero{
    padding-top:0 !important;
  }
  .propertyGalleryHero .container--gallery{
    padding-left:0;
    padding-right:0;
  }
  .propGalleryRever{
    border-radius:0;
  }
  .propGalleryRever__topbar{
    padding:12px 12px 8px;
  }
  .propGalleryRever__track{
    gap:10px;
    padding:0 42px;
  }
  .propGalleryRever__slide{
    flex:0 0 86vw;
    min-width:86vw;
  }
  .propGalleryRever__thumbs{
    padding:8px 10px;
    gap:8px;
  }
  .propGalleryRever__thumb{
    width:64px;
    height:42px;
  }
  .propGalleryRever__mode{
    flex:0 0 78px;
    font-size:12px;
  }

  .page-listing-detail--custom{
    padding-top:18px;
  }
  .page-listing-detail--custom .detail-house h1{
    font-size:22px;
    margin:8px 0 10px;
  }
  .page-listing-detail--custom .heading-02{
    font-size:20px;
    margin-top:24px;
    margin-bottom:10px;
  }
  .page-listing-detail--custom .listing-detail-price-cost strong{
    font-size:20px;
  }
  .page-listing-detail--custom .detailroom{
    gap:14px;
  }
  .page-listing-detail--custom .detailroom li{
    font-size:16px;
  }
  .section-verified--custom .section-verified-content{
    align-items:flex-start;
  }
  .section-verified--custom .label-outline-blue{
    width:100%;
    text-align:center;
  }
  .detail-more--custom li{
    flex-direction:column;
    gap:6px;
  }
  .detail-more--custom .right{
    text-align:left;
  }
  .form-real-estate--custom .form-real-estate-title{
    font-size:24px;
  }
}

.form-real-estate--rever{
  padding:28px 24px;
}

.form-real-estate--rever .form-real-estate-title{
  font-size:34px;
  line-height:1.15;
  margin-bottom:18px;
  color:#2a3443;
  font-weight:800;
}

.agent-stack{
  display:flex;
  justify-content:center;
  margin-bottom:18px;
}
.agent-stack__avatar{
  width:72px;
  height:72px;
  border-radius:999px;
  object-fit:cover;
  border:6px solid #f3f4f6;
  margin-left:-12px;
  background:#fff;
}
.agent-stack__avatar:first-child{
  margin-left:0;
}

.agent-stack__content{
  text-align:center;
  margin-bottom:18px;
}
.agent-stack__headline{
  margin:0;
  font-size:22px;
  line-height:1.3;
  font-weight:800;
  color:#3f4754;
}
.agent-stack__sub{
  margin:8px 0 0;
  font-size:14px;
  color:#8b9098;
}

.agent-stack__listing{
  display:flex;
  align-items:center;
  gap:12px;
  margin:0 0 20px;
  color:#8b9098;
  font-size:15px;
  justify-content:center;
}
.agent-stack__listing strong{
  color:#2f3440;
}
.agent-stack__listing .line{
  flex:1 1 auto;
  max-width:120px;
  height:1px;
  background:#d7d7d7;
}

.cta-main-btn{
  width:100%;
  min-height:58px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  text-decoration:none;
  font-weight:800;
  font-size:18px;
  transition:all .18s ease;
}
.cta-main-btn--phone{
  background:#d62828;
  color:#fff;
  margin-bottom:16px;
}
.cta-main-btn--phone:hover{
  transform:translateY(-1px);
  box-shadow:0 14px 28px rgba(214,40,40,.20);
}
.cta-main-btn iconify-icon{
  font-size:22px;
}

.cta-secondary-btn{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  width:100%;
  min-height:52px;
  border-radius:12px;
  text-decoration:none;
  color:#2f3440;
  font-weight:700;
  background:#fff;
  border:1px solid #e5e7eb;
  margin-bottom:10px;
}
.cta-secondary-btn img{
  width:24px;
  height:24px;
  object-fit:contain;
}

.cta-divider{
  text-align:center;
  color:#8b9098;
  font-size:14px;
  margin:14px 0;
}
.amenCollapse{
  border-top:1px solid #eef2f7;
  padding-top:14px;
  margin-top:14px;
}
.amenCollapse:first-of-type{
  border-top:0;
  padding-top:0;
  margin-top:0;
}
.amenCollapse__summary{
  list-style:none;
  display:flex;
  align-items:center;
  justify-content:space-between;
  cursor:pointer;
  font-size:16px;
  font-weight:800;
  color:#223043;
  margin-bottom:14px;
}
.amenCollapse__summary::-webkit-details-marker{
  display:none;
}
.amenCollapse__icon{
  font-size:22px;
  transition:transform .18s ease;
}
.amenCollapse[open] .amenCollapse__icon{
  transform:rotate(180deg);
}








.propertyGalleryHero{
  width:100%;
  padding-top:0;
  margin-bottom:28px;
}

.propGalleryRever--fullbleed{
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  border-radius:0;
  background:linear-gradient(180deg,#2f3644 0%,#2b3140 100%);
  overflow:hidden;
  box-shadow:none;
}

.propGalleryRever__topbar{
  display:flex;
  justify-content:flex-end;
  align-items:center;
  padding:12px 20px 10px;
}

.propGalleryRever__trackWrap{
  position:relative;
  overflow:hidden;
  padding:0 0 8px;
}

.propGalleryRever__track{
  display:flex;
  gap:14px;
  overflow-x:auto;
  overflow-y:hidden;
  scroll-behavior:smooth;
  scroll-snap-type:x mandatory;
  padding:0 72px;
  scrollbar-width:none;
  -ms-overflow-style:none;
}
.propGalleryRever__track::-webkit-scrollbar{
  display:none;
}

.propGalleryRever__slide{
  flex:0 0 calc((100vw - 172px) / 3);
  min-width:calc((100vw - 172px) / 3);
  display:block;
  scroll-snap-align:center;
  text-decoration:none;
  transform:scale(.985);
  transition:transform .22s ease, opacity .22s ease;
  opacity:.9;
}

.propGalleryRever__slide.is-active{
  transform:scale(1);
  opacity:1;
}

.propGalleryRever__slideInner{
  display:block;
  aspect-ratio:4 / 3;
  border-radius:12px;
  overflow:hidden;
  background:#dfe5ec;
}

.propGalleryRever__slideImg{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center;
}

.propGalleryRever__nav{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:44px;
  height:44px;
  border-radius:10px;
  border:0;
  background:rgba(255,255,255,.92);
  color:#334155;
  font-size:28px;
  line-height:1;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  z-index:5;
  box-shadow:0 8px 24px rgba(15,23,42,.18);
}
.propGalleryRever__nav--prev{ left:16px; }
.propGalleryRever__nav--next{ right:16px; }

.propGalleryRever__favBtn{
  display:inline-flex;
  align-items:center;
  gap:8px;
  border:1px solid rgba(255,255,255,.24);
  background:rgba(255,255,255,.94);
  color:#64748b;
  border-radius:10px;
  padding:10px 14px;
  font-size:13px;
  font-weight:800;
  line-height:1;
}

.propGalleryRever__bottomBar{
  display:flex;
  align-items:stretch;
  min-height:58px;
  border-top:1px solid rgba(255,255,255,.06);
}

.propGalleryRever__thumbs{
  flex:1 1 auto;
  display:flex;
  align-items:center;
  gap:10px;
  overflow-x:auto;
  padding:10px 18px;
  min-width:0;
}

.propGalleryRever__thumb{
  flex:0 0 auto;
  width:72px;
  height:44px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:8px;
  overflow:hidden;
  opacity:.68;
  background:transparent;
  padding:0;
  cursor:pointer;
  transition:opacity .16s ease, transform .16s ease, border-color .16s ease;
}
.propGalleryRever__thumb.is-active{
  opacity:1;
  transform:translateY(-1px);
  border-color:rgba(255,255,255,.38);
}
.propGalleryRever__thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.propGalleryRever__mode{
  flex:0 0 96px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  border-left:1px solid rgba(255,255,255,.08);
  font-size:13px;
  font-weight:800;
  background:rgba(255,255,255,.04);
}

@media (max-width: 767px){
  .propGalleryRever__topbar{
    padding:10px 12px 8px;
  }

  .propGalleryRever__track{
    gap:10px;
    padding:0 42px;
  }

  .propGalleryRever__slide{
    flex:0 0 86vw;
    min-width:86vw;
  }

  .propGalleryRever__thumbs{
    padding:8px 10px;
    gap:8px;
  }

  .propGalleryRever__thumb{
    width:62px;
    height:40px;
  }

  .propGalleryRever__mode{
    flex:0 0 78px;
    font-size:12px;
  }
}



/* =========================
   DETAIL CARD ALIGNMENT
   ========================= */

.detailIntroCard,
.detailOverviewCard {
  border-radius: 24px;
  border: 1px solid #e5e7eb;
  background: #fff;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}

.detailIntroCard {
  padding: 28px 32px;
}

.detailOverviewCard {
  padding: 0;
  overflow: hidden;
}

.detailOverviewCard .amenHead {
  padding: 24px 28px 0;
  margin: 0;
}

.detailOverviewCard__content {
  padding: 16px 28px 28px;
}

.detailIntroCard .content-detail-house {
  margin: 0;
}

.detailIntroCard .detail-house {
  margin: 0;
}

.detailIntroCard .section-verified--custom {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid #e5e7eb;
}

.detailIntroCard .section-verified-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.detailIntroCard .section-verified-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.detailIntroCard .section-verified-content li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.detailIntroCard .address {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  margin-bottom: 12px;
  color: #6b7280;
  font-size: 0.98rem;
}

.detailIntroCard .address p {
  margin: 0;
}

.detailIntroCard .address p:not(:last-child)::after {
  content: "•";
  margin-left: 10px;
  color: #9ca3af;
}

.detailIntroCard h1 {
  margin-bottom: 14px;
}

.detailIntroCard .listing-id-status {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 20px;
}

.detailIntroCard .detailroom {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.detailIntroCard .listing-detail-price {
  min-width: 220px;
}

.detailIntroCard .listing-detail-price-cost strong {
  display: block;
  font-size: 2.25rem;
  line-height: 1.1;
  font-weight: 800;
  color: #111827;
}

.detailIntroCard .listing-detail-price-cost span {
  display: block;
  margin-top: 6px;
  color: #6b7280;
  font-size: 0.95rem;
}

.detailOverviewCard__content .propContent--detail > *:first-child {
  margin-top: 0;
}

.detailOverviewCard__content .propContent--detail > *:last-child {
  margin-bottom: 0;
}

/* =========================
   FACILITIES MOBILE COMPACT
   ========================= */

@media (max-width: 767px) {
  .detailIntroCard {
    padding: 20px 18px;
  }

  .detailOverviewCard__content {
    padding: 0 18px 20px;
  }

  .detailIntroCard .section-verified-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .detailIntroCard .listing-detail-price {
    min-width: 100%;
  }

  .detailIntroCard .listing-detail-price-cost strong {
    font-size: 1.85rem;
  }

  .amenGridLight {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 12px;
  }

  .amenItemLight {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: auto;
    padding: 10px 0;
  }

  .amenIconLight {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
  }

  .amenNameLight {
    font-size: 0.92rem;
    line-height: 1.35;
  }

  .amenCollapse__summary {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
