  .is-invalid {
  border-color: #dc3545 !important;
}
.error-msg {
  font-size: 13px;
}

.pricel{
    background-color: #985235;
    padding: 5px;
    border-radius: 12px;
    max-width: 210px;
    color:#fff;
}
/* ---- Snapshot Section ---- */
.location-views-wrp {
  padding: 60px 0;
  background: #fff;
}

.snapshot-title {
  font-size: 32px;
  font-weight: 700;
  color: #A34B25;
  margin-bottom: 10px;
}

.snapshot-subtitle {
  font-size: 16px;
  color: #666;
  margin-bottom: 40px;
}

.snapshot-box {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 40px 20px;
  transition: all 0.3s ease;
  height: 100%;
}

.snapshot-box:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transform: translateY(-5px);
}

.snapshot-box h2 {
  color: #D35E31;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px;
}

.snapshot-box span {
  display: block;
  font-size: 16px;
  color: #777;
  font-weight: 500;
}

/* ---- Fix for Mobile Modal Click ---- */
.hero-banner .banner-back img {
  pointer-events: none;
}

.hero-banner .banner-data-block {
  position: relative;
  z-index: 2;
}

.btn-main {
  position: relative;
  z-index: 10;
}

.is-invalid {
  border-color: #dc3545 !important;
}

.error-msg {
  font-size: 13px;
}
.hero-highlights {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #A34B25;  /* Adani warm terracotta tone */
  margin-top: 18px;
  max-width: 520px;
  line-height: 1.55;
}
@media (max-width: 767px) {
  .hero-highlights {
    font-size: 15px;
    margin-top: 14px;
  }
}

/* Responsive */
@media (max-width: 767px) {
  .snapshot-box {
    padding: 20px 10px;
  }

  .snapshot-box h2 {
    font-size: 34px;
  }

  .snapshot-title {
    font-size: 26px;
  }

  .snapshot-subtitle {
    font-size: 14px;
  }
}