/* font style use localy */
@import url(fonts.css);

:root {
  --bs-primary: #1982C4;
  --bs-success: #8AC926;
  --bs-danger: #219EBC;
  --bs-warning: #FFCA3A;
  --bs-purple: #FB8500;
}

::selection {
  background-color: #0A2472;
  color: #fff;
}

header {
  z-index: 999;
}


/* navbar css */
.top-contact-bar {
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-family: 'Segoe UI', system-ui, sans-serif;
}

.flight-deals-ticker {
  overflow: hidden;
  position: relative;
  height: 28px;
  display: flex;
  align-items: center;
}

.marquee-wrapper {
  width: 100%;
  overflow: hidden;
  flex-grow: 1;
}

.marquee-content {
  display: inline-block;
  white-space: nowrap;
  animation: marquee 30s linear infinite;
  padding-left: 100%;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.blink {
  animation: blink 1s infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.7;
  }

  100% {
    opacity: 1;
  }
}

.navbar {
  background: #540D6E;
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.hover-scale:hover {
  transform: scale(1.05);
  transition: transform 0.2s ease;
}

.nav-link {
  color: rgba(255, 255, 255, 0.85) !important;
  font-weight: 500;
  transition: all 0.3s ease;
  border-radius: 6px;
}

.navLine {
  background-color: #FFD23F;
  height: 3px;
  width: 60%;
}

.nav-link:hover {
  color: white !important;
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

.nav-link.active {
  color: white !important;
  font-weight: 600;
}

.bg-gradient-primary {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.transition-all {
  transition: all 0.3s ease;
}

.navbar-brand:hover img {
  transform: scale(1.05);
}

/* Smooth collapse transition */
.navbar-collapse {
  transition: all 0.15s ease-in-out !important;
  overflow: hidden;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.15s ease !important;
}

.btn-outline-primary {
  transition: background-color 0.15s ease-out, color 0.15s ease-out;
}

.callGif {
  height: 30px;
  width: 30px;
}

/* search form css */
/* @import url(search-form.css); */
.home_banner form {
  background: #F4F2FA !important;
  backdrop-filter: blur(8px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.9);
  border-radius: 1rem;
}

.autocomplete-list {
  position: absolute;
  z-index: 1000;
  width: 400px;
  max-height: 300px;
  overflow-y: auto;
  margin-top: 2px;
  max-width: 100%;

}

.autocomple-option button {
  min-width: 50px !important;
  padding: 5px !important;
  background-color: var(--falcon-secondary);
  color: #fff;
}

.autocomple-option div {
  font-size: var(--falcon-body-font-size) !important;
}

.autocomple-option:hover {
  background-color: var(--falcon-light);
}

.frm_llbs {
  position: absolute;
  top: 11px;
  left: 9px;
  margin: 0;
}

.fm_ln1 .form-group {
  margin: 0 0px 15px 0;
  position: relative;
}

input.ipt1 {
  text-transform: capitalize;
  border-radius: 4px;
  padding: 10px 20px 10px 32px;
  background: #f4f9fc !important;
}

.searchIcons {
  color: #540D6E !important;
}

/* .fisrt_edus {
  border-radius: 25px 0 0 25px !important;
} */

.autocomple-option button {
  max-width: max-content !important;
  padding: 5px !important;
  margin: 0px;
  background: var(--falcon-secondary);
}

.res_hh {
  color: #000;
  margin-bottom: .5rem;
}




/* special offer seciton */

/* Card base */
.deal-card {
  height: 220px;
  border: 0;
  overflow: hidden;
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

/* Backgrounds */
.bg-miami {
  background: url('../img/spOfr.png') center/cover;
}

.bg-ny {
  background: url('../img/spOfr2.png') center/cover;
}

/* Badges */
.badge-limited {
  background-color: #dc3545;
  text-transform: uppercase;
  border-radius: 50rem;
  padding: 0.25rem 0.75rem;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.badge-code {
  background-color: rgba(0, 0, 0, 0.75);
  color: #ffc107;
  border-radius: 50rem;
  padding: 0.25rem 0.75rem;
  font-size: 0.7rem;
  font-weight: 700;
}

.badge-discount {
  background-color: #ffc107;
  color: #212529;
  border-radius: 50rem;
  padding: 0.5rem 1rem;
  font-weight: 700;
}

/* Titles */
.deal-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.deal-subtitle {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  opacity: 0.75;
}

/* Book button */
.book-btn {
  font-size: 0.85rem;
}





/*routes section */
.route-img {
  width: 82px;
  height: 82px;
  object-fit: cover;
}

.route-card {
  min-height: 120px;
}

.icon-xs {
  font-size: 12px;
}

.icon-md {
  font-size: 20px;
}

.icon-lg {
  font-size: 24px;
}


/* cta section */
.cta-container {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  background: #FFD23F !important;
  transition: all 0.3s ease;
}

.sideBg {
  background: #EE4266;
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}



.pass_bx {
  text-align: center;
}


.form-control::placeholder {
  color: var(--falcon-dark) !important;
}

.readtrue {
  cursor: pointer !important;
  background-color: #fff !important;
  opacity: 1;
}

.form-control[disabled] {
  opacity: 0.4 !important;
}

.psg_dls {
  position: absolute;
  background: #fff;
  padding: 10px;
  top: 65px;
  border-radius: 10px;
  z-index: 9999;
}


.psg_dls .btn,
.btn_done {
  color: #fff;
  padding: 5px;
  line-height: 1;
  background-color: #ee6c4d;
}

.btn_done {
  border: none;
  border-radius: 5px;
  margin-top: 10px;
}

.psg_dls .form-control {
  padding: 5px;
  height: 26px;
  line-height: 1;
  border-radius: 5px !important;
}

.psg_dls .input-group {
  gap: 5px;
}

.customradio:has(input[type="radio"]:checked) {
  background-color: #540D6E !important;
  border-color: var(--falcon-primary);
  color: #fff !important;
}

.searchBtn {
  padding: 10px 20px 10px 32px;
  background-color: #540D6E !important;
  border-color: #540D6E;
}

.position-relative.p-4.p-md-5.rounded {
  background: #e1700d;
  max-width: 1140px;
}

/* banner css */
.home_banner {
  background: url('../img/slider3.jpg');
  background-size: cover;
  background-position: center;
  height: 280px;
  position: relative;
}

.inner-banner {
  background: url(../img/contact-us.png);
  padding: 4rem 0;
  background-position: bottom;
  background-size: cover;
}

.inner-banner .bn_heading {
  padding-bottom: 0px !important;
  font-size: 30px;
}

.inner-banner .text-center {
  text-align: left !important;
}

.breadcrumb {
  justify-content: start !important;
}

.bn_heading {
  font-size: 16px;
}

p.fs-6 {
  font-size: 54px !important;
  font-weight: 800;
}

.searchForm {
  bottom: -3rem;
}

/* footer css  */

.footerBg {
  background-color: #2F1847;
}

.ftrHeadng {
  color: #FFD23F !important;
}

.hover-underline:hover {
  text-decoration: underline;
  text-decoration-color: var(--hover-color);
  text-underline-offset: 4px;
}

.btn-pill {
  border-radius: 50rem !important;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.footer-gradient {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

/* search result  css */
.airline-logo {
  height: 50px;
  width: 100px;
  object-fit: contain;
  background-color: var(--falcon-light);
  border-radius: 5px;
  overflow: hidden;
}

/* breadcrumb css  */
.breadcrumb-tem+.breadcrumb-item::before {
  color: #ffffff !important;
}

/* innner page css for form */
.inner-banner .bg-white.p-3.rounded-4 {
  margin-top: 1rem;
}

/* css for toast  */
.toast {
  z-index: 10;
  animation: slideIn 0.5s ease-out;
  width: max-content;
  max-width: 290px;
}

/* Toast animation */
@keyframes slideIn {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(0);
  }
}

/* loader css  */
.loader-box {
  z-index: 9999;
}

.loader-card {
  max-width: 600px;
  width: 100%;
}

.progress-bar-custom {
  animation: loading 2s ease-in-out infinite;
}

.progress-plane {
  animation: movePlane 2s ease-in-out infinite;
}

@keyframes loading {
  0% {
    width: 0%;
  }

  50% {
    width: 70%;
  }

  75% {
    width: 85%;
  }

  90% {
    width: 90%;
  }

  100% {
    width: 90%;
  }
}

@keyframes movePlane {
  0% {
    left: 0%;
  }

  50% {
    left: 70%;
  }

  75% {
    left: 85%;
  }

  90% {
    left: 90%;
  }

  100% {
    left: 90%;
  }
}

/* popup styles */

.expedia-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 9999;
  display: none;
}

@media (min-width: 769px) {
  .expedia-popup-overlay {
    display: none !important;
  }
}

.agent-image {
  width: 60px;
  height: 60px;
}

.btn-success {
  --bs-btn-bg: var(--bs-success);
  --bs-btn-border-color: var(--bs-success);
  --bs-btn-hover-bg: #7ab521;
  --bs-btn-hover-border-color: #7ab521;
}