@keyframes animate {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.4);
  }
  100% {
    box-shadow: 0 0 0 12px rgba(255, 255, 255, 0);
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
}

.block {
  display: block;
}

/* css by ali start*/

.myclassfortext {
  text-align: center;
  padding: 10px;
}

.myclassfortexthead {
  font-size: x-large;
}

.myclassfortextbody {
  font-size: medium;
  padding: 2% 5%;
  line-height: 30px;
}

.faq-heading {
  border-bottom: #777;
  padding: 20px 60px;
}

.faq-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.hr-line {
  width: 60%;
  margin: auto;
}

/* Style the buttons that are used to open and close the faq-page body */

.faq-page {
  /* background-color: #eee; */
  color: #444;
  cursor: pointer;
  padding: 30px 20px;
  width: 60%;
  border: none;
  outline: none;
  transition: 0.4s;
  margin: auto;
  font-size: 19px;
  line-height: 12px;
}

.faq-body {
  margin: auto;
  /* text-align: center; */
  width: 50%;
  padding: auto;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */

.active,
.faq-page:hover {
  background-color: #f9f9f9;
}

/* Style the faq-page panel. Note: hidden by default */

.faq-body {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}

.faq-page::after {
  content: "\02795";
  /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}

.faq-page.active::after {
  content: "\2796";
  /* Unicode character for "minus" sign (-) */
}

/* css by ali end */

.inline-block {
  display: inline-block;
}

.text-center {
  text-align: center;
}

.black {
  color: black;
}

a.link-neutral {
  text-decoration: none;
}

a.link-neutral:visited {
  text-decoration: none;
}

/* Legacy header styles superseded by header.css */

.hero {
  background-image: url(../images/hero-mobile.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: white;
  position: relative;
}

.hero-ad-text {
  padding-top: 6px;
  padding-bottom: 4px;
  white-space: nowrap;
  text-align: center;
}

.hero-ad-text .until_date {
  font-weight: bold;
}

.hero:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(22, 22, 22, 0.6);
}

.hero-content {
  padding: 15px 20px 60px 20px;
  position: relative;
  z-index: 10;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.hero-title {
  font-size: 36px;
  line-height: 40px;
  padding: 15px 10px 20px 10px;
}

.hero-text {
  font-size: 18px;
  line-height: 23px;
  padding: 0 0 20px;
  font-weight: 300;
}

.hero-call-banner {
  color: #fff;
  display: inline-block;
  background: #096198;
  padding: 15px 20px;
  margin: 0px 0 10px 0;
  border-radius: 30px;
  text-transform: uppercase;
  animation: animate 2s ease-in-out infinite;
  box-shadow: 0px 9px 5px 0px rgb(0 0 0 / 20%);
  transition: all 0.6s ease-in-out;
}

.hero-call-banner-link {
  font-size: 40px;
  line-height: 46px;
  font-weight: 500;
  color: white;
}

.hero-list {
  padding: 20px 12px 10px 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.hero-list-item {
  font-size: 1.1em;
  width: 50%;
  text-align: left;
  padding: 0 0 16px 0;
  white-space: nowrap;
}

.hero-bottom {
  background: #096198;
  color: white;
  padding: 30px 0;
  font-size: 30px;
  line-height: 32px;
}

.hero-bottom-title {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.6);
}

.airlines-serviced {
  background: #e8f0f6;
  padding: 40px 15px 40px;
}

.airlines-title {
  font-size: 30px;
  line-height: 32px;
  padding: 0 0 50px;
  font-weight: 500;
  text-transform: uppercase;
}

.airlines-list {
  list-style: none;
}

.airlines-list li {
  font-size: 25px;
  line-height: 27px;
  padding: 0 0 30px;
  width: 100%;
  font-weight: 300;
}

.airlines-list li strong {
  font-size: 40px;
  font-weight: 400;
  color: #096198;
  padding-right: 15px;
  vertical-align: top;
}

.customer-support {
  background-image: url(../images/compare-mobile.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: white;
  padding: 50px 0;
}

.customer-support-column {
  padding: 40px 15px;
}

.customer-support-title {
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  padding: 0 0 15px;
}

.customer-support-text {
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
}

.about {
  padding: 40px 15px;
  border-bottom: 1px solid #f3f0f0;
}

.about-text {
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
  color: #000;
  text-align: center;
  padding: 0 0 15px;
  margin: 0;
}

.about-link {
  color: #096198;
}

.footer {
  padding: 20px 15px;
  text-align: center;
  margin-bottom: 150px;
}

.footer-menu {
  list-style: none;
}

.footer-menu li {
  font-size: 13px;
  line-height: 15px;
  padding: 0 2px;
  font-weight: 300;
  display: inline-block;
}

.footer-copyright {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #000;
  padding: 10px 0 0;
}

.banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #096198;
  text-align: center;
  padding: 30px 20px;
  margin: 0;
  transition: all 0.6s ease-in-out;
  color: white;
  z-index: 9999;
}
.banner-link { z-index: 9999; }
@media screen and (min-width: 768px) {
  .banner, .banner-link { display: none !important; }
  body:has(.banner) .site-footer { margin-bottom: 0; }
}

.banner-close {
  position: absolute;
  display: none;
  justify-content: center;
  align-items: center;
  border: none;
  right: 20px;
  top: 20px;
  width: 32px;
  height: 32px;
  font-size: 44px;
  line-height: 44px;
  background-color: rgba(255, 255, 255, 0.4);
  color: #096198;
  border-radius: 50%;
}

.banner-title {
  font-size: 20px;
  line-height: 22px;
  padding: 0 0 10px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}

.banner-link {
  color: #fff;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
}

.column-divider {
  display: none;
}

.advantages {
  max-width: 1200px;
  margin: 70px auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 700px) { .advantages { grid-template-columns: repeat(3, 1fr); gap: 24px; } }

.advantages-item {
  background: #fff;
  border: 1px solid #e3e9f0;
  border-radius: 14px;
  padding: 32px 26px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
}
.advantages-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(9,97,152,0.10);
  border-color: #cfd9e3;
}
.advantages-item__info { width: 100%; }

.advantages-item__heading {
  color: #0a4d7a;
  font-size: 19px;
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 8px;
}

.advantages-item__description {
  color: #6b7a8a;
  font-size: 14.5px;
  line-height: 1.55;
  font-weight: 400;
}

.reservations-desk {
  padding: 0 10px 0 10px;
  margin: 80px auto;
  text-align: center;
  max-width: 767px;
}

.reservations-desk-heading {
  font-size: 26px;
  line-height: 32px;
  padding: 0 0 10px;
  font-weight: 500;
  text-transform: uppercase;
  white-space: nowrap;
}

.reservations-desk-body {
  font-weight: 300;
  padding: 8px 0;
}

@media screen and (min-width: 768px) {
  /* Legacy header desktop styles superseded by header.css */
  .hero {
    background-image: url(../images/hero.webp);
  }

  .hero-content {
    padding: 60px 20px;
  }
  .hero-title {
    font-size: 48px;
    line-height: 70px;
    font-weight: 500;
    padding: 0 0 40px;
  }
  .hero-text {
    padding: 0 0 35px;
    font-size: 28px;
    line-height: 40px;
  }
  .hero-list-item {
    font-size: 1.5em;
    width: 50%;
    text-align: left;
    padding: 0 0 24px 0;
  }
  .hero-bottom {
    padding: 45px 0;
    font-size: 48px;
    line-height: 50px;
  }
  .reservations-desk {
    padding: 0 10px 0 10px;
    margin: 80px auto;
    text-align: center;
    max-width: 767px;
  }
  .reservations-desk-heading {
    font-size: 44px;
    line-height: 48px;
    padding: 0 0 20px;
  }
  .reservations-desk-body {
    font-size: 24px;
    padding: 16px 0;
  }
  .airlines-serviced {
    background: #e8f0f6;
    padding: 40px 15px 40px;
  }
  .airlines-title {
    font-size: 48px;
    line-height: 50px;
    font-weight: 500;
    padding: 0 0 100px;
  }
  .airlines-list {
    list-style: none;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    height: 300px;
  }
  .airlines-list li {
    font-size: 35px;
    line-height: 37px;
    padding: 0 0 60px;
    width: 50%;
  }
  .airlines-list li strong {
    font-size: 64px;
  }
  .customer-support {
    padding: 80px 0;
    background-image: url(../images/compare.webp);
  }
  .customer-support-column {
    max-width: 600px;
    margin: auto;
  }
  .customer-support-title {
    font-size: 40px;
    line-height: 42px;
    padding: 20px 0 40px;
  }
  .customer-support-text {
    font-size: 24px;
    line-height: 35px;
  }
  .footer {
    margin-bottom: 200px;
  }
  .footer-menu li {
    font-size: 25px;
    line-height: 27px;
    padding: 0 4px;
  }
  .footer-copyright {
    font-size: 14px;
    line-height: 16px;
  }
  .banner-title {
    font-size: 30px;
    line-height: 32px;
    padding: 0 0 25px;
  }
  .banner-link {
    font-size: 45px;
    line-height: 47px;
  }
  .md {
    display: none;
  }
  /* Advantages stays in grid layout from base styles */
  .hero-ad-text {
    font-size: 24px;
    text-align: left;
    margin-top: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .hero-content {
    padding: 100px 20px;
    text-align: left;
  }
  .hero-column {
    width: 50%;
  }
  .hero-title {
    font-size: 48px;
    line-height: 70px;
    font-weight: 500;
    padding: 0 0 40px;
  }
  .hero-text {
    padding: 0 0 35px;
    font-size: 28px;
    line-height: 40px;
  }
  .hero-call-banner {
    padding: 15px 50px;
  }
  .hero-call-banner-link {
    font-size: 60px;
    line-height: 64px;
  }
  .hero-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
  }
  .hero-bottom-title {
    margin-bottom: 0px;
  }
  .airlines-serviced {
    padding: 140px 80px 100px 80px;
  }
  .airlines-list {
    height: 200px;
  }
  .airlines-list li {
    padding: 0 0 60px;
    width: 33%;
  }
  .customer-support {
    padding: 170px 80px;
    display: flex;
    justify-content: space-around;
  }
  .customer-support-column {
    margin: 0;
    width: 30%;
  }
  .column-divider {
    display: block;
    width: 2px;
    height: 320px;
    background-color: white;
  }
  .lg {
    display: none;
  }
  .about {
    max-width: 1200px;
    margin: auto;
  }
}




.popup {
  background: white;
  width: 100%;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.popup-inner {
  display: block;
  background: white;
  width: 100%;
  height: 70vh;
}


.popup-close {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  right: 10px;
  top: 0px;
  font-size: 34px;
  line-height: 64px;
  color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  border: none;
  background: none;
}

.popup-title {
  font-size: 19px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 10px;
  background-color: #1569a5;
  padding: 12px 0px;
  margin-bottom: 17px;
}

.popup-customer-rep img {
  max-width: 100%;
}

.popup-service {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 12px;
  margin-bottom: 7px;
  position: relative;
}

.popup-service button {
  background: #1569a5;
  border-radius: 50px;
  padding: 12px 15px;
  font-size: 18px;
  border: none;
  color: #fff;
  width: 90%;
  line-height: 22px;
}


.popup-text {
    font-size: 16px;
    color: #1a1a1a;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
}

.popup-call {
  border-radius: 47px;
  background: #fe5a04;
  display: flex;
  padding: 4px;
  margin-right: 10px;
  margin-left: 7px;
  justify-content: center;
  align-items: center;
}

.popup-phone-circle {
  border: solid 3px #fff;
  height: 45px;
  width: 45px;
  background: #fe5a04 url(../images/phone-icon.png) center center no-repeat;
  margin-left: 7px;
  border-radius: 50%;
}

.popup-call .popup-phone-circle {
  animation-name: trin;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.popup-call h4 {
  margin: 0;
  padding-left: 9px;
  font-weight: 500;
  font-size: 18px;
  vertical-align: middle;
}

.popup-call h4 div{
  font-weight: bold;
  color: #ffffff;
  font-size: 27px;
  display: block;
  letter-spacing: 1px;
  transition: unset;
}

.popup-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #1569a5;
  color: white;
  padding: 24px 0;
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

@media screen and (min-width: 768px) {
  .popup {
    display: none;
  }
 
}

@media screen and (min-width: 1200px) {
 
}

/* ============ SITE FOOTER ============ */

.site-footer {
  background: #0b2d44;
  color: #cfd9e3;
  padding: 60px 20px 0;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 150px;
}
.site-footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.10);
}
.site-footer__heading {
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin: 0 0 16px;
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
}
.site-footer__heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 36px;
  height: 2px;
  background: #f5a623;
}
.site-footer__text {
  margin: 0 0 18px;
  color: #b8c4d1;
  font-size: 14px;
  line-height: 1.65;
}
.site-footer__call {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #096198;
  color: #fff;
  text-decoration: none;
  padding: 10px 18px;
  border-radius: 26px;
  font-weight: 700;
  font-size: 16px;
}
.site-footer__call:hover { background: #f5a623; color: #0b2d44; }

.site-footer__list { list-style: none; margin: 0; padding: 0; }
.site-footer__list li { margin: 0 0 10px; }
.site-footer__list a {
  color: #cfd9e3;
  text-decoration: none;
  transition: color 0.2s, padding 0.2s;
  font-size: 14px;
}
.site-footer__list a:hover { color: #f5a623; padding-left: 4px; }
.site-footer__list--plain li { margin-bottom: 14px; font-size: 14px; line-height: 1.55; }
.site-footer__list--plain strong { color: #fff; font-size: 12px; text-transform: uppercase; letter-spacing: 1px; }

.site-footer__disclaimer {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
  border-bottom: 1px solid rgba(255,255,255,0.10);
}
.site-footer__disclaimer h5 {
  color: #f5a623;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 13px;
  margin: 0 0 14px;
  font-weight: 700;
}
.site-footer__disclaimer p {
  color: #8da0b2;
  font-size: 12.5px;
  line-height: 1.7;
  margin: 0 0 12px;
}
.site-footer__disclaimer strong { color: #cfd9e3; }
.site-footer__disclaimer a { color: #f5a623; }

.site-footer__bar {
  max-width: 1200px;
  margin: 0 auto;
  padding: 22px 0 30px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
.site-footer__bar .copyright {
  color: #8da0b2;
  font-size: 13px;
  margin: 0;
}
.site-footer__bar-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 18px;
}
.site-footer__bar-links a {
  color: #cfd9e3;
  font-size: 13px;
  text-decoration: none;
}
.site-footer__bar-links a:hover { color: #f5a623; }

@media screen and (min-width: 700px) {
  .site-footer__inner { grid-template-columns: repeat(2, 1fr); gap: 40px; }
}
@media screen and (min-width: 1000px) {
  .site-footer { padding: 70px 40px 0; }
  .site-footer__inner { grid-template-columns: 1.4fr 1fr 1.2fr 1.2fr; gap: 50px; }
  .site-footer__bar { flex-direction: row; text-align: left; }
}

/* Modernized advantages icons */
.advantages-item__icon {
  position: relative;
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: linear-gradient(135deg, #e8f0f6 0%, #f5e8d4 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.advantages-item__icon::before { display: none; }
.advantages-item__icon svg {
  width: 30px;
  height: 30px;
  stroke: #096198;
  fill: none;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* OUR RESERVATIONS DESK redesign */
.desk-section {
  background: #f5f7fa;
  padding: 80px 20px;
}
.desk-section__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: start;
}
.desk-section__eyebrow {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 12px;
  font-weight: 700;
  color: #f5a623;
  margin: 0 0 12px;
}
.desk-section__title {
  font-size: 32px;
  line-height: 1.2;
  color: #0a4d7a;
  margin: 0 0 18px;
  font-weight: 700;
  letter-spacing: -0.4px;
}
.desk-section__lead {
  color: #455564;
  line-height: 1.75;
  font-size: 16px;
  margin: 0 0 24px;
}
.desk-section__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #096198;
  color: #ffffff;
  text-decoration: none;
  padding: 14px 24px;
  border-radius: 28px;
  font-weight: 700;
  font-size: 16px;
  box-shadow: 0 8px 22px rgba(9,97,152,0.30);
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
}
.desk-section__cta:hover { background: #074a75; transform: translateY(-2px); box-shadow: 0 12px 28px rgba(9,97,152,0.40); color: #ffffff; }

.desk-section__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.desk-card {
  background: #fff;
  border-radius: 14px;
  padding: 28px 26px;
  border: 1px solid #e3e9f0;
  box-shadow: 0 8px 22px rgba(9,45,68,0.06);
  transition: transform 0.25s, box-shadow 0.25s;
}
.desk-card:hover { transform: translateY(-3px); box-shadow: 0 14px 32px rgba(9,45,68,0.10); }
.desk-card__icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: linear-gradient(135deg, #e8f0f6 0%, #f5e8d4 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  color: #096198;
}
.desk-card__icon svg { width: 26px; height: 26px; stroke: currentColor; fill: none; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.desk-card h3 { color: #0a4d7a; font-size: 20px; margin: 0 0 10px; font-weight: 700; }
.desk-card p  { color: #455564; line-height: 1.7; font-size: 15px; margin: 0; }
.desk-card strong { color: #096198; }

@media (min-width: 900px) {
  .desk-section__inner { grid-template-columns: 1fr 1.1fr; gap: 60px; }
  .desk-section__cards { gap: 22px; }
}

/* Hero chips (replaces hero-list) */
.hero-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 10px;
  margin: 26px auto 0;
  max-width: 720px;
}
.hero-chips span {
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.25);
  color: #fff;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  backdrop-filter: blur(4px);
  white-space: nowrap;
}
.hero-chips span i {
  display: inline-block;
  color: #f5a623;
  font-style: normal;
  font-weight: 700;
  margin-right: 6px;
}

/* Testimonials */
.testimonials { padding: 70px 20px; background: #ffffff !important; }
.testimonial-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}
.testimonial-card {
  background: #ffffff;
  padding: 28px 24px;
  border-radius: 12px;
  border: 1px solid #e3e9f0;
  border-top: 4px solid #096198;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  display: flex;
  flex-direction: column;
}
.testimonial-card__stars { color: #f5a623; font-size: 17px; letter-spacing: 2px; margin-bottom: 12px; }
.testimonial-card__quote { font-style: italic; color: #2d3a48; line-height: 1.65; margin: 0 0 20px; flex-grow: 1; }
.testimonial-card__author {
  display: flex;
  align-items: center;
  gap: 12px;
  border-top: 1px solid #e3e9f0;
  padding-top: 15px;
}
.testimonial-card__avatar {
  width: 42px; height: 42px;
  border-radius: 50%;
  background: #096198;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 15px;
}
.testimonial-card__author strong { display: block; color: #096198; }
.testimonial-card__author span { color: #888; font-size: 13px; }
@media (min-width: 700px) { .testimonial-grid { grid-template-columns: repeat(3, 1fr); } }

/* ============ NEW SECTIONS ============ */

.hero-subtitle {
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 300;
  color: #ffffff;
  margin: 0 0 24px;
}

/* Booking widget */
.booking-widget {
  background: #ffffff;
  color: #222;
  border-radius: 14px;
  padding: 22px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.28);
  max-width: 1100px;
  margin: 0 auto 30px;
  text-align: left;
  box-sizing: border-box;
}
.booking-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}
.booking-tab {
  background: #f1f3f6;
  color: #555;
  border: none;
  outline: none;
  padding: 10px 20px;
  border-radius: 22px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: background 0.2s, color 0.2s;
}
.booking-tab:hover { background: #e3e9f0; }
.booking-tab:focus,
.booking-tab:active { outline: none; box-shadow: none; }
.booking-tab:focus-visible { box-shadow: 0 0 0 3px rgba(9,97,152,0.25); }
.booking-tab.active { background: #096198; color: #fff; }
.booking-tab.active:hover { background: #074a75; }

.booking-form {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas:
    "from"
    "to"
    "depart"
    "return"
    "passengers"
    "submit";
  gap: 14px;
  align-items: end;
}
.booking-field { display: flex; flex-direction: column; min-width: 0; position: relative; }

/* Booking widget — loader + result state */
.booking-loader,
.booking-result { display: none; padding: 18px 6px 4px; text-align: center; }
.booking-loader.open,
.booking-result.open { display: block; animation: fadeIn 0.25s ease-out; }

.booking-loader p {
  margin: 18px 0 0;
  color: #555;
  font-size: 15px;
}
.spinner {
  width: 48px;
  height: 48px;
  margin: 0 auto;
  border: 4px solid #e3e9f0;
  border-top-color: #096198;
  border-radius: 50%;
  animation: spin 0.9s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes fadeIn { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }

.booking-result__icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #e6f4ea;
  color: #2e8b57;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
}
.booking-result__icon svg { width: 28px; height: 28px; }
.booking-result h3 {
  color: #0a4d7a;
  font-size: 22px;
  margin: 0 0 8px;
  font-weight: 700;
}
.booking-result p {
  color: #455564;
  font-size: 15px;
  line-height: 1.6;
  margin: 0 auto 16px;
  max-width: 560px;
}
.booking-result__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #f5a623;
  color: #ffffff;
  text-decoration: none;
  padding: 14px 28px;
  border-radius: 28px;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 8px 22px rgba(245,166,35,0.35);
  transition: transform 0.2s, background 0.2s, box-shadow 0.2s;
}
.booking-result__cta:hover {
  background: #e09416;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(245,166,35,0.45);
}

/* Custom autocomplete dropdown */
.ac-list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 4px;
  background: #ffffff;
  border: 1px solid #d8dde3;
  border-radius: 10px;
  box-shadow: 0 14px 32px rgba(9,45,68,0.18);
  max-height: 280px;
  overflow-y: auto;
  z-index: 40;
  display: none;
}
.ac-list.open { display: block; }
.ac-item {
  padding: 11px 16px;
  font-size: 14.5px;
  color: #2d3a48;
  cursor: pointer;
  border-bottom: 1px solid #f1f3f6;
  transition: background 0.12s, color 0.12s;
}
.ac-item:last-child { border-bottom: none; }
.ac-item:hover,
.ac-item--active {
  background: #e8f0f6;
  color: #096198;
}
.ac-list::-webkit-scrollbar { width: 6px; }
.ac-list::-webkit-scrollbar-thumb { background: #cfd9e3; border-radius: 3px; }
.ac-list::-webkit-scrollbar-track { background: #f5f7fa; }
.booking-field:nth-of-type(1) { grid-area: from; }
.booking-field:nth-of-type(2) { grid-area: to; }
.booking-field:nth-of-type(3) { grid-area: depart; }
.booking-field:nth-of-type(4) { grid-area: return; }
.booking-field:nth-of-type(5) { grid-area: passengers; }
.booking-submit { grid-area: submit; }

.booking-field label {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  color: #777;
  letter-spacing: 1px;
  margin-bottom: 6px;
}
.booking-field input,
.booking-field select {
  width: 100%;
  border: 1px solid #d8dde3;
  border-radius: 8px;
  padding: 13px 14px;
  font-size: 15px;
  font-family: inherit;
  background: #fafbfc;
  color: #222;
  outline: none;
  box-sizing: border-box;
  height: 48px;
  transition: border-color 0.2s, background 0.2s;
}
.booking-field input[type="date"] { padding-right: 8px; min-width: 0; }
.booking-field input:focus,
.booking-field select:focus { border-color: #096198; background: #fff; }

.booking-submit {
  background: #f5a623;
  color: #fff;
  border: none;
  padding: 0 26px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  height: 48px;
  font-family: inherit;
  transition: background 0.2s;
}
.booking-submit:hover { background: #e09416; }

.booking-note {
  margin: 14px 0 0;
  text-align: center;
  color: #096198;
  font-weight: 500;
  font-size: 14px;
}
.booking-note .hero-ad-text { white-space: normal; padding: 0; color: #096198; font-size: 14px; }

@media (min-width: 640px) {
  .booking-form {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "from to"
      "depart return"
      "passengers passengers"
      "submit submit";
  }
}
@media (min-width: 960px) {
  .booking-form {
    grid-template-columns: 1.3fr 1.3fr 1.15fr 1.15fr 1.1fr auto;
    grid-template-areas: "from to depart return passengers submit";
  }
  .booking-form--oneway {
    grid-template-columns: 1.4fr 1.4fr 1.15fr 1.1fr auto;
    grid-template-areas: "from to depart passengers submit";
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .booking-form--oneway {
    grid-template-areas:
      "from to"
      "depart passengers"
      "submit submit";
  }
}

/* Section helpers */
.section-title {
  text-align: center;
  font-size: 28px;
  line-height: 1.2;
  color: #096198;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  margin: 0 0 10px;
}
.section-subtitle {
  text-align: center;
  color: #666;
  font-size: 16px;
  margin: 0 0 36px;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .section-title { font-size: 36px; }
  .section-subtitle { font-size: 18px; margin-bottom: 50px; }
}

/* Cabin types */
.cabin-types { padding: 60px 20px; background: #ffffff; }
.cabin-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}
.cabin-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 24px rgba(9,97,152,0.10);
  border: 1px solid #eef1f5;
  display: flex;
  flex-direction: column;
}
.cabin-card__image {
  height: 180px;
  background-size: cover;
  background-position: center;
}
.cabin-coach    {
  background-color: #4a90c9;
  background-image:
    linear-gradient(180deg, rgba(0,0,0,0) 50%, rgba(0,0,0,0.25) 100%),
    url("../images/coach.jpg");
}
.cabin-business {
  background-color: #0a4d7a;
  background-image:
    linear-gradient(180deg, rgba(0,0,0,0) 50%, rgba(0,0,0,0.25) 100%),
    url("../images/business.jpg");
}
.cabin-private  {
  background-color: #c0741a;
  background-image:
    linear-gradient(180deg, rgba(0,0,0,0) 50%, rgba(0,0,0,0.25) 100%),
    url("../images/private.jpg");
}
.cabin-card__body { padding: 24px; }
.cabin-card__body h3 { color: #096198; font-size: 22px; margin: 0 0 8px; }
.cabin-card__price { color: #555; margin: 0 0 12px; font-size: 15px; }
.cabin-card__price strong { color: #f5a623; font-size: 24px; }
.cabin-card__body p { color: #555; line-height: 1.55; font-size: 15px; margin: 0 0 16px; }
.cabin-card__cta {
  display: inline-block;
  color: #096198;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none;
  transition: color 0.2s;
}
.cabin-card__cta:hover { color: #f5a623; text-decoration: none; }
.cabin-card__cta:visited { color: #096198; }
@media screen and (min-width: 768px) {
  .cabin-grid { grid-template-columns: repeat(3, 1fr); }
}

/* Destinations grid */
.destinations { padding: 60px 20px; background: #f5f7fa; }
.destination-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.destination-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  transition: transform 0.25s, box-shadow 0.25s;
}
.destination-card:hover { transform: translateY(-4px); box-shadow: 0 12px 28px rgba(0,0,0,0.12); }
.destination-card__image {
  height: 180px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.destination-card__image::after { display: none; }
.dest-nyc     {
  background-image:
    linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,0.55) 100%),
    url("https://images.unsplash.com/photo-1496442226666-8d4d0e62e6e9?w=800&amp;q=80&amp;auto=format&amp;fit=crop");
}
.dest-la      {
  background-image:
    linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,0.55) 100%),
    url("https://images.unsplash.com/photo-1444723121867-7a241cacace9?w=800&amp;q=80&amp;auto=format&amp;fit=crop");
}
.dest-chicago {
  background-color: #2c5f8d;
  background-image:
    linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,0.55) 100%),
    url("../images/chicago.jpg");
}
.dest-boston  {
  background-color: #2c3e50;
  background-image:
    linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,0.55) 100%),
    url("../images/boston.jpg");
}
.dest-dc      {
  background-color: #3d5a80;
  background-image:
    linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,0.55) 100%),
    url("../images/washington-dc.jpg");
}
.dest-sf      {
  background-color: #c44569;
  background-image:
    linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,0.55) 100%),
    url("https://images.unsplash.com/photo-1521747116042-5a810fda9664?w=800&amp;q=80&amp;auto=format&amp;fit=crop");
}
.destination-card__body {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.destination-card__body h3 { color: #096198; font-size: 19px; margin: 0; }
.destination-card__price { margin: 0; color: #666; font-size: 14px; }
.destination-card__price strong { color: #f5a623; font-size: 20px; }
.destination-card__cta {
  display: inline-block;
  padding: 8px 16px;
  background: #096198;
  color: #fff;
  border-radius: 20px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-decoration: none;
}
.destination-card__cta:hover { background: #074a75; text-decoration: none; }
.destination-card__cta:visited { color: #fff; }
@media screen and (min-width: 700px) {
  .destination-grid { grid-template-columns: repeat(2, 1fr); }
}
@media screen and (min-width: 1024px) {
  .destination-grid { grid-template-columns: repeat(3, 1fr); }
}

/* Routes section */
.routes-section { padding: 60px 20px; background: #ffffff; }
.routes-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  max-width: 1100px;
  margin: 0 auto;
}
.route-card {
  display: block;
  background: #f8fafc;
  border: 1px solid #e3e9f0;
  border-left: 4px solid #096198;
  padding: 20px 22px;
  border-radius: 8px;
  color: #222;
  transition: all 0.2s;
}
.route-card:hover { background: #fff; border-left-color: #f5a623; transform: translateX(4px); }
.route-card__row {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 17px;
  font-weight: 600;
  color: #096198;
  margin-bottom: 6px;
  flex-wrap: wrap;
}
.route-arrow { color: #f5a623; font-size: 20px; }
.route-card__meta {
  display: flex;
  justify-content: space-between;
  color: #666;
  font-size: 14px;
}
.route-card__price { color: #f5a623; font-weight: 700; font-size: 16px; }
@media screen and (min-width: 700px) {
  .routes-grid { grid-template-columns: repeat(2, 1fr); }
}
@media screen and (min-width: 1024px) {
  .routes-grid { grid-template-columns: repeat(3, 1fr); }
}

@keyframes trin {
  from {
      transform: rotate3d(0, 0, 1, 0deg);
  }

  20%, 32%, 44%, 56%, 68% {
      transform: rotate3d(0, 0, 1, 0deg);
  }

  23%, 35%, 47%, 59%, 71% {
      transform: rotate3d(0,0,1,15deg);
  }

  26%, 38%, 50%, 62%, 74% {
      transform: rotate3d(0,0,1,0deg);
  }

  29%, 41%, 53%, 65%, 77% {
      transform: rotate3d(0,0,1,-15deg);
  }

  80% {
      transform: rotate3d(0, 0, 1, 0deg);
  }
}
