* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', sans-serif;
  background-color: #fff;
}


.logo {
  display: flex;
  align-items: center;
}

.logo img {
  height: 50px;
  margin-right: 10px;
}

.logo span {
  font-size: 1.5em;
  font-weight: bold;
}


.call-text {
  /* display: flex; */
  align-items: center;
  justify-content: start;
  color: #111;
  font-size: 1rem;
  font-weight: normal;
}

.nav a {
  color: #555;
  text-decoration: none;
  margin-left: 10px;
  margin-bottom: -15px;
  padding: 8px 10px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.nav a:hover {
  /* background-color: #11569c; */
  color: orange;
}

.fa-phone {
  color: orange;

}

.support-contact {
  font-family: 'Poppins', sans-serif;
  background-color: #d1d5db;
  padding: 4px;
  border-radius: 10px;
  opacity: 0.9;

}

.phone-icon {
  width: 28px;
  height: 28px;
}

.support-hours {
  font-size: 12px;
  color: #444;
  margin-bottom: -2px;
}

.support-phone {
  font-size: 16px;
  color: #042c48;
  font-weight: 600;
  text-decoration: none;
}

.support-phone strong {
  font-weight: 600;
}

.contact-number {
  font-weight: bold;
  color: #fff;
}

.hamburger-menu {
  display: none;
  font-size: 1.5em;
  cursor: pointer;
}

.mobile-nav {
  display: none;
  flex-direction: column;
  background-color: #fff;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 10;
}

.mobile-nav a {
  color: #555;
  text-decoration: none;
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
}

.mobile-nav a:last-child {
  border-bottom: none;
}

.mobile-nav i {
  margin-right: 10px;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .nav {
    display: none;
  }

  .contact-number {
    display: none;
  }

  .hamburger-menu {
    display: block;
  }


}

.mobile-nav.open {
  display: flex;
}

.contact-number {
  color: #11569c;
  font-weight: bold;
  font-size: 1.2rem;
}

@media (max-width: 768px) {
  .contact-number {
    display: none;

  }
}

.contact-call {
  background-color: #20415b;
  color: #fff;
  text-align: center;
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 100;
  align-items: center;
  justify-content: flex-start;
  /* border-radius: 10px; */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.call-offer {
  text-align: center;
  background: linear-gradient(45deg, #002d4a, #026bbb);
  padding: 10px 10px;
  font-size: 16px;
  font-weight: 500;

}

.call-offer i {
  margin-right: 10px;
  font-size: 20px;

}

.contact-calls {
  /* text-align: start; */
  padding: 10px;
  /* display: flex; */
  align-items: center;
  justify-content: flex-start;
}

.contact-call:hover {
  transform: translateX(-50%) scale(1.03);
}

.tel-text {
  text-align: center;
  font-size: 2em;

}

.call-support-icon {
  width: 60px;
  margin-right: 15px;
}

.call-text h3 {
  margin: 0;
  font-size: 2em;
}

.call-text p {
  margin: 3px 0 0 0;
  font-size: 2em;
  font-weight: bold;
}

a {
  text-decoration: none;
}

@media (min-width: 900px) {
  .contact-call {
    display: none;
  }
}

@media (min-width: 768px) {
  .spirit-card {
    display: none;
  }
}

/* ==========================================header end====================================== */
.hero {
  background-image: url('images/air-bg.jpg');
  background-size: cover;
  background-position: center;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 20px;
}

.hero h1 {
  color: white;
  font-size: 2rem;
  font-weight: 800;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);
  margin-bottom: 20px;
}

.search-box {
  background-color: rgba(255, 255, 255, 0.95);
  padding: 20px;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 10px;
  /* max-width: 1200px; */
  opacity: 0.8;
  width: 100%;
}

.trip-types {
  width: 100%;
  display: flex;
  justify-content: start;
  gap: 10px;
  font-size: 16px;
  flex-wrap: wrap;
}

.trip-types label {
  align-items: start;
  gap: 5px;

}

.input-group {
  flex: 1 1 100px;
  display: flex;
  flex-direction: column;
  position: relative;

}

.input-group input,
.input-group select {
  padding: 10px 12px;
  font-size: 16px;
  border-radius: 6px;
  border: 1px solid #ccc;
  width: 100%;
}

.input-group label {
  font-weight: 600;
  margin-bottom: 5px;
  text-align: start;
}

.searchbtn {
  background-color: #003b66;
  color: white;
  margin: 28px 2px 1px 0px;
  padding: 8px 10px;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  /* gap: 10px; */
}

.searchbtn i {
  font-size: 18px;
}



@media (max-width: 768px) {
  .hero {
    height: auto;
  }

  .search-box {
    flex-direction: column;
    align-items: stretch;
  }

  .searchbtn {
    justify-content: center;
    width: 100%;
  }
}

/* ==========================================hero end====================================== */
.services-panel {
  width: 100%;
  float: left;
  padding: 20px 0 0 0;
  background: #f9f9f9;
  margin-top: 0px;
}

.services-panel .s-content-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.services-panel .s-content-inner .d-flex-row {
  width: calc(100% + 20px);
  margin-left: -10px;
  display: flex;
  flex-wrap: wrap;
}

.services-panel .s-content-inner .d-flex-row .d-flex-col {
  display: flex;
  width: 25%;
  padding: 0 10px;
}

.package {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 14px 5px 14px 8px;
  box-shadow: 0 1px 2px #ccc !important;
  border-radius: 8px;
  background: #fff;
}

.package .icon {
  width: 100%;
  display: flex;
  width: 80px;
  margin-bottom: 10px;
}

.services-panel .s-content-inner .package .text1 {
  width: 100%;
  display: flex;
  text-align: center;
  justify-content: center;
  background: linear-gradient(90deg, #ffb50f, #ffb50f 50%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18px;
  font-weight: 600;
}

.services-panel .s-content-inner .package .text2 {
  width: 100%;
  display: flex;
  text-align: center;
  justify-content: center;
  font-weight: 500;
  margin: 0;
  color: #5b5b5b;
  font-size: 13px;
  padding: 5px 10px 0 10px;
}

@media (max-width: 990px) {
  .services-panel .s-content-inner .d-flex-row .d-flex-col {
    display: flex;
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .services-panel .s-content-inner .d-flex-row .d-flex-col {
    display: flex;
    width: 100%;
    padding: 0 10px;
    margin-bottom: 20px;

  }
}

/* ===========================service card end --- slider start======================= */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600&family=Rajdhani:wght@300;400;600;700&display=swap');


html {
  scroll-behavior: smooth;
}

.item {
  margin: 10px;
}

.packages {
  width: 100%;
  float: left;
  color: #000;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  box-shadow: none;
  margin-top: 0px;
  margin-bottom: 20px;
  position: relative;
  border-radius: 15px;


}

.packages .im {
  width: 100%;
  float: left;
  border-radius: 10px 10px;
  position: relative;
  overflow: hidden;
  position: relative;
  border-radius: 15px;

}


.packages .im img {
  width: 100%;
  border-radius: 10px 10px;
  height: auto;
  transition: 0.3s;
  border-radius: 15px;

}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  border-radius: 15px;
}

.packages .im .im-text1 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 15px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  border-radius: 15px;

}

.packages .im .im-text2 {
  position: relative;
  position: absolute;
  bottom: 20px;
  left: 0px;
  width: 100%;
  padding: 15px;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  border-radius: 15px;

}

.packages .im .im-btn-outer {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0px;
  transform: translateY(60px);
  left: 0;
  padding: 30px 0;
  background: #fff;
  transition: 0.5s;
}


.packages .im .im-btn-outer .call-now {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  font-size: 16px;
  padding: 10px 20px;
  background: #da2267;
  color: #fff;
  transition: 0.5s;
}

/* ------------------------------------------------------------------------------------- */

/* ath_carousel_se_01 */
.ath_carousel_se_01 .owl-theme .owl-dots {
  text-align: center;
  margin-top: 18px;
}

.ath_carousel_se_01 .owl-theme .owl-dots .owl-dot {
  display: inline-block;
}

.ath_carousel_se_01 .owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 5px;
  background: #ff5e14;
  border: 0px solid #ff5e14;
  display: block;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
  border-radius: 50%;
}

.ath_carousel_se_01 .owl-theme .owl-dots .owl-dot:hover span {
  color: #fff;
  background: #ff5e14;
  /*  border: 5px double;*/
  padding: 5px;
  border-radius: 50%;
}

.ath_carousel_se_01 .owl-theme .owl-dots .owl-dot.active span {
  color: #fff;
  background: #ff5e14;
  /* border: 5px double;*/
  opacity: 0.8;
  padding: 5px;
  border-radius: 50%;
  background: #ff5e14;

}

.ath_carousel_se_01 .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 42%;
  right: -20px;
  padding: 0px 15px 6px 15px !important;
  background: rgb(255, 255, 255);
  display: inline-block;
  transform: translateY(-50%);
  border-radius: 50%;
  font-size: 35px;
  line-height: 35px;
  color: #e0571d;
  box-shadow: 0 0 8px rgba(0, 0, 0, .25);
}

.ath_carousel_se_01 .owl-carousel .owl-nav button.owl-next:hover {
  background: #ff5e14;
  color: #fff;
}

.ath_carousel_se_01 .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 42%;
  left: -20px;
  padding: 0px 15px 6px 15px !important;
  background: rgb(255, 255, 255);
  display: inline-block;
  transform: translateY(-50%);
  border-radius: 50%;
  font-size: 35px;
  line-height: 35px;
  color: #e0571d;
  box-shadow: 0 0 8px rgba(0, 0, 0, .25);
}

.ath_carousel_se_01 .owl-carousel .owl-nav button.owl-prev:hover {
  background: #ff5e14;
  color: #fff;
}



.ath_carousel_se_01 .owl-arrow .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.8rem;
}

.ath_carousel_se_01 .owl-arrow .owl-nav .owl-prev,
.ath_carousel_se_01 .owl-arrow .owl-nav .owl-next {
  display: inline-block;
  transition: all 0.6s ease-in-out;
  color: #000000;
}

.ath_carousel_se_01 .main_services:hover {
  border: 1px solid #ededed;
  box-shadow: none;
}


@media only screen and (max-width: 768px) {
  .ath_carousel_se_01 .owl-carousel .owl-nav button.owl-prev {
    top: 42%;
    left: 0px;

  }

  .ath_carousel_se_01 .owl-carousel .owl-nav button.owl-next {
    top: 42%;
    right: 0px;

  }
}

/* ===============================great airfare discount coupon====================== */
.great-airfare-discount-coupons {
  width: 100%;
  float: left;
  /* margin-top: 20px; */
  background: #f9f9f9;
}

.great-airfare-discount-coupons .f-header {
  width: 100%;
  float: left;
  text-align: center;
  color: #000;
}


.great-airfare-discount-coupons .f-header .h-text1 {
  width: 100%;
  float: left;
  text-align: center;
  border-top: 0px solid #eee;
  font-weight: 500;
  font-size: 26px;
  padding-top: 15px;
  margin: 0 0 20px;
  position: relative;
}

.great-airfare-discount-coupons .d-flex-row {
  width: calc(100% + 20px);
  margin-left: -10px;
  display: flex;
  flex-wrap: wrap;
}

.great-airfare-discount-coupons .d-flex-row .d-flex-col {
  display: flex;
  width: 25%;
  padding: 0 10px;
}

.great-airfare-discount-coupons .packages1 {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}

.great-airfare-discount-coupons .packages1 .im {
  width: 100%;
  float: left;
  position: relative;
}

.great-airfare-discount-coupons .packages1 .im>img {
  width: 100%;
  height: auto;
}

.great-airfare-discount-coupons .packages1 .im .im-content {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: flex;
  flex-direction: column;
  background-image: -webkit-linear-gradient(bottom, #000 0%, rgba(0, 0, 0, 0) 100%);
  padding: 60px 15px 10px 15px;
  color: #fff;
}

.great-airfare-discount-coupons .packages1 .im .im-content .title {
  width: 100%;
  display: flex;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  border-bottom: 1px dashed #fff;
}

.great-airfare-discount-coupons .packages1 .im .im-content .imc-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.great-airfare-discount-coupons .packages1 .im .im-content .imc-content .left {
  display: flex;
  flex-direction: column;
}

.great-airfare-discount-coupons .packages1 .im .im-content .imc-content .left .coupon {
  display: flex;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

.great-airfare-discount-coupons .packages1 .im .im-content .imc-content .left .name {
  display: flex;
  font-size: 16px;
  font-weight: 400;
  color: #f9ca0a;
}

.great-airfare-discount-coupons .packages1 .im .im-content .imc-content .discount {
  display: flex;
  border: 1px solid #fff;
  padding: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

@media (max-width: 990px) {
  .great-airfare-discount-coupons .d-flex-row .d-flex-col {
    display: flex;
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .great-airfare-discount-coupons .d-flex-row .d-flex-col {
    display: flex;
    width: 100%;
    padding: 0 10px;
    margin-bottom: 20px;

  }
}

/* ==========================================FLIGHT OFFER===================== */
.packages3 {
  width: 100%;
  float: left;
  color: #000;

  margin-top: 0px;
  margin-bottom: 20px;

}

.packages3 .im {
  width: 100%;
  float: left;
  overflow: hidden;

}


.packages3 .im img {
  width: 100%;
  height: auto;
  transition: 0.3s;


}

.card-body {
  display: flex;
  justify-content: space-around;
  margin-top: 12px;
  padding: 15px;
  text-align: left;
}

.card-title {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  margin-bottom: 8px;
}

.card-price {
  font-size: 14px;
  color: #555;
  margin-bottom: 15px;
}

.card-btn {
  display: inline-block;
  background-color: #333391;
  color: #fff;
  padding: 6px 12px;
  border-radius: 3px;
  text-decoration: none;
  font-size: 14px;
  transition: background-color 0.3s ease;
}

.card-btn:hover {
  background-color: #b71d59;
}



/* ==========================================everything content===================== */
.travel-needs-panel {
  width: 100%;
  float: left;
  margin-top: -70px;
  margin-bottom: 25px;
}

.travel-needs-panel .tnp-content-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.travel-needs-panel .tnp-content-inner .main-heading {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.travel-needs-panel .tnp-content-inner .main-heading .header-text1 {
  width: 100%;
  float: left;
  font-size: 26px;
  background: linear-gradient(90deg, #333391, #fdbe12 50%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  margin: 0 0 8px 0;
  padding: 0 0 10px 0px;
  line-height: 24px;
  position: relative;
}

.travel-needs-panel .tnp-content-inner p {
  font-size: 14px;
  color: #333;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 10px;
}

/* ==============================================footer start====================== */
.suscribe_main {
  background: linear-gradient(45deg, #002d4a, #026bbb);
  /* padding: 20px 0; */
  background-size: cover;
  background-position: 50%;
  position: relative;
  display: table;
  width: 100%;
  overflow: hidden;
  color: white;
}

.suscribe_main .Exclusive_ss h4 {
  font-size: 19px;
  color: #fff;
  margin: 0px;
  text-shadow: 2px 2px 2px #000;
  font-weight: 600;
  text-transform: uppercase;
}

.suscribe_main .seciband {
  margin: 3px 0 0 0;
}

.suscribe_main .seciband .form-group {
  position: relative;
  margin: 0;
}

.suscribe_main .cont_form {
  border-radius: 2px;
  height: 42px;
}

.suscribe_main .button_secb {
  position: absolute;
  top: 2px;
  right: 2px;
  background: linear-gradient(45deg, #026bbb, #0593ff);
  border: 0px;
  border-radius: 2px;
  padding: 7.5px 28px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  font-weight: 500;
  text-transform: uppercase;
}

.footer_btm {
  width: 100%;
  float: left;
  padding: 10px 0;
  background: #0e2d44;
  text-align: center;
}

.footer_btm p {
  margin: 0;
  color: #fff;
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 500;
}

.footer-link {
  text-decoration: none;
  color: white;
}

:hover .footer-link {
  color: white;
}

.Bt_tfn a {
  text-decoration: none;
  color: white
}

:hover .Bt_tfn a {
  color: white;
}

/* ==============================about ============================== */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 00px;
}

/* Contact Banner */
.contact-banner {
  background-image: url('images/bg-banner1.jpg');
  /* Replace with your image path */
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 40px 0;
  text-align: center;
}

.contact-banner .container h1 {
  margin-bottom: 10px;
  font-size: 2.5em;
}

@media (min-width: 768px) {
  .col-sm-12 {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .col-sm-12 {
    float: left;
  }
}




/* =====================================contact=================================== */

@media (min-width: 992px) {
  .col-md-7 {
    width: 58.33333333%;
  }
}

@media (min-width: 992px) {
  .col-md-7 {
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-12 {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-12 {
    float: left;
  }
}

.contact_aadd {
  background: #fff;
  text-align: left;
  padding: 15px 0;
  margin-bottom: 25px;
  box-shadow: 0 1px 2px #ccc !important;
  border-radius: 8px;
  min-height: 97px;
}

.contact_aadd i {
  font-size: 22px;
  background: #002d4a;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 23px;
  margin: 5px 10px 10px;
  float: left;
  text-align: center;
}

.contact_aadd a {
  display: block;
  font-size: 18px;
  color: #333;
  text-decoration: none;
  font-weight: 600;
}

@media (min-width: 992px) {
  .col-md-5 {
    width: 41.66666667%;
  }
}

@media (min-width: 992px) {
  .col-md-5 {
    float: left;
  }
}

.form-full {
  float: left;
  width: 100%;
  border: 5px solid #ccc;
  padding: 15px;
  margin-top: 10px;
  margin-bottom: 0;
}

.form-full .form-group {
  float: left;
  width: 100%;
  margin-bottom: 25px;
}

.form-full .input {
  border-radius: 0;
  float: left;
  height: 46px;
  line-height: 46px;
  margin-bottom: 0;
}

.form-full .input-btn {
  border: none;
  outline: 0;
  padding: 10px 30px;
  background: #002d4a;
  color: #fff;
  margin-top: 20px;
}

/* ===================================expedia======================================== */

.expedia-section {
  margin: 0 auto;
  padding: 40px 0px;
}

.expedia-title {
  color: #ffb50f;
  font-size: 26px;
}

.expedia-subtitle {
  margin-top: -5px;
  color: #333;
  font-size: 18px;
}

.expedia-description {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  unicode-bidi: isolate;
}

a {
  color: #2979ff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul li {
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  unicode-bidi: isolate;
}

/* Responsive Design */
@media (max-width: 768px) {
  .expedia-title {
    font-size: 24px;
  }

  .expedia-section {
    padding: 20px 30px;
  }
}





/* =======================================model======================================= */

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}


.card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.spirit-card {
  background: white;
  max-width: 500px;
  width: 100%;
  overflow: hidden;
  font-family: Arial, sans-serif;
  padding: 20px 10px;
}

@keyframes slideUp {
  from {
    transform: translateY(100px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.spirit-header {
  background: linear-gradient(45deg, #002d4a, #026bbb);
  padding: 20px;
  text-align: center;
  color: white;
  border-radius: 10px 10px 0px 0px;
}

.spirit-header img {
  max-height: 40px;
  margin-bottom: 10px;
}

.spirit-title {
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
}

.spirit-title .highlight {
  color: #ffc107;
}

.call-box {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px;
  background: #0e2d44;
  color: white;
  font-size: 14px;
}

.call-box i {
  font-size: 24px;
  color: white;
}

.call-number {
  font-weight: bold;
  font-size: 16px;
}

.call-text {
  color: white;
}

.support-strip {
  background: #0e2d44;
  padding: 10px;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  color: white;
}

.support-strip i {
  color: #f68712;
  margin-right: 5px;
}

.profile-section {
  text-align: center;
  background-color: #20415b;
}

.profile-section img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: 15px;
  border: 3px solid #f68712;
}

.button-grid {
  background: #0e2d44;

  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 0 16px;
}

.button-grid button {
  margin: 8px 0;
  color: #f68712;
  border: 2px solid #f68712;
  padding: 10px 5px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: center;
  cursor: pointer;

}

.deal-banner {
  background: linear-gradient(45deg, #002d4a, #026bbb);
  padding: 10px 16px;
  text-align: center;
  font-size: 14px;
  border-radius: 0px 0px 10px 10px;
  color: white;
  font-weight: bold;
}

.deal-text {
  margin-bottom: 10px;
}

.deal-call {
  background-color: white;
  color: #f68712;
  padding: 10px;
  border-radius: 10px;
  display: inline-block;
  font-weight: bold;
}

.deal-call i {
  margin-right: 6px;
}



@media (max-width: 1440px) {
  .modal.show-on-mobile {
    display: flex;
  }
}

/* CALL BUTTON */
.call-button {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.75rem 1.5rem;
  background-color: #ef5a07;
  color: white;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 30px;
  text-decoration: none;
}

.call-button i {
  margin-right: 8px;
}


/* ============================search-flight================================ */

.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes fly {
  0% {
    transform: translateX(0) rotate(0deg);
  }

  50% {
    transform: translateX(20px) translateY(-10px) rotate(10deg);
  }

  100% {
    transform: translateX(0) rotate(0deg);
  }
}

.wait-container {
  background-color: #1c3f59;
  color: white;
  text-align: center;
  padding: 20px 10px;
  border-radius: 6px 6px 0 0;
}

.wait-text {
  font-size: 1.5rem;
  font-weight: bold;
}

.wait-subtext {
  font-size: 1rem;
}

.image-box {
  background: white;
  padding: 0;
}

.city-image {
  object-fit: cover;
  width: 100%;
  display: block;
  max-height: 200px;
  object-fit: cover;
}

.bottom-bar {
  background-color: #2f2f2f;
  color: white;
  padding: 10px;
  text-align: center;
  border-radius: 0 0 6px 6px;
}

.bottom-bar a {
  color: #1b6ec2;
  text-decoration: none;
}

.bottom-bar a:hover {
  text-decoration: underline;
}

.phone-number {
  font-size: 1.1rem;
  font-weight: bold;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.phone-number i {
  font-size: 1.2rem;
}

.card-box {
  max-width: 500px;
  margin: 50px auto;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  border-radius: 6px;
  overflow: hidden;
}

@media (max-width: 576px) {
  .wait-text {
    font-size: 1.2rem;
  }

  .wait-subtext {
    font-size: 0.9rem;
  }

  .phone-number {
    font-size: 1rem;
  }
}



.top-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f68712;
  color: white;
  padding: 1.5rem 1rem;
  flex-wrap: wrap;
  text-align: center;
  border-radius: 20px 20px 0px 0px;

}

.column {
  flex: 1 1 150px;
}

.column h4 {
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 1px;
}

.column h1 {
  font-size: 2.5rem;
  font-weight: 800;
}

.column p {
  font-size: 1rem;
  margin-top: 4px;
}

.plane-icon {
  font-size: 2rem;
  margin: 0 1rem;
}

/* OFFER SECTION */
.offer-section {
  max-width: 700px;
  margin: 1.5rem auto;
  background-color: #f7f9fc;
  padding: 2rem 1rem;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.offer-label {
  color: #d32f2f;
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 1rem;
}

.offer-label i {
  margin-right: 0.5rem;
}

.offer-section h2 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
}

/* LOADER */
.loader {
  width: 30px;
  height: 30px;
  margin: 1rem auto;
  border: 4px solid #007bff;
  border-top: 4px solid transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

/* CALL BUTTON */
.call-button {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.75rem 1.5rem;
  background-color: #ef5a07;
  color: white;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 30px;
  text-decoration: none;
}

.call-button i {
  margin-right: 8px;
}

/* DETAILS SECTION */
.details-section {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 1rem;
  background-color: #f1f1f1;
  text-align: center;
  border-radius: 0px 0px 20px 20px;

}

.detail-box {
  flex: 1 1 180px;
  margin: 0.5rem;
}

.detail-box p {
  font-size: 0.95rem;
  color: #555;
}

.detail-box strong {
  font-size: 1.1rem;
  font-weight: 700;
  display: block;
  margin-top: 4px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .search-loading-box {
    margin-left: 10%;
    margin-right: 10%;
    width: 80%;
  }

  .top-section {
    flex-direction: row;
    padding: 1rem;

  }

  .column {
    flex: 1 1 10px;
  }

  .details-section {
    flex-direction: row;
  }

  .detail-box {
    flex: 1 1 18px;
    margin: 0.5rem;
  }

  .call-button {
    width: 100%;
    max-width: 300px;
  }
}

/* ===============================search-result-display============================= */
.search-result {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.no-flights-container {
  max-width: 500px;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}

.no-flights-img {
  width: 150px;
  margin-bottom: 20px;
}

h1 {
  /* color: #0070f3; */
  font-size: 24px;
  margin-bottom: 10px;
}

.subtext {
  color: #555;
  font-size: 16px;
  margin-bottom: 15px;
}

.route {
  margin-bottom: 20px;
  font-size: 16px;
}

.tag {
  background: #f1f1f1;
  border-radius: 8px;
  padding: 4px 10px;
  margin: 0 5px;
  font-weight: bold;
  display: inline-block;
}

hr {
  margin: 30px 0;
  border: none;
  border-top: 1px solid #ddd;
}

.help-section {
  margin-bottom: 30px;
}

.help-title {
  font-weight: bold;
  color: #444;
  margin-bottom: 10px;
}

.call-btn {
  background-color: #28a745;
  color: white;
  border: none;
  padding: 12px 25px;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
}

.call-btn .phone-icon {
  margin-right: 8px;
}

.action-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.home-btn,
.search-btn {
  padding: 12px 20px;
  border: none;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-btn {
  background-color: #042651;
  color: white;
}



.search-btns {
  border: 1px solid #0070f3;
  background: white;
  color: #0070f3;
  border-radius: 5px;
}

.search-btns:hover {
  background: #0070f3;
  color: white;
}


.icon {
  margin-right: 8px;
}

/* Responsive adjustments */
@media (min-width: 480px) {
  .action-buttons {
    flex-direction: row;
    justify-content: center;
  }

  .action-buttons button {
    width: 45%;
  }
}

/* =====================================call icon ============================= */

.call-icons {
  color: #ffb50f;
  font-size: 18px;
  background-color: transparent;
  padding: 6px 0px 6px 10px;
  border-radius: 50%;
  animation: ring 1.5s infinite;
}


.call-icon {
  color: #fff;
  font-size: 20px;
  background-color: transparent;
  padding: 8px 10px 8px 10px;
  border-radius: 50%;
  animation: ring 1.5s infinite;
}

/* Optional ringing animation */
@keyframes ring {
  0% {
    transform: rotate(0);
  }

  10% {
    transform: rotate(15deg);
  }

  20% {
    transform: rotate(-10deg);
  }

  30% {
    transform: rotate(5deg);
  }

  40% {
    transform: rotate(-5deg);
  }

  50% {
    transform: rotate(0);
  }
}