.hero-section {
  position: relative;
  min-height: 95vh;
  display: flex;
  align-items: center;
  background:
    linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)),
    url("../img/Pickleball.png") center/cover no-repeat;
}
.hero-section.football{
      background:
    linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)),
    url("../img/inner-pages-img/football.jpeg") center/cover no-repeat;
}
.hero-section.cricket-turf{
         background:
    linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)),
    url("../img/inner-pages-img/cricket-turf.jpeg") center/cover no-repeat; 
}
.hero-section.tennis-turf{
           background:
    linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)),
    url("../img/inner-pages-img/Tennis.png") center/cover no-repeat; 
}
.hero-section.Swimming-Pool{
             background:
    linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)),
    url("../img/inner-pages-img/Swimming.png") center/cover no-repeat; 
}
.hero-section.badminton-court{
               background:
    linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)),
    url("../img/inner-pages-img/Indoor-Badmin.png") center/cover no-repeat; 
}
.hero-section.skating-hero{
               background:
    linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)),
    url("../img/inner-pages-img/Skating-img.jpg") center/cover no-repeat; 
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
}

.hero-tag {
  display: inline-block;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  padding: 12px 22px;
  border-radius: 50px;
  font-size: 14px;
  margin-bottom: 25px;
  backdrop-filter: blur(10px);
}

.hero-content h1 {
  font-size: 40px;
  font-family: var(--heading-font);
  color: #fff;
  margin-bottom: 25px;
  font-weight: 800;
}

.hero-content h1 span {
  color: #ffb400;
}

.hero-content p {
  color: #d1d5db;
  font-size: 16px;
  margin-bottom: 40px;
}

.hero-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}


/* CONTENT SECTION */
.section-space {
  padding: 60px 0;
}

.section-title span {
  color: #406232;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
}

.city-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.city-card {
  background: #fff;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.06);
}

.city-image {
  height: 415px;
  position: relative;
  overflow: hidden;
}

.city-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}

.city-card:hover .city-image img {
  transform: scale(1.08);
}

.city-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.75));
}

.city-name {
  position: absolute;
  left: 30px;
  bottom: 30px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  z-index: 2;
}

.city-content {
  padding: 30px;
}

.city-content p {
  color: #6b7280;

  font-size: 16px;
}

.program-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.program-item {
  background: #f8fafc;
  border-radius: 14px;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
}

.program-item i {
  color: #ffb400;
}

/* CTA SECTION */

@media (max-width: 1100px) {
  .features-grid,
  .city-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .hero-content h1 {
    font-size: 30px;
  }
  .program-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.hero-section {
    min-height: 70vh;
}
.city-wrapper {

    gap: 10px;
}
.city-content {
    padding: 20px;
}
.section-space {
    padding: 34px 0;
}
.section-title {
    padding-bottom: 22px;
    position: relative;
}
.hero-content {
    padding-top: 52px;
}
}

@media (max-width: 768px) {
  .features-grid,
  .city-wrapper,
  .program-list {
    grid-template-columns: 1fr;
  }

  .hero-section {
    min-height: auto;
         padding: 70px 0 10px !important;
  }

  .hero-content h1 {
    font-size: 30px;
  }

  .hero-content p {
    font-size: 16px;
  }

  .section-title h2,
  .cta-wrapper h2 {
    font-size: 25px;
  }
  .section-title {
    padding-bottom: 0;
    position: relative;
}

  .city-content {
    padding: 28px;
  }

  .city-name {
    font-size: 20px;
  }
}

@media (max-width: 576px) {

.hero-content h1 {
    font-size: 23px;
    line-height: 34px;
    margin-bottom: 10px;
}
.hero-content p{
    margin-bottom: 0;
}
.hero-tag {
    padding: 8px 22px;
    border-radius: 50px;
    font-size: 12px;
    margin-bottom: 15px;

}
.hero-section {
    min-height: auto;
    padding: 70px 0 34px !important;
}
.section-title h2 {
    font-size: 22px !important;
    margin-bottom: 14px !important;
    padding-bottom: 15px !important;
}
.section-title span {
    font-size: 13px;
}
.city-content {
    padding: 20px;
}
}
