@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap');

@font-face {
  font-family: 'TT Trailers';
  src: url('../TT Trailers Trial Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

html {
  overflow-x: hidden;
  max-width: 100vw;
}

body {
  background-color: #101820;
  color: #fff;
  font-family: 'Inter', sans-serif;
  overflow-x: hidden;
  max-width: 100vw;
  margin: 0;
  padding: 0;
}

/* Prevent Bootstrap row from causing horizontal overflow */
.booking-form .row {
  margin-left: 0;
  margin-right: 0;
}

.booking-form .row > [class*="col-"] {
  padding-left: 8px;
  padding-right: 8px;
}

.booking-form .row > [class*="col-"]:first-child {
  padding-left: 0;
}

.booking-form .row > [class*="col-"]:last-child {
  padding-right: 0;
}

/* =============================================
   BOOKING HERO SECTION
   ============================================= */
.booking-hero {
  padding-top: 170px;
  padding-bottom: 70px;
  background-color: #101820;
  position: relative;
  overflow: hidden;
}

.booking-hero__title {
  font-family: 'TT Trailers', 'Inter', sans-serif;
  font-weight: 900;
  font-size: clamp(70px, 14vw, 190px);
  line-height: 0.88;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 24px 0;
}

.booking-hero__title span.highlight-yellow {
  color: #f7f33a;
}

.booking-hero__title span.highlight-pink {
  color: #FF585D;
}

.booking-hero__subtitle {
  font-size: clamp(16px, 1.4vw, 22px);
  font-weight: 500;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.75);
  max-width: 720px;
  margin: 0;
}

/* =============================================
   BOOKING CONTENT SECTION
   ============================================= */
.booking-section {
  padding-bottom: 120px;
  background-color: #101820;
}

.booking-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: flex-start;
}

/* Left Card / Visual Info */
.booking-info-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 28px;
  padding: 36px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  position: relative;
  overflow: hidden;
}

.booking-info-img-wrap {
  width: 100%;
  height: 280px;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
}

.booking-info-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.booking-info-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: #f7f33a;
  color: #101820;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 50px;
}

.booking-perks {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.booking-perk {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.booking-perk__icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(247, 243, 58, 0.12);
  color: #f7f33a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
  margin-top: 2px;
}

.booking-perk__text h4 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 4px 0;
}

.booking-perk__text p {
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}

.booking-direct-contact {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.booking-direct-contact span {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.booking-whatsapp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #25D366;
  color: #fff;
  text-decoration: none;
  padding: 14px 24px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.5px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.booking-whatsapp-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.35);
  color: #fff;
  text-decoration: none;
}

/* Right Form */
.booking-form-wrap {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 28px;
  padding: 44px;
}

.booking-form-wrap h3 {
  font-family: 'TT Trailers', sans-serif;
  font-size: clamp(36px, 5vw, 60px);
  font-weight: 900;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 8px 0;
  line-height: 1;
}

.booking-form-wrap p.form-desc {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 32px;
}

.booking-form .form-group {
  margin-bottom: 22px;
}

.booking-form label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 8px;
}

.booking-form .form-control {
  width: 100%;
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  border-radius: 12px !important;
  color: #fff !important;
  font-size: 15px !important;
  padding: 14px 18px !important;
  height: 52px !important;
  outline: none !important;
  box-shadow: none !important;
  transition: border-color 0.25s ease, background-color 0.25s ease;
  box-sizing: border-box;
}

.booking-form textarea.form-control {
  height: 110px !important;
  resize: vertical;
}

.booking-form .date-time-wrap {
  display: flex;
  gap: 10px;
}

.booking-form .date-time-wrap .form-control {
  flex: 1;
  min-width: 0;
}

.booking-form input[type="date"],
.booking-form input[type="time"] {
  color-scheme: dark;
  -webkit-appearance: none;
  appearance: none;
}

.booking-form input[type="date"]::-webkit-calendar-picker-indicator,
.booking-form input[type="time"]::-webkit-calendar-picker-indicator {
  filter: invert(1);
  opacity: 0.8;
  cursor: pointer;
}

.booking-form .form-control:focus {
  border-color: #f7f33a !important;
  background: rgba(255, 255, 255, 0.08) !important;
}

.booking-form select.form-control {
  appearance: auto;
  -webkit-appearance: menulist;
  cursor: pointer;
}

.booking-form select.form-control option {
  background: #18222e;
  color: #fff;
}

.booking-submit-btn {
  width: 100%;
  background: #f7f33a !important;
  color: #101820 !important;
  border: none !important;
  border-radius: 50px !important;
  height: 56px !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 1.5px !important;
  cursor: pointer;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  margin-top: 10px;
}

.booking-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(247, 243, 58, 0.35);
  background: #fff !important;
}

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 991px) {
  .booking-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .booking-hero {
    padding-top: 140px;
    padding-bottom: 50px;
  }
  .booking-form-wrap,
  .booking-info-card {
    padding: 28px 16px;
    border-radius: 20px;
  }
}

@media (max-width: 768px) {
  .booking-hero__title {
    font-size: clamp(52px, 16vw, 110px);
  }
  .booking-hero__subtitle {
    font-size: 15px;
  }

  /* Stack date + time inputs vertically on mobile so they don't overflow */
  .booking-form .date-time-wrap {
    flex-direction: column;
    gap: 12px;
  }

  /* Ensure col halves go full-width on mobile */
  .booking-form .row > .col-md-6 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* Tighten form wrap padding on small phones */
  .booking-form-wrap {
    padding: 22px 14px !important;
  }
}
