/* font style use localy */
@import url(fonts.css);

header {
  z-index: 999;
}

/* search form css */
/* @import url(search-form.css); */

.autocomplete-list {
  position: absolute;
  z-index: 1000;
  width: 400px;
  max-height: 300px;
  overflow-y: auto;
  margin-top: 2px;
  max-width: 100%;
  top: 50px;

}

.navbar-brand img {width: 160px;}
.btn-group, .btn-group-vertical {
  display: inline-table!important;
}

.input-group input {padding: 15px;}

button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {padding: 5px; font-size: 12px;}

button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {padding: 17px;}

.navbar {padding: 5px 0;}

.autocomple-option button {
  min-width: 50px !important;
  padding: 5px !important;
  background-color: var(--falcon-secondary);
  color: #fff;
}

.bg-secondary {
  --falcon-bg-opacity: 1;
  background-color: #0066cc!important;
}
 

.btn-primary, .tox .tox-menu__footer .tox-button:last-child, .tox .tox-dialog__footer .tox-button:last-child {
  background-color: #0066cc!important;
}

.autocomple-option div {
  font-size: var(--falcon-body-font-size) !important;
}

.autocomple-option:hover {
  background-color: var(--falcon-light);
}

.frm_llbs {
  position: absolute;
  top: 12px;
  left: 9px;
  margin: 0;
}

.fm_ln1 .form-group {
  margin: 0 0px 15px 0;
  position: relative;
}

input.ipt1 {
  background: #ffffff !important;
  text-transform: capitalize;
  border-radius: 4px;
  padding: 10px 10px 10px 32px;
  border-color: var(--falcon-secondary);
}

.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 {
  display: none;
}

.lstt_edus {
  border-radius: 0px 25px 25px 0px !important;
}

.ffrms_ppd {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.form-control::placeholder {
  color: var(--falcon-secondary) !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: var(--falcon-secondary);
}

.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: var(--falcon-secondary);
  border-color: var(--falcon-secondary);
  color: #fff;
}

/* banner css */
.home_banner {
  position: relative;
  background: url(../img/slider.jpg) left top no-repeat;
  background-size: cover;
  padding:30px;
 }

.bn_heading {
  font-size: 24px;
}

.bn_heading span {
  color: transparent !important;
  -webkit-text-stroke: 2px white;
  text-shadow: 1px solid #fff;
  font-weight: 800;
}

/* Top Destinations Css */
.desti-card .content-img {
  aspect-ratio: 1/1;
  object-fit: cover;
}

/* offer-card css */
.offer-card {
  transition: all 0.3s ease;
}

.offer-card:hover {
  margin-top: -.5rem;
}

/* payment_icons fooetr css */
.payment_icons img {
  height: 35px;
}

/* 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;
}

/* Travel Deals Section */
.travel-deals {
  background: url(../img/travel-deals.jpg);
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}

/* css for toast  */
.toast {
  z-index: 10;
}

/* 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;
}

.input-group span {
  background: #f0f0f0;
  padding: 6px;
}

.feature-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.hover-lift:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
}
.icon-wrapper {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.solution-card {
  transition: transform 0.3s ease;
}
.solution-card:hover {
  transform: translateY(-5px);
}
.solution-img {
  background-size: cover;
  background-position: center;
}
.icon-wrapper {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.divider {
  opacity: 0.7;
}
.testimonials-section {
  position: relative;
}
.testimonial-card {
  transition: all 0.3s ease;
  border: 1px solid rgba(0,0,0,0.05);
}
.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
}
.testimonial-image {
  min-height: 500px;
}
.rating {
  font-size: 1.2rem;
}
.py-6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}


.limited-offer-section {
  background: linear-gradient(135deg, #0066cc 0%, #004080 100%);
}
.discount-badge {
  transform: rotate(-5deg);
  animation: pulse 2s infinite;
}
.promo-code {
  transform: rotate(2deg);
  border: 2px dashed rgba(255,255,255,0.3);
}
.offer-circle-1 {
  width: 300px;
  height: 300px;
  top: -150px;
  right: -150px;
}
.offer-circle-2 {
  width: 200px;
  height: 200px;
  bottom: -100px;
  left: -100px;
}
@keyframes pulse {
  0% { transform: rotate(-5deg) scale(1); }
  50% { transform: rotate(-5deg) scale(1.05); }
  100% { transform: rotate(-5deg) scale(1); }
}
.countdown-item {
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.z-index-1 {
  z-index: 1;
}

.footer-widget h5 {
  font-size: 1.1rem;
}
.footer-widget h5:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background: #ccc;
}
.transition {
  transition: all 0.3s ease;
}
.footer-links a:hover {
  color: var(--bs-white) !important;
  transform: translateX(5px);
}
.icon-circle {
  flex-shrink: 0;
  margin: 0!important;
}
.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  transition: all 0.3s ease;
}
.social-icons a:hover {
  background: var(--bs-primary);
  transform: translateY(-3px);
}

.popular-destinations {
  position: relative;
}
.py-6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.destination-card {
  transition: all 0.3s ease;
  border-radius: 12px !important;
}
.destination-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
}
.destination-img {
  height: 200px;
  object-fit: cover;
}
.animation-container {
  animation: float 3s ease-in-out infinite;
}
@keyframes float {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0px); }
}



@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%;
  }
}