.banner-content {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 40px;
  border-radius: 15px;
  max-width: 600px;
  margin: auto;
  text-align: center;
  color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.banner-content h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.banner-content p {
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 20px;
}

.banner-content h3 {
  font-size: 1.6rem;
  margin-bottom: 25px;
}

.btn-custom {
  background-color: #ff6f00;
  color: white;
  border: none;
  padding: 14px 32px;
  font-size: 1rem;
  border-radius: 30px;
  text-transform: uppercase;
  transition: background 0.3s ease;
}

.btn-custom:hover {
  background-color: #e65100;
}

.single-fact i,
.tour-highlight i {
  margin-right: 8px;
  color: #f5a623;
  /* Optional highlight color */
}

.quick-facts,
.tour-highlight {
  margin-top: 20px;
}

.section-tag {
  font-size: 1rem;
  letter-spacing: 0.5px;
}

.price-area {
  /* max-width: 500px; */
  margin: auto;
}

.original-price {
  font-size: 1.1rem;
}

.discount-badge {
  font-size: 0.95rem;
  padding: 0.4em 0.6em;
}

.discount-price {
  font-size: 2rem;
}

.price-note {
  font-size: 0.9rem;
}

.card-content {
    display: none;
}
h2.title {
    color: #fff !important;
    font-size: 34px;
}