* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #f4f4f6;
  font-family: Inter, Arial, Helvetica, sans-serif;
  color: #151515;
}

.prop-wrap {
  width: 100%;
  padding: 10px;
}

.prop-card {
  width: 100%;
  max-width: 876px;
  margin: 0 auto;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 1px 0 rgba(0,0,0,.03), 0 10px 30px rgba(17,24,39,.06);
  overflow: hidden;
  display: grid;
  grid-template-columns: 445px 1fr;
  min-height: 257px;
}

.media-shell {
  position: relative;
  background: #fff;
  min-width: 0;
}

.brand-strip {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
  height: 34px;
  padding: 0 10px;
  background: rgba(30, 30, 30, .86);
  color: #fff;
  border-radius: 8px 8px 0 0;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.2px;
}

.brand-strip span {
  font-weight: 600;
  color: rgba(255,255,255,.92);
}

.carousel {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 257px;
  background: #e9ebef;
  overflow: hidden;
}

.carousel-viewport {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.carousel-track {
  display: flex;
  height: 100%;
  transform: translateX(0%);
  transition: transform .45s cubic-bezier(.22,.61,.36,1);
  will-change: transform;
}

.slide {
  flex: 0 0 100%;
  height: 257px;
  position: relative;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,.02), rgba(0,0,0,.12));
  pointer-events: none;
}

.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: rgba(0,0,0,.30);
  color: #fff;
  font-size: 34px;
  line-height: 1;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: .2s ease;
  backdrop-filter: blur(4px);
  -webkit-user-select: none;
  user-select: none;
  pointer-events: auto;
}

.nav-btn:hover {
  background: rgba(0,0,0,.46);
  transform: translateY(-50%) scale(1.04);
}

.nav-btn.prev {
  left: 12px;
}

.nav-btn.next {
  right: 12px;
}

.count-pill {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 20;
  min-width: 52px;
  height: 24px;
  padding: 0 9px;
  border-radius: 8px;
  background: rgba(0,0,0,.66);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .2px;
}

.count-pill .slash {
  opacity: .8;
  font-weight: 700;
}

.thumb-row {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 20;
  display: flex;
  gap: 6px;
  overflow: auto;
  padding-bottom: 1px;
  scrollbar-width: none;
}

.thumb-row::-webkit-scrollbar {
  display: none;
}

.thumb {
  width: 42px;
  height: 28px;
  border: 2px solid transparent;
  border-radius: 8px;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  background: rgba(255,255,255,.2);
  flex: 0 0 auto;
  box-shadow: 0 3px 10px rgba(0,0,0,.08);
  transition: transform .2s ease, border-color .2s ease, opacity .2s ease;
  opacity: .78;
}

.thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.thumb:hover {
  transform: translateY(-1px);
}

.thumb.active {
  border-color: #ffffff;
  opacity: 1;
}

.prop-body {
  padding: 16px 18px 14px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.zero-badge {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  background: #f3f6ff;
  color: #42536a;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
}

.title-row {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.title-row h2 {
  margin: 0;
  font-size: 18px;
  line-height: 1.18;
  letter-spacing: -0.35px;
  color: #1b1b1b;
  font-weight: 800;
}

.rera-pill {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  height: 20px;
  padding: 0 6px;
  border-radius: 6px;
  background: #edf7ef;
  color: #2d8a47;
  font-size: 11px;
  font-weight: 800;
}

.rera-pill svg {
  width: 12px;
  height: 12px;
}

.subtitle {
  margin: 8px 0 14px;
  font-size: 15px;
  line-height: 1.35;
  color: #222;
  font-weight: 500;
}

.price-grid {
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  gap: 12px;
  align-items: center;
  margin-bottom: 14px;
}

.price-divider {
  width: 1px;
  height: 34px;
  background: #d9d9de;
  justify-self: center;
}

.small {
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 4px;
}

.price {
  font-size: 15px;
  font-weight: 800;
  color: #1f1f1f;
  letter-spacing: -0.15px;
}

.meta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  color: #565c68;
  font-size: 13px;
  line-height: 1.45;
  margin-bottom: 12px;
}

.dot {
  opacity: .8;
}

.footer-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
}

.updated {
  display: flex;
  flex-direction: column;
  gap: 2px;
  color: #6b7280;
  font-size: 12px;
  line-height: 1.1;
}

.updated strong {
  color: #3e4653;
  font-size: 14px;
  font-weight: 700;
}

.desktop-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.icon-btn {
  width: 52px;
  height: 52px;
  border: 0;
  background: #f2f4f8;
  color: #555b67;
  border-radius: 12px;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.icon-btn svg {
  width: 23px;
  height: 23px;
}

.contact-btn,
.chat-btn {
  height: 52px;
  border: 0;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
}

.contact-btn {
  min-width: 170px;
  padding: 0 24px;
  color: #fff;
  background: linear-gradient(180deg, #6a2be8 0%, #5b24db 100%);
}

.chat-btn {
  min-width: 104px;
  padding: 0 16px;
  background: #fff;
  color: #5b24db;
  border: 2px solid #b58eff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.wa {
  width: 16px;
  height: 16px;
  display: inline-grid;
  place-items: center;
  color: #27c24c;
  font-size: 16px;
  line-height: 1;
}

.mobile-actions {
  display: none;
}

@media (max-width: 900px) {
  .prop-card {
    grid-template-columns: 1fr;
    width: 95%;
  }

  .media-shell,
  .carousel,
  .slide {
    min-height: 260px;
  }

  .slide {
    height: 260px;
  }

  .prop-body {
    padding: 15px;
  }
  .slide img {
  width: 100%;
  height: 100%;
  }
  .carousel{
  height: 180px !important;
}
.lg a img{
  width: 120px !important;
}
}

@media (max-width: 640px) {
  .prop-wrap {
    padding: 8px;
  }
  .main-ct{
    display: block !important
  }
  .bx{
    width: 100% !important;
  }
  .bx form{
    margin-top: 10px
  }
  .lg a img{
  width: 120px !important;
}
  .slide img {
  width: 100%;
  height: 100%;
  }
.carousel{
  height: 180px !important;
}
  .prop-card {
   width: 95%;
    border-radius: 14px;
    overflow: hidden;
  }

  .media-shell,
  .carousel {
    min-height: 160px;
  }

  .slide {
    height: 160px;
  }

  .brand-strip {
    top: 6px;
    left: 6px;
    height: 18px;
    padding: 0 6px;
    border-radius: 3px;
    font-size: 8px;
  }

  .nav-btn {
    
    font-size: 18px;
  }

  .nav-btn.prev {
    left: 5px;
  }

  .nav-btn.next {
    right: 5px;
  }

  .count-pill {
    right: 6px;
    bottom: 6px;
    min-width: 28px;
    height: 16px;
    padding: 0 5px;
    border-radius: 6px;
    font-size: 8px;
  }

  .thumb-row {
    left: 6px;
    right: 6px;
    bottom: 6px;
    gap: 4px;
  }

  .thumb {
    width: 24px;
    height: 16px;
    border-radius: 5px;
    border-width: 1px;
  }

  .prop-body {
    padding: 10px 10px 11px;
  }

  .zero-badge {
    display: none;
  }

  .title-row {
    align-items: flex-start;
    gap: 6px;
  }

  .title-row h2 {
    font-size: 13px;
    line-height: 1.15;
  }

  .rera-pill {
    height: 16px;
    padding: 0 5px;
    font-size: 8px;
    border-radius: 5px;
    transform: translateY(1px);
  }

  .rera-pill svg {
    width: 9px;
    height: 9px;
  }

  .subtitle {
    font-size: 8px;
    margin: 5px 0 11px;
    line-height: 1.35;
  }

  .price-grid {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-bottom: 10px;
  }

  .price-divider {
    display: none;
  }

  .small {
    font-size: 8px;
    margin-bottom: 2px;
  }

  .price {
    font-size: 9px;
    line-height: 1.2;
  }

  .meta-row {
    font-size: 8px;
    gap: 3px;
    margin-bottom: 9px;
  }

  .footer-row {
    align-items: center;
  }

  .updated {
    font-size: 8px;
    gap: 1px;
  }

  .updated strong {
    font-size: 9px;
  }

  .desktop-actions {
    display: none;
  }

  .mobile-actions {
    display: flex;
    gap: 5px;
    margin-top: 9px;
  }

  .chat-btn,
  .contact-btn {
    height: 22px;
    border-radius: 6px;
    font-size: 8px;
  }

  .chat-btn {
    min-width: 59px;
    padding: 0 7px;
    border-width: 1px;
    gap: 4px;
  }

  .contact-btn {
    min-width: 95px;
    padding: 0 10px;
  }

  .wa {
    font-size: 10px;
  }
  
}


.lg a img{
  width: 200px !important;
}

.main-ct{
  width: 95%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bx{
  width: 49%;
}
.luxury-property-form{
    width:100%;
    max-width:390px;
    padding:22px;
    border-radius:20px;
    background:rgba(255,255,255,0.14);
    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);
    border:1px solid rgba(255,255,255,0.2);
    box-shadow:0 8px 30px rgba(0,0,0,0.22);
}

.luxury-property-form h2{
    color:#fff;
    font-size:28px;
    font-weight:700;
    margin-bottom:4px;
    text-align:center;
    line-height:1.2;
}

.luxury-property-form p{
    color:#e8e8e8;
    font-size:13px;
    text-align:center;
    margin-bottom:16px;
}

.luxury-input-box{
    margin-bottom:12px;
}

.luxury-input-box input,
.luxury-input-box textarea{
    width:100%;
    border:none;
    outline:none;
    padding:13px 15px;
    border-radius:12px;
    background:rgba(255,255,255,0.13);
    color:#fff;
    font-size:14px;
}

.luxury-input-box textarea{
    height:75px;
    resize:none;
}

.luxury-property-form button{
    width:100%;
    border:none;
    outline:none;
    padding:13px;
    border-radius:12px;
    background:#d4af37;
    color:#111;
    font-size:15px;
    font-weight:700;
    cursor:pointer;
    transition:0.3s ease;
}

@media(max-width:768px){

  
    .luxury-property-form{
        padding:18px 16px;
        border-radius:16px;
    }

    .luxury-property-form h2{
        font-size:24px;
    }
    

}
.bx:nth-child(2){
  display: flex;
  justify-content: end;
}
.luxury-input-box input::placeholder,
.luxury-input-box textarea::placeholder{
    color:#c9c1b3;
    opacity:1;
}

.contact-btn{
  line-height: 23px !important;
  text-align: center !important;
}


.cn-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 28px;
    background: linear-gradient(135deg, #0f172a, #1e293b);
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.18);
    transition: all 0.3s ease;
    border: 2px solid transparent;
    cursor: pointer;
}

.cn-btn:hover{
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.25);
    background: linear-gradient(135deg, #1e293b, #334155);
}

.cn-btn:active{
    transform: scale(0.96);
}

@media (max-width: 768px){
    .cn-btn{
        width: 100%;
        padding: 15px 20px;
        font-size: 15px;
    }
}

@media (max-width: 480px){
    .cn-btn{
        padding: 14px 18px;
        font-size: 14px;
        border-radius: 40px;
    }
}



