@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
body{    
  font-family: "Open Sans", sans-serif;
    background: #eff3f8;
}
a,a:hover{
  text-decoration: none;
}
:root, [data-bs-theme=light]{
  --bs-tertiary-bg-rgb: 5, 32, 61;
}
.bg-1{
  background-color:  rgb(5, 32, 61);
}
.bg-2{
  background: rgb(255 255 255 / 15%);
}
.bg-3{
  background: #154679;
}
.bg-light {
  background-color:#e0e4e9 !important;
}
.btn-group-1{
  width: calc(100% - 62px);
}
.w160P{
  width: 160px;
}

.accordion-item{
  background-color: transparent;
}
.accordion-button:not(.collapsed), .accordion-button:focus{
  background-color: transparent !important;
}
.bts-search{
  background-color: #154679;
  color: #fff;
  width: calc(100% - 52px);
}
.bts-search:focus,.bts-search:hover{
  box-shadow: 0 0 0 0 #154679;
  border-color: #154679;
  color: #fff;
  background-color: #000;
}
.input-group-text{
  border: 0 solid var(--bs-border-color);
}
.search-wrapper {
  margin: auto;
}

.search-box {
  display: flex;
  align-items: stretch;
}
.bs-1{
  border-radius: 12px 0 0 12px;
}
.bs-2{
  border-radius:0 12px 12px 0;
}
.field {
  flex: 1;
  padding: 10px 20px;
  background: #fff;
  margin: 0 2px;
  position: relative;
}

.field.small {
  max-width: 210px;
}

.field label {
  font-size: 12px;
  color: #555;
  display: block;
  margin-bottom: 4px;


    display: -webkit-box;
    max-width: 100%;
    /* height: 60px; */
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.field input {
  border: none;
  outline: none;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
}

.swap {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #fff;
  color: rgb(5, 32, 61);
  font-weight: 700;
  border: 3px solid rgb(5, 32, 61);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 18px;
  position: absolute;
  right:-19px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.search-btn {
  height: 66px;
}

.search-btn:hover {
  background: #005fd1;
}

.extra-options {
  margin-top: 14px;
  display: flex;
  gap: 30px;
  color: #ffffff;
  font-size: 14px;
}

.extra-options label {
  display: flex;
  align-items: center;
  gap: 6px;
}
.btn-big{
  background-color: #05203c;
  box-shadow: 0 1px 3px 0 #25201f4d;
  color: #fff;
  display: flex;
  padding: 1rem 1.5rem;
  border-radius: .75rem;
  align-items: center;
  flex-direction: row;
  height: 4.5rem;
  justify-content: flex-start;
}
/* HERO SECTION */
.hero {
  width: 100%;
  max-width: 100%;
  height: 420px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}

/* DARK GRADIENT OVERLAY */
.hero .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(0,0,0,0.65) 0%,
    rgba(0,0,0,0.45) 40%,
    rgba(0,0,0,0.1) 70%,
    rgba(0,0,0,0.05) 100%
  );
}

/* CONTENT */
.hero-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 70px;
  max-width: 100%;
  color: #fff;
}

.hero-content h1 {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 14px 0;
}

.hero-content p {
  font-size: 15px;
  opacity: 0.9;
  margin-bottom: 26px;
}

/* BUTTON */
.hero-btn {
  display: inline-block;
  background: #ffffff;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 22px;
  border-radius: 10px;
  transition: 0.3s ease;
  width: fit-content;
}

.hero-btn:hover {
  background: #0066ff;
  color: #fff;
}
.accordion-button:not(.collapsed),.accordion-button:focus{
  background-color: #fff;
  box-shadow: none;
}
.accordion-item{
  border: none;
  border-bottom: 1px solid #ccc;
}
.accordion-item>.accordion-header .accordion-button{
  padding-left: 0;
  padding-right: 0;
}
.country-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  font-size: 15px;
  white-space: nowrap;
  color: #000;
}
.country-item span,.flight-item span,.fot-link span{
  position: relative;
}
.country-item span::after,.flight-item span::after,.fot-link span::after{
  background-color: rgb(5, 32, 61);
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transition: transform .3s  ease;
  width: 100%;
}
.fot-link span::after{
  background-color: rgb(255, 255, 255);
}
.country-item:hover span::after,.flight-item:hover span::after,.fot-link:hover span::after{
  transform: scaleX(1);
}
.country-item img {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  object-fit: cover;
 
}
.nav-pills.dark-pills .nav-link{
  border:1px solid #999;
  color: #333;
  border-radius: 6px;
  padding: 6px 12px;
  margin-right: 8px;
}
.nav-pills.dark-pills .nav-link:hover{
  border:1px solid #333;
}
.nav-pills.dark-pills .nav-link.active, .nav-pills.dark-pills .show>.nav-link{
  background-color: #000;
  color: #fff;
}
.flight-slider {
  background: #fff;
  padding: 0 0 50px;
  text-align: center;
}

.flight-item {
  font-size: 15px;
  padding: 10px 0;
  text-align: left;
  display: block;
  color: #333;
}

.carousel-indicators [data-bs-target] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1);
}
.carousel-control-next, .carousel-control-prev{
  width: 32px;
}
.carousel-indicators [data-bs-target]{
  background-color: #333;
}
.carousel-indicators{
  bottom: -50px;
}
.carousel-control-next, .carousel-control-prev{
  bottom: -35px;
  align-items: end;
}
.footer-dark {
  background: linear-gradient(180deg, #071f38, #031427);
  color: #fff;
  padding: 50px 0 20px;
}

.footer-dark a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  display: block;
  margin-bottom: 8px;
}
.footer-dark a:hover {
  text-decoration: none;
}

.region-box {
  background: rgba(255,255,255,0.08);
  padding: 10px 18px;
  border-radius: 10px;
  font-size: 14px;
  width: fit-content;
  width: 100%;
}

.footer-title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 12px;
}

.footer-bottom {
  text-align: center;
  font-size: 13px;
  opacity: 0.8;
  margin-top: 30px;
}
.navbar-brand{
  margin-right: 0;
}
.navbar-brand img{
  /* width: 278px; */
  height: 60px;
 }
 .date-bar {
  overflow-x: auto;
  white-space: nowrap;
}

.date-item {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 130px;
  background: #fff;
  border-radius: 10px;
  padding: 6px 16px;
  margin-right: 10px;
  font-size: 14px;
  cursor: pointer;
  border: 1px solid #e3e6ea;
}

.date-item .price {
  font-weight: 600;
  margin-top: 4px;
}

.date-item.active {
  background: #07284b;
  color: #fff;
  border-color: #07284b;
}

.date-item.active .price {
  color: #fff;
}

.date-item .icon {
  font-size: 16px;
  margin-top: 6px;
}

.flexible-btn {
  background: #fff;
  border: 1px solid #e3e6ea;
  border-radius: 10px;
  padding: 12px 18px;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}
.time-box {
  max-width: 100%;
}

.label {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 4px;
}

.time-value {
  font-size: 14px;
  margin-bottom: 10px;
  color: #333;
}

.range-wrap {
  position: relative;
  height: 30px;
}

.range-wrap input {
  position: absolute;
  width: 100%;
  pointer-events: none;
  -webkit-appearance: none;
  appearance: none;
  height: 4px;
  background: transparent;
  top: 50%;
  transform: translateY(-50%);
}

.range-wrap input::-webkit-slider-thumb {
  pointer-events: auto;
  -webkit-appearance: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #0d6efd;
  border: none;
  cursor: pointer;
}

.range-wrap input::-moz-range-thumb {
  pointer-events: auto;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #0d6efd;
  border: none;
  cursor: pointer;
}

.track {
  position: absolute;
  height: 4px;
  background: #d9e3f1;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 5px;
}

.range {
  position: absolute;
  height: 4px;
  background: #0d6efd;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 5px;
}
.result-header{
  font-size:14px;
  margin-bottom:12px;
}


.filter-tabs{
  background:#fff;
  border-radius:12px;
  display:flex;
  white-space: nowrap;
}
.filter-tabs .filter-box:first-child{
  border-radius:12px 0 0 12px;
}
.filter-tabs .filter-box:last-child{
  border-radius:0 12px 12px 0;
}

.filter-box{
  flex:1;
  padding:6px 16px;
  border-right:1px solid #dde3ea;
}
 .filter-tital, small{
  color: #626971;
 }
 .filter-box.active .filter-tital, .filter-box.active small{
  color: #fff;
  font-weight: 700;
 }
.filter-box.active{
  background:#062446;
  color:#fff;
}

.filter-box small{
  font-size:10px;
  position: relative;
  top: -4px;
}

.flight-card{
  border-radius:16px;
  display:flex;
  justify-content:stretch;
  align-items:stretch;
  box-shadow:0 2px 8px rgba(0,0,0,.08);
  overflow: hidden;
  background-color: #fff;
  
}

.flight-info{
  width:70%;
  background-color: #fff;
  padding: 10px;
}

.flight-row{
  display:flex;
  align-items:center;
  gap:24px;
  margin-bottom:12px;
}

.airline{
  font-size:13px;
  font-weight:600;
  display:flex;
  align-items:center;
  gap:6px;
}

.time{
  font-size:22px;
  font-weight:700;
}

.route{
  font-size:12px;
  color:#666;
}

.stop{
  font-size:12px;
  color:#626971;
}
.dot-arrow{
    background-color: #c1c7cf;
    display: block;
    height: .125rem;
    margin: .25rem auto;
    padding: 0;
    text-align: center;
    width: 90%;
    position: relative;
}
.dot-arrow i{
  background-color: #fff;
  color: #8d8697;
  position: absolute;
  right: 0;
  top: -7px;
}
.dot-arrow.round-air::after,.dot-arrow.round-air::before{
  content: none;
}
.dot-arrow::after{
  content: '';
  background-color: #e70866;
  background-image: none;
  box-shadow: 0 0 0 .125rem #fff;
  display: inline-block;
  height: .375rem;
  margin: 0 4%;
  border-radius: 100%;
  top: -.125rem;
  width: .375rem;
  zoom: 1;
  position: absolute;
  left: 55px;
}
.dot-arrow::before{
  content: '';
  background-color: #e70866;
  background-image: none;
  box-shadow: 0 0 0 .125rem #fff;
  display: inline-block;
  height: .375rem;
  margin: 0 4%;
  top: -.125rem;
  width: .375rem;
  border-radius: 100%;
  zoom: 1;
  position: absolute;
  right: 55px;
}
.price-box{
  text-align:center;
}

.price{
  font-size:20px;
  font-weight:800;
  margin-bottom:8px;
}

.select-btn{
  background:#062446;
  color:#fff;
  border:none;
  padding:10px 18px;
  border-radius:10px;
  font-weight:600;
  font-size: 15px;
}

.eco-note{
  background-color: #e0e4e9;
  color: #05203c;
  border-radius:16px;
  font-size:12px;
  margin:10px 0 0;
}
.price-card {
  width: 100%;
  max-width: 300px;
  background: #fff;
  border-radius: 14px;
  padding: 16px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
  font-family: system-ui, sans-serif;
}

.price-card .city {
  font-weight: 700;
  margin-bottom: 4px;
}

.price-card .date {
  font-size: 13px;
  color: #6c757d;
  margin-bottom: 12px;
}

.section {
  border-top: 1px solid #eee;
  padding-top: 10px;
}

.small-text {
  font-size: 13px;
  color: #6c757d;
}

.price {
  font-weight: 700;
  color: #000;
}

.price-card .btn-dark {
  background: #031b34;
  border: none;
  border-radius: 8px;
  padding: 8px;
  font-size: 14px;
}

.total {
  font-size: 13px;
  text-align: center;
  color: #333;
}
.must-include{
  margin-bottom:15px;
}
.badge{
  border:1px solid #cfd6dd;
  border-radius:6px;
  padding:6px 12px;
  margin-right:6px;
  font-size:14px;
  display:inline-block;
  color: #000;
}
.card{
  background:#fff;
  border-radius:12px;
  padding:18px;
  margin-bottom:18px;
  display:flex;
  justify-content:space-between;
  /* align-items:center; */
  box-shadow:0 1px 3px rgba(0,0,0,0.08);
}
.card-left h3{
  margin:0;
  font-size:18px;
}
.rating{
  color:#111;
  font-size:14px;
  margin:5px 0;
}
.rating span{
  color:#ff8c00;
  font-weight:600;
}
.link{
  color:#0062ff;
  font-size:14px;
  text-decoration:none;
}
.features{
  font-size:14px;
  margin-top:8px;
  color:#333;
}
.features p{
  margin:4px 0;
}
.tag{
  background:#e7f0ff;
  color:#0062ff;
  font-size:12px;
  padding:4px 8px;
  border-radius:6px;
  margin-left:6px;
}
.price-box{
  text-align:right;
}
.price{
  font-size:20px;
  font-weight:700;
}
.btn{
  background:#001f3f;
  color:#fff;
  border:none;
  padding:10px 20px;
  border-radius:8px;
  font-weight:600;
  cursor:pointer;
}
.btn:hover{
  opacity:.9;
}
@media(max-width:700px){
  .card{
      flex-direction:column;
      align-items:flex-start;
  }
  .price-box{
      text-align:left;
      margin-top:10px;
      width:100%;
      display:flex;
      justify-content:space-between;
      align-items:center;
  }
}
.subhead{
  font-size:14px;
  color:#666;
  display:flex;
  justify-content:space-between;
  margin-bottom:10px;
}
.flight-card{
  background:#fff;
  border-radius:12px;
  box-shadow:0 2px 5px rgba(0,0,0,.08);
  overflow:hidden;
}
.flight-top{
  display:flex;
  align-items:center;
  padding:16px;
  border-bottom:1px solid #e6e6e6;
}
.airline-logo{
  width:60px;
}
.airline-logo img{
  max-width:100%;
}
.time-box{
  flex:1;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:20px;
}
.time{
  text-align:center;
}
.time b{
  display:block;
  font-size:22px;
}
.time span{
  font-size:13px;
  color:#666;
}
.duration{
  font-size:13px;
  color:#666;
}
.arrow{
  font-size:22px;
  margin:0 10px;
  color:#666;
}
.toggle{
  font-size:20px;
  cursor:pointer;
}
.flight-body{
  padding:16px;
}
.route{
  display:flex;
  gap:15px;
}
.line{
  position:relative;
  width:10px;
}
.line:before{
  content:"";
  position:absolute;
  top:6px;
  bottom:6px;
  left:4px;
  width:2px;
  background:#cfd6dd;
}
.dot{
  width:10px;
  height:10px;
  border:2px solid #cfd6dd;
  border-radius:50%;
  background:#fff;
}
.details{
  flex:1;
}
.icons{
  display:flex;
  gap:12px;
  font-size:14px;
  margin:6px 0;
}
.badge{
  font-size:12px;
  color:#0062ff;
  cursor:pointer;
}

@media(max-width:700px){
  .time-box{
      flex-direction:column;
      gap:8px;
  }
}
.trip-card{
  background:#fff;
  border-radius:10px;
  overflow:hidden;
  box-shadow:0 2px 6px rgba(0,0,0,.12);
}
.trip-banner{
  background:#fff4bd;
  height:120px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.trip-banner img{
  width:65px;
}
.trip-content{
  padding:16px;
}
.trip-content h4{
  margin:0 0 4px;
  font-size:16px;
}
.trip-content p{
  margin:0;
  font-size:14px;
  color:#555;
}
.trip-footer{
  border-top:1px solid #e6e6e6;
  padding:14px 16px;
  display:flex;
  justify-content:space-between;
  align-items:center;
}
.price small{
  color:#666;
  font-size:12px;
}
.price b{
  display:block;
  font-size:18px;
}
.breadcrumb-item+.breadcrumb-item::before{
  color: #fff;
}
/* RESPONSIVE */
@media (max-width: 768px) {
  .hero {
    height: 360px;
  }

  .hero-content {
    padding: 30px;
  }

  .hero-content h1 {
    font-size: 30px;
  }
}