.coming-soon-hero {
  position: relative;
  height: 100vh;
  background: url("/assets/home/campnstay_haridwar.webp") center/cover no-repeat;
}

.coming-soon-hero .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.coming-soon-hero .content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #6BCF43;
  text-align: center;
}

.coming-soon-hero h1 {
  font-size: 56px;
  margin-bottom: 10px;
}

.coming-soon-hero p {
  font-size: 20px;
  opacity: 0.9;
  color: white;
  font-weight: bold;
}

.coming-soon-hero .badge {
  margin-top: 20px;
  padding: 10px 22px;
  border: 2px solid #6BCF43;
  border-radius: 30px;
  color: white;
  font-weight: 600;
}
