/* ===========================
   FLIGHTS PAGE
   =========================== */

.travel-flights-page {
  background: #445C6A;
}

/* ===========================
   HERO SECTION
   =========================== */

.flights-hero-section {
  position: relative;
  overflow: hidden;
  height: 350px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flights-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.flights-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(18, 40, 60, 0.55), rgba(18, 40, 60, 0.4));
  z-index: 1;
}

.flights-hero-section .container {
  position: relative;
  z-index: 2;
}

.flights-hero-content {
  text-align: center;
}

.flights-hero-title {
  color: var(--brand-white);
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-family: "Popins", sans-serif;
}

.flights-hero-subtitle {
  color: rgba(255, 255, 255, 0.9);
  font-size: var(--fs-base);
  font-weight: 400;
}

/* ===========================
   BOOKING SECTION
   =========================== */

.flights-booking-section {
  padding: 60px 0 80px;
  background: #445C6A;
  color: var(--brand-white);
}

.flights-booking-container {
  max-width: 100%;
}

.booking-enquiry-form {
  border: 1px solid rgba(198, 154, 74, 0.8);
  border-radius: 24px;
  padding: 28px;
  background: linear-gradient(94.07deg, #1b2932 0.63%, #2e4755 98.69%);
}

.booking-input {
  width: 100%;
  background: var(--brand-input);
  color: var(--brand-white);
  border: 0;
  border-radius: 277px;
  padding: 0.625rem 1.25rem;
  font-weight: 400;
  font-size: var(--fs-sm);
  outline: none;
  box-shadow: 0px 0px 3.5px 0px #00000078;
  transition: all 0.3s ease;
  font-family: "Poppins", sans-serif;
}

.booking-input::placeholder {
  color: var(--brand-white);
  opacity: 0.8;
}

.booking-input:focus {
  background: #3a5568;
  box-shadow: 0px 0px 6px 0px #b0874780;
}

.booking-select {
  appearance: none;
  background: var(--brand-gold);
  background-image:
    linear-gradient(45deg, transparent 50%, #c6d1d9 50%),
    linear-gradient(135deg, #c6d1d9 50%, transparent 50%);
  background-position:
    calc(100% - 22px) calc(50% - 3px),
    calc(100% - 16px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.booking-select option {
  background: var(--brand-input);
  color: var(--brand-white);
}

.booking-submit-wrap {
  display: flex;
  align-items: stretch;
}

.booking-submit-button {
  background: var(--brand-gold);
  color: var(--brand-white);
  border: 0;
  border-radius: 999px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: var(--fs-sm);
  text-align: center;
  padding: 0.625rem 1.25rem;
  min-width: 156px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.booking-submit-button:hover {
  background: #c9985e;
  transform: translateY(-2px);
  box-shadow: 0px 8px 20px rgba(176, 135, 71, 0.3);
}

.booking-submit-button:active {
  transform: translateY(0);
}

/* ===========================
   SECTION HEADERS
   =========================== */

.flights-section-header {
  margin-bottom: 48px;
  color: var(--brand-white);
}

.flights-section-header.text-center {
  text-align: center;
}

.flights-eyebrow {
  display: inline-block;
  margin-bottom: 0.8rem;
  color: var(--brand-gold);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: var(--fs-xs);
  font-weight: 700;
  font-family: "Popins", sans-serif;
}

.flights-section-header h2 {
  color: var(--brand-white);
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 600;
  margin-bottom: 0.8rem;
  font-family: "Popins", sans-serif;
}

.flights-section-header p {
  color: rgba(255, 255, 255, 0.8);
  font-size: var(--fs-base);
  max-width: 600px;
  font-family: "Poppins", sans-serif;
}

/* ===========================
   FLIGHT TYPES SECTION
   =========================== */

.flights-types-section {
  padding: 80px 0;
  background: #445C6A;
  border-top: 1px solid rgba(176, 135, 71, 0.2);
  border-bottom: 1px solid rgba(176, 135, 71, 0.2);
}

.flight-type-card {
  padding: 32px 28px;
  border-radius: 18px;
  border: 1px solid rgba(176, 135, 71, 0.4);
  background: linear-gradient(135deg, #1f2f39 0%, #263a46 100%);
  text-align: center;
  transition: all 0.4s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.flight-type-card:hover {
  border-color: var(--brand-gold);
  box-shadow: 0px 12px 32px rgba(176, 135, 71, 0.2);
  transform: translateY(-8px);
}

.flight-type-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, #b08747 0%, #d4af5f 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  font-size: 1.5rem;
  color: var(--brand-white);
}

.flight-type-card h3 {
  color: var(--brand-white);
  font-size: var(--fs-lg);
  font-weight: 600;
  margin-bottom: 12px;
  font-family: "Popins", sans-serif;
}

.flight-type-card p {
  color: rgba(255, 255, 255, 0.8);
  font-size: var(--fs-sm);
  line-height: 1.6;
  font-family: "Poppins", sans-serif;
  flex-grow: 1;
}

/* ===========================
   FLIGHT LOCATIONS TABLE SECTION
   =========================== */

.flights-locations-section {
  padding: 80px 0;
  background: #445C6A;
  border-top: 1px solid rgba(176, 135, 71, 0.2);
  border-bottom: 1px solid rgba(176, 135, 71, 0.2);
}

.flights-table-wrap {
  border-radius: 16px;
  border: 1px solid rgba(176, 135, 71, 0.35);
  overflow: hidden;
  background: linear-gradient(135deg, #1b2932 0%, #243847 100%);
}

.flights-locations-table {
  margin: 0;
  color: var(--brand-white);
}

.flights-locations-table thead th {
  background: rgba(176, 135, 71, 0.2);
  color: var(--brand-white);
  border-bottom: 1px solid rgba(176, 135, 71, 0.45);
  font-size: var(--fs-sm);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 16px 18px;
  font-family: "Poppins", sans-serif;
}

.flights-locations-table tbody td {
  color: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(176, 135, 71, 0.2);
  padding: 14px 18px;
  font-size: var(--fs-sm);
  font-family: "Poppins", sans-serif;
}

.flights-locations-table tbody tr:last-child td {
  border-bottom: none;
}

.flights-locations-table tbody tr:hover {
  background: rgba(176, 135, 71, 0.08);
}

/* ===========================
   PROCEDURES SECTION
   =========================== */

.flights-procedures-section {
  padding: 80px 0;
  background: #445C6A;
}

.flights-procedures-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 32px;
  margin-top: 48px;
}

.procedure-step {
  padding: 32px 28px;
  border-radius: 16px;
  border: 1px solid rgba(176, 135, 71, 0.3);
  background: linear-gradient(135deg, #1b2932 0%, #243847 100%);
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
}

.procedure-step:hover {
  border-color: var(--brand-gold);
  box-shadow: 0px 8px 24px rgba(176, 135, 71, 0.15);
}

.procedure-step-number {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--brand-gold);
  color: var(--brand-white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 auto 16px;
  font-family: "Popins", sans-serif;
}

.procedure-step h3 {
  color: var(--brand-white);
  font-size: var(--fs-lg);
  font-weight: 600;
  margin-bottom: 12px;
  font-family: "Popins", sans-serif;
}

.procedure-step p {
  color: rgba(255, 255, 255, 0.8);
  font-size: var(--fs-sm);
  font-family: "Poppins", sans-serif;
  line-height: 1.6;
}

/* ===========================
   GUIDELINES SECTION
   =========================== */

.flights-guidelines-section {
  padding: 80px 0;
  background: #445C6A;
  border-bottom: 1px solid rgba(176, 135, 71, 0.2);
}

.guidelines-card {
  padding: 32px 28px;
  border-radius: 16px;
  border: 1px solid rgba(176, 135, 71, 0.3);
  background: linear-gradient(135deg, #1b2932 0%, #243847 100%);
  height: 100%;
}

.guidelines-card h3 {
  color: var(--brand-white);
  font-size: var(--fs-lg);
  font-weight: 600;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Popins", sans-serif;
}

.guidelines-card i {
  color: var(--brand-gold);
  font-size: 1.5rem;
}

.guidelines-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.guidelines-list li {
  color: rgba(255, 255, 255, 0.8);
  font-size: var(--fs-sm);
  padding: 12px 0 12px 24px;
  position: relative;
  line-height: 1.6;
  font-family: "Poppins", sans-serif;
  border-bottom: 1px solid rgba(176, 135, 71, 0.1);
}

.guidelines-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.guidelines-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--brand-gold);
  font-weight: bold;
}

/* ===========================
   CONTACT SECTION
   =========================== */

.flights-contact-section {
  padding: 80px 0;
  background: #445C6A;
  border-top: 1px solid rgba(176, 135, 71, 0.2);
}

.contact-info-card {
  padding: 32px 28px;
  border-radius: 16px;
  border: 1px solid rgba(176, 135, 71, 0.3);
  background: linear-gradient(135deg, #1b2932 0%, #243847 100%);
  text-align: center;
  transition: all 0.3s ease;
}

.contact-info-card:hover {
  border-color: var(--brand-gold);
  box-shadow: 0px 8px 24px rgba(176, 135, 71, 0.15);
}

.contact-info-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, #b08747 0%, #d4af5f 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  font-size: 1.75rem;
  color: var(--brand-white);
}

.contact-info-card h3 {
  color: var(--brand-white);
  font-size: var(--fs-lg);
  font-weight: 600;
  margin-bottom: 12px;
  font-family: "Popins", sans-serif;
}

.contact-info-card p {
  color: rgba(255, 255, 255, 0.8);
  font-size: var(--fs-sm);
  font-family: "Poppins", sans-serif;
  margin-bottom: 16px;
  line-height: 1.6;
}

.contact-link {
  display: inline-block;
  color: var(--brand-gold);
  text-decoration: none;
  font-weight: 600;
  font-size: var(--fs-sm);
  transition: all 0.3s ease;
  margin-bottom: 8px;
}

.contact-link:hover {
  color: #d4af5f;
  text-decoration: underline;
}

.contact-hours-badge {
  display: inline-block;
  background: rgba(176, 135, 71, 0.2);
  color: rgba(255, 255, 255, 0.9);
  padding: 8px 14px;
  border-radius: 999px;
  font-size: var(--fs-2xs);
  font-weight: 600;
  text-align: center;
  margin-top: 12px;
}

/* ===========================
   RESPONSIVE ADJUSTMENTS
   =========================== */

@media (max-width: 768px) {
  .flights-hero-section {
    height: 280px;
  }

  .flights-hero-title {
    font-size: clamp(2rem, 4vw, 2.5rem);
    margin-bottom: 0.3rem;
  }

  .flights-hero-subtitle {
    font-size: var(--fs-sm);
  }

  .flights-booking-section {
    padding: 40px 0 60px;
  }

  .booking-enquiry-form {
    padding: 20px;
  }

  .flights-types-section,
  .flights-locations-section,
  .flights-procedures-section,
  .flights-guidelines-section,
  .flights-contact-section {
    padding: 60px 0;
  }

  .flights-section-header {
    margin-bottom: 36px;
  }

  .flights-section-header h2 {
    font-size: clamp(1.5rem, 3.5vw, 2rem);
    margin-bottom: 0.6rem;
  }

  .flights-procedures-grid {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
  }

  .flight-type-card,
  .guidelines-card,
  .contact-info-card {
    padding: 24px 20px;
  }

  .flights-locations-table thead th,
  .flights-locations-table tbody td {
    padding: 12px 14px;
  }
}

@media (max-width: 480px) {
  .flights-hero-section {
    height: 240px;
  }

  .flights-hero-title {
    font-size: clamp(1.5rem, 3.5vw, 2rem);
  }

  .flights-hero-subtitle {
    font-size: var(--fs-2xs);
  }

  .flights-booking-section {
    padding: 30px 0 40px;
  }

  .booking-enquiry-form {
    padding: 16px;
  }

  .booking-input {
    padding: 0.5rem 1rem;
    font-size: var(--fs-2xs);
  }

  .booking-submit-button {
    padding: 0.5rem 1rem;
    font-size: var(--fs-2xs);
    min-width: 140px;
  }

  .flights-types-section,
  .flights-locations-section,
  .flights-procedures-section,
  .flights-guidelines-section,
  .flights-contact-section {
    padding: 40px 0;
  }

  .flights-section-header {
    margin-bottom: 28px;
  }

  .flights-section-header h2 {
    font-size: clamp(1.25rem, 3vw, 1.75rem);
    margin-bottom: 0.5rem;
  }

  .flights-eyebrow {
    font-size: var(--fs-2xs);
    margin-bottom: 0.5rem;
  }

  .flights-procedures-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .flight-type-card,
  .procedure-step,
  .guidelines-card,
  .contact-info-card {
    padding: 20px 16px;
  }

  .flights-locations-table thead th,
  .flights-locations-table tbody td {
    white-space: nowrap;
    padding: 10px 12px;
    font-size: var(--fs-2xs);
  }

  .flight-type-card h3,
  .procedure-step h3,
  .contact-info-card h3 {
    font-size: var(--fs-md);
    margin-bottom: 10px;
  }

  .flight-type-card p,
  .procedure-step p,
  .contact-info-card p {
    font-size: var(--fs-2xs);
  }

  .guidelines-list li {
    padding: 10px 0 10px 20px;
    font-size: var(--fs-2xs);
  }
}
