/* 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;
}


/* Main Navigation */


/* header section css */
.hero-section {
  background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 25%, #3730a3 75%, #312e81 100%);
  position: relative;
  overflow: hidden;
  padding-top: 32px;
}

.hero-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('../img/hero-banner.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.4;
}

.hero-content {
  position: relative;
  z-index: 10;
}

.gradient-text {
  background: linear-gradient(135deg, #22d3ee, #60a5fa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.trust-badge {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.search-form {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.btn-primary-custom {
  background: linear-gradient(135deg, #3b82f6, #6366f1);
  border: none;
  transition: all 0.3s ease;
}

.btn-primary-custom:hover {
  background: linear-gradient(135deg, #2563eb, #4f46e5);
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(59, 130, 246, 0.4);
}

.btn-cta {
  background: linear-gradient(135deg, #f97316, #dc2626);
  border: none;
  transition: all 0.3s ease;
}

.btn-cta:hover {
  background: linear-gradient(135deg, #ea580c, #b91c1c);
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(249, 115, 22, 0.4);
}

.feature-icon {
  width: 64px;
  height: 64px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.form-control:focus {
  border-color: #3b82f6;
  box-shadow: 0 0 0 0.2rem rgba(59, 130, 246, 0.25);
}

.passenger-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1000;
  margin-top: 4px;
}

.passenger-dropdown.show {
  display: block;
}

/* popular route section */

.shadow-hover {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.shadow-hover:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}

.flight-card {
  border-radius: 12px !important;
  overflow: hidden;
}

/* why choose us section */
.hover-effect:hover {
  transform: translateY(-3px);
  transition: transform 0.3s ease;
}

.icon-wrapper {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}


/* search form css */
/* @import url(search-form.css); */
.home_banner form {
  background-color: #F8F9FA !important;
  border-radius: 1rem;
  box-shadow: 0 4px 20px rgba(13, 71, 161, 0.25);
  padding: 1.5rem 2rem;
  transition: box-shadow 0.3s ease;
}
.home_banner,
.container,
.row,
.col-lg-6,
.ffrms_ppd {
  overflow: visible !important;
}

/* Input fields styling */
.home_banner form input,
.home_banner form select,
.home_banner form button {
  border-radius: 0.5rem;
  padding: 0.75rem 1.9rem;
  font-size: 1rem;
  color: #212121;
}

/* Input focus style */
.home_banner form input:focus,
.home_banner form select:focus {
  border-color: #667eea;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.2);
  background: white;
  outline: none;
}

/* Button style */
.home_banner form button {
  color: white;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.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: 14px;
  left: 9px;
  margin: 0;
}

.fm_ln1 .form-group {
  margin: 0 0px 15px 0;
  position: relative;
}

input.ipt1 {
  text-transform: capitalize;
  border-radius: 4px;
  padding: 5px 10px 5px 32px;
  background: #f4f9fc !important;
}

.searchIcons {
  color: #1d4ed8 !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;
}

/* why choose us seciton */
.d-flex.align-items-start:hover {
  background-color: rgba(0, 0, 0, 0.02);
  border-radius: 6px;
}

.card-overlay-bottom .card-img-overlay {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  padding: 1rem;
  color: white;
}

.card-img {
  object-fit: cover;
  height: 200px;
}

.locationImg {
  width: 100%;
  height: auto;
}

.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: #1d4ed8;
}

.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: #3A0CA3 !important;
  border-color: var(--falcon-primary);
  color: #fff !important;
}

.position-relative.p-4.p-md-5.rounded {
  background: #e1700d;
  max-width: 1140px;
}


/* expedia banner */
.expedia_banner {
  background: url('../img/contact-us.png') no-repeat center center;
  background-size: cover;
  background-position: center;
  height: 220px;
}

.expedia_banner form {
  background-color: #F8F9FA !important;
  border-radius: 1rem;
  box-shadow: 0 4px 20px rgba(13, 71, 161, 0.25);
  padding: 1.5rem 2rem;
  transition: box-shadow 0.3s ease;
}

/* Input fields styling */
.expedia_banner form input,
.expedia_banner form select,
.expedia_banner form button {
  border-radius: 0.5rem;
  border: 1px solid #003366;
  padding: 0.75rem 1.9rem;
  font-size: 1rem;
  color: #212121;
}

/* Input focus style */
.expedia_banner form input:focus,
.expedia_banner form select:focus {
  border-color: #667eea;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.2);
  background: white;
  outline: none;
}

/* Button style */
.expedia_banner form button {
  background-color: #3A0CA3;
  color: white;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.expedia_banner form button:hover {
  background-color: #0A356F;
}

.inner-banner {
  background: url(../img/inner-img.jpg);
  padding: 5rem 0;
  background-position: top;
  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  */
.custom-placeholder::placeholder {
  color: #ccc !important;
  opacity: 1;
}

.hover-text-white:hover {
  color: white !important;
  text-decoration: none;
}

.social-icon {
  background: rgba(255, 255, 255, 0.1) !important;
  transition: all 0.2s;
}

.social-icon:hover {
  background: rgba(255, 255, 255, 0.2) !important;
  transform: translateY(-2px);
}

.btn-primary {
  background-color: #1d4ed8;
  border-color: #1d4ed8;
}

.btn-primary:hover {
  background-color: #1e40af;
  border-color: #1e40af;
}

/* 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;
}