@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');

:root {
  /*--primary-color: #986827;*/
  --primary-color: #c09761;
  --border-color: #DAB658;
  --bg-gray: #f2f2f2;
  --primary-red:#aa0022;
}

:host {
  --swiper-navigation-size: 20px;
}

@font-face {
  font-family: "chopin";
  src: url("../fonts/Chopin-Trial-Medium.otf");
}

@font-face {
  font-family: "chopinbold";
  src: url("../fonts/Chopin-Trial-Bold.otf");
}


@font-face {
  font-family: "chopinbold";
  src: url("../fonts/Chopin-Trial-Bold.otf");
}

@font-face {
  font-family: "exo2-black";
  src: url("../fonts/exo/Exo2-Black.ttf");
}

@font-face {
  font-family: "exo2-bold";
  src: url("../fonts/exo/Exo2-Bold.ttf");
}

@font-face {
  font-family: "exo2-bold";
  src: url("../fonts/exo/Exo2-Bold.ttf");
}

@font-face {
  font-family: "exo2";
  src: url("../fonts/exo/Exo2-Regular.ttf");
}

@font-face {
  font-family: "exo2-v";
  src: url("../fonts/exo/Exo2-VariableFont_wght.ttf");
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: exo2;
}

body {
  overflow-x: hidden;
}

.border-none {
  border: 0px;
}

.socialMedia{
  font-size:30px;
}

.socialMedia:hover{
  color:var(--primary-color) !important;
}

/* HUMBURGER */
.menu .btn {
  display: block;
  background-color: var(--primary-color);
  color: var(--white);
  text-align: center;
  padding: 0.6rem 1.4rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 5px;
}

.icon {
  padding: 0.5rem;
  background-color: var(--light-grey);
  border-radius: 10px;
}

.logo {
  margin-right: 0.5rem;
}

.menu {
  position: relative;
  /*background: #FFF;*/
}

.main-menu{
  color:#000 !important;
}

.header-nav {
  height: 70px;
  background-color: #fff;
  /*background-image: url("../images/logo/head-strip2.png");*/
}


/* Fixed (sticky) state after scroll */
.header-nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  animation: slideDown 0.3s ease;
  /*background-image: url("../images/logo/head-strip2.png");*/
  background-color: #fff;
  z-index:999999;
}

/* Smooth slide down animation */
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

.menu-bar {
  position: relative;
  z-index: 30000;
}

.menu-bar li {
  list-style: none;
}

.nav-l {
  /* height: 75px; */
  font-size: 0.86rem;
  position: relative;
  z-index: 1;
  /* border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px; */
  text-transform: uppercase;
  transition: 0.2s all ease;
}

.nav-l:hover {
  background: var(--primary-color) !important;
  opacity: 0.7;
  color: white !important;
}


.nav-l.active {
  font-weight: bold;
  font-family: chopinbold;
  border-bottom: 2px solid var(--primary-color);
  /* background-color: var(--primary-color) !important;
  opacity: 1 !important;
  color: white !important; */
}

.menu-bar li:first-child .dropdown {
  flex-direction: initial;
  min-width: 480px;
}

.menu-bar {
  list-style: none;
}

.menu-bar a {
  text-decoration: none;
  color: #1a1a1a;
}

.menu-bar .dropdown-btn {
  background: transparent;
  border: none;
  outline: none;
  white-space: nowrap;
  color: #1a1a1a;
}

.menu-bar li:first-child ul:nth-child(1) {
  border-right: var(--border);
}

.menu-bar li:nth-child(n + 2) ul:nth-child(1) {
  border-bottom: var(--border);
}

.menu-bar .dropdown-link-title {
  font-weight: 600;
}

.menu .dropdown {
  min-width: 230px;
  background-color: #fff;
  z-index: 30000;
  border-radius: 10px;
  position: absolute;
  top: 32px;
  left: 0%;
  visibility: hidden;
  opacity: 0;
  transform: scale(0.97) translateX(-5px);
  transition: 0.1s ease-in-out;
}

.menu .dropdown.active {
  visibility: visible;
  display: block !important;
  opacity: 1;
}

.dropdown-btn:hover #dropdown1 {
  visibility: visible !important;
  display: block !important;
  opacity: 1 !important;
}


.menu .dropdown ul {
  gap: 0.5rem;
  padding: 0.2rem 0px;
  font-size: 0.95rem;
}

.menu .dropdown-btn {
  gap: 0.15rem;
}

.menu .dropdown-link {
  gap: 0.5rem;
  padding: 0.5rem 0;
  border-radius: 7px;
  transition: 0.1s ease-in-out;
}

#hamburger {
  display: none;
  padding: 0.1rem;
  margin-left: 1rem;
  font-size: 1.9rem;
  background: transparent;
  border: none;
  outline: none;
}


/* Header styles */
.hero_header {
  background: var(--bg-gray);
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}


.main_banner h1 {
  font-size: 4rem;
}

.tab_inp {
  outline: none;
  border-radius: 10px;
  padding: 10px 30px;
  border: 1.99px solid var(--border-color);
}


/* FOOTER */
footer {
  background: #f8f0e8;

  padding-bottom: 40px;
}

.footer_heading {
  font-size: 1rem;
  color: var(--primary-color);
}

.widget-a {
  text-decoration: none;
  font-size: 0.95rem;
}

.footer-icon {
  padding: 4px 12px;
  border-radius: 5px;
  cursor: pointer;
  color: white;
}

.f-i {
  background: white;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  color: var(--primary-color);
}

.footer-icon:hover {
  background: white;
}

.footer-icon:hover.footer-icon .f-i {
  background: var(--primary-color);
  color: white;
}

.footer-icon:hover.footer-icon p {
  color: black;
}


.dest_img {
  border-bottom: 60px solid var(--primary-color);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  height: 80vh;
  object-fit: cover;
}


.home_dest {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 295px;
  position: relative;
}

.home_dest .desc {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  color: white;
  bottom: 0;
  right: 10%;
  width: 80%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 10px 0px;
}

.home_dest .desc button {
  outline: none;
  border: 2px solid var(--border-color);
  color: white;
  padding: 5px 20px;
  background: transparent;
  border-radius: 20px;
  font-size: 1rem;
  margin-top: 10px;
  transition: 0.1s all ease;
}

.home_dest .desc button:hover {
  background: var(--primary-color);
  border: 2px solid var(--primary-color);
}

/* GENERAL */
.canvas {
  width: 91%;
  margin: auto !important;
  max-width: 1400px;
}

textarea {
  resize: none;
}

.main-heading {
  font-size: 3rem;
  text-transform: uppercase;
}

.text-gray {
  color: #707070 !important;
}

.highlight {
  color: var(--primary-color);
}

.highlightG {
  color: #707070;
}

.ribbon {
  width: 100%;
  height: 6rem;
  flex-shrink: 0;
  background-color: #986827;
  margin-top: -6px;
  border-radius: 0px 0px 40px 40px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-family: chopinbold;*/
  font-family: exo2;
}

.fbold {
  font-family: chopinbold !important;
}

.freg {
  font-family: chopin !important;
}

.pageBannerh {
  font-size: 3.1rem;
}

.fs-md {
  font-size: 1.05rem;
}

.rounded-md {
  border-radius: 17.5px !important;
}

.bg_prim {
  background: var(--primary-color);
}

.w-40 {
  width: 45% !important;
}

.pointer {
  cursor: pointer !important;
}

.bg_btn {
  background-color: var(--primary-color) !important;
  font-size: 0.9rem;
}

.bg_btn:hover {
  opacity: 0.8;
}

.row {
  --bs-gutter-x: 3rem !important;
}

input[type=radio] {
  accent-color: var(--primary-color);
}

p {
  margin-bottom: 0px !important;
}

.close {
  display: none;
}

/* CSS Home */

/* DESTINATION and WHY*/
.swiper-slide,
.swiper-slide2 {
  text-align: center;
  font-size: 18px;
  background: #fff;
}

.swiper-slide img,
.swiper-slide2 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.location_dropdown .sm {
  font-size: 0.8rem;
}

.location_dropdown p {
  line-height: 1.1;
}

.form-check-input {
  border: 1.99px solid var(--border-color) !important;
}

.from input,
.to input {
  outline-color: var(--primary-color);
}

.form-check-input:checked {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}


/* All Tables Design */
.scheduleTable,
.careerTable,
.agencyBox {
  border-radius: 15px;
  background: white;
}

.flight_header,
.career_header {
  background: var(--bg-gray);
  border-radius: 15px;
}

.scheduleTable thead {
  border-bottom-width: 2px;
  border-color: black;
}

.scheduleTable thead td,
.careerTable td {
  white-space: nowrap;
}

.scheduleTable td {
  font-size: 0.97rem;
  padding: 15px 10px;
}




/* TE */
.FinfoBox {
  padding-left: 70px;
  padding-right: 70px;
}

#summaryTab {
  display: none;
}

.round {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.round_2 {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}


.mt-all {
  margin-top: 80px;
}

.relative {
  position: relative;
}

.overlay_why {
  position: absolute;
  background: rgba(152, 104, 39, 0.75);
  bottom: 0%;
  color: white;
  width: 85%;
  left: 15%;
  padding: 30px 20px;
  text-align: start;
}


.overlay_board {
  position: absolute;
  background: #986827;
  bottom: 0%;
  color: white;
  width: 100%;
  padding: 2px 10px;
  text-align: center;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.overlay_board h5 {
  font-size: 1.1rem;

}

.overlay_us {
  position: absolute;
  width: 90%;
  left: 5%;
  top: 10%;
}

.overlay_us h1 {
  color: #986827;
  font-size: 3rem;
}

.overlay_us h3 {
  background: #058042;
  color: white;
  padding: 5px;
  border-radius: 30px;
}


/*!* HOME 2 *!*/
/*.airline-banner {*/
/*  !*background-size: cover;*!*/
/*  !*background-position: center;*!*/
/*  padding: 60px 30px;*/
/*  !*color: white;*!*/
/*  background-blend-mode: darken;*/
/*  !*border-radius: 50px;*!*/
/*  border: 2px solid var(--primary-color);*/
/*  !*border-radius:30px;*!*/


/*}*/

.airline-banner {
  background-size: cover;          /* Makes image fill the div */
  background-position: center;     /* Center image properly */
  background-repeat: no-repeat;
  min-height: 245px;               /* Important for proper display */
  padding: 60px 30px;
  border: 2px solid var(--primary-color);
  display: flex;
  align-items: center;             /* Vertical center content */
  justify-content: center;         /* Horizontal center content */
}




.airline-banner p {
  font-size: 1.2rem;
  margin-top: 10px;
  margin-bottom: 20px;
}

/*@media (max-width: 768px) {*/
/*  .airline-banner {*/
/*    min-height: 220px;*/
/*    padding: 30px 15px;*/
/*  }*/
/*}*/

.btn-book {
  background-color: var(--primary-color) !important;
  color: white;
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: bold;
  transition: 0.3s all ease;
  font-size: 1.1rem;
}

.btn-book:hover {
  opacity: 0.7;
}

.accordion-item {
  border-radius: 20px !important;
  background-color: #f8f0e8;
  border: 1.99px solid var(--primary-color) !important;
}

#faqAccordion .accordion-header button {
  border-radius: 0;
  border-top-right-radius: 20px !important;
  border-top-left-radius: 20px !important;
  background: transparent;
  padding: 20px 30px;
}

#faqAccordion .accordion-collapse {
  border-radius: 0;
  border-bottom-right-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
}

#faqAccordion .accordion-button:focus {
  box-shadow: none;
}

#faqAccordion .accordion-button {
  background: transparent;
  border-radius: 10px;
  border: none;
}

#faqAccordion .accordion-body {
  background: transparent;
  border-radius: 0 0 10px 10px;
}

#faqAccordion .accordion-button:not(.collapsed) {
  background: #f8f0e8;
  color: black;
}


/* MOBILE APP */
.mobile {
  position: relative;
  background: url("../images/home/mobile_banner.png") center no-repeat;
  background-size: cover;
  z-index: 1;
  min-height: 70vh;
}

.mobile .mobile_row {
  position: relative;
}

.container1 {
  width: 22.5%;
  position: absolute;
}

.container2 {
  width: 62%;
  /* padding: 0px 4rem; */
  margin-left: auto;
}


.rounded-card {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  color: white;
  display: flex;
  align-items: center;
  padding: 50px 35px;
}

.overlay-text {
  font-weight: bold;
  font-size: 1.5rem;
  color: white;
}

.main-card {
  align-items: end;
}

.main-card p {
  font-size: 1rem;
  font-weight: normal;
  color: white;
  opacity: 0.9;
  margin-top: 0.5rem;
}


/* CSS ABOUT */
/* ABOUT PAGE */
.about-banner {
  height: 100vh;
  width: 100%;
}

.about_banner1 {
  width: 50%;
  position: absolute;
  left: 5%;
}

.about_banner1 .col_icon {
  margin-top: 20px;
}

.about_banner1 .col_icon span {
  font-weight: 600;
  font-size: 1rem;
}

.about_banner1 .col_icon i {
  background: white;
  color: var(--primary-color) !important;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  margin-right: 5px;
}


.ab_banner_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--primary-color);
  padding: 10px 0px;
  border-radius: 5px;
  margin-top: 10px;
  text-decoration: none;
  color: white;
  width: 70%;
  text-align: center;
  transition: 0.1s ease;
}

.about_banner1 .ab_banner_icon:hover {
  background-color: white;
}

.about_banner1 .ab_banner_icon:hover.ab_banner_icon i {
  background: var(--primary-color) !important;
  color: white !important;
}

.about_banner1 .ab_banner_icon:hover.ab_banner_icon span {
  color: var(--primary-color) !important;
}

/* ABOUT 2 */
.team-section {
  text-align: center;
  padding: 20px;
}

.team-title {
  font-weight: bold;
  color: var(--primary-color);
}

.team-member {
  background: linear-gradient(270deg, #976827 0%, #cd9d5d 100%);
  color: white;
  border-radius: 20px;
  padding: 10px;
  margin: 10px;
}

input[type='checkbox'] {
  display: none;
}


/* CSS Agency Enrollment */
.agencyContainer {
  width: 85% !important;
  margin: auto;
}

.agencyContainer .tab_inp {
  width: 90%;
}

.agencyContainer textarea {
  border-radius: 20px;
}

.agencyContainer .full input,
.agencyContainer .full textarea {
  width: 95%;
}


  /* CSS Baggage Page */
  .baggage .tab-content {
    border: 2px solid var(--border-color);
    border-radius: 20px;
  }

  .baggage .nav-tabs {
    border-width: 0;
  }

  .baggage .nav-tabs .nav-link {
    background-color: var(--primary-color);
    color: white;
    border: none;
    margin-right: 5px;
  }

  .baggage .nav-tabs .nav-link.active {
    /* background-color: #8d4f2f; */
    background-color: white;
    color: var(--primary-color);
  }

  .baggage .table thead th {
    font-weight: bold;
  }

  .baggage .table td {
    text-align: center;
  }

  .baggage .table td:first-child {
    font-weight: bold;
    text-align: left;
    width: 20%;
  }

  .baggage .info-text {
    font-size: 14px;
    margin-top: 10px;
  }

  .baggagerow td:first-child div {
    background-color: var(--primary-color);
    color: white;
    border-radius: 20px;
    text-align: center;
    padding: 7px 30px;
  }

  .baggage td,
  .baggage th {
    border: none;
    margin: 10px 0px;
    background-color: #fff7ec;
  }

  .baggage .light,
  .baggage .Value,
  .baggage .Plus,
  .baggage .Gold {
    background: #737373 !important;
    border-radius: 20px;
    text-align: center;
    color: white;
  }

  .baggage .Value {
    background: #3f6a36 !important;
  }

  .baggage .Plus {
    background: #ba9968 !important;
  }

  .baggage .Gold {
    background: #bb2a1e !important;
  }

  /* Baggage CAREER */
  .careerContainer {
    width: 80%;
    margin: auto;
  }

  .careerContainer .bg_btn {
    border-radius: 8px;
  }

  .careerTable {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .careerContainer tbody td {
    vertical-align: middle !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

.tablecolors .table td:first-child {
  font-weight: bold;
  text-align: left;
  width: 20%;
}

.baggage .info-text {
  font-size: 14px;
  margin-top: 10px;
}

.tablecolors td:first-child div,
.compensation .PlusHead {
  background: #a87838;
  color: white;
  border-radius: 20px;
  text-align: center;
  padding: 7px 30px;
}

.tablecolors td,
.tablecolors th,
.compensation td,
.compensation th  {
  border: none;
  margin: 10px 0px;
  background-color: #fff7ec;
}

.tablecolors .light,
.tablecolors .Value,
.tablecolors .Plus,
.tablecolors .Gold,
.compensation .light,
.compensation .Value,
.compensation .Plus,
.compensation .Gold  {
  background: #737373 !important;
  border-radius: 20px;
  text-align: center;
  color: white;
}

.tablecolors .Value,
.compensation .Value {
  background: #3f6a36 !important;
}

.tablecolors .Plus,
.compensation .Plus {
  background: #ba9968 !important;
}

.tablecolors .Gold,
.compensation .Gold {
  background: #bb2a1e !important;
}

/* Baggage CAREER */
.careerContainer {
  width: 80%;
  margin: auto;
}

.careerContainer .bg_btn {
  border-radius: 8px;
}

.careerTable {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.careerContainer tbody td {
  vertical-align: middle !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}



/* CSS charter flight */
.width-35 {
  width: 30% !important;
}

.feed_header1 {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.tab_inp1 {
  outline: none;
  padding: 13px 30px;
  border: 1.99px solid var(--border-color);
}

.tab_inp2 {
  outline: none;
  padding: 16px 0px 98px 15px;
  border: 1.99px solid var(--border-color);
}

.tab_inp3 {
  outline: none;
  padding: 13px 30px;
  border: 1.99px solid var(--border-color);
}


/* CSS CONTACT */
.contact_card {
  width: 95%;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 10px 1px #adadad;
  box-shadow: 0 0 10px 1 #adadad;
  background: white;
  margin-top: 20px;
}

.contact_card p {
  font-size: 0.9rem;
}

.contact_header {
  background: var(--bg-gray);
  border-radius: 15px;
}

.office_drop button {
  background: white !important;
  border: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.office_drop .dropdown-menu {
  background: white;
  border: none;
}


.place_card {
  text-decoration: none;
}

/* Destination CSS */
@media (max-width: 550px) {
  body .FleetSelect {
    width: 100% !important;
  }

  .flighttabs {
    overflow-x: auto;
    justify-content: start !important;
  }

  .baggagetab_row {
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    flex-wrap: nowrap;
    justify-content: start !important;
  }

  .baggage_icon {
    display: none;
  }

  .flight-route {
    font-size: 1.3rem !important;
  }

  .place_card {
    width: 100% !important;
  }

  .flighttabs::before {
    display: none;
  }
}



/* CSS FAQ's */
.faq-container {
  width: 80%;
  margin: 50px auto;
}

.faq {
  border-radius: 20px;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: gray 0px 1px 5px 1px;
  font-size: 1rem;

}

.faq-question {
  padding: 15px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}

.faq-question:hover {
  background-color: var(--primary-color);
  color: white;
  border-radius: 20px;
}

.faq-question:hover img {
  filter: invert(100%);
}

.clicked {
  background-color: var(--primary-color);
  border-radius: 20px;
  color: white;
}

.faq-answer {
  padding: 10px 50px 10px 50px;
  display: none;
}

.faq.active .faq-answer {
  display: block;
}

.faq-h1 {
  display: flex;
  justify-content: center;
  border: none;
  box-shadow: none;
  font-size: 1px !important;
}



/* CSS flight status */
.flight_box {
  width: 90% !important;
  border-radius: 20px;
  margin-top: -40px;
  -webkit-box-shadow: 0 0 6px 1px #525252;
  box-shadow: 0 0 6px 1 #525252;
  background: white;
}

.flight_box .tab_icon {
  display: none;
}

.tab_btn1 {
  background-color: var(--primary-color);
  padding: 8px 51px;
  border-radius: 5.5px !important;
  font-size: 0.95rem;
  text-transform: uppercase;
  border: none;
}

.tab_head_item1 {
  width: calc(100% / 3);
  height: 80px;
  cursor: pointer;
}

.highlighted {
  background-color: var(--primary-color);
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.highlighted p {
  color: white;
}

.highlighted i {
  color: white;
}

.flight_steps_header,
.flight_steps_header div {
  border-radius: 15px;
}

.flight_steps_header div.active {
  background: var(--primary-color);
  color: white;
}

.flight_steps {
  width: 80%;
  margin: auto;
}

.flight_steps .steps_card {
  -webkit-box-shadow: 0 0 6px 1px #c5c5c5;
  box-shadow: 0 0 6px 1 #c5c5c5;
  background: white;
  border-radius: 20px;
}

.flight_steps .step-left,
.flight_steps .step-right {
  background: var(--bg-gray);
  border-radius: 17.5px;
}

.flight_steps .terminal {
  width: 90%;
  border-radius: 17.5px;
}

.step-right .btn {
  border-radius: 17.5px;
}

.step-left .time {
  font-size: 3.5rem;
}


#flight_steps,
#searchresults {
  display: none;
}


/* TICKET CSS */
.Ticket .container {
  max-width: 1200px;
  margin: 20px auto;
  padding: 20px;
  border: 1px solid #ccc;
}

.Ticket .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #ddd;
  padding-bottom: 10px;
}

.Ticket.header img {
  width: 150px;
}

.Ticket.header div {
  text-align: right;
}

.Ticket .header div strong {
  font-size: 20px;
}

.Ticket .section {
  margin-bottom: 20px;
}

.Ticket .section-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  background: var(--primary-color);
  color: white;
  padding-bottom: 5px;
  padding: 10px;
}

.Ticket.flex-container {
  display: flex;
  justify-content: space-between;
}

.Ticket.flex-item {
  width: 48%;
}

.Ticket.table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.Ticket .table th,
.Ticket .table td {
  border: 1px solid #ccc;
  padding: 8px;
  text-align: left;
}

.Ticket.table th {
  background-color: #f2f2f2;
  font-weight: bold;
  color: #00472f;
}

.Ticket.green-text {
  color: #00472f;
  font-weight: bold;
}

.Ticket .info-box {
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 20px;
}

.Ticket .info-box-title {
  font-weight: bold;
  margin-bottom: 5px;
}

.Ticket .small-text {
  font-size: 12px;
}

.Ticket .highlight {
  background-color: #ffffe0;
  padding: 5px;
}

.Ticket ul {
  padding-left: 20px;
}

@media (max-width: 700px) {
  .Ticket .md-col {
    flex-direction: column;
    justify-content: center;
  }

  .ticket_modDIv {
    flex-direction: column;
  }

  .ticket_modDIv .flex-item {
    width: 100% !important;
  }
}


/* Search CSS */
.flights,
.summary {
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.flights {
  width: 70%;
}

/*#plan-popup {*/
/*  position: fixed;*/
/*  top: 0;*/
/*  left: 0;*/
/*  width: 100vw;*/
/*  height: 100vh;*/
/*  background: rgba(0, 0, 0, 0.5);*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  align-items: flex-end;*/
/*  z-index: 1000;*/
/*}*/

/*#plan-popup .popup-content {*/
/*  background: #fff;*/
/*  padding: 20px 30px;*/
/*  border-radius: 10px;*/
/*  width: 90%;*/
/*  max-width: 550px;*/
/*  text-align: center;*/
/*  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);*/
/*}*/

#plan-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;   /* center horizontally */
    align-items: flex-end;     /* stick content to bottom */
    z-index: 1000;
}

/* Popup box */
#plan-popup .popup-content {
    background: #fff;
    padding: 20px 30px;
    border-radius: 10px 10px 0 0; /* rounded top corners */
    width: 90%;
    max-width: 800px;
    max-height: 80vh;           /* limit height */
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    overflow-y: auto;           /* make content scrollable */
}

#plan-popup .close-popup {
  position: absolute;
  top: 0px;
  right: 5px;
  border: none;
  background: transparent;
  font-size: 1.5rem;
  cursor: pointer;
}

.summary {
  width: 25%;
}

.summary div {
  margin-bottom: 10px;
}

.summary .continue-btn {
  background-color: var(--primary-color);
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  display: block;
  margin-top: 5px;
}

.summary .continue-btn:hover {
  background-color: var(--primary-color);
}

.flights .date-selector {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  overflow-x: auto;
}

.flights .date-selector div {
  padding: 10px;
  cursor: pointer;
  flex: 1;
  text-align: center;
  min-width: 100px;
}

.flights .date-selector .active {
  background-color: var(--primary-color);
  color: #fff;
  border-radius: 5px;
}

.flights table {
  width: 100%;
  border-collapse: collapse;
}

.flights th,
.flights td {
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

.flights th {
  background-color: #f4f4f4;
  color: var(--primary-color);
;
}

.flights td button {
  background-color: var(--primary-color);
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
}

.flights td button:hover {
  opacity: 0.9;
}


/* Booking page */
.booking_bar {
  margin-top: 0px !important;
  z-index: 20000;
  position: relative;
  background-color: #f8f2eb;
  border-radius: 20px;
}

.booking_bar .nav-tabs {
  --bs-nav-tabs-border-width: 0px;
}

.booking_bar .nav-link {
  background-color: var(--primary-color);
  color: white;
}

.booking_bar .nav-tabs .nav-item:first-child button {
  border-top-left-radius: 20px !important;
}

.booking_bar .nav-tabs .nav-item:last-child button {
  border-top-right-radius: 20px !important;
}

.booking_bar .nav-tabs .nav-link.active {
  background-color: #f8f2eb;
  color: var(--primary-color);
}

.booking_bar .nav-tabs .nav-item {
  width: 19.9%;
  min-width: 200px;
  opacity:0.9;
}

.booking_bar .nav-tabs .nav-item button {
  width: 100%;
}

.booking_bar .nav-tabs {
  overflow-x: auto;
  flex-wrap: nowrap;
}

.booking_bar .tab-pane {
  /*background-color: #f8f2eb;*/

  padding: 20px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;

  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

/*.tab-pane{*/
/*  box-shadow:0px 6px 27px rgba(0, 1, 0, 1);*/
/*}*/

.booking_bar .form-control,
.booking_bar .form-select {
  /*background-color: #f8f2eb;*/
  border: none;
  border-bottom: 1px solid var(--primary-color);
  box-shadow: none !important;
  border-radius: 0px;
}

.booking_bar .btn-search {
  background: linear-gradient(to right, var(--border-color), var(--primary-color));
  color: white;
}

.booking_bar .footer-text {
  color: var(--primary-color);
  font-size: 0.9rem;
}

.booking_bar .multi-city {
  display: none;
}

.g_bg {
  background: linear-gradient(to right, var(--border-color), var(--primary-color)) !important;
}

/* Booking Process */
.flighttabs {
  position: relative;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  max-width: 900px;
  margin: auto;
  padding: 0;
}

.flighttabs::before {
  content: '';
  position: absolute;
  top: calc(40% - 2px);
  left: 10%;
  right: 10%;
  height: 2px;
  background-color: black;
  z-index: 0;
}

/* Step styling */
.step {
  position: relative;
  flex: 1;
  text-align: center;
}

.step:first-child::before {
  display: none;
}


.flighttabs .nav-link button {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color:var(--primary-color);
}

.flighttabs .nav-link img {
  filter: invert(1);
}


.flighttabs .nav-link {
  color: black;
  border: 0 !important;
  min-width: 90px;
}

.flighttabs .nav-link:hover {
  color: var(--primary-color);
}


.dest_dropdown {
  max-height: 200px;
  overflow-y: auto;
}


#returndate {
  display: none;
}

.flighttabs .nav-link.active img {
  filter: invert(1);
}
.flighttabs .nav-link.done img {
  filter: invert(0);
}


.flighttabs .nav-link.active button {

  background-color:#000 ;
}

.flighttabs .nav-link.done button {
  background-color: var(--primary-red);

}
.check-icon {
  font-size: 27px;
  font-weight: bold;
}

/* when active → show image */
#flightBtnNav.active .flight-img {
  display: inline;
}
#flightBtnNav.active .check-icon {
  display: none;
}

/* when NOT active → show check */
#flightBtnNav:not(.active) .flight-img {
  display: none;
}
#flightBtnNav:not(.active) .check-icon {
  display: inline;
  filter: invert(0);
}

.flighttabs .nav-link.active {
  border: 0;

  background: transparent;
}

.filterFlight {
  border: 1.99px solid var(--primary-color);
}

.BookingProcess.stepper .step {
  text-align: center;
  color: #6c757d;
}

.BookingProcess .baggage-section {
  border: 2px solid var(--primary-color);
  border-radius: 30px;
  overflow: hidden;
}

.BookingProcess .baggage-header img {
  border-top-left-radius: 27px;
  border-top-right-radius: 27px;
}

.BookingProcess .baggage-options .baggage-option {
  flex: 1 1 30%;
  max-width: 150px;
}

.BookingProcess .baggage-footer .total span {
  font-weight: bold;
  color: var(--primary-color);
}

.BookingProcess .add-sports-equipment {
  color: var(--primary-color);
  font-weight: bold;
  text-decoration: underline;
}

.BookingProcess .main_tab {
  /*padding-bottom: 70px;*/
    padding-bottom: 40px;
}

.BookingProcess.card-header,
.BookingProcess .btn-custom {
  background-color: var(--primary-color);
  color: white;
}

.BookingProcess .flight-info,
.BookingProcess .price-info {
  color: var(--primary-color);
}

.route-details-container {
  background-color: #f8f2eb;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);

}

.route-details-container .dropdown-toggle {
  color: var(--primary-color);
  border: none;
  box-shadow: none;
}

.route-details-container .input-group-text {
  background: none;
  border: none;
  color: var(--primary-color);
}

.route-details-container .form-control {
  border: none;
  color: var(--primary-color);
  box-shadow: none;
}

.passenger-btn {
  width: 30px;
  height: 30px;
  line-height: 1;
}

.BookingProcess .card-body {
  /*background-color: #f8f2eb;*/
  /*border: 1.99px solid var(--primary-color);*/
}

.BookingProcess .price-tag {
  border: 1.99px solid var(--primary-color);
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  position: relative;
}

.BookingProcess .best_price {
  height: 30px;
  width: 30px;
  position: absolute;
  top: -10%;
  right: 0;
}

.BookingProcess .price-tag .price {
  font-weight: bold;
  color: var(--primary-color);
}

.BookingProcess .card-header,
.BookingProcess .btn-custom {
  background-color: var(--primary-color);
  color: white;
}


.search-flight-heading h7{
  color: var(--primary-color) !important;
  font-weight: bold !important;
  font-size: 1.5rem !important;
}


.date-swiper .swiper-slide button,
.date-swiper2 .swiper-slide button {
  /*background: #f8f2eb;*/
  color: var(--primary-color);

  /*background-color: var(--primary-color);*/
  /*color: white;*/
  width: 100%;
  border-radius: 0px;
  padding: 5px 0px;
  border: none;
}

.date-swiper .swiper-slide button.active,
.date-swiper2 .swiper-slide button.active {
  /*background: #f8f2eb;*/
  /*color: var(--primary-color);*/


  background-color: var(--primary-color);
  color: white;
  border-radius: 20px;
}


#passengerDetails .form-control {
  border: none;
  border-bottom: 1.99px solid black;
  border-radius: 0;
  box-shadow: none;
}

.plan-card,
.plan-card2 {
  width: 300px;
  /*background: linear-gradient(to bottom, #fdf1e4, #d6a964);*/
  border-radius: 25px;
  cursor: pointer;
  border: 2px solid #fdf1e4;
  overflow: hidden;
}

.plan-card.selected,
.plan-card2.selected {
  border-color: var(--primary-color);
  overflow: hidden;
}

.plan-header {
  background: var(--primary-color);
  padding: 10px 20px;
  color: white;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  display: flex;
  justify-content:center;
  align-items: center;
}

.plan-row {
  padding: 0px 20px;
}

.plan-body {
  padding-bottom: 10px;
}

.plan-footer {
  padding: 10px 20px;
  border-top: 1.99px solid var(--primary-color);
}

/*.plan-footer:hover {*/
/*  padding: 10px 20px;*/
/*  border-top: 1.99px solid var(--primary-color);*/
/*  color:white;*/
/*  background: ;*/
/*}*/

.plan-price {
  color: var(--primary-color);
  font-weight: lighter;
  border-bottom: 1.99px solid var(--primary-color);
  text-align: start;
  padding: 10px 20px;
}

.summary-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #282525;
  padding: 10px 0px;
  z-index: 50;
  display: flex;
  color: white;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
}


.summary-bar .pass_btn {
  outline: none;
  border: none;
  background: white;
  color: #047b37;
  border-radius: 20px;
  font-family: chopinbold;
}

.summary-details {
  display: flex;
  align-items: center;
}

.summary-total {
  font-size: 18px;
  font-weight: bold;
  border-left: 2px solid white;
}



.seat-map {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}

.seat {
  width: 25px;
  height: 25px;
  text-align: center;
  border-radius: 8px;
  position: relative;
  z-index: 40;
  cursor: pointer;
  color: white;
  font-size: 0.6rem;
}

.seat.pkr-3000 {
  background-color: var(--primary-color);
}

.seat.pkr-5000 {
  background-color: #a9864a;
}

.seat.pkr-7000 {
  background-color: #876a3a;
}

.seat.pkr-10000 {
  background-color: #6b4f29;
}

.seat.pkr-20000 {
  background-color: #4f3419;
}

.seat.selected {
  background-color: #36b370 !important;
}

/* Selected seat */
.seat.unavailable {
  background-color: #b34747;
  pointer-events: none;
}

.seat.unavailablearr,
.seat.unavailablearr2 {
  position: relative;
}

.seat.unavailablearr::before {
  content: "<<";
  font-size: 0.95rem;
  left: -18px;
  color: black;
  position: absolute;
}

.seat.unavailablearr2::after {
  content: ">>";
  font-size: 0.95rem;
  right: -18px;
  color: black;
  position: absolute;

}

/* .emergency {
  pointer-events: none;
} */


/* Responsive Styles */
@media (max-width: 768px) {
  .tab_title_resp {
    display: none;
  }

  .filterFlight {
    border-radius: 10px !important;
  }

  body .BookingProcess .route-details-container {
    flex-wrap: wrap;
    justify-content: space-between !important;
    align-items: center !important;
    border-radius: 20px !important;
  }

  body .BookingProcess .route-details-container input,
  body .BookingProcess .route-details-container .btn.dropdown-toggle {
    min-width: 200px;
    text-align: start;
  }

  .plan-card {
    width: 100% !important;
  }

  .results {
    flex-direction: column;
  }

  .flights,
  .summary {
    width: 100%;
  }

  .main-menu{
    color:#000 !important;
  }
}


/* REsponsive css */
@media (min-width: 700px) {

  #dropdown2 .dropdown-link {
    font-size: 0.9rem;
  }

  #dropdown2 .dropdown-link:hover,
  #dropdown1 .dropdown-link:hover,
  #dropdown3 .dropdown-link:hover,
  #dropdown4 .dropdown-link:hover {
    background: var(--primary-color) !important;
    color: white;
  }

  #dropdown2 ul {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    flex-direction: row !important;
  }
}


@media (max-width: 1250px) {
  .nav-l {
    padding: 5px 10px !important;
  }

  .from input,
  .to input {
    width: 70% !important;
  }
}

@media screen and (max-width: 1400px) and (min-width: 1024px) {
  footer {
    padding-top: 0px !important;
  }

  .copyrightwrapper {
    flex-wrap: nowrap !important;
  }

  .copyright2 p {
    white-space: nowrap !important;
  }
}


@media screen and (max-width: 1023px) and (min-width: 768px) {
  footer {
    padding-top: 40px !important;
  }

  footer .copyright_row canvas {
    flex-direction: column;
  }

  .copyrightwrapper {
    width: 100%;
    justify-content: center;
  }

  .copyright2 {
    width: 100%;
    justify-content: center;
    padding-top: 10px;
  }
}

@media screen and (max-width: 480px) and (min-width: 320px) {
  .fs-1 {
    font-size: 20px !important;
  }

  .main-menu{
    color:#000 !important;
  }
}

@media screen and (max-width: 767px) and (min-width: 320px) {
  .agencyContainer .tab_inp {
    width: 100% !important;
  }

  footer {
    padding-top: 0px !important;
  }

  .dark_img {
    filter: brightness(50%)
  }

  .copyright2 {
    width: 100%;
    justify-content: center;
    padding-right: 0px !important;
    padding-left: 0px !important;
    padding-top: 10px;
  }

  .main-menu{
    color:#000 !important;
  }
}

@media screen and (max-width: 900px) and (min-width: 320px) {
  footer.mt-all {
    margin-top: 40px !important;
  }

  .mt-all {
    margin-top: 50px !important;
  }

  .container1 {
    display: none;
  }

  .container2 div {
    padding-top: 20px;
  }

  .main-menu{
    color:#000 !important;
  }
}


@media (max-width: 1023px) {
  .BookingProcess .main_tab {
    padding-bottom: 150px;
  }

  .careerTable {
    width: 100% !important;
  }

  .close {
    display: block;
    position: absolute;
    right: 10%;
    top: 3%;
    font-size: 25px;
    background: transparent;
    outline: none;
    border: none;
    cursor: pointer;
    z-index: 5000000;
  }

  .footer .nav-l {
    margin-left: 0.6rem !important;
  }

  .from input,
  .to input {
    width: 100% !important;
  }

  #book,
  #flight,
  #manage {
    height: auto !important;
  }

  .nav-l {
    height: auto !important;
    justify-content: start !important;
  }

  .copyright_row {
    flex-direction: column;
  }

  .nav-l,
  .menu-bar a:last-child {
    margin-left: 0.6rem !important;
  }


  #returnBox {
    margin-left: auto !important;
  }

  .menu .dropdown-btn {
    display: flex;
    justify-content: space-between;
    width: fit-content;
  }

  #hamburger {
    display: block;
  }

  .canvas .menu {
    display: none;
    position: fixed;
    top: 0px;
    left: 0;
    height: 101vh;
    width: 100% !important;
    z-index: 30000;
  }

  .menu-bar li:first-child ul:nth-child(1) {
    border-right: none;
    border-bottom: var(--border);
  }

  .menu .dropdown {
    display: none !important;
    min-width: 100%;
    border: none !important;
    border-radius: 5px;
    position: static;
    top: 0;
    left: 0;
    visibility: visible;
    opacity: 1;
    transform: none;
    box-shadow: none;
  }

  .menu.show,
  .menu .dropdown.active {
    display: block;
  }

  .menu .dropdown ul {
    list-style: none;
    padding-left: 0.3rem;
  }

  .menu .menu-bar {
    display: flex;
    flex-direction: column;
    align-items: start !important;
    row-gap: 1rem;
    padding: 1rem;
    background-color:#fff;
  }

  .menu-bar li:first-child .dropdown {
    min-width: 100%;
  }

  .menu-bar>li:not(:last-child) {
    padding-bottom: 0.5rem;
    border-bottom: var(--border);
  }
}

@media (max-width: 991px) {
  .copyright2 {
    text-align: center;
  }

  .footer-logo {
    display: block;
    width: 50% !important;
    margin: auto;
  }

  .widget-a {
    font-size: 0.9rem !important;
  }
}

@media (max-width: 900px) {
  .mobile_row {
    flex-direction: column;
  }

  .mobile::before {
    height: 105%;
  }

  .container1 {
    width: 60%;
    margin: auto;
    position: relative;
    padding: 10px 0px;
  }

  .container2 {
    width: 100%;
    padding: 0px 10px;
  }
}

@media (max-width: 700px) {
  .hero {
    background-position: center !important;
  }

  .faq-container {
    width: 90% !important;
  }

  .canvas .flight_steps {
    width: 97%;
  }

  .flight_steps .step-left .time {
    font-size: 3rem;
  }

  .Destinations {
    margin-top: 10px !important;
  }

  #popup {
    width: 95% !important;
  }

  #popupContainer {
    width: 95% !important;
  }

  .footer-icon {
    justify-content: center;
    padding: 5px;
    margin: 0px !important;
    margin-top: 10px !important;
  }

  .copyrightwrapper {
    justify-content: center;
    padding-bottom: 10px;
  }

  .footer-logo {
    width: 70% !important;
  }

  .hero_header .tab_icon {
    font-size: 24px !important;
  }

  nav .list {
    width: 60% !important;
  }

  #book,
  #flight,
  #manage {
    padding: 15px !important;
  }

  .tab_head_item {
    width: calc(100% / 3.5);
  }

  .hero_tab {
    width: 90% !important;
  }

  .tab_txt {
    display: none;
  }

  .flight_box .tab_icon {
    display: block !important;
  }

  .footer-icon {
    padding: 0px !important;
    width: calc(100%/4);
    margin-top: 5px;
  }

  .main-heading {
    font-size: 2.5rem;
  }

  .main_banner h1 {
    font-size: 3rem;
  }
}


@media (max-width: 520px) {
  .main_banner h1 {
    font-size: 2rem;
  }

  .dest_img {
    border-bottom-width: 40px;
    height: 60vh;
  }

  .Destinations .mySwiper2 .swiper-slide {
    display: flex;
    justify-content: center;
  }

  .pageBannerh {
    font-size: 2.2rem;
  }

  .input_vert {
    flex-direction: column;
  }

  .input_vert input {
    width: 90% !important;
    margin-left: 0px !important;
  }

  .input_vert2 {
    flex-direction: column;
  }

  .input_vert2 input {
    width: 90% !important;
    margin-left: 0px !important;
  }

  .input_vert1 {
    flex-direction: column;
  }

  .input_vert1 input {
    width: 90% !important;
    margin-left: 0px !important;
  }

  .FinfoBox {
    padding-right: 10px !important;
    padding-left: 10px !important;
    margin-top: 15px !important;
  }

  .rmap_1 {
    width: 100% !important;
  }

  .canvas .flight_steps {
    width: 100%;
  }

  .flight_steps .steps_card {
    padding: 5px !important;
  }

  .flight_con {
    padding: 10px !important;
  }

  .flight_steps .terminal {
    font-size: 0.9rem;
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .flight_steps .step-left .time {
    font-size: 2rem;
  }

  .step-left p {
    font-size: 0.9rem;
  }

  .agency_inputs .tab_inp {
    border-radius: 10px;
    padding: 7.5px 15px !important;
    font-size: 0.9rem;
  }

  .career_header h1 {
    padding-right: 5px !important;
    padding-left: 5px !important;
    font-size: 0.95rem !important;
  }

  .career_header {
    padding: 15px !important;
  }

  .careerTable .table-responsive {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .about_banner1 {
    margin-top: 10px !important;
  }

  .footer_heading {
    font-size: 0.95rem !important;
  }

  .footer-logo {
    width: 90% !important;
  }

  .hero_header .tab_icon {
    font-size: 18px !important;
  }

  .location_dropdown p {
    font-size: 0.9rem;
  }

  .plane_drop {
    display: none !important;
  }

  .location_dropdown .sm {
    font-size: 0.7rem;
  }

  .location_dropdown .dropdown-menu {
    width: 100% !important;
  }

  .copyright a {
    margin: 0px !important;
  }

  .container2 h1 {
    font-size: 30px !important;
  }


  .hero_tab .tab_btn {
    padding: 10px 20px;
    border-radius: 15px !important;
    margin-top: 20px !important;
    font-size: 0.9rem;
  }

  .tab_head_item {
    height: 60px;
  }

  .ribbon {
    height: 4rem;
  }

  nav .list {
    width: 65% !important;
  }

  .hero_tab {
    width: 93% !important;
  }

  .hero_tab .tab_inp {
    width: 100%;
    margin-right: 0px !important;
    padding: 5px 20px;
    font-size: 0.95rem;
  }

  #manage .w-40,
  #flight .w-40 {
    width: 100% !important;
  }

  .from input,
  .to input {
    font-size: 0.95rem;
    padding: 5px 15px !important;
  }

  .footer-icon {
    width: calc(100%/2.4);
  }

  .main-heading {
    font-size: 2.25rem;
  }

  .hero_tab .tab_inp {
    width: 100%;
    margin-right: 0px !important;
    padding: 5px 20px;
    font-size: 0.95rem;
  }

  #manage .w-40,
  #flight .w-40 {
    width: 100% !important;
  }

  .from input,
  .to input {
    font-size: 0.95rem;
    padding: 5px 15px !important;
  }
}

@media (max-width: 400px) {
  .footer_heading {
    font-size: 0.92rem !important;
  }

  .footer-col {
    padding: 0px 1px !important;
  }

  .footer .row {
    --bs-gutter-x: 0px !important;
  }

  .agency_btn .bg_btn {
    font-size: 0.75rem !important;
    padding-right: 12px !important;
    padding-left: 12px !important;
  }

  .flight_box .tab_inp {
    padding: 8px 21px;
    font-size: 0.9rem;
  }

  .flight_box .tab_btn1 {
    padding: 8px 33px;
  }

  .f_head {
    font-size: 0.9rem;
  }

  .flight_box .row .col-md-4 {
    padding: 0px !important;
  }

  .main-heading,
  .flight_steps .step-left .time {
    font-size: 1.85rem;
  }

  .step-left .start {
    margin-right: 7.5px !important;
    border-right: 1px solid gainsboro;
    border-radius: 0px !important;
  }

  .step-left p {
    font-size: 0.80rem;
  }
}


@media (min-width: 1400px) {
  .container1 {
    width: 25%;
  }

  .canvas {
    width: 85% !important;
  }

  .contact_main {
    width: 80% !important;
  }

  .careerContainer,
  body .agencyContainer {
    width: 75% !important;
  }

  .about_banner1 {
    left: 7.5% !important;
  }

  .hero_tab {
    width: 75% !important;
  }

  .container2 h1 {
    font-weight: bold;
    font-size: 55px !important;
  }

}

@media(min-width: 1600px) {
  .hero_tab {
    width: 70% !important;
  }

  .container2 div {
    width: 85%;
  }
}

@media (min-width: 320px) and (max-width: 1023px) {
  .feedback {
    display: none !important;
  }
}

@media (max-width: 1600px) {
  .feedback {
    height: 150px !important;
    width: 44px !important;
    outline: none;
    border: none;
  }
}

@media (max-width: 800px) {
  .drop2 {
    font-size: 10px;
  }

  .trip {
    margin-left: -7% !important;
  }

  .flight_steps .step-left {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .step-right .btn-success {
    border-radius: 0px !important;
  }

  .agencyContainer .agency_inputs {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .agencyContainer .full input,
  .agencyContainer .full textarea {
    width: 100%;
  }

  .col_icon {
    width: fit-content;
    height: fit-content;
    justify-content: center;
    margin-top: 10px !important;
    border-radius: 50%;
  }

  .ab_banner_icon {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    padding: 0px;
  }

  .col_icon i {
    margin-right: 0px !important;
  }

  .col_icon span {
    display: none;
  }

  .about-banner {
    height: fit-content;
  }

  .about_banner1 {
    position: absolute;
  }
}



@media (max-width: 768px) {

  .agencyForms,
  .agencyForms .membership {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .agencyForms .membership .text-center {
    text-align: start !important;
  }

  .dest_card {
    margin-top: 25px !important;
  }

  .contact_card {
    width: 100%;
  }

  .airline-banner {
    margin-bottom:0px;
  }
}

.BookingProcess .swiper-button-next,
.swiper-button-prev {
  height: 20px;
  width: 20px;
  color: white;
}




/* Calendar */
.date-picker {
  position: relative;
  background-color: transparent;
}

.date-input {
  width: 100%;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
  background-color: transparent;
  /*background-color: #f8f2eb;*/
  border: none;
  outline: none;
  border-bottom: 1px solid var(--primary-color);
  box-shadow: none !important;
  border-radius: 0px;
}

.calendar {
  position: absolute;
  top: 50px;
  width: 350px;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 1000;
}

.calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}

.calendar-header button {
  background-color: transparent;
  border: none;
  font-size: 2rem;
  line-height: 1rem;
  cursor: pointer;
}

#month-year {
  font-size: 1.2em;
  font-weight: bold;
}

.calendar-weekdays,
.calendar-dates {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}

.calendar-weekdays div,
.calendar-dates div {
  text-align: center;
  padding: 10px;
}

.calendar-weekdays {
  /*background-color: #eaeef3;*/
  background-color: #fff;
}

.calendar-weekdays div {
  font-weight: bold;
}

.calendar-dates div {
  border-bottom: 1px solid #eaeef3;
  cursor: pointer;
}

.calendar-dates div:hover:not(.disabled-date) {
  background-color: #986827;
  color:#FFF;
}

.current-date {
  /*background-color: #ffd59a;*/
  color: #fff;
}

.disabled-date {
  color: #b0b0b0;
  pointer-events: none;
}

.selected-date {
  background-color: var(--primary-color);
  color: #fff;
}

@media (max-width: 400px) {
  .calendar {
    width: 100%;
    margin: 0 10px;
  }
}


/* Style custom navigation buttons */
.custom-navigation {
  display: flex;
  justify-content: space-between;
  /* margin-top: 10px; */
}

.custom-prev,
.custom-next {
  background-color: transparent;
  color: black;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 16px;
  border-radius: 4px;
  transition: background-color 0.3s;
  position: absolute;
  left: 0;
  width: fit-content;
  top: 20%;
  z-index: 2;
}

.custom-next {
  left: 97.5%;
}

.custom-prev:hover,
.custom-next:hover {
  background-color: #444;
  color: white;
}


.FleetSelect,
.FleetSelect2 {
  position: relative;
  width: 625px !important;
}

.FleetSelect2{
  display: flex;
}

.FleetSelect2{
  display: none;
}

.FleetSelect::before,
.FleetSelect2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/Flights/fleetplane.png) no-repeat center top;
  background-size: cover;
  height: 2200px;
  width: 100%;
}


.baggage-option.selected {
  border: 2px solid #007bff;
  border-radius: 8px;
  background-color: #f8f9fa;
}

.abc-slide{
  width: 200px !important;
}

.abc-slide2{
  width: 200px !important;
}

.destination_slider
{
    width: 431px !important;
    /*margin-right: 30px;*/
}

.table-summary {

    display: table;
    width: 100%;
    border-collapse: collapse;

}

.table-row-summary {
    display: table-row;
}

.table-cell-summary {
    display: table-cell;
    padding: 8px;
    border: 1px solid #986827;
    vertical-align: middle;
}

.header-summary {
    font-weight: bold;
    background: #986827;
}

.summary-popup{

    overflow-y: auto;
    overflow-x: auto;
}

.swal2-container {
    z-index: 99999 !important;
}

.bg_minor{
  background-color: var(--primary-red);
  color:#fff;
}
.rounded{
  border-radius:20px;
}

.fare-display{
  color:#000 !important;
  font-weight:bold;
  font-size: 1.5rem;

}

.fare-currency-display{
  color:#000;

}

.page-bg-image{
  position: relative; min-height: 90vh
}

@media (max-width: 768px) {
  .page-bg-image {
    min-height: 25vh; /* increase height for mobile */
    background-size: cover; /* keeps it filling screen */
    background-position: center;
  }
}

.destination-bg-image{
  position: relative; min-height: 90vh
}

@media (max-width: 768px) {
  .destination-bg-image {
    min-height: 25vh; /* increase height for mobile */
    background-size: cover; /* keeps it filling screen */
    background-position: center;
  }
}






/*.table-container {*/

/*    max-height: 300px;   !* set your desired height *!*/
/*    overflow-y: auto;    !* vertical scrollbar *!*/
/*    overflow-x: auto;    !* horizontal scrollbar if content is wide *!*/
/*    !*border: 1px solid #000;*!*/
/*    !*border-radius: 10px;*!*/
/*}*/

