#booking {
  padding-top: 6rem;
}

#index-page-break {
  .booking-bg {
    width: 100%;
    height: 70vh;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  }
  padding-top: 7rem !important;
  /* padding-bottom: 7rem; */
}

.booking-add-ons {
  display: flex;
  align-items: center;
  gap: 0.5rem;        /* optional: space between checkbox and label */
  margin-bottom: 1rem; /* controls space between items */
  line-height: 1.5;     /* still good for taller text if needed */
}

.booking-add-ons:hover {
  background-color: #f9f9f9;
  border-radius: 0.5rem;
}