/* Marcela Prestige Residential – Sarovar-style Page */

/* Breadcrumb */
.breadcrumb{
  margin: 18px 0 14px;
  font-size: 14px;
  color: #6a6a6a;
}
.breadcrumb a{ color:#444; text-decoration:none; }
.breadcrumb a:hover{ text-decoration:underline; }
.breadcrumb .sep{ margin: 0 8px; color:#9a9a9a; }

/* Hero */
.sarovar-hero{
  border-radius: 0 0 24px 24px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  min-height: 520px;
  position: relative;
  margin-bottom: 0;
}
.sarovar-hero-overlay{
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.35) 0%, rgba(0,0,0,.65) 100%);
  z-index: 1;
}
.sarovar-hero-inner{
  position: relative;
  z-index: 2;
  padding: 48px 24px 40px;
  max-width: 1120px;
  margin: 0 auto;
}
.sarovar-hero h1{
  margin: 0 0 8px;
  font-size: 48px;
  line-height: 1.06;
  letter-spacing: .2px;
  color: #fff;
}
.sarovar-hero .subhead{
  margin: 0 0 16px;
  color: rgba(255,255,255,.90);
  font-size: 18px;
}
.hero-badges{
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.hero-badges li{
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.30);
  background: rgba(255,255,255,.12);
  color: rgba(255,255,255,.95);
  font-size: 13px;
}

/* CTA strip */
.cta-strip{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.cta-strip-bottom{
  margin-top: 24px;
}
.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid transparent;
  transition: transform .15s ease, box-shadow .15s ease;
  cursor: pointer;
}
.btn:hover{
  transform: translateY(-1px);
  box-shadow: 0 14px 34px rgba(0,0,0,.25);
}
.btn-primary{
  background: #e1b12c;
  color: #101010;
}
.btn-dark{
  background: #1a1a1a;
  color: #fff;
  border-color: rgba(255,255,255,.20);
}
.btn-outline{
  background: transparent;
  border-color: rgba(255,255,255,.40);
  color: #fff;
}
.btn-whatsapp{
  background: #25D366;
  color: #fff;
}
.btn-whatsapp:hover{
  background: #1ebe5d;
}

/* Quick specs */
.quick-specs{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 12px;
  max-width: 700px;
}
.qs{
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.20);
  background: rgba(255,255,255,.08);
  padding: 12px 12px;
}
.qs-k{
  font-size: 12px;
  letter-spacing: .3px;
  text-transform: uppercase;
  color: rgba(255,255,255,.70);
  margin-bottom: 4px;
}
.qs-v{
  font-size: 14px;
  color: rgba(255,255,255,.95);
  font-weight: 600;
}

/* Sections */
.section{
  padding: 48px 0;
}
.section-alt{
  background: #f6f6f6;
}
.container{
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}
.section-head{
  margin-bottom: 24px;
}
.section-head h2{
  margin: 0 0 8px;
  font-size: 28px;
}
.section-head p{
  margin: 0;
  color: #5a5a5a;
}

/* Grid */
.grid-2{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start;
}

/* Intro */
.lead{
  font-size: 16px;
  line-height: 1.6;
  color: #262626;
  margin: 0 0 16px;
}
.feature-list{
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  display: grid;
  gap: 8px;
}
.feature-list .f{
  padding: 6px 0;
  color: #262626;
  font-size: 14px;
  line-height: 1.5;
}
.media-card{
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 16px 36px rgba(0,0,0,.08);
}
.media-card img{
  width: 100%;
  height: auto;
  display: block;
}
.media-caption{
  padding: 12px 14px;
  background: #fff;
  font-size: 13px;
  color: #6a6a6a;
}

/* Gallery */
.gallery{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 12px;
}
.gallery .g{
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 16px 36px rgba(0,0,0,.08);
}
.gallery .g img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .25s ease;
}
.gallery .g:hover img{
  transform: scale(1.03);
}

/* Cards */
.cards-3{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
}
.card{
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(0,0,0,.10);
  padding: 20px;
  box-shadow: 0 14px 34px rgba(0,0,0,.06);
}
.card h3{
  margin: 0 0 4px;
  font-size: 18px;
}
.card .muted{
  margin: 0 0 12px;
  color: #6a6a6a;
  font-size: 13px;
}
.card ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
.card ul li{
  padding: 4px 0;
  color: #262626;
  font-size: 14px;
  line-height: 1.45;
}

/* Amenities */
.amenity-box{
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(0,0,0,.10);
  padding: 20px;
  box-shadow: 0 14px 34px rgba(0,0,0,.06);
}
.amenity-box h3{
  margin: 0 0 12px;
  font-size: 16px;
}
.ticks{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}
.ticks li{
  padding-left: 18px;
  position: relative;
  color: #262626;
  font-size: 14px;
  line-height: 1.45;
}
.ticks li::before{
  content: "✓";
  position: absolute;
  left: 0;
  color: #25D366;
  font-weight: 700;
}

/* Terms */
.terms{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
  margin-bottom: 24px;
}
.term{
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.10);
  background: #fff;
  padding: 16px;
}
.term .k{
  font-size: 12px;
  letter-spacing: .3px;
  text-transform: uppercase;
  color: #6a6a6a;
  margin-bottom: 6px;
}
.term .v{
  font-size: 14px;
  color: #141414;
  line-height: 1.45;
}

/* Map */
.map-wrapper{
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 16px 36px rgba(0,0,0,.08);
  margin-top: 24px;
}
.map-wrapper iframe{
  width: 100%;
  height: 450px;
  border: 0;
  display: block;
}

/* Final CTA */
.final-cta{
  padding: 48px 0;
  text-align: center;
}
.final-cta h2{
  margin: 0 0 8px;
  font-size: 24px;
}
.final-cta .muted{
  margin: 0 0 24px;
  color: #5a5a5a;
  font-size: 14px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* Responsive */
@media (max-width: 980px){
  .sarovar-hero h1{ font-size: 36px; }
  .grid-2{ grid-template-columns: 1fr; }
  .gallery{ grid-template-columns: 1fr 1fr; }
  .terms{ grid-template-columns: 1fr 1fr; }
  .quick-specs{ grid-template-columns: 1fr 1fr; }
  .map-wrapper iframe{ height: 300px; }
}

@media (max-width: 600px){
  .sarovar-hero{ min-height: 400px; }
  .sarovar-hero-inner{ padding: 32px 16px 24px; }
  .sarovar-hero h1{ font-size: 28px; }
  .gallery{ grid-template-columns: 1fr; }
  .terms{ grid-template-columns: 1fr; }
  .quick-specs{ grid-template-columns: 1fr; }
  .cta-strip{ flex-direction: column; }
  .btn{ width: 100%; justify-content: center; }
}
