body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  background: linear-gradient(120deg, #e0f7fa, #ffffff);
  padding-top: 80px;
}

.section-title {
  text-align: center;
  font-size: 42px;
  color: #4d8d47;
  padding-top: 0px;
  margin-top: 40px;
}

.tour-detail {
  padding: 10px 10px 0px;
  background: linear-gradient(to bottom, #e6f9fc, #ffffff);
}

.tour-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

.tour-card {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.tour-text {
  flex: 1 1 50%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.tour-image {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  background-color: transparent;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  overflow: visible;
  width: auto !important;
}

.tour-image img {
  max-width: unset;
  /* ✅ Cancel previous max-width */
  max-height: unset;
  width: 800px;
  height: 100%;
  object-fit: contain;
  display: block;
  flex-shrink: 0;
}

@media (max-width: 900px) {
  .tour-wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .tour-text,
  .tour-image {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .tour-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .tour-text {
    padding: 20px;
    text-align: center;
  }
  .tour-text h2 {
    font-size: 24px;
  }
  .tour-text p,
  .tour-text ul {
    font-size: 16px;
  }
  .section-title {
    font-size: 32px;
  }
  .booking-container h2 {
    font-size: 2rem;
  }
  #booking-form {
    padding: 20px;
  }
}

.pricing-album-section {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding: 60px 30px;
  background: transparent;
  max-width: 1200px;
  margin: 0 auto 0 auto;
  align-items: flex-start;
  overflow: hidden;
}

.pricing-box {
  flex: 1;
  min-width: 250px;
  max-width: 300px;
  background-color: #ffffff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  font-family: "Poppins", sans-serif;
  text-align: center;
}

.pricing-box h2,
.pricing-box h3 {
  color: #4d8d47;
  margin-bottom: 10px;
}

.pricing-box p,
.pricing-box ul {
  font-size: 16px;
  line-height: 1.6;
}

.pricing-box ul {
  list-style: none;
  padding: 0;
}

.pricing-box ul li {
  margin: 8px 0;
}

/* Album wrapper */

.album-box {
  flex: 2;
  min-width: 400px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* Main slider */

.mainSwiper {
  height: 420px;
  margin-bottom: 0 !important;
  /* no stray gap */
  padding-bottom: 0 !important;
  position: relative;
  /* contain pagination */
}

.mainSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  display: block;
}

/* keep pagination inside the slider so it doesn't push layout */

.mainSwiper .swiper-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  margin: 0;
}

/* Thumbnail slider */

.thumbSwiper {
  height: 90px;
  margin: 12px 0 0 !important;
  /* tight above next section */
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.thumbSwiper .swiper-slide {
  width: 80px;
  height: 60px;
}

.thumbSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border 0.3s ease;
}

.thumbSwiper .swiper-slide-thumb-active img {
  border: 2px solid #00796b;
}

/* Responsive */

@media (max-width: 768px) {
  .pricing-album-section {
    flex-direction: column;
    align-items: center;
  }
  .album-box {
    width: 100%;
    min-width: auto;
  }
  #booking-form {
    padding: 40px 20px !important;
  }
}

@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@400;600&display=swap");
#contact-booking {
  margin-top: 0 !important;
}

.booking-container {
  background-color: #ffffff;
  font-family: "Quicksand", sans-serif;
  text-align: center;
  padding: 0 40px 60px !important;
}

.booking-container h2 {
  font-size: 2.5rem;
  color: #2e7d32;
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 20px;
}

#booking-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
  background: #ffffff;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

.form-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: stretch;
}

@media (max-width: 768px) {
  .form-row {
    flex-direction: column;
  }
}

.form-group {
  flex: 1;
  min-width: 250px;
  text-align: left;
}

.form-group label {
  font-weight: 600;
  color: #388e3c;
  display: block;
  margin-bottom: 8px;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 1rem;
  font-family: "Quicksand", sans-serif;
}

.form-group input[type="date"],
.form-group input[type="number"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

button[type="submit"] {
  background-color: #43a047;
  color: white;
  padding: 16px;
  font-size: 1.2rem;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s ease;
}

button[type="submit"]:hover {
  background-color: #2e7d32;
}

.form-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: stretch;
}

.form-group input,
.form-group select {
  height: 48px;
  box-sizing: border-box;
}

.tour-text,
.tour-text * {
  text-align: center !important;
}

/* Tidy the list so the 🚴 aligns nicely */

.tour-text ul {
  list-style-position: inside;
  padding-left: 0;
  margin-left: 0;
}

/* Make the text a bit bigger */

.tour-text p,
.tour-text li {
  font-size: 18px;
  line-height: 1.6;
}

/* Final zero-gap handoff from album to booking */

.tour-detail {
  padding-bottom: 0 !important;
}

.thumbSwiper {
  margin-bottom: 0 !important;
}

#contact-booking {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.thumbSwiper {
  height: auto !important;
}

.tour-wrapper .tour-text.cycle-lake * {
  text-align: left;
}
