/* Pilot-facing schedule search on the public home page. */
#home_one_banner {
  position: relative;
}

#home_one_banner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(12, 25, 35, .20);
  pointer-events: none;
}

#home_one_banner .container {
  position: relative;
  z-index: 1;
}

.pilot-hero-copy {
  max-width: 720px;
  padding-top: clamp(70px, 11vh, 150px);
  color: #fff;
  text-shadow: 0 2px 12px rgba(10, 20, 30, .45);
}

.pilot-hero-kicker,
.pilot-booking-kicker {
  display: block;
  margin-bottom: 8px;
  color: #b1935d;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: 0;
}

.pilot-hero-copy h1 {
  position: relative;
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.pilot-hero-copy h1::after {
  content: "";
  display: block;
  width: 46px;
  height: 3px;
  margin-top: 17px;
  background: #b1935d;
}

.pilot-hero-copy p {
  max-width: 520px;
  margin: 15px 0 0;
  color: rgba(255, 255, 255, .9);
  font-size: 1rem;
}

.pilot-booking-section {
  position: relative;
  z-index: 4;
  margin-top: -76px;
}

.pilot-booking-panel {
  border-top: 4px solid #b1935d;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 14px 35px rgba(24, 31, 38, .16);
}

.pilot-booking-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 22px;
  padding: 17px 20px 12px;
  border-bottom: 1px solid #e6e3de;
}

.pilot-booking-heading h2 {
  margin: 0;
  color: #222;
  font-size: 1.22rem;
  font-weight: 800;
  letter-spacing: 0;
}

.pilot-booking-heading h2 i {
  margin-right: 7px;
  color: #b1935d;
}

.pilot-booking-heading p {
  max-width: 480px;
  margin: 0;
  color: #68645d;
  font-size: .78rem;
  text-align: right;
}

.pilot-booking-form {
  display: grid;
  grid-template-columns: minmax(290px, 1.4fr) minmax(125px, .62fr) minmax(145px, .72fr) minmax(120px, .58fr) auto;
  align-items: end;
  gap: 10px;
  padding: 16px 20px 10px;
}

.pilot-booking-route {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 34px minmax(0, 1fr);
  align-items: end;
  gap: 7px;
}

.pilot-booking-field {
  min-width: 0;
  margin: 0;
}

.pilot-booking-field > span,
.pilot-booking-field > label {
  display: block;
  margin-bottom: 5px;
  color: #625d55;
  font-size: .7rem;
  font-weight: 750;
}

.pilot-booking-field select,
.pilot-airport-control input {
  width: 100%;
  height: 43px;
  padding: 0 34px 0 11px;
  border: 1px solid #d8d4ce;
  border-radius: 4px;
  background-color: #fff;
  color: #222;
  font-size: .86rem;
  font-weight: 700;
}

.pilot-booking-field select:focus,
.pilot-airport-control input:focus {
  border-color: #b1935d;
  outline: 2px solid rgba(177, 147, 93, .2);
}

.pilot-booking-field select:disabled,
.pilot-airport-control input:disabled {
  color: #918b82;
  background-color: #f4f2ef;
}


.pilot-airport-control {
  position: relative;
}

.pilot-airport-control > i {
  position: absolute;
  top: 50%;
  left: 11px;
  z-index: 1;
  color: #8d754b;
  font-size: .72rem;
  transform: translateY(-50%);
  pointer-events: none;
}

.pilot-airport-control input {
  padding-right: 10px;
  padding-left: 31px;
}

.pilot-airport-control input::-webkit-search-cancel-button {
  cursor: pointer;
}

.pilot-airport-suggestions {
  position: absolute;
  top: calc(100% + 4px);
  right: 0;
  left: 0;
  z-index: 30;
  max-height: 246px;
  padding: 4px;
  overflow-y: auto;
  border: 1px solid #d8d4ce;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(24, 31, 38, .14);
}

.pilot-airport-option {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 34px;
  padding: 6px 9px;
  border: 0;
  border-radius: 3px;
  background: #fff;
  color: #222;
  font-size: .82rem;
  font-weight: 750;
  text-align: left;
}

.pilot-airport-option strong {
  flex: 0 0 auto;
  color: inherit;
  font-size: .82rem;
}

.pilot-airport-option small {
  min-width: 0;
  overflow: hidden;
  color: #777169;
  font-size: .68rem;
  font-weight: 550;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pilot-airport-option:hover,
.pilot-airport-option.is-active {
  background: #f5f1ea;
  color: #6f5933;
}

.pilot-airport-empty {
  padding: 9px;
  color: #766f65;
  font-size: .75rem;
}

.pilot-route-swap {
  width: 34px;
  height: 43px;
  padding: 0;
  border: 1px solid #d8d4ce;
  border-radius: 4px;
  background: #fff;
  color: #8d754b;
}

.pilot-route-swap:hover,
.pilot-route-swap:focus-visible {
  border-color: #b1935d;
  background: #f5f1ea;
  color: #6f5933;
}

.pilot-booking-submit {
  min-width: 168px;
  height: 43px;
  padding: 0 17px;
  border-radius: 4px;
  border-color: #b1935d;
  background: #b1935d;
  color: #fff;
  white-space: nowrap;
}

.pilot-booking-submit:hover,
.pilot-booking-submit:focus-visible {
  border-color: #8b7245;
  background: #8b7245;
  color: #fff;
}

.pilot-booking-submit i {
  margin-right: 6px;
}

.pilot-booking-submit:disabled {
  cursor: wait;
  opacity: .62;
}

.pilot-booking-status {
  min-height: 30px;
  padding: 2px 20px 10px;
  color: #766f65;
  font-size: .72rem;
}

.pilot-booking-status.is-ready {
  color: #466849;
}

.pilot-booking-status.is-error {
  color: #a33e3e;
}

@media (max-width: 991.98px) {
  .pilot-booking-section {
    margin-top: -54px;
  }

  .pilot-booking-form {
    grid-template-columns: 1fr 1fr;
  }

  .pilot-booking-route {
    grid-column: 1 / -1;
  }

  .pilot-booking-submit {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .pilot-hero-copy {
    padding-top: 62px;
  }

  .pilot-hero-copy h1 {
    font-size: 2rem;
  }

  .pilot-booking-section {
    margin-top: -34px;
  }

  .pilot-booking-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    padding: 14px;
  }

  .pilot-booking-heading p {
    text-align: left;
  }

  .pilot-booking-form {
    grid-template-columns: 1fr;
    padding: 14px 14px 8px;
  }

  .pilot-booking-route {
    grid-column: auto;
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }

  .pilot-route-swap {
    width: 36px;
    height: 32px;
    justify-self: end;
  }

  .pilot-route-swap i {
    transform: rotate(90deg);
  }

  .pilot-airport-suggestions {
    max-height: 190px;
  }

  .pilot-booking-status {
    padding: 2px 14px 10px;
  }
}


/* Home promotional sections keep the existing palette with a tighter operational tone. */
.home-section-kicker {
  display: block;
  margin-bottom: 7px;
  color: #b1935d;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: 0;
}

#counter_four_area .section_heading_left,
#top_details_area .section_heading_left,
#popular_tours_four .section_heading_left {
  padding-bottom: 22px;
}

#counter_four_area .countre_four_item {
  min-height: 92px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 6px;
  border-top: 3px solid #b1935d;
  box-shadow: 0 6px 18px rgba(24, 31, 38, .05);
}

#counter_four_area .countre_four_item h3 {
  color: #222;
  font-variant-numeric: tabular-nums;
}

#counter_four_area .countre_four_item h5 {
  font-size: .82rem;
  font-weight: 650;
}

#top_details_area .common_card_four,
#top_details_area .top_details_four_item {
  border-radius: 6px;
  overflow: hidden;
}

#top_details_area .common_card_four {
  box-shadow: 0 7px 20px rgba(24, 31, 38, .06);
}

#top_details_area .common_card_four_img img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

#top_details_area .common_card_four_text {
  min-height: 126px;
  padding: 16px 14px;
}

#top_details_area .common_card_four_text h3 a {
  font-size: 1.08rem;
  font-weight: 650;
}

#top_details_area .common_card_four_text p {
  overflow-wrap: anywhere;
  font-size: .75rem;
}

#top_details_area .top_details_four_item > img {
  min-height: 100%;
  object-fit: cover;
}

#top_details_area .top_details_posation {
  right: 20px;
  bottom: 24px;
  left: 20px;
}

#popular_tours_four .tour_type_boxed {
  min-height: 148px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border-radius: 6px;
}

#popular_tours_four .tour_type_boxed:hover {
  border-color: #b1935d;
  transform: translateY(-3px);
}

.operation-type-icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(177, 147, 93, .45);
  border-radius: 50%;
  color: #b1935d;
  font-size: 1rem;
}

#popular_tours_four .tour_type_boxed h3 {
  padding-top: 13px;
  font-size: .95rem;
  font-weight: 700;
}

#popular_tours_four .tour_type_boxed p {
  color: #68645d;
  font-size: .78rem;
}

#testimonial_four_area {
  padding-top: 88px;
  padding-bottom: 88px;
}

.home-testimonial-heading {
  margin-bottom: 22px;
}

.home-testimonial-heading h2 {
  margin-bottom: 7px;
  color: #222;
  font-size: 1.65rem;
}

.home-testimonial-heading p {
  color: #68645d;
  font-size: .85rem;
}

#testimonial_four_area .test_four_author_fill {
  padding-top: 20px;
}

#testimonial_four_area .test_four_author_fill h3 {
  font-size: 1.15rem;
  font-weight: 650;
}

#testimonial_four_area .test_four_inner_content p {
  line-height: 1.7;
}

#our_partners_four .home-partner-heading {
  padding-bottom: 22px;
}

#our_partners_four .partner_logo img {
  max-width: 100%;
  max-height: 74px;
  object-fit: contain;
}

@media (max-width: 767.98px) {
  #counter_four_area,
  #top_details_area,
  #popular_tours_four {
    padding-top: 56px;
  }

  #counter_four_area .row.justify-content-center {
    row-gap: 10px;
  }

  #counter_four_area .countre_four_item {
    min-height: 78px;
  }

  #testimonial_four_area {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .home-testimonial-heading h2 {
    font-size: 1.35rem;
  }
}

/* Compact weather and booking data placed over the home banner. */
.home-hero-ops {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 15px;
  width: min(355px, 34vw);
  overflow: hidden;
  border: 1px solid rgba(177, 147, 93, .46);
  border-radius: 6px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 12px 28px rgba(15, 23, 42, .15);
  color: #1f2937;
  transform: translateY(-28%);
  backdrop-filter: blur(4px);
}
.home-hero-weather,.home-hero-live { padding: 15px 17px; }
.home-hero-live { border-top: 1px solid rgba(177, 147, 93, .3); }
.home-hero-ops-label { display:block; color:#8b7245; font-size:.61rem; font-weight:800; letter-spacing:0; }
.home-hero-weather-value { display:flex; align-items:baseline; gap:10px; margin-top:7px; }
.home-hero-weather-value strong { color:#172033; font-size:1.7rem; font-weight:780; line-height:1; }
.home-hero-weather-value small { margin-left:1px; font-size:.68rem; font-weight:700; }
.home-hero-weather-value span { color:#2d815c; font-size:.68rem; font-weight:800; }
.home-hero-weather p,.home-hero-unavailable { margin:6px 0 0; color:#5d6878; font-size:.69rem; line-height:1.35; }
.home-hero-live-head { display:flex; align-items:center; justify-content:space-between; gap:12px; margin-bottom:4px; }
.home-hero-live-head a { color:#8b7245; font-size:.65rem; font-weight:750; text-decoration:none; }
.home-hero-live-head a:hover,.home-hero-live-head a:focus-visible { color:#69552f; text-decoration:underline; }
.home-hero-live-row { display:flex; align-items:center; justify-content:space-between; gap:12px; min-height:28px; border-top:1px solid #e5e9ef; color:#172033; font-size:.7rem; text-decoration:none; }
.home-hero-live-row:first-of-type { border-top:0; }
.home-hero-live-row:hover,.home-hero-live-row:focus-visible { color:#69552f; text-decoration:none; }
.home-hero-live-row strong { font-size:.7rem; font-weight:800; }
.home-hero-live-row span { color:#667085; font-size:.65rem; white-space:nowrap; }
.home-hero-live-row span i,.home-hero-unavailable i { margin-right:5px; color:#b1935d; font-size:.56rem; }
.home-hero-live-row span i { margin:0 3px; }

@media (max-width: 991.98px) {
  .home-hero-ops {
    top: 54%;
    right: 24px;
    width: min(330px, 42vw);
  }
}

@media (max-width: 767.98px) {
  #home_one_banner .container {
    padding-bottom: 24px;
  }

  .home-hero-ops {
    position: static;
    width: min(100%, 420px);
    margin: 28px auto 0;
    transform: none;
  }
}

@media (max-width: 575.98px) {
  .home-hero-weather,
  .home-hero-live {
    padding: 13px 14px;
  }
}
