body{
   font-family: "Roboto", sans-serif;
   font-weight:500;
  font-style: normal;
}
   /* ===== HEADER ===== */
    .main-header {
      padding: 12px 0;
      background: #fff;
      border-bottom: 1px solid #eee;
      position: relative;
    }

    .logo {
      font-weight: 700;
      font-size: 22px;
      color: #0b1c3f;
    }

    .logo span {
      color: #ff3d00;
    }

    .nav-link {
      font-weight: 500;
      color: #111 !important;
      margin: 0 10px;
    }

    .nav-link:hover {
      color: #ff3d00 !important;
    }

    .call-box {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .call-icon {
      width: 40px;
      height: 40px;
      background: #0b1c3f;
      color: #fff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
    }

    .call-text small {
      display: block;
      font-size: 12px;
      color: #555;
    }

    .call-text a {
      font-weight: 700;
      color: #ff3d00;
      text-decoration: none;
    }

    /* Mobile */
    @media (max-width: 991px) {
      .call-box {
        margin-top: 15px;
      }
    }
    /* ===== HERO ===== */
  
.hero {
  position: relative;
  padding: 40px 0;
  /* overflow: hidden; */
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('../img/banner-section.jpg') center/cover no-repeat;
  /* filter: blur(1px); */
  /* transform: scale(1.1); */
  z-index: 1;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
  z-index: 2;
}

.hero > .container {
  position: relative;
  z-index: 3;
}

/* ================= SEARCH BOX ================= */
.search-box {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 12px;
  position: relative;
  z-index: 20;
}

.search-field {
  background: #fff;
  padding: 10px 14px;
  border-radius: 8px;
}

.search-field small {
  font-size: 12px;
  color: #777;
}

.search-field input {
  border: none;
  width: 100%;
  font-weight: 600;
  outline: none;
}

/* ================= TABS ================= */
.trip-tabs .nav-link {
  border: none;
  font-weight: 600;
  color: #000;
  font-size: 14px;
padding: 3px 10px;
margin: 0;
}

.trip-tabs .nav-link.active {
  background: #ff3d00;
  color: #fff;
  border-radius: 6px;
  padding: 3px 10px;
}

/* ================= PAX DROPDOWN ================= */
.pax-field {
  cursor: pointer;
}

.pax-dropdown {
  position: absolute;
  top: 75px;
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 10px;



  padding: 15px;
  display: none;
  z-index: 9999;
}

.pax-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.counter {
  display: flex;
  align-items: center;
  gap: 10px;
}

.counter button {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: none;
  background: #ff3d00;
  color: #fff;
  font-weight: bold;
}

.counter span {
  min-width: 20px;
  text-align: center;
}

.btn-done {
  background: #ff3d00;
  color: #fff;
  font-weight: 600;
}

/* ================= SEARCH BUTTON ================= */
.btn-search {
  background: #ff3d00;
  color: #fff;
  font-weight: 700;
  border-radius: 8px;
  padding: 12px;
  border: none;
}

/* ================= WHY CHOOSE US ================= */
.why-choose-us {
 
  position: relative;
  z-index: 1;
}
    .hero h1 {
      color: #fff;
      font-weight: 800;
      letter-spacing: 1px;
      font-size: 40px;
    }
    .hero p {
      color: #cfe0ff;
      font-size: 20px;
      font-weight: 500;
      letter-spacing: 1px;
    }

    /* ===== SEARCH BOX ===== */
    .dpflx{
        display: flex;
        justify-content: end;
    }
    .search-box {
      background: #f2f2f2;
      border-radius: 12px;
      padding: 20px;
      width: 470px;
    }
   .trip-tabs {
  border-bottom: none;
}

.trip-tabs .nav-link {
  font-weight: 600;
  color: #000;
  border-radius: 6px;
  border: none;
  margin-right: 8px;
}

.trip-tabs .nav-link.active {
  background: #ff3d00;
  color: #fff !important;
}

    .search-field {
      background: #fff;
      border-radius: 8px;
      padding: 10px 14px;
      height: 60px;
    }
    .search-field small {
      color: #777;
      display: block;
      font-size: 12px;
    }
    .search-field input {
      border: none;
      width: 100%;
      font-weight: 600;
      outline: none;
    }

    .btn-search {
      background: #ff3d00;
      color: #fff;
      font-weight: 700;
      border-radius: 10px;
      height: 60px;
      width: 100%;
      border: none;
    }

    @media (max-width: 1199px) {
        .hero h1 {
    
      font-size: 20px;
    }
    .hero p {
     
      font-size: 16px;
    
    }
    }

@media (max-width: 991px) {
  .hero h1 {
    
      font-size: 20px;
    }
    .hero p {
     
      font-size: 16px;
    
    }
    .dpflx{
      justify-content: center;
    }
}

    @media (max-width: 768px) {
      .hero {
        padding: 40px 0 40px;
        
      }

      .hero h1 {
    
      font-size: 20px;
    }
    .hero p {
     
      font-size: 16px;
    
    }
    }




    .why-choose-us {
  background: #f8f9fa;
}

.feature-card {
  background: #fff;
  padding: 30px 20px;
  border-radius: 14px;
  transition: all 0.3s ease;
  height: 100%;
}

.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.icon-box {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: #ff3d00;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 32px;

  /* Floating animation */
  animation: float 3s ease-in-out infinite;
}

.icon-box.delay-1 { animation-delay: 0.5s; }
.icon-box.delay-2 { animation-delay: 1s; }
.icon-box.delay-3 { animation-delay: 1.5s; }

.feature-card h5 {
  font-weight: 600;
  margin-bottom: 10px;
}

.feature-card p {
  color: #666;
  font-size: 14px;
}

/* Keyframes */
@keyframes float {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-12px); }
  100% { transform: translateY(0); }
}

    .effectflight {
  position: relative;
}


.effectflight img {
  transition: filter 0.6s;
  width: 100%;
  height: 250px;
  border-radius: 15px;
}

.effectflight:hover img {
  filter: grayscale(8);
}

/* Hover Element */
.effectflight .caption {
  background-color: rgba(0, 0, 0, 0.31);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
border-radius: 15px;
  width: 0;
  overflow: hidden;
  transition: width 0.9s;
}

.effectflight:hover .caption {
  width: 100%;
}

/* Text */
.effectflight .caption h5,
.effectflight .caption p,
.effectflight:hover .caption .btn-view {
  opacity: 0;
  position: absolute;
  white-space: nowrap;
  overflow: hidden;
  transition: transform 0.9s, opacity 0.9s;
}

.effectflight .caption h5 {
  background: #ff3d00;
 color: #fff;
  top: 33%;
  transform: translateX(700px);
  height: 35px;
  font-size: 18px;
  font-weight: 600;
 padding: 5px;
 margin-bottom: 0;
}

.effectflight .caption p {
  background: rgba(0, 0, 0, 0.41);
  color: black;
  top: 49.5%;
  padding: 5px;
  color: #fff;
  font-size: 15px;
  /* left: 20px; */
  transform: translateX(-700px);
}

.effectflight .caption .btn-view {
  background: #ff3d00;
  color: #fff;
  padding: 10px 20px;
  top: 65%;
  
 
  font-size: 15px;
  transform: translateX(-700px);
}

.effectflight:hover .caption h5,
.effectflight:hover .caption p,
.effectflight:hover .caption .btn-view {
  transform: translateX(0px);
  opacity: 1;
}


  /* ================= FOOTER ================= */
    .travel-footer {
   background: #1f1f48;
  color: #ddd;
}

.travel-footer h4,
.travel-footer h5 {
  color: #fff;
  margin-bottom: 20px;
}

.footer-logo {
  font-size: 26px;
  font-weight: 700;
}

.travel-footer ul {
  list-style: none;
  padding: 0;
}

.travel-footer ul li {
  margin-bottom: 10px;
}

.travel-footer ul li a {
  color: #bbb;
  text-decoration: none;
  transition: 0.3s;
}

.travel-footer ul li a:hover {
  color: #ff9800;
  padding-left: 6px;
}

.social-icons a {
  display: inline-block;
  height: 40px;
  width: 40px;
  background: rgba(255,255,255,0.1);
  color: #fff;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  margin-right: 8px;
  transition: 0.4s;
}

.social-icons a:hover {
  background: #ff9800;
  transform: translateY(-5px);
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 15px 0;
  font-size: 14px;
}

.footer_contact {
  margin-top: 20px;
}

.footer_contact span {
  display: block;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 12px;
  letter-spacing: 1px;
}

/* Payment list */
.payment-method {
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 10px;
  flex-wrap: wrap;
}

 .payment-method li {
  background:  white;
   border-radius: 8px;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

 .payment-method li img {
  max-width: 70px;
   opacity: 0.8;
  transition: all 0.4s ease;
}

 .payment-method li:hover {
  background: #ff9800;
  transform: translateY(-4px);
}

.payment-method li:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

 @media (max-width: 576px) {
  .payment-method li img {
    max-width: 60px;
  }
}

/* AUTOCOMPLETE CONTAINER */
.ui-autocomplete {
    max-height: 260px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    border-radius: 12px;
    border: none;
    padding: 6px 0;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
    z-index: 1055 !important;
    font-family: inherit;
}

/* AUTOCOMPLETE ITEM */
.ui-autocomplete .ui-menu-item {
    padding: 0;
    border: none;
}

/* ITEM CONTENT */
.ui-autocomplete .ui-menu-item-wrapper {
    padding: 12px 16px;
    font-size: 16px;
    line-height: 1.3;
    cursor: pointer;
    transition: all 0.2s ease;
    color: #222;
}

/* CITY / AIRPORT MAIN TEXT */
.ui-autocomplete .ui-menu-item-wrapper strong {
    font-weight: 600;
    display: block;
}

/* SUBTEXT (AIRPORT NAME) */
.ui-autocomplete .ui-menu-item-wrapper span {
    font-size: 12px;
    color: #6c757d;
}

/* HOVER / ACTIVE */
.ui-autocomplete .ui-state-active,
.ui-autocomplete .ui-menu-item-wrapper:hover {
    background: #f1f5ff;
    color: #0d6efd;
    border-radius: 8px;
}

/* REMOVE JQUERY UI BORDERS */
.ui-widget-content {
    border: none;
   
}

/* SCROLLBAR (WEBKIT) */
.ui-autocomplete::-webkit-scrollbar {
    width: 6px;
}

.ui-autocomplete::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

.ui-autocomplete::-webkit-scrollbar-track {
    background: transparent;
}

/* Remove border from autocomplete list items */
.ui-autocomplete .ui-menu-item,
.ui-autocomplete .ui-menu-item-wrapper {
    border: none !important;
}

/* Also remove focus/active borders */
.ui-autocomplete .ui-state-active,
.ui-autocomplete .ui-state-hover {
    border: none !important;
    outline: none;
}
/* Modal background and box */
.flight-loader-modal {
    border-radius: 15px;
    background: #fff;
    max-width: 400px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}

/* Loader animation */
.loader-circle {
    width: 60px;
    height: 60px;
    border: 6px solid #eee;
    border-top-color: #007bff;
    border-radius: 50%;
    margin: 0 auto;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg);}
    100% { transform: rotate(360deg);}
}

/* Summary text */
.search-summary p {
    margin: 0.3rem 0;
    font-size: 0.95rem;
}

/* Input error border */
input.is-invalid, select.is-invalid {
    border-color: red !important;
}

/* Custom Modal Styling */
.custom-modal {
    border-radius: 12px;
    background: #fff9f0;
    padding: 20px;
}

.modal-head {
    font-size: 1.3rem;
    font-weight: 600;
    color: #ff6f00;
}

.route-info {
    font-size: 1.2rem;
    color: #333;
}

.route-info .loc-name {
    font-weight: 600;
}

.dates-info, .passenger-info {
    color: #555;
}

.loader-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.loader {
    display: inline-block;
    position: relative;
    width: 60px;
    height: 60px;
}

.loader div {
    position: absolute;
    border: 4px solid #ff6f00;
    opacity: 1;
    border-radius: 50%;
    animation: loaderAnim 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.loader div:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes loaderAnim {
    0% {
        top: 26px;
        left: 26px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: 0px;
        left: 0px;
        width: 52px;
        height: 52px;
        opacity: 0;
    }
}

/* CTA */
.cta-section h4 {
    font-weight: 600;
}

.cta-phone {
    display: inline-block;
    margin-top: 5px;
    font-size: 20px;
    font-weight: 500;
    background-color: #ff6f00;
    color: white;
    padding: 10px 30px;
    border-radius: 300px;
    text-decoration: none;
}

.cta-phone:hover {
    text-decoration: underline;
}

/* Optional: dim background blur effect */
.modal-backdrop.show {
    opacity: 0.6;
    backdrop-filter: blur(2px);
}

   .footer-call-banner {
  background: linear-gradient(to bottom, #1e88e5, #0d47a1);
  color: #fff;
  padding: 15px 0;
  z-index: 1050;
}

.footer-call-banner .icon-box {
  font-size: 28px;
  color: #fff;
}

.footer-call-banner .divider {
  width: 1px;
  height: 40px;
  background: rgba(255, 255, 255, 0.5);
}

.footer-call-banner .small-text {
  font-size: 14px;
  opacity: 0.85;
}

.footer-call-banner .phone-number {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
}

/* Prevent content hiding behind fixed footer */

