/* 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%;

}

.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: 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-black);
}

/* .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-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: 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-primary);
  border-color: var(--falcon-primary);
  color: #fff !important;
}

/* banner css */
.home_banner {
  position: relative;
  padding: 50px 0px;
  background-color: var(--falcon-primary);
}

.bn_heading {
  font-size: 50px;
}

.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 */
.custom-hover {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.custom-hover:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

/* 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;
  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%;
  }
}

/* Top Travel Destinations */
.flight_offers,
.review-sec{
  background-color: #F5C45E;
}



@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
.blink{
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}

.qickes_link ul li {float: left; margin-right: 10px;}


.car-rental-banner {
  background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
  padding: 100px 0;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.banner-content h1 {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.2;
  margin: 15px 0;
}

.banner-content strong {
  color: #ffc107;
}

.banner-content p {
  font-size: 18px;
  color: #e4e4e4;
  margin-bottom: 30px;
}

.banner-tag {
  background: rgba(255, 255, 255, 0.15);
  padding: 6px 14px;
  border-radius: 30px;
  font-size: 13px;
  letter-spacing: 1px;
}

.banner-actions {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
}

.call-btn {
  background: #ffc107;
  color: #000;
  padding: 14px 28px;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 600;
  transition: .3s;
}

.call-btn:hover {
  background: #ffb300;
}

.outline-btn {
  border: 2px solid #fff;
  color: #fff;
  padding: 12px 26px;
  border-radius: 40px;
  text-decoration: none;
}

.outline-btn:hover {
  background: #fff;
  color: #000;
}

.banner-features {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.banner-features span {
  font-size: 14px;
  color: #ddd;
}

.banner-image-wrapper img {
  max-width: 450px;
  filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.4));
}

@media (max-width: 991px) {
  .car-rental-banner {
    padding: 80px 0 50px;
  }

  .banner-content {
    text-align: center;
    margin-bottom: 40px;
  }

  .banner-actions,
  .banner-features {
    justify-content: center;
  }

  .banner-content h1 {
    font-size: 38px;
  }

  .banner-image-wrapper img {
    max-width: 100%;
  }
}


.discover-card {
  background: #fff;
  padding: 35px 25px;
  border-radius: 14px;
  transition: 0.3s ease;
  height: 100%;
  box-shadow: 0 5px 18px rgba(0,0,0,0.1);
}

.discover-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.icon-box {
  width: 70px;
  height: 70px;
  margin: auto;
  border-radius: 50%;
  background: #fff3cd;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #f5a623;
}

.discover-card p {
  color: #666;
  font-size: 15px;
  margin: 0;
}


.cities-section {
  background: #ededed;
}

.city-card {
  display: block;
  height: 150px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.city-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.city-card span {
  position: absolute;
  bottom: 12px;
  left: 15px;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  z-index: 2;
}

.city-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.6),
    rgba(0,0,0,0.1)
  );
}

.city-card:hover {
  transform: translateY(-6px);
}

.city-card:hover img {
  transform: scale(1.1);
}


.whyus-modern {
  background: #f6f8fc;
}

.why-item {
  gap: 20px;
  margin-bottom: 30px;
  align-items: flex-start;
}

.why-item h5 {
  font-weight: 600;
  margin-bottom: 6px;
}

.why-item p {
  margin: 0;
  color: #6c757d;
  text-align: justify;
}

.why-icon {
  min-width: 55px;
  height: 55px;
  border-radius: 12px;
  background: linear-gradient(135deg,#0d6efd,#4dabf7);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
}



.bus-hero {
  position: relative;
  background: url("https://images.unsplash.com/photo-1544620347-c4fd4a3d5957")center/cover no-repeat;
  padding: 100px 0;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-content h1 {
  font-size: 48px;
}

.box-search {
  background: #ffffff;
  padding: 25px;
  border-radius: 12px;
  position: relative;
  z-index: 5;
}

.trip-type {
  display: flex;
  gap: 30px;
}

.trip-type label {
  font-weight: 500;
  cursor: pointer;
}

.trip-type input {
  transform: scale(1.5);   
  margin-right: 8px;       
  cursor: pointer;
}

.box-search label {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
}

.input-icon {
  position: relative;
}

.input-icon i {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #6c757d;
}

.input-icon input {
  padding-left: 35px;
}

.swap-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -25px;
  background: #f1f3f5;
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  box-shadow: 0 3px 10px rgba(0,0,0,0.15);
  cursor: pointer;
  z-index: 1;
}

.btn-search {
  background: #0d6efd;
  color: #fff;
  height: 48px;
  font-weight: 600;
  border-radius: 8px;
}

.btn-search:hover {
  background: #0b5ed7;
}

.form-style .form-input,
.form-style .form-input::placeholder {
  color: #000;
  font-size: 14px;
  background: none;
}

.form-style .form-input:focus-visible {
  border: none;
  outline: none;
}

.form-style label {
  font-size: 14px !important;
  position: relative;
  z-index: 5;
  background-color: #fff;
  display: inline-block;
}

.form-style .form-input {
  border-style: solid !important;
  border-color: #c5c5c7 !important;
  border-width: 1px !important;
}

.form-style .form-group {
  margin-top: -1.2rem;
}

.customradio:has(input[type=radio]:checked) {
  background-color: var(--falcon-primary);
  color: #fff !important
}

.form-style:has(input[type=text]:disabled) {
  opacity: .3;
}

.airline-logo {
  width: 45px;
  height: 30px;
  object-fit: contain;
  border-radius: 2px;
}

/* .autocomplete-list {
  max-height: 200px;
  overflow-y: auto;
} */

.autocomplete-list {
  max-height: 300px;
  overflow-y: auto;
  border-radius: 0.5rem !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.hover-bg-light:hover {
  background-color: #f8f9fa;
  cursor: pointer;
}

.extra-small {
  font-size: 0.90rem;
}

/* Custom scrollbar */
.autocomplete-list::-webkit-scrollbar {
  width: 6px;
}

.autocomplete-list::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.autocomplete-list::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

.autocomplete-list::-webkit-scrollbar-thumb:hover {
  background: #555;
}

#swap-locations {
  right: -40px !important;
}

@media (max-width: 575px) {

  .form-style,
  #searchFlightsBtn {
    border-radius: 5px !important;
  }

  #swap-locations {
    top: auto !important;
    right: 20px !important;
    bottom: -29px !important;
    transform: translateX(0) rotate(90deg) !important;
  }
}


.features-section {
  background-color: #f7f8f9;
}

.feature-card {
  background-color: #ffffff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.feature-icon {
  font-size: 40px;
  color: #FF6F00;
}

.feature-card h5 {
  font-weight: 600;
  margin-top: 20px;
}

.feature-card p {
  color: #6c757d;
  font-size: 14px;
}

@media (max-width: 767px) {
  .feature-card {
    padding: 15px;
  }
}



.cta-section {
  background-color: var(--falcon-primary);
  padding: 70px 20px;
  border-radius: 15px;
}

.cta-section h2 {
  font-size: 2.5rem;
  font-weight: 600;
  color: #333;
}

.cta-section p {
  font-size: 1rem;
  color: #6c757d;
  max-width: 80%;
  margin: 0 auto 30px auto;
}

.cta-section .btn {
  background-color: #ff6f00;
  color: white;
  padding: 15px 40px;
  border-radius: 30px;
  font-size: 16px;
  transition: background-color 0.3s ease, transform 0.3s ease;
  text-decoration: none;
}

.cta-section .btn:hover {
  background-color: #e56700;
  transform: scale(1.05);
}