body {
  font-family: 'Montserrat', Arial, sans-serif;
  background: #f7fafc;
  color: #222;
}

.logo {
  max-width: 180px;
  margin: 30px auto 10px auto;
  display: block;
}

header.hero {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)), url('../images/slider.jpg') center/cover no-repeat;
  color: #fff;
  padding: 60px 20px 40px 20px;
  text-align: center;
}

.gallery img {
  width: 100%;
  height: 155px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08);
}

.itinerary-list li {
  border-left: 4px solid #2e8b57;
  background: #f0f8f5;
  border-radius: 6px;
  padding: 12px 18px;
  margin-bottom: 18px;
  list-style: none;
}

.lead-form {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  padding: 30px 25px;
}

.itinerary {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  padding: 30px 25px;
}

.form-label {
  font-weight: 500;
}

.btn-success {
  background: #2e8b57;
  border: none;
}

.btn-success:hover {
  background: #246b44;
}

.why-icon {
  font-size: 2.5rem;
  color: #2e8b57;
  margin-bottom: 10px;
}

.destination-img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08);
}

.testimonial {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  padding: 24px 18px;
  margin-bottom: 20px;
}

.faq-question {
  font-weight: 600;
}

/* Form modifications */
.travel_people label,
.travel_month label,
.travel_days label {
  margin: 5px;

  background: #fff;
  border-radius: 5px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  width: 50px;
}

.iti {
  width: 100%;
}

.btn-custom-blue {
  background-color: #87DAEB;
  color: #000;
  /* black text for contrast */
  border: none;
}

.btn-custom-blue:hover {
  background-color: #6acfe2;
  color: #000;
}

/* Headings color */
.light-green-clr {
  color: #FC6D00;
}