.glamping-section {
  background: #ffffff;
  margin-top: 5%;
}

/* HEADER */
.section-tag {
  font-size: 12px;
  font-weight: 600;
  color: #0aa36c;
  letter-spacing: 1.2px;
}

.section-title {
  font-size: 42px;
  font-weight: 700;
  color: #0b1320;
}

.section-subtitle {
  max-width: 760px;
  margin: 14px auto 0;
  color: #6c7a89;
  font-size: 16px;
  line-height: 1.7;
}

/* IMAGE */
.glamping-image {
  border-radius: 28px;
  overflow: hidden;
}

.glamping-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* CARD */
.glamping-card {
  background: #ffffff;
  border-radius: 32px;
  padding: 40px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.08);
}

.glamping-card h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #0b1320;
}

.glamping-card p {
  font-size: 15px;
  color: #6c7a89;
  line-height: 1.7;
}

/* AMENITIES */
.amenities-title {
  margin-top: 28px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #0b1320;
}

.amenities-list ul {
  list-style: none;
  padding: 0;
  margin-top: 14px;
}

.amenities-list li {
  font-size: 15px;
  margin-bottom: 12px;
  color: #0b1320;
}

.amenities-list i {
  color: #0aa36c;
  margin-right: 8px;
}

/* DIVIDER */
.glamping-card hr {
  margin-top: 30px;
  border-color: #edf1f4;
}

/* PRICE */
.price span {
  font-size: 12px;
  color: #8a94a6;
  letter-spacing: 1px;
}

.price h4 {
  color: #0aa36c;
  font-size: 32px;
  font-weight: 700;
  margin: 0;
}

.price small {
  font-size: 14px;
  font-weight: 400;
  color: #6c7a89;
}

/* BUTTON */
.book-btn {
  background: #0aa36c;
  color: #fff;
  padding: 14px 28px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
}

.book-btn:hover {
  background: #08915f;
  color: #fff;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .glamping-section{
    margin-top: 13%;
  }
  .section-title {
    font-size: 34px;
  }

  .glamping-card {
    padding: 30px;
  }
}

.features-section {
  background: #f9fbfc;
}

/* CARD */
.feature-card {
  background: #ecfdf3;
  border-radius: 26px;
  padding: 40px 30px;
  height: 100%;
}

.feature-card h5 {
  font-size: 18px;
  font-weight: 700;
  color: #0b1320;
  margin-top: 16px;
}

.feature-card p {
  font-size: 14px;
  color: #6c7a89;
  margin-top: 10px;
  line-height: 1.6;
}

/* ICON */
.icon-box {
  width: 54px;
  height: 54px;
  margin: 0 auto;
  border-radius: 14px;
  background: #dff7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0aa36c;
  font-size: 26px;
}
