/***added***/
* {
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
  margin: 0;
  padding: 0;
}

i {
  font-family: initial;
  /* This will inherit from its parent or fall back to default */
}

html {
  overflow-x: hidden;
  font-family: "Lato", sans-serif;
}

.table-responsive {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

a {
  cursor: pointer;
}

.table-responsive thead {
  /*   background: #02b0ed;
  color: white;*/

}

.bg-red {
  background: #e54141 !important;
  color: white !important;
  border-color: white !important;
}


.form-control {
  height: 45px !important;
  width: 60px;

  border-radius: 7px;
}

.full-width {
  width: 100%;
}


.ngdialog.ngdialog-theme-plain .ngdialog-content {

  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 7px;
  border-bottom: 5px solid #fdb40f;
}

.ml-3 {

  margin-left: 3px;
}

.ml-20 {
  margin-left: 20px;
}

.pt-8 {
  padding-top: 8px;
}

#register .form-control,
#register select {
  border: 1px solid #dedede !important;
  background-color: transparent !important;

  width: 100% !important;

  border-radius: 7px;
  height: 52px;
  color: #333333 !important;
  font-family: 'Open sans', 'Cairo' !important;
}

.bg-flight-search {

  background-image: url(/images/1461.jpg);
}

.bg-load-flight {

  background-image: url(/pages/loading/loading-page/vol-bg.jpg);
}

.bg-hotel-search {}

.bg-load-hotel {

  background-image: url(/pages/loading/loading-page/bg-hotel.jpg);
}



.form-hotel .field-destination {
  width: 300px !important;
}

/******* pikaday custom ***/


button.pika-button.pika-day {
  background-color: transparent;

  /* border: 1px solid #aeaeb3;*/
  color: #00000099;
  /*  border-radius: 30px;*/
  font-weight: 300;
  font-size: 13px;
  width: 30px;
  padding-right: 5px !important;
  height: 30px;
  line-height: 28px;
  margin: 3px 0;

}

button.pika-button.pika-day:hover,
button.pika-button.pika-day:focus {
  background-color: var(--orange);
  color: white;
}

abbr,
abbr[data-original-title],
abbr[title],
.pika-table abbr {

  border: none !important;
  color: var(--dark-blue);
}

.pika-single.is-bound {
  padding: 3px;

  /* box-shadow: 0 5px 15px -5px rgb(0 0 0 / 50%); */
  border: 1px solid #aeaeb3;

  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px !important;
}

.pika-next:hover,
.pika-next:focus {
  background-color: transparent !important;
}


.pika-label {
  color: #777;
  font-weight: 550 !important;
}

.pika-table thead {

  border-top: 1px solid #aeaeb370;

}

.pointer {
  cursor: pointer !important;
}

/***hotel list **/


.hotel-item .hotel-text .hotel-places {
  height: 45px;
}

/**autocomplete**/


.pac-item-fl {
  border-bottom: 1px solid rgb(207, 202, 202);
  padding: 3px;

}

.pac-container {
  width: 100%;
  position: absolute;
  left: 16px;
  max-width: 400px;
  background-color: #fff;
  z-index: 1000;
  border-radius: 2px;
  font-family: Arial, sans-serif;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.pac-item {
  width: 100%;
  cursor: default;
  padding: 0 4px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 30px;
  text-align: left;
  font-weight: 500;
  /* border-top: 1px solid cornflowerblue; */
  font-size: 11px;
  color: var(--primary);
  font-size: 11px;
  cursor: pointer;
  color: #999;


}

.title-color {

  color: var(--base);
}


.visible-mobile {
  display: none;
}

@media screen and (max-width: 990px) {
  .visible-mobile {
    display: block;
  }
}

.pac-item:hover {
  background-color: #f1fcff;
  border-bottom: 2px solid var(--orange);
}

.pac-icon-marker {
  background-position: -1px -161px;
}

.pac-icon {
  width: 15px;
  height: 20px;
  margin-right: 7px;
  margin-top: 6px;
  display: inline-block;
  vertical-align: top;
  background-image:
    url(https://maps.gstatic.com/mapfiles/api-3/images/autocomplete-icons.png);
  background-size: 34px;
}

.pac-item-query {
  font-size: 13px;
  padding-right: 3px;
  color: #000;
}

.pac-matched {
  font-weight: 700;
}

.n-outline {
  outline: none;
  border: none;
}


/**::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #555;
}*/


/*** tlp email navbar**/

header .contact-cn {

  position: relative !important;

  padding: 24px 30px 0 30px !important;

}

header .contact-cn ul li img {
  position: absolute;
  top: 10px;
  left: -11px;
}

header .contact-cn ul li {
  padding: 3px 29px 12px 11px;
}

header .user-connected {
  bottom: 28px;
  /*margin-left: 185px;*/
  background: #fdb40f;
  margin-top: 20px;
  height: fit-content;
  color: white;
  font-weight: 600;
  border-radius: 16px;
  padding: 3px 16px !important;
  font-size: 12px;
}


/**************checkbox***/
.choose-travel {
  cursor: pointer;
}

.choose-travel input[type=radio] {
  display: none;
}


.choose-travel input[type="radio"]:checked+label[for=radio1],
.choose-travel input[type="radio"]:checked+label[for=radio2],

.choose-travel input[type="radio"]:checked+label[for=radio3],

.choose-travel input[type="radio"]:checked+label[for=radio4],
.choose-travel input[type="radio"]:checked+label[for=radio5],

.choose-travel input[type="radio"]:checked+label[for=radio6],
.choose-travel input[type="radio"]:checked+label[for=radio6],
.choose-travel input[type="radio"]:checked+label[for=r1],
.choose-travel input[type="radio"]:checked+label[for=r2],
.choose-travel input[type="radio"]:checked+label[for=r3],
.choose-travel input[type="radio"]:checked+label[for=r4],
.choose-travel input[type="radio"]:checked+label[for=r5],
.choose-travel input[type="radio"]:checked+label[for=r6],
.choose-travel input[type="radio"]:checked+label[for=r7] {
  padding-left: 1em;
  top: 0;
  height: 29px;

  font-weight: bold;
  background: var(--orange);
  color: white;
  border: none;
}

.id-style {

  cursor: pointer;
  text-decoration: underline;
  color: #325f69;
}


.labradio {
  text-transform: none;
  display: inline-block;
  font-size: 12px !important;
  font-weight: 550;
  color: black;
  height: 29px !important;

}

/**.labradio:hover,
.labelradio:checked {
  text-transform: none;
  display: inline-block;
  background: #005A6E;

  padding: 10px !important;
  color: white !important;
  height: 34px !important;
  border-radius: 25px 5px;
  font-weight: 600 !important;
  letter-spacing: 0.1em;
}**/

.choose-travel input[type=radio] {
  display: none;
}

.text-red {

  color: red;
  font-size: 13px;
}


.btn-blue {

  background: #2b5fb1 !important;
  color: white !important;
  text-transform: inherit;
}

.btn-blue:hover {

  background: #02b0ed !important;
}

.btn-green {

  background: #19bd19 !important;
  color: white !important;
  text-transform: inherit;
}



.hr1 {

  margin-top: 8px;
  margin-bottom: 6px;
  border: 0;
  border-top: 1px solid #9999995e;

}

input::placeholder {
  font-family: 'Droid Arabic Kufi', ' Ubuntu', sans-serif;
  color: black;
}

:root {
  --primary: #02b0ed;
  --placeho: #8d8888;
  --orange: #fdb40f;
  --green: #5cbd5f;
}

.color-orange {
  color: #fdb40f;
}

.color-green {
  color: #5cbd5f;
}

a.bleu.awe-btn.awe-btn-1.awe-btn-small.vue-mobile {
  visibility: hidden;
}

.cal-icon {

  background: #5cbd5f;
  width: 55px;
  color: white;
  cursor: pointer;
  height: 45px;
  padding-top: 11px;
}

.cursor-pointer {
  cursor: pointer;
}

.btn-filter {
  justify-content: center;
  display: flex;
  margin: 0 auto;
  position: fixed;
  height: 33px !important;
  z-index: 99;
  padding: 0px 10px 13px 10px !important;
  bottom: 4px;
  right: 0;
}

@media screen and (max-width:425px) {
  .segments {
    flex-wrap: wrap;
    display: flex;
  }

  .segment-details {
    flex-direction: column;
  }

  #header li.nav-item {
    padding-top: 12px;
    padding-bottom: 9px;
    border-bottom: 1px solid #dbdbdb;
  }

  #header {
    height: 53px !important;
  }

  .navbar-brand {
    padding: 0 !important;
  }

  .form-radio li {
    float: left;
    padding: 7px 9px !important;

  }

  .form-cn .form-radio {
    display: flex !important;
    justify-content: space-around;
  }

  .slider {
    height: 197px !important;
  }

  .detail-slider .slide-room-sm {
    display: none !important;
  }

}

@media screen and (max-width:767px) {


  .head-detail {
    padding: 16px 22px !important;
  }

}

.text-center {
  text-align: center !important;
}

/*mobile nav---*/
@media screen and (max-width:1200px) {}



@media screen and (max-width:426px) {
  .tabs-head li {
    width: 120px !important;
  }
}

button .btn-medium {

  background: orange !important;
  border-radius: 25px 5px !important;
}

/* 2.2.10. Five Stars */
.five-stars-container {
  display: inline-block;
  position: relative;
  font-family: 'Glyphicons Halflings';
  font-size: 14px;
  text-align: left;
  cursor: default;
  white-space: nowrap;
  line-height: 1.2em;
  color: #dbdbdb;
}

.five-stars-container .five-stars,
.five-stars-container.editable-rating .ui-slider-range {
  display: block;
  overflow: hidden;
  position: relative;
  /* 	background: #fff; */
  padding-left: 1px;
}

.five-stars-container .five-stars:before,
.five-stars-container.editable-rating .ui-slider-range:before {
  font-family: 'Glyphicons Halflings' !important;

  content: "\e006\e006\e006\e006\e006";
  color: #ffc729;
  /* 	color: #0B5F99; */
}

.five-stars-container .five-stars.transparent-bg,
.five-stars-container.editable-rating .ui-slider-range.transparent-bg {
  background: none;
}

.five-stars-container:before {
  display: block;
  position: absolute;
  top: 0;
  left: 1px;
  content: "\e006\e006\e006\e006\e006";
  z-index: 0;
}


.bg-plane {
  background-image: url('https://images.unsplash.com/photo-1558285549-2a06f9a5fe65?q=80&w=1000&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MTR8fGZsaWdodHxlbnwwfHwwfHx8MA%3D%3D');
}


.bg-hotel {
  background-image: url('https://images.unsplash.com/photo-1558285549-2a06f9a5fe65?q=80&w=1000&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MTR8fGZsaWdodHxlbnwwfHwwfHx8MA%3D%3D');
}

.visibility-hidden {
  visibility: hidden;
}

.pointer-none {
  pointer-events: none;
}


/****** tab index arrow ***/


@media screen and (min-width:1024px) {
  .banner-cn {
    margin-top: 180px;
  }

  .banner-cn .tabs-head.nav-tabs-one li:first-child.active:before {
    position: absolute;
    top: 89px;
    left: 51%;
    content: '';
    border: 17px solid transparent;
    border-bottom-color: #02b0ed;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -webkit-transition: all 0.2s linear;
  }

  .banner-cn .tabs-head.nav-tabs-one li:last-child.active:before {
    position: absolute;
    top: 89px;
    left: 51%;
    content: '';
    border: 17px solid transparent;
    border-bottom-color: #02b0ed;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -webkit-transition: all 0.2s linear;
  }

  .banner-cn .tabs-head.nav-tabs-one {
    background-color: transparent !important;
  }

  .banner-cn .tabs-head li {
    width: 200px;
  }

  .banner-cn .tabs-head li a {
    color: white !important;
    border: none !important;
    text-align: center;
    padding-bottom: 16px;
  }

  .banner-cn .tabs-head.nav-tabs-one li.active {
    background-color: transparent !important;
    border: none !important;
  }

}

/**********/

.toggle-ctn {
  height: 24px;
  position: absolute;
  background: #019fb233;
  border-radius: 50%;
  width: 25px;
  margin-top: 5px;
}

.position-relative {
  position: relative;
}

.text-w-c {

  display: flex;
  justify-content: center;
}


.navbar-brand {
  height: 16px !important;
}

.tab-op {
  background: #ffffff4a !important;

}





/* Core styles/functionality */
.tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.tab__content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.35s;
}

.tab input:checked~.tab__content {
  max-height: 10rem;
}

/* Visual styles */
.accordion {
  margin-bottom: 25px;
  overflow: hidden;
}

.tab__label,
.tab__close {
  display: flex;
  cursor: pointer;
}

.tab__label {
  justify-content: space-between;
  padding: 1rem;
}

.tab__label::after {
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  transform: rotate(90deg);
  transition: all 0.35s;
}

.tab input:checked+.tab__label::after {
  transform: rotate(270deg);
}

.tab__content p {
  margin: 0;
  padding: 1rem;
}

.tab__close {
  justify-content: flex-end;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
}

.accordion--radio {
  --theme: var(--primary);
}

/* Arrow animation */
.tab input:not(:checked)+.tab__label:hover::after {
  animation: bounce .5s infinite;
}

@keyframes bounce {
  25% {
    transform: rotate(90deg) translate(.25rem);
  }

  75% {
    transform: rotate(90deg) translate(-.25rem);
  }
}


.swap-btn-search {
  width: 38px;
  background: #8387881a;
  border-right: none !important;
  cursor: pointer;
  padding: 7px 6px;
  border-radius: 24px;
}



.fa-exchange {
  font-size: 13px;

  color: white;
  padding: 4px;
  border-radius: 40px;
}

.bg-transparent {
  background: #ffffffc9;
}

.modal-backdrop.in {
  opacity: 0 !important;
  display: none !important;
}



div.row-before:before {
  display: none;
}

.color-green {
  color: var(--green)
}


.currrency-mobile {



  color: white;
  margin-top: 10px;
  height: 27px;
  margin-bottom: 0;
  text-align: center;
  padding: 0;
  font-size: 11px;

}


.footer-logos {
  display: flex;
  justify-content: space-between;
}




.btn-reset {

  background: #bcc1bd !important
}

/*new css start from here*/
.booking__thumb__one {
  position: relative;
  text-align: center;
}

.booking-slogan {
  position: absolute;
  top: 10%;
  left: 0;
  text-align: center;
  color: #fff;
  font-size: 2.7rem;
  font-weight: bold;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

@media screen and (max-width: 950px) {

  .booking-slogan {
    top: 10%;
    font-size: 1.5rem;
  }

  .contact-info {
    display: none;
  }
}

/* Container for the custom tabs */
.custom-tabs {
  display: flex;
  justify-content: flex-start;
  gap: 15px;

  padding-bottom: 10px;
}

/* Hide the custom radio button inputs */
.custom-tab .custom-tab-input {
  display: none;
}

/* Style the labels as tabs */
.custom-tab .custom-tab-label {
  padding: 10px;
  font-weight: bold;
  cursor: pointer;
  background-color: #f5f5f5;
  color: #333;
  border-radius: 5px 5px 0 0;
  transition: background-color 0.3s, color 0.3s;
  border: 1px solid transparent;
  width: 100%;
  text-align: center;
  font-size: 12px;
}

/* Active tab styling */
.custom-tab .custom-tab-input:checked+.custom-tab-label {
  background-color: var(--base);
  color: #fff;
  border-bottom: 2px solid transparent;
  /* min-height: 100%;*/
  align-items: center;
  display: flex;
  justify-content: center;
}

/* Hover effect */
.custom-tab .custom-tab-label:hover {
  background-color: #f5f5f5;
}


.tabs {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #ddd;
}

.tab {
  flex: 1;
  padding: 15px;
  text-align: center;
  background-color: #f5f5f5;
  border: none;
  cursor: pointer;
  font-weight: bold;
  transition: background-color 0.3s, color 0.3s;
}

.tab.active {
  background-color: var(--base);
  color: #fff;
}

.tab:hover {
  background-color: #d3c3f3;
}

.search-tab-content {
  padding: 20px;
  background-color: #f9f9f9;
  /*border: 3px solid var(--base);*/
  border-radius: 10px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.search-input-label {

  font-weight: 500;
}


.tab-panel.active {
  display: block;
}

.booking-details {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.field {
  flex: 1 1 calc(25% - 15px);
  /* 4 columns on desktop */
  min-width: 180px;
}

.field label {
  display: block;
  font-size: 0.9em;
  color: #666;
  margin-bottom: 5px;
}

.field input {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.find-tickets {
  flex: 1 1 100%;
  /* Full width on mobile */
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}

.find-tickets-btn {
  padding: 10px 20px;
  background-color: var(--base);
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
}

.find-tickets-btn:hover {
  background-color: var(--base);
}

.wider-input {
  flex: 1;
  padding: 10px;
}

.flight-search {

  margin: 0 auto;

}

.search-row {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  align-items: center;
  justify-content: space-between;
  flex: 1 1 200px;
  position: relative;
}

.date-passenger-section {
  display: flex;
  justify-content: space-between;
  width: 49%;
  gap: 10px;

  flex: 1 1 200px;
}

.form-group {
  flex: 1 1 200px;
}

.form-group label {}

label {
  display: block;
  margin-bottom: 5px;

}

.input-icon {
  position: relative;

}

.input-icon .inner-icon {
  position: absolute;
  left: auto;
  right: auto;
  top: 30%;
  color: var(--base);
  margin-inline-start: 8px;
}

.flight-search-text-input {
  /* width: 100%;
  border: 1px solid var(--base);
  outline: none;
  border-radius: 4px;
  box-sizing: border-box;
  color: #000000;
  padding-inline-start: 35px;
  padding-block: 10px;*/
  width: 100%;
  border: none;
  border: 1px solid #68696b87;
  outline: none;
  border-radius: 4px;
  box-sizing: border-box;
  color: #000000;
  padding-inline-start: 35px;
  padding-block: 10px;
  /* background-color: transparent;*/
}

.flight-search-text-input::placeholder {
  color: gray;
  font-size: 12px;
  font-style: italic;
}

.flight-search-number-input {
  width: 100%;
  padding: 10px 10px 10px 35px;
  border: 1px solid var(--base);
  outline: none;
  border-radius: 4px;
  box-sizing: border-box;
  color: gray;
}

.flight-search-number-input::placeholder {
  color: gray;
}



.flight-search-dropdown-btn {

  width: 100%;
  /*padding-inline-start: 35px;*/
  padding-block: 10px;
  border: 1px solid #68696b87 !important;
  outline: none;
  border-radius: 4px;
  box-sizing: border-box;
  color: #333;
  border: none;
  background-color: white;
}

.departure-arrival-input {
  width: 120%;
  /* Adjust to make these fields longer */
  max-width: 100%;
}

.flight-search-select {
  width: 100%;
  padding-inline-start: 35px;
  padding-block: 10px;
  border: 1px solid #68696b87 !important;
  outline: none;
  border-radius: 4px;
  box-sizing: border-box;
  color: #333;
  border: none;
  background-color: white;
  height: 44.8px;
}

.search-form-bottom-text {

  color: var(--base);
  position: absolute;
  right: 0;
  top: -15px;
}

.search-form-bottom-text:hover {
  color: rgb(0, 68, 153);

}

.disabled-icon {
  color: #a0a0a0 !important;
  /* Gray color to indicate disabled state */
}

.remove-icon {
  position: absolute;
  inset-inline-end: 10px;
  /* Right in LTR, left in RTL */
  top: 10px;
  color: red;
}

/* Add an arrow icon to the dropdown */
.flight-search-select::after {
  content: "\25BC";
  /* Downward arrow */
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 12px;
  color: gray;
}

/* Dropdown menu styling */
.flight-search-select option {
  background-color: white;
  color: black;
}

/* Highlight selected option */
.flight-search-select option:checked {
  background-color: var(--base);
  /* Replace with your base blue color */
  color: white;
}

.dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
}

.dropbtn {
  background-color: #fff;
  color: #333;
  cursor: pointer;
  text-align: left;
}

.dropdown-content {
  width: 100%;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  padding: 12px;
  border-radius: 4px;
}

.dropdown-content.show {
  display: block;
}

.passenger-input {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}


/* Remove default arrows in number input */
.number-input input[type="number"] {
  -moz-appearance: textfield;
}

.number-input input[type="number"]::-webkit-outer-spin-button,
.number-input input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.passenger-input {
  margin-bottom: 15px;
}

.number-input {
  display: flex;
  align-items: center;
  gap: 5px;
  /* Space between buttons and input */
}

.number-input input {
  text-align: center;
  width: 50px;
  padding: 8px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  outline: none;
}

.number-input .decrement,
.number-input .increment {
  width: 24px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  background-color: var(--base);
  color: white;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border: none;
}

.number-input .decrement:hover,
.number-input .increment:hover {
  background-color: #0056b3;
}

.passenger-input label {
  display: inline-block;
  width: 60px;
}

.passenger-input input {
  width: 60px;
}

.search-button {
  background-color: var(--base);
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  margin-left: auto;
  transition: background-color 0.3s ease;
  width: 250px;
}

.modify-button {
  background-color: var(--base);
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;

  transition: background-color 0.3s ease;
  width: 250px;
}

.add-button {
  background-color: var(--base);
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;

  transition: background-color 0.3s ease;
  width: 239px;
}

.search-button:hover {
  background-color: var(--orange);
}

.modify-button:hover {
  background-color: var(--orange);
}

.search-button i {
  margin-right: 5px;
}

@media screen and (max-width: 768px) {

  /*  .search-row {
    flex-direction: column;
  }*/
  .search-tab-content {
    padding: 20px;
    background-color: #f9f9f9;

    border-radius: 10px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  }

  .flight-result-search-tab-content {
    padding: 10px;
    background-color: #f9f9f9;

    border-radius: 10px;

  }

  .flight-result-custom-tab {
    flex-basis: 30%;
    width: 100%;
  }

  .custom-tab {
    flex-basis: 30%;
    width: 100%;
  }

  .flight-result-custom-tabs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    padding-bottom: 10px;
  }

  .custom-tabs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    padding-bottom: 10px;
  }

  .form-group {
    flex: 1 1 100%;
  }

  .search-button {
    width: 100%;
    margin-top: 20px;
  }

  .date-passenger-section {
    display: flex;
    justify-content: space-between;
    width: 97%;
    gap: 10px;
    position: relative;
    flex-direction: column;

  }
}

.airport-search-results {

  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.airport-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.airport-item {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  border-bottom: 1px solid #e0e0e0;
  cursor: pointer;
  transition: background-color 0.3s ease;
  gap: 10px;
}

.airport-item:last-child {
  border-bottom: none;
}

.airport-item:hover {
  background-color: #f5f5f5;
}

.airport-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.airport-icon-plane {
  color: var(--base);
}

.airport-info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.airport-location {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
}

.airport-code {
  font-size: 12px;
  color: #666666;
  margin-top: 2px;
}

.airport-name {
  font-size: 12px;
  color: #666666;
  margin-top: 4px;
}

@media (max-width: 480px) {
  .airport-search-results {
    max-width: 100%;
    border-radius: 0;
  }

  .search-form-bottom-text {
    font-size: 14px;
    right: 5%;
  }

  .airport-item {
    padding: 10px 12px;
  }

  .airport-icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }

  .airport-location {
    font-size: 13px;
  }

  .airport-code,
  .airport-name {
    font-size: 11px;
  }
}

/* New Testimonial Section */
.new-testimonial-section {
  padding-bottom: 120px;
  background-color: #f4f6f9;
}

.new-section-header {
  text-align: center;
  padding-bottom: 40px;
}

.new-section-header h2 {
  font-size: 28px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}

.new-section-header .description {
  font-size: 16px;
  color: #777;
  max-width: 600px;
  margin: 0 auto;
}

.new-testimonial-carousel .testimonial-card {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  position: relative;
  text-align: center;
}

.new-testimonial-carousel .testimonial-quote {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
}

.new-testimonial-carousel .testimonial-stars {
  display: flex;
  justify-content: center;
  gap: 5px;
  padding-bottom: 20px;
}

.new-testimonial-carousel .testimonial-stars img {
  width: 20px;
  height: auto;
}

.new-testimonial-carousel .testimonial-text {
  font-size: 16px;
  font-weight: 600;
  color: #444;
  margin-bottom: 20px;
  line-height: 1.5;
}

.client-info {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
}

.client-info .client-photo img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #e0e0e0;
}

.client-info .client-details .client-name {
  font-size: 16px;
  font-weight: 700;
  color: #333;
}

.client-info .client-details .client-title {
  font-size: 14px;
  color: #888;
}

.new-carousel-nav {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.new-carousel-nav button {
  background: none;
  border: none;
  color: #333;
  font-size: 24px;
  cursor: pointer;
  padding: 10px 15px;
  transition: color 0.3s;
}

.new-carousel-nav button:hover {
  color: #007bff;
}

.header-section {
  background-color: #ffffff;
  /* Background color for the header */
  box-shadow: -11px 20px 11px -13px rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: -11px 20px 11px -13px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: -11px 20px 11px -13px rgba(0, 0, 0, 0.04);

}

.floris-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 30px;
  width: 100%;
  cursor: pointer;
  font-size: 14px;
}

.floris-nav-container {
  display: flex;
  align-items: center;
  /* Align items vertically */
  width: 100%;
  /* Full width */
  justify-content: space-between;
}



.floris-nav-collapse {
  display: flex;
  justify-content: flex-end;
  /* Align nav items to the end */
}

.floris-nav-list {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  align-items: center;
  gap: 35px;
}


.floris-nav-item a:hover {

  transition: .15s ease;
  color: var(--orange);

}

.floris-nav-link {
  letter-spacing: 0.5px;
  white-space: nowrap;
  text-decoration: none;
  border-radius: 999px;
  color: #001833;
  line-height: 16px;
  color: #0a0a0a;

  font-weight: 500;
  font-size: 1.125rem;
  padding: 30px 0px;
  transition: all 0.3s;
  text-transform: capitalize;

}

.logout-link {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  color: black;
  /* Initial color */
  transition: color 0.3s;
  /* Smooth transition on hover */
}

.logout-link:hover {
  color: var(--orange);
  /* Change to your desired color variable on hover */
}

.floris-nav-currency,
.floris-nav-language {
  margin-left: 20px;
  /* Space between selectors and nav items */
}

.floris-nav-select {
  padding: 5px;
  /* Padding for select elements */
}

.floris-nav-buttons {
  display: flex;
  align-items: center;
  /* Align buttons vertically */
  width: 100%;
}

.floris-nav-btn {
  padding: 6px 15px;
  /* Button padding */
  margin-left: 10px;
  /* Space between buttons */
  border-radius: 5px;
  /* Rounded corners */
  cursor: pointer;
  /* Pointer cursor on hover */
  border: none;
  width: max-content;
  font-size: 18px;
  ;
}

.floris-nav-btn-outline {

  background: transparent;
  /* Transparent background */
  color: var(--base);
  /* Text color */
}

.contact-info {
  color: #003285;
  font-weight: 500;
  font-size: 14px;
}

.contact-info i {
  color: #003285;
}

.floris-nav-language img {
  cursor: pointer;
  transition: transform 0.2s;
}

.floris-nav-language img:hover {
  transform: scale(1.1);
}

.floris-nav-btn-primary {
  background-color: var(--base);
  /* Solid button background */
  color: #ffffff;
  /* White text */
}

.floris-nav-toggler {
  display: none;
  /* Hide toggle button in desktop */
  background: none;
  border: none;
  padding: 0;

}

@media (max-width: 768px) {
  .floris-nav-collapse {
    display: none;
    /* Hide desktop nav on mobile */
  }

  .floris-nav-toggler {
    display: block;
    /* Show toggle button on mobile */
    background: none;
    border: none;
    padding: 0;
  }
}


.custom-dropdown {
  background-color: white;
  /* White background to match select elements */
  border: 1px solid #ced4da;
  /* Light gray border to resemble a select box */
  border-radius: 0.25rem;
  /* Rounded corners */
  padding: 0.375rem 0.75rem;
  /* Padding similar to Bootstrap selects */
  color: #495057;
  /* Text color */
  cursor: pointer;
  /* Pointer cursor on hover */
  gap: 10px;
}

.custom-dropdown:focus {
  outline: none;
  /* Remove default outline */
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  /* Blue shadow on focus */
}

.dropdown-menu {
  padding: 0;
  /* Remove default padding */
}

.dropdown-item {
  display: flex;
  /* Use flexbox to align image and text */
  align-items: center;
  /* Center items vertically */
  padding: 10px 15px;
  /* Add vertical and horizontal padding */
  gap: 10px;
}

.dropdown-item:not(:last-child) {
  border-bottom: 1px solid #ddd;
  /* Optional: Add a divider between items */
}

.dropdown-item:hover {
  background-color: #f8f9fa;
  /* Change background on hover */
}

.responsive-image {
  z-index: -1;
  width: 100%;
  height: 98vh;
  object-fit: cover;
  align-self: flex-end;
  box-shadow: -18px 9px 11px -13px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: -18px 9px 11px -13px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: -18px 9px 11px -13px rgba(0, 0, 0, 0.08);
}

.form-wrapper {
  width: 100%;
  display: flex;

  justify-content: space-between;

}

@media (max-width: 768px) {
  .form-wrapper {
    flex-direction: column;
  }

  .signup__thumb {
    display: none !important;
  }
}

.login-page-half-width {
  flex: 1;
  width: 100%;


}

.banner-section {
  background-image: url('/assets/img/signup/login-thumb.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*.signup__thumb {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  width: 100%;
  border-radius: 0 0 0 50%;
  overflow: hidden;
}*/

.login-page-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
  color: white;
  /* background: rgba(0, 0, 0, 0.2);*/
  padding: 20px;
  /* gap: 17%; */
  padding-bottom: 10%;
}



.login-page-overlay p {
  font-size: 2.2rem;
  margin: 10px 0;
  font-weight: 600;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
}

.signup-box {
  background-color: rgba(255, 255, 255, 0.95);
  /* Slightly transparent for visibility */
  max-width: 400px;
  width: 100%;
}

.head-pra {
  font-size: 1.2rem;
  color: #333;
}

.forgot-link {
  color: #003285;
  text-decoration: underline;
}

.button-icon img {
  height: 27px;
}

/* Section Title Styling */

.popular-airlines {

  background-color: #ffffff;
  background-image: url(/assets/img/room/shapeflower.png);
  background-size: cover;
  /* Make the background cover the full width */
  background-repeat: no-repeat;
  background-position: center;
}

.section-title {
  font-size: 2.5rem;
  color: #2c3e50;
  margin-bottom: 10px;
  text-align: center;
}

.section-subtitle {
  font-size: 1.1rem;
  color: #7f8c8d;
  margin-bottom: 40px;
  text-align: center;
}

.airlines-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  justify-items: center;
}

.airline-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 200px;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.airline-logo:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.logo-container {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-container img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.airline-name {
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  color: #34495e;
}

@media (max-width: 1200px) {
  .airlines-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .section-title {
    font-size: 2rem;
  }

  .section-subtitle {
    font-size: 1rem;
  }

  .airlines-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .airlines-grid {
    grid-template-columns: 1fr;
  }
}

.filter-options {
  margin-bottom: 15px;
  background-color: var(--base);
  padding: 10px;
  border-radius: 4px;
  color: white;
}

.filter-options .form-check-label {
  font-size: 14px;
  /* Adjust text size for better visibility */
  margin-top: 10px;
}

.filter-options .form-check-input {
  margin-right: 8px;
  /* Spacing between checkbox and label */
}

.search-filter-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Responsive Adjustments for Smaller Screens */
@media (max-width: 468px) {
  .filter-options {
    justify-content: center;
    /* Center elements on small screens */
  }

  .filter-options .form-check {
    flex: 1 1 auto;
    /* Make elements take equal space if wrapping */
  }

}

.custom-select-container {
  position: relative;
  width: 100%;
}

.language-select {
  opacity: 0;
  /* Hide the default select element */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
}

.custom-select-display {

  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  color: #333;
  cursor: pointer;
  position: relative;
  z-index: 1;
  width: 100%;
}

.custom-select-display img {
  width: 20px;
  height: 20px;
}

.language-select option {
  padding-left: 2.5rem;
}

/* Custom carousel control buttons */
.custom-carousel-control {
  top: 50%;
  transform: translateY(-50%);
  color: black;
  font-size: 24px;
  /* Increase size of chevron icon */

}

.custom-carousel-control:hover {
  color: black;
  font-size: 24px;
  /* Increase size of chevron icon */
}

.custom-carousel-control:hover {
  opacity: 1;
}

.carousel-control-prev {
  left: -75px;
}

.carousel-control-next {
  right: -75px;
}

.testimonial__item {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  margin: 10px;
}

.client .thumb {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}

.client .thumb img {
  width: 100%;
  height: auto;
}

.carousel-indicators button {
  background-color: #000;
}

.custom-carousel-control:focus,
.custom-carousel-control:active {
  color: black !important;
  /* Keeps icon color black on click */
  background-color: transparent !important;
  /* Removes any focus/active background */
  box-shadow: none !important;
  /* Removes focus outline */
  outline: none !important;
  /* Removes any outline */
}


/*flight result*/
.flight-search-summary {
  border: 1px solid #ddd;
  padding: 15px;
  margin-bottom: 20px;
  background-color: #f9f9f9;
  border-radius: 5px;
}

.flight-result-banner-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flight-result-banner-info {
  font-size: 14px;
  line-height: 1.6;
}

.flight-result-banner-found {
  color: green;
  font-weight: bold;
}

.modify-search-btn {
  padding: 8px 12px;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.3s ease;
}

.modify-search-btn:hover {
  background-color: #0056b3;
}

/* Chevron transition */
.modify-search-btn .fa-chevron-up,
.modify-search-btn .fa-chevron-down {
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.fa-chevron-up {
  transform: rotate(180deg);
}

.modify-search-btn:hover {
  background-color: #0056b3;
}

@media screen and (max-width: 768px) {
  .flight-result-banner-details {
    align-items: stretch;
    /* Align items to take full width */
    flex-direction: column;
  }

  .flight-result-banner-info span {
    flex: 1 1 100%;
    /* Each span takes full width on small screens */
    text-align: left;
  }

  .modify-search-btn {
    width: 100%;
    /* Full-width button for smaller screens */
    align-self: center;
    /* Center the button */
  }
}

.search-form-container {
  padding-top: 15px;


  margin: 0 auto;

  max-height: 0;
  display: none;
  transition: max-height 0.7s ease;
}

.accordion-open {
  max-height: 1000px;
  /* Adjust based on the content's height */
  display: block;
}

.accordion-closed {
  max-height: 0;
  display: none;
}

.flight-result-custom-tabs {
  display: flex;
  justify-content: flex-start;
  gap: 15px;
  padding-bottom: 10px;
}

.flight-result-search-tab-content {
  padding-bottom: 10px;
  background-color: #f9f9f9;
  /* border: 3px solid var(--base); */
  border-radius: 10px;

}

.flight-result-custom-tabs {
  display: flex;
  justify-content: flex-start;
  gap: 15px;

  padding-bottom: 10px;
}

/* Hide the custom radio button inputs */
.flight-result-custom-tab .flight-result-custom-tab-input {
  display: none;
}

/* Style the labels as tabs */
.flight-result-custom-tab .custom-tab-label {
  padding: 6px;
  font-weight: bold;
  cursor: pointer;
  background-color: #e7e5e5;
  color: #333;
  border-radius: 5px 5px 0 0;
  transition: background-color 0.3s, color 0.3s;
  border: 1px solid transparent;
  width: 100%;
  text-align: center;
  font-size: 12px;
}

/* Active tab styling */
.flight-result-custom-tab .flight-result-custom-tab-input:checked+.custom-tab-label {
  background-color: var(--base);
  color: #fff;
  border-bottom: 2px solid transparent;
  /* min-height: 100%;*/
  align-items: center;
  display: flex;
  justify-content: center;
}

/* Hover effect */
.flight-result-custom-tab .custom-tab-label:hover {
  background-color: #f5f5f5;
}

.airline-card {
  transition: all 0.3s ease;
}

.airline-card:hover {
  background-color: var(--bs-primary) !important;
  color: white !important;
}

.white--text {
  color: #fff !important
}

/* Custom button styling */
.custom-orange-btn {
  background-color: #0056b3;
  color: #ffffff;
  border: none;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.custom-orange-btn:hover {
  background-color: #02b0ed;
}

/* Space adjustment between buttons and refundability text */
.flight__wayfooter {
  padding: 10px 0;
}

.flight__wayfooter .d-flex {
  flex-wrap: wrap;
}

.flight__wayfooter .gap-3 {
  gap: 15px;
  /* Adjust gap between elements */
}

.sortBySpan {
  color: #33567d;
}

.sortBy {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  /* Space between items */
  padding: 1rem;
}

/* Reset Button Styling */
.reset-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  /* Space between icon and text */
  padding: 0.7rem 1.7rem;
  /* Small padding for a compact button */
  background-color: var(--base);
  color: white;
  font-size: 0.9rem;
  font-weight: 500;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.reset-button i {
  font-size: 1rem;
  /* Icon size */
}

.reset-button:hover {
  background-color: #0056b3;
  /* Darker blue on hover */
}

.reset-button:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
  /* Focus ring */
}

.reset-button .button-text {
  display: inline-block;
}

/* Responsive Adjustments */
@media (max-width: 576px) {
  .reset-button .button-text {
    display: none;
    /* Hide text on smaller screens */
  }
}

.form-select-sm {
  font-weight: bold;
  color: #33567d;
  border: 1px solid #ccc;
  max-width: 200px;
  /* Ensures dropdown width is consistent */
}

.custom-green-btn {
  background-color: #28a745;
  /* Green background */
  color: #fff;
  /* White text */
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.3s ease;
}

.custom-green-btn:hover {
  background-color: #218838;
  /* Darker green on hover */
}

.flight-segment {
  background-color: #f8f9fa;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 10px;
}

.small {
  font-size: 0.85em;
}

.duration,
.baggage {
  color: #6c757d;
}

h6 {
  font-size: 1rem;
  font-weight: 600;
}

.layover-info {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 0;
}

.layover-line {
  flex-grow: 1;
  height: 1px;
  background-color: #dee2e6;
}

.layover-text {
  font-size: 0.85em;
  color: #6c757d;
  padding: 0 15px;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .flight-segment {
    margin-bottom: 1rem;
  }

  .col-md-3,
  .col-md-9 {
    margin-bottom: 10px;
  }
}

.price-table-col {
  width: 15% !important;
}

.small-text {
  font-size: 0.875rem;
  /* 14px */
}

.line {
  width: 100px;
  height: 1px;
  background-color: #ccc;
}

.airline-logo-v2 {
  width: 100px;
  height: auto;
}

.gds-icon {
  width: 20px;
  height: auto;
}

.flag-icon {
  width: 16px;
  height: 12px;
  margin-left: 5px;
}

.segment {
  padding: 10px 0;
}

.gds-info-section {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
}

.flight-number-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.flight-path {
  position: relative;
  z-index: 1;
}

.line {
  height: 2px;
  background-color: #e0e0e0;
}

.flight-line {
  top: 50%;
  height: 2px;
  background-color: #e0e0e0;
  z-index: 0;
  transform: translateY(-50%);
}

.fa-plane {
  background-color: white;
  padding: 0 8px;
  position: relative;
  z-index: 1;
}

.time {
  background-color: white;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 8px;
}

.flight-info-section {

  width: 100%;
}

.seat-plane {
  height: 20px;
}

.seat {
  display: flex;
  padding-inline-start: 8px;
  align-items: center;
  justify-content: flex-start;
}


.flight-item {
  position: relative;
}

.more-detail-btn {


  padding: 8px 12px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background-color 0.3s ease, color 0.3s ease;
}



.more-detail-btn i {
  font-size: 1.2rem;
  color: white;
}

.gallery-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  direction: ltr;
}

.navigation-btn {
  width: 20px;
  cursor: pointer;
}

.gallery {
  display: flex;

  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 100%;
  overflow: hidden;
}

.gallery-airline-card {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid #ccc;
  border-radius: 8px;
  width: 200px;
  height: 60px;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: #fff;
}

.gallery-airline-card img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin-right: 10px;
}

.gallery-airline-card .gallery-airline-name {
  font-size: 12px;
  font-weight: bold;
  color: #333;
}

.gallery-airline-card:hover {
  background-color: #9eddff87;
  color: #0a0a0a;
}

.gallery-airline-card .gallery-price {
  font-size: 14px;
  font-weight: bold;
  color: #02b0ed;
}

.gallery-airline-card.active {
  background-color: #9eddff87;
  color: #0a0a0a;
}

.gallery-airline-card.active .gallery-airline-name,
.gallery-airline-card.active .gallery-price {
  color: white;
}

.form-check-input {
  float: inline-start !important;
}

.rtl-icon {
  transform: scaleX(-1);
  /* Flip the icon horizontally */
}

.time-filter-container {
  padding: 10px;

  border-radius: 5px;

}

.time-filter-tabs {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
  border-bottom: 2px solid #ddd;
}

.time-tab {
  flex: 1;
  text-align: center;
  padding: 10px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}

.time-tab.active {
  border-bottom: 2px solid var(--orange);
  background-color: var(--orange);
}

.time-pane {
  display: block;
}

.time-options {
  list-style: none;
  padding: 0;
  margin: 10px 0;
}

.time-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #fff;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.time-button:hover {
  background-color: #f0f0f0;
}

.time-label {
  font-weight: bold;
  color: #333;
}

.time-period {
  color: #111111;
  font-size: 0.9em;
}


.flight-details-container {
  font-family: Arial, sans-serif;
  gap: 15px;
  display: flex;
  flex-direction: column;
}


.flight-details-segment {
  border: 1px solid #ddd;


  overflow: hidden;
  background-color: #f9f9f9;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.flight-details-content {
  padding: 15px;

}

.flight-details-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.flight-details-airline {
  flex: 0 0 auto;
}

.flight-details-airline-logo {
  max-width: 100px;

}

.flight-details-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.flight-number {
  font-weight: bold;
  font-size: 16px;
}

.cabin-class,
.baggage-info {
  font-size: 14px;
  color: #666;
}

.baggage-info {
  display: flex;
  align-items: center;
  gap: 5px;
}

.flight-details-departure,
.flight-details-arrival {
  flex: 1;
}

.flight-details-departure h6,
.flight-details-arrival h6 {
  font-size: 14px;
  margin-bottom: 5px;
}

.flight-details-departure p,
.flight-details-arrival p {
  font-size: 13px;
  margin: 2px 0;
}

@media (max-width: 768px) {
  .flight-details-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }


}

.layover-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.layover-line {
  flex: 1;
  height: 1px;
  background-color: #ddd;
}

.layover-text {
  font-size: 14px;
  color: #555;
  display: flex;
  align-items: center;
  gap: 5px;
}

.done-btn {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 8px 20px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}

.done-btn:hover {
  background-color: #0056b3;
}

.rounded-back-button {
  background-color: orange;
  color: white;
  border: none;
  padding: 7px 13px;
  border-radius: 8px;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
  gap: 10px;
  margin-top: 15px;
}

.rounded-back-button .icon {
  font-size: 20px;
  margin-right: 8px;
}

.rounded-back-button:hover {
  background-color: #e69500;
  /* Darker orange for hover effect */
}

.rounded-back-button:focus {
  outline: none;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}




.header {
  background-color: #9eddff87;
  /* Use your variable for the base color */
  color: black;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  font-size: 14px;
  /* Smaller text size */
  border-radius: 20px 20px 0 0;
}

.header-text {
  font-weight: bold;

}

.header-price {
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.f-booking-flight-wrapper {
  margin-bottom: 20px;
}

.f-booking-separator {
  padding-inline-start: 17px;
  margin: 15px 0;
  width: 100%;
  background-color: var(--base);
}

.f-booking-separator-text {
  font-weight: bold;
  font-size: 16px;
  color: white;
}

.f-booking-row {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0 0 8px 8px;
  padding: 10px;
  margin-bottom: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.f-booking-logo img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}

.f-booking-info {
  font-size: 14px;
  line-height: 1.5;
}

.f-booking-airline {
  font-weight: bold;
  color: var(--base);
}

.f-booking-cabin {
  display: block;
  font-size: 12px;
  color: #555;
}

.f-booking-departure,
.f-booking-arrival {
  font-size: 14px;
}

.f-booking-label {
  font-weight: bold;
  display: block;
  color: var(--primary);
  margin-bottom: 5px;
}

.f-booking-duration,
.f-booking-luggage {
  font-size: 14px;
  text-align: center;
}

.f-booking-footer {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 15px;
  /* Add small gap between the columns */

}

.f-booking-login-register {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.f-booking-section-title i {
  font-size: 20px;
}

.f-booking-btn-group {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.f-booking-btn {
  background-color: #ffffff;
  /* White background */
  color: var(--orange);
  /* Turquoise text */
  border: 1px solid var(--orange);
  /* Turquoise border */
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  text-transform: uppercase;
}

.f-booking-btn i {
  font-size: 16px;
}

.f-booking-btn:hover {
  background-color: var(--orange);
  /* Slightly darker turquoise for hover */
  color: #ffffff;
  /* White text on hover */
}

.f-booking-login-btn {
  background-color: #ffffff;
  /* White background for login button */
}

.f-booking-register-btn {
  background-color: #ffffff;
  /* White background for register button */
}

.f-booking-payment {
  text-align: center;
  color: white;
}


.f-booking-payment-options {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-start;
}

.f-booking-payment-option {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #000000;
  /* White text */
  text-align: left;
  white-space: nowrap;
  /* Prevent text wrapping */
}

.f-booking-payment-option input[type="radio"] {
  accent-color: #ffffff;
  /* White radio button */
  cursor: pointer;
  transform: scale(1.2);
  /* Make radio button larger */
  margin-right: 10px;
  /* Ensure spacing */
}

.f-booking-payment-option i {
  font-size: 24px;
  /* Larger card logo */

  width: 30px;
  /* Fixed width for consistent alignment */
  text-align: center;
}

.f-booking-payment-option span {
  flex: 1;
  /* Ensures the text takes the remaining space */
  display: inline-block;
  word-break: break-word;
  /* Prevents text from overflowing */
}

.f-booking-cc-footer {
  background-color: #9eddff87;
  /* Blue background */
  color: black;
  padding: 20px;
  border-radius: 8px;
  text-align: left;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  /* Subtle shadow for depth */
  font-family: Arial, sans-serif;
  justify-content: space-between;
}

.f-booking-pay-btn {
  background-color: var(--orange);
  /* Primary button color */
  color: #fff;
  /* Button text color */
  border: none;
  /* Remove border */
  padding: 10px 20px;
  /* Button size */
  font-size: 16px;
  /* Font size */
  border-radius: 5px;
  /* Rounded corners */
  cursor: pointer;
  /* Pointer cursor */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
}

@media (max-width: 1000px) {
  .f-booking-footer {
    flex-wrap: wrap;
  }

  .f-booking-cc-footer {
    flex: 100%;
    margin-bottom: 10px;
  }
}

.f-booking-price-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  font-size: 14px;
}

.f-booking-price-label {
  font-weight: normal;
}

.f-booking-price-value {
  font-weight: bold;
  font-size: 14px;
}

.f-booking-divider {
  border: 0;
  height: 1px;
  background: rgb(10 10 10 / 68%);
  margin: 15px 0;
}

/* Note Section */
.f-booking-note-block {
  background-color: #ffc10736 !important;
  color: #333;
  padding: 15px;
  border-radius: 8px;
  margin-top: 20px;
  border: 1px solid #ddd;
  font-size: 14px;
}

.f-booking-note-text {
  font-weight: bold;
  line-height: 1.6;
}

.f-booking-section-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #000000;
  /* White for readability */
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.fa-cc-visa {
  color: #1a1f71;
}

.fa-cc-amex {
  color: #006fcf;
}

/* Custom Checkbox Container */
.custom-checkbox-container {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.5;
}

/* Hide Native Checkbox */
.custom-checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Custom Checkbox Visual */
.custom-checkmark {
  position: relative;
  height: 18px;
  width: 18px;
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-right: 10px;
  transition: background-color 0.3s, box-shadow 0.3s;
}

.custom-checkbox-container:hover .custom-checkmark {
  background-color: #f0f0f0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.custom-checkbox-container input:checked~.custom-checkmark {
  background-color: #007bff;
  border-color: #007bff;
}

/* Checkmark Icon */
.custom-checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.custom-checkbox-container input:checked~.custom-checkmark::after {
  display: block;
}

/* Text Styling */
.checkbox-text {
  margin-left: 5px;
}

.accordion-button span {
  font-weight: bold;
}

.ranger-marker:after {
  width: max-content !important;
  padding-inline: 8px !important;
}

/* Load More Container */
.load-more-container {
  display: flex;
  justify-content: flex-end;
  /* Align to the right */
  padding-top: 1rem;
}

/* Load More Button Styling */
.load-more-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  /* Space between text and icon */
  padding: 0.6rem 1.2rem;
  background-color: #007bff;
  /* Primary color */
  color: white;
  font-size: 1rem;
  font-weight: 500;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.load-more-button i {
  font-size: 1.2rem;
  /* Icon size */
}

.load-more-button:hover {
  background-color: var(--orange);
  /* Darker blue on hover */
}

.load-more-button:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
  /* Focus ring */
}

/* Notice Block Styling */
.notice-block {
  display: flex;
  gap: 1rem;
  background-color: #ffc10736;
  margin-bottom: 20px;
  border-radius: 8px;
}

.notice-image-container {
  flex: 0 0 14%;
  /* Set a fixed width for the image container */
}

.notice-image-container img {
  width: 100%;
  height: auto;
  /* Maintain aspect ratio */

}

.notice-text-container {
  flex: 1 1 auto;
  /* Text section takes up the remaining space */
  padding: 15px;
}

.notice-header {
  display: flex;
  align-items: center;
}

.notice-header h3 {
  font-size: 1.5rem;
  margin: 0;
}

.notice-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.notice-list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

/* Responsive Styling */
@media (max-width: 768px) {
  .notice-block {
    flex-direction: column;
    align-items: flex-start;
  }

  .notice-image-container {
    margin-bottom: 1rem;
    flex: 0 0 auto;
    /* Allow the image to adjust naturally */
    display: none;
  }

  .notice-image-container img {
    width: 60px;
    /* Smaller image size for mobile */
  }

  .notice-text-container {
    width: 100%;
  }
}

.point-img {
  width: 15px;
  height: auto;
}

.point-img-1 {
  width: 50px;
  height: auto;
}

.mobile-filter-toggle {
  display: none;
}

.mobile-filter-toggle {
  padding: 10px;
  background-color: #f8f9fa;
  /* Light background for contrast */
  border: 1px solid #ddd;
  /* Subtle border */
  border-radius: 5px;
  /* Rounded corners for a softer look */
  margin-bottom: 15px;
  /* Spacing between elements */
}

/* Button styling */
.mobile-filter-toggle button {
  font-size: 16px;
  /* Slightly larger font for better readability */
  font-weight: 600;
  /* Bold font for emphasis */
  text-align: center;
  /* Center align text */
  border-radius: 4px;
  /* Rounded button corners */
  padding: 10px;
  /* Comfortable padding */
}

/* Card Body Styling */
.mobile-filter-toggle .card-body {
  background-color: #ffffff;
  /* White background for content area */
  border-radius: 5px;
  /* Consistent rounded corners */
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  /* Subtle shadow for elevation */
  padding: 15px;
  /* Add padding for spacing */
  margin-top: 10px;
  /* Space between button and card */
}

/* Text and Badge Styling */
.mobile-filter-toggle .filltertext {
  font-size: 14px;
  /* Standard font size for mobile */
  color: #212529;
  /* Dark color for readability */
}

.mobile-filter-toggle .badge {
  font-size: 14px;
  /* Match the text size */
  padding: 5px 10px;
  /* Comfortable padding for badge */
  background-color: #007bff;
  /* Match primary button color */
  color: #ffffff;
  /* White text on badge */
  border-radius: 12px;
  /* Pill-shaped badge */
}

@media (max-width: 921px) {
  .mobile-filter-toggle {
    display: block;
  }

  .modify-button {
    width: 100%;
  }

  .desktop-filter {
    display: none;
  }

  .mobile-filter {
    display: block;
  }
}

/* Mobile-only button and drawer styling */
.mobile-filter-toggle .btn {
  font-size: 16px;
  font-weight: bold;
}

.offcanvas {
  width: 300px;
  /* Adjust as needed */
}

.offcanvas-header {
  background-color: #f8f9fa;
  border-bottom: 1px solid #ddd;
}

.offcanvas-body {
  padding: 15px;
}

.flight-sort-container {
  width: 100%;

  margin: 0 auto;
  padding: 15px 0;
  box-sizing: border-box;
}

.flight-sort-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  list-style-type: none;
  padding: 0;
  margin: 0;

}

.flight-sort-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.flight-sort-label {
  font-weight: bold;
  margin-right: 10px;
}



.flight-sort-select-wrapper {
  position: relative;
}

.flight-sort-select {
  appearance: none;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 4px;
  padding: 8px 8px 8px 12px;
  padding-inline-end: 24px;
  font-size: 14px;
  line-height: 1.5;
  color: #495057;
  cursor: pointer;
}

.flight-sort-select-wrapper::after {
  content: "\25BC";
  position: absolute;
  top: 50%;
  inset-inline-end: 4px;
  transform: translateY(-50%);
  pointer-events: none;
}

.flight-sort-reset-button {
  background-color: var(--base);
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 8px 16px;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: background-color 0.2s;
  gap: 10px;
}

.flight-sort-reset-button:hover {
  background-color: var(--orange);
}

.flight-sort-reset-text {
  margin-left: 8px;
}

@media (max-width: 768px) {
  .flight-sort-list {
    flex-direction: column;
    align-items: stretch;
  }

  .header-price {
    font-size: 13px;
  }

  .flight-sort-options {
    flex-direction: column;
    align-items: stretch;
  }

  .flight-sort-item {
    width: 100%;
  }

  .flight-sort-select {
    width: 100%;
  }

  .flight-sort-reset {
    margin-left: 0;
    width: 100%;
  }

  .flight-sort-reset-button {
    width: 30%;
    justify-content: center;

    float: right;
    margin-top: 15px;
  }
}

/* Ensure that the table doesn't break the text */
.table th,
.table td {
  white-space: nowrap;
  /* Prevent text from wrapping onto multiple lines */
  overflow: hidden;
  /* Hide overflow text */
  text-overflow: ellipsis;
  /* Add ellipsis (...) for text that overflows */
  font-size: 14px;
  /* Adjust the font size as needed */
  padding: 8px;
  /* Ensure consistent padding for better alignment */
}

/* Optional: Adjust font size for mobile screens */
@media (max-width: 768px) {

  .table th,
  .table td {
    font-size: 12px;
    /* Smaller font for mobile */
  }
}

/* For the header, ensure no text wraps */
.table thead th {
  white-space: nowrap;
  text-align: left;
}

/* For vertical layout on small screens (mobile), ensure it looks good */
.d-md-none {
  display: block;
  width: 100%;
  white-space: normal;
  /* Allow wrapping for the stacked items */
  margin-bottom: 5px;
}

/* Styles specifically for the form with the class custom-form */
.custom-form .row {
  margin-bottom: 20px;
  /* Adds space between rows */
}

.custom-form .form-group {
  margin-bottom: 15px;
  /* Adjusts spacing between label/input within each row */
}

/* Additional customization for spacing between the label and input */
.custom-form .form-group label {
  margin-bottom: 20px;
  /* Adjust the space between the label and the input field */
}

.partner-img-fluid {
  max-width: 100%;
  height: 80px;
}