.around-valley {
  background: #f9fbfd;
  margin-top: 5%;
}

.section-title {
  font-size: 40px;
  font-weight: 700;
  color: #0b1320;
}

.section-subtitle {
  max-width: 720px;
  margin: 12px auto 0;
  font-size: 16px;
  color: #5f6c7b;
  line-height: 1.7;
}

/* Card */
.place-card {
  border-radius: 22px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
  height: 100% !important;
}

.image-wrapper {
  position: relative;
}

.image-wrapper img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.distance-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: #0aa36c;
  color: #fff;
  padding: 6px 14px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 20px;
}

/* Content */
.card-content {
  padding: 26px;
}

.card-content h5 {
  font-size: 22px;
  font-weight: 700;
  color: #0b1320;
}

.card-content p {
  margin-top: 10px;
  font-size: 15px;
  color: #6c7a89;
  line-height: 1.6;
}

.visit-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  font-weight: 600;
  color: #0aa36c;
  text-decoration: none;
}

.visit-link i {
  font-size: 18px;
}


@media (max-width: 768px) {
  .around-valley {
    margin-top: 25% !important;
  }
}
