@import url('https://fonts.googleapis.com/css?family=Poppins');

:root {
  scroll-behavior: smooth;
  --all-font: "Poppins", sans-serif;
  --white: #FFF;
  --darkBlue: #00266b;
  --lightBlue: #003494;
  --golden: #FF9F00;
  --black: #000;
  --blackTwo: #2b2b2b;
  --grey: #666666;
  --borderColor: #e5e9f0;
  --lightGrey: #6b6868;
  --bodyFontSize: 16px;
  --boxShadow: 0px 2px 4px 0px rgb(0 0 0 / 6%);
}

body {
  font-family: var(--all-font);
  color: var(--black);
  font-size: var(--bodyFontSize);
  margin: 0;
  padding: 0;

}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--all-font);
  color: var(--darkBlue);
  font-weight: 700;
}

.headerimage {
  background-image: url("../images/heroBanner.png");
  background-repeat: no-repeat;
  background-position: top center;
  padding: 0 0 80px 0;
  margin: 0;
}

.navbar {
  transition: all 0.4s ease;
  background: transparent;
  padding: 10px 30px 10px 30px;
}

.navbar .nav-link {
  color: var(--white);
  transition: color 0.4s ease;
  font-weight: normal !important;
}

.navbar.scrolled {
  background: linear-gradient(315deg, #134297 0%, #0F3C8E 20%, #0B3785 40%, #07317C 60%, #032B74 80%, #00266b 100%);
  background-color: #00266b;

}

.navbar.scrolled .nav-link {
  color: var(--white);
  font-weight: normal !important;
}

.navbar-brand img {
  transition: all 0.4s ease;
}

.call-no {
  transition: color 0.4s ease;
}

.headerNo {
  text-align: right;
}

.headerNo p {
  margin: 0;
  padding: 0;
  font-size: 13px;
}

.headerNo a {
  text-decoration: none;
  font-size: 24px;
}

.headerbgInnerPage {
  background: linear-gradient(315deg, #134297 0%, #0F3C8E 20%, #0B3785 40%, #07317C 60%, #032B74 80%, #00266b 100%);
  background-color: #00266b;

}

/* heor banner  */
.heroBanner {
  position: relative;
  text-align: center;
  padding: 150px 0 80px 0;
}

.heroBanner h1 {
  text-transform: uppercase;
  font-size: 52px;
  color: var(--white);
  font-weight: 700;
}

.heroBanner p {
  text-transform: none;
  font-size: 24px;
  color: var(--white);
  font-weight: 400;
}

/* home Search */
.homeSearch {
  background-color: var(--white);
  position: relative;
  padding: 20px;
  border-radius: 2px;

}

.homeSearch .selectclass {
  background-color: var(--borderColor);
  font-size: 14px;
  border-radius: 20px;
  padding: 5px 10px 5px 10px;
  border: solid 1px var(--grey) !important;

}

.homeSearch input {
  border-radius: 0px;
  background-color: var(--white);
  border: solid 1px var(--grey);
  color: var(--black);
  padding: 10px;
}

.passengerbtn button {
  border-radius: 0px !important;
  background-color: var(--white);
  border: solid 1px var(--grey);
  color: var(--black);
  padding: 10px;
}

.depIcon {
  position: relative;
  background-image: url(../images/icon/planeIcon.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  padding-left: 50px !important;
  background-size: 30px;
}

.arrIcon {
  position: relative;
  background-image: url(../images/icon/mapIcon.png);
  background-repeat: no-repeat;
  background-position: 8px center;
  padding-left: 40px !important;
  background-size: 25px;
}

.dateIcon {
  position: relative;
  background-image: url(../images/icon/calendar.png);
  background-repeat: no-repeat;
  background-position: 8px center;
  padding-left: 40px !important;
  background-size: 25px;
}

.passengerIcon {
  position: relative;
  background-image: url(../images/icon/user.png);
  background-repeat: no-repeat;
  background-position: 8px center;
  padding-left: 40px !important;
  background-size: 25px;
}

.searchBTN {
  background-color: var(--lightBlue) !important;
  color: var(--white);
  text-align: center;
  width: 100%;
  border-radius: 0px;
  font-size: 20px;
  padding: 8px 0 8px 0;
}

.searchBTN:hover {
  background-color: var(--darkBlue) !important;
  color: var(--white);
}

.flightType {
  margin-bottom: 15px;
}

.flightType input:focus,
.flightType select:focus,
.flightType button:focus,
.flightType input[type="radio"]:focus,
.flightType input[type="checkbox"]:focus {
  outline: none;
  border: 0;
  box-shadow: none;
  /* Optional: Remove Bootstrap's default focus shadow */
}

.flightType .form-check-input:focus {
  border-color: var(--grey) !important;
  outline: 0;
  box-shadow: none;
}

.homeSearch .form-switch {
  padding-left: 0px;
}

.homeSearch .form-switch .form-check-input {
  border: solid 2px var(--grey);
  width: 50px;
  margin: 0;
}

.homeSearch .form-check-input:checked {
  background-color: var(--golden);
  border: solid 2px var(--golden)
}

.homeSearch .form-control:focus {
  color: var(--black);
  background-color: var(--white);
  border-color: var(--grey);
  outline: 0;
  box-shadow: none;
}

.custom-radio,
.custom-checkbox {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  user-select: none;
  font-weight: 300;
  color: var(--black);
  margin-right: 15px;
  margin-bottom: 10px;
}

.custom-radio input,
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.custom-radio-mark,
.custom-checkbox-mark {
  position: absolute;
  top: 50%;
  left: 0;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background-color: var(--white);
  transform: translateY(-50%);
  transition: all 0.3s ease;
  border: solid 2px var(--grey);
}

.custom-checkbox-mark {
  border-radius: 5px;
}

.custom-radio input:checked~.custom-radio-mark {
  background-color: var(--golden);
  border: solid 2px var(--golden)
}

.custom-checkbox input:checked~.custom-checkbox-mark {
  background-color: var(--golden);
  border: solid 2px var(--golden)
}

.custom-radio-mark::after,
.custom-checkbox-mark::after {
  content: "";
  position: absolute;
  display: none;
}

.custom-radio input:checked~.custom-radio-mark::after {
  display: block;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--white);
  transform: translate(-50%, -50%);
}

.custom-checkbox input:checked~.custom-checkbox-mark::after {
  display: block;
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid var(--white);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* home Search end */
/* footer start */
/* footer */
footer {
  position: relative;
  background-color: var(--black);
  z-index: 1;
  overflow: hidden;
}

footer::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../images/footerBG.jpg) no-repeat center center;
  background-size: cover;
  opacity: 0.1;
  z-index: -1;
}

.main-footer__bg {
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-repeat: repeat-x;
  bottom: 80px;
  left: 0;
  min-height: 276px;
  padding: 30px 0;
  width: 100%;
  z-index: -1;
}

footer h3 {
  color: var(--white);
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
  position: relative;
}

footer h3:after {
  background-color: var(--golden);
  bottom: -8px;
  content: "";
  height: 2px;
  left: 1px;
  position: absolute;
  width: 50px;
}

ol:last-child,
p:last-child,
ul:last-child {
  margin-bottom: 0;
}

footer ul {
  margin: 0;
  padding: 0;
}

footer li {
  color: #ccc;
  font-size: 13px;
  font-weight: 400;
  list-style: none;
}

footer li a {
  color: #ccc;
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
  line-height: 32px;
}

.ftline {
  margin: 0;
}

.ftline hr {
  border-color: #cdcfd1;
  margin: 30px 0;
}

.fareLink {
  position: relative;
}

.fareLink ul {
  margin: 0;
  padding: 0;
}

.fareLink li,
.fareLink li a {
  color: #ccc;
  font-size: 13px;
  font-weight: 400;
}

.fareLink li {
  display: inline-block;
  list-style: none;
  margin-right: 15px;
}

ul.sociallink,
ul.sociallink li {
  display: inline-flex;
  position: relative;
}

ul.sociallink li:first-child {
  padding: 0 0 0 9px;
}

ul.sociallink li {
  align-items: center;
  border: 2px solid #ccc;
  border-radius: 5px;
  height: 32px;
  margin: 0 10px;
  padding: 8px;
  text-align: center;
  width: 32px;
}

ul.sociallink li i {
  font-size: 1rem;
}

.disclaimer {
  background-color: #092043;
  color: #eee;
  padding: 15px;
}

.disclaimer,
.disclaimer p {
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
}

.copyright,
.disclaimer a,
.disclaimer p {
  color: #adadad;
}

.disclaimer,
.disclaimer p {
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
}

.copyright {
  background-color: #001636;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  padding: 15px;
  text-align: center;
}

/* footer end */
/* world flight */

.myword {
  position: relative;
  text-align: center;
  margin: 60px 0 30px 0;
  padding: 15px 0 0px 0;
}

.myword h1 {
  font-size: 36px;
  margin-bottom: 10px;
  color: var(--darkBlue);
  text-transform: uppercase;
}

.myword p {
  font-size: 16px;
}

.flightSearch {
  background-color: var(--borderColor);
}

.whybookus {
  padding: 50px 0 60px 0;
  text-align: center;
}

.whybookus h2 {
  color: var(--black);
  font-size: 32px;
  margin-bottom: 10px;
  font-weight: 600;
  position: relative;
}

.EXFlight {
  background-color: var(--darkBlue);
  border: 0px solid var(--white);
  position: relative;
  margin-top: 40px;
  transition: -webkit-transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s;
  color: #fff;
  background-image: linear-gradient(90deg, #174285, #002374);
  padding: 0 15px 20px 15px;
  box-shadow: -1px 1px 10px rgba(0 0 0 / 15%);
  text-align: center;
  min-height: 202px;
}
.EXFlight a{
  color: #FFF;
  text-decoration: none;
}
.EXFlight i {
  background: var(--golden);
  color: #fff;
  border-radius: 5px;
line-height: 75px;
    height: 75px;
    width: 75px;
    font-size: 30px;
  top: -25px;
  position: relative;
  border: 2px solid #fff;
  text-align: center;
  margin: 0 auto;
  display: block;
}

.EXFlight h5 {
  font-size: 20px;
  color: #ffcb08;
  margin: -5px 0 10px;
}

.EXFlight p {
  margin-bottom: 15px;
  color: #fff;
}

.wordFlight {
  position: relative;
  border-radius: 0px;
  margin-bottom: 25px;
}

.wordFlight a {
  text-decoration: none;
}

.wordFlightimg {
  position: relative;
  overflow: hidden;
  border-radius: 0px;
}

.wordFlightimg img {
  display: block;
  width: 100%;
  transition: transform 2s ease;
  /* Smooth zoom effect */
}

.wordFlightimg::after {
  content: "\f1d8";
  /* Font Awesome paper-plane */
  font-family: 'FontAwesome';
  position: absolute;
  top: 25px;
  right: 25px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: var(--golden);
  color: var(--white);
  font-size: 20px;
  /* Adjust icon size */
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.6s ease;
  z-index: 1;
}

.wordFlight:hover .wordFlightimg img {
  transform: scale(1.2);
}

.wordFlight:hover .wordFlightimg::after {
  opacity: 1;
}

.homePrice {
  box-shadow: -1px 1px 10px rgba(0 0 0 / 15%);
}

.homePrice h1 {
  font-size: 22px;
  background-color: var(--white);
  color: var(--black);
  font-weight: 500;
  padding: 8px 20px;
  position: relative;
}

.homePrice h1 span {
  font-size: 16px;
  display: block;
}

.homePrice h2 {
  display: flex;
  align-items: center;
  /* Vertically center */
  justify-content: flex-end;
  /* Right align text */
  font-size: 22px;
  background-color: var(--darkBlue);
  font-weight: 500;
  position: relative;
  color: var(--white);
  height: 100%;
  padding-right: 15px;
  /* Optional: spacing on the right */
}

.homePrice h2:before {
  border: 10px solid transparent;
  display: block;
  position: absolute;
  top: -10px;
  left: -35px;
  content: url(../images/icon/priceHomeIcon.jpg);
}

.homePrice h2 i {
  font-size: 26px;
  font-weight: 400;
  padding: 0 10px 0 8px;
}

.homePrice h2 span {
  font-size: 16px;
  text-transform: lowercase;
  font-weight: 300;
  margin-right: 5px;
}

.colmd7 {
  width: 55%;
}

.colmd5 {
  width: 45%;
  overflow: hidden;
}

.ftNo {
  display: none;
}

ul.footerLink {
  flex: 0 0 auto;
  width: 16%;
  display: inline-block;
  vertical-align: top;
}

/* flight page css */
.flightPagebg {
  background-color: #F7F7F7;
  padding: 15px 0 15px 0;
}

.flightList {
  position: relative;
}

.flightList ul {
  margin: 0;
  padding: 0;
}

.flightList li {
  list-style: none;
  min-height: 150px;
  border-radius: 5px;
  background-color: var(--white);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  margin: 15px;

}

.flightDetails {
  padding: 15px 0 15px 0;
}

.outBoundlist {
  position: relative;
  padding: 15px 15px 0px 15px;
}

.outBoundlist span {
  display: inline-flex;
  color: #bfbfbf;
  margin: 0 5px 0 5px;
}

.outBound {
  display: inline-flex;
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 600;
}

.outBound i {
  margin: 3px 5px 0 0;
}

.flightDate {
  display: inline-flex;
  color: var(--darkBlue);
  font-size: 14px;
  font-weight: 400;
}

.flightDate i {
  margin: 3px 5px 0 0;
}

.flightClass {
  display: inline-flex;
  color: var(--darkBlue);
  font-size: 14px;
  font-weight: 400;
}

.flightClass i {
  margin: 3px 5px 0 0;
  font-weight: 600;
}

.flightBaggage {
  display: inline-flex;
  color: var(--darkBlue);
  font-size: 14px;
  font-weight: 400;
}

.flightBaggage i {
  margin: 3px 5px 0 0;
}

.airlineLogo {
  display: inline-block;
  text-align: center;
  width: 100%;
  max-width: 20%;
}

.airlineLogo img {
  width: 100%;
  max-width: 80px;
}

.airlineLogo span {
  display: block;
  color: var(--lightGrey);
  font-size: 14px;
}

.frDetails {
  display: inline-block;
  text-align: center;
  width: 100%;
  max-width: 26%;
}

.ftime {
  color: var(--blackTwo);
  font-size: 20px;
  font-weight: 600;
}

.aitaCode {
  color: var(--blackTwo);
  font-size: 16px;
  font-weight: 600;
}

.airportName {
  color: var(--lightGrey);
  font-size: 15px;
  font-weight: 400;
}

.frtimestop {
  display: inline-block;
  text-align: center;
  width: 100%;
  max-width: 20%;
  margin: 0 10px 0 10px;
}

.frtimestop span {
  color: var(--golden);
}

.totalTime {
  color: var(--lightGrey);
  font-size: 16px;
  font-weight: 300;
}

.timeLine {
  background-color: #bfbfbf;
  height: 1px;
  position: relative;
  margin: 2px 0 2px 0;
}

.timeLine::before {
  content: "";
  background-color: #424242;
  height: 8px;
  width: 8px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: -4px;
}

.timeLine::after {
  content: "";
  background-image: url("../images/icon/goflightIcon.png");
  background-repeat: no-repeat;
  background-size: 16px;
  position: absolute;
  right: 0;
  top: -8px;
  height: 16px;
  width: 16px;
}

.flightStop {
  color: var(--blackTwo);
  font-size: 16px;
  font-weight: 500;
}

.lineBorer {
  border-bottom: dashed 1px #bfbfbf;
  margin: 5px 0 0px 0;
}

.fareBox {
  display: flex;
  justify-content: center;
  /* Horizontal Center */
  align-items: center;
  /* Vertical Center */

}

.fareBox:hover {
  background-color: #fafafa;
}

.fareinfo img {
  border: solid 1px #bfbfbf;
  margin-bottom: 20px;

}

.priceDetails p {
  color: var(--lightGrey);
  margin: 0;
  padding: 0;
}

.flightPrice {
  color: var(--blackTwo);
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 20px 0;
  padding: 0;
}

.flightSelectBTN a {
  background: linear-gradient(315deg, #134297 0%, #0F3C8E 20%, #0B3785 40%, #07317C 60%, #032B74 80%, #00266b 100%);
  background-color: #00266b;
  color: var(--white);
  padding: 10px 40px;
  text-decoration: none;
  font-size: 18px;
  text-transform: uppercase;
}

.flightSelectBTN a:hover {
  background-color: var(--golden);
  background: linear-gradient(315deg, #ff9f00 0%, #ff9f00 20%, #ff9f00 40%, #ff9f00 60%, #ff9f00 80%, #ff9f00 100%);
  color: var(--black);
}

.border_r {
  border-left: solid 1px #bfbfbf;
}

.priceDetails {
  text-align: center;
}

/* Filter CSS start*/

.filterBox {
  background: #fff;
  border: 1px solid var(--borderColor);
  padding: 20px;
  border-radius: 10px;
  position: sticky;
  top: 20px;
}

.filterBox h2 {
  font-size: 20px;
  color: var(--darkBlue);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.clear-all {
  color: var(--golden);
  font-size: 14px;
  cursor: pointer;
}

.flight-count {
  color: var(--grey);
  font-size: 14px;
}

.filterSection {
  margin: 20px 0;
}

.filterSection h3 {
  font-size: 16px;
  color: var(--lightBlue);
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.filterOption {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f4f6fa;
  padding: 8px 10px;
  border-radius: 6px;
  margin-bottom: 8px;
  font-size: 14px;
}

.filterOption input[type="checkbox"] {
  margin-right: 10px;
}

.filterOption label {
  flex: 1;
  text-align: left;
  margin: 0;
  cursor: pointer;
}

.filterOption span {
  color: var(--golden);
  font-weight: bold;
}

.iconCircle {
  background: linear-gradient(45deg, var(--darkBlue), var(--lightBlue));
  color: #fff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  margin-right: 10px;
}

.timeTags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.timeTag {
  align-items: center;
  background: var(--borderColor);
  color: var(--blackTwo);
  padding: 8px 15px;
  border-radius: 5px;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.3s ease;
  user-select: none;
}

.timeTag input {
  display: none; /* Hide default checkbox */
}

.timeTag i {
  margin-right: 8px;
}

.timeTag span {
  font-size: 11px;
  opacity: 0.8;
  margin-left: 0px;
  display: block;
}

/* Hover effect */
.timeTag:hover {
  background: var(--golden);
  color: var(--black);
  transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* Checked state */
.timeTag input:checked + i,
.timeTag input:checked + i + span,
.timeTag input:checked ~ * {
  color: var(--black);
}

.timeTag input:checked ~ * {
  font-weight: 600;
}

.timeTag input:checked ~ span {
  opacity: 1;
}

/* Highlight whole box when checked */
.timeTag input:checked ~ i,
.timeTag input:checked ~ span,
.timeTag input:checked ~ * {
  background: none;
}

.timeTag input:checked ~ * {
  color: var(--black);
}

.timeTag:has(input:checked) {
  background: var(--golden);
  color: var(--black);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}


hr {
  border-top: 1px solid var(--borderColor);
}

.travelTimeSlider {
  position: relative;
  width: 100%;
  padding: 20px 0;
}

.timeRangeSlider {
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  background: linear-gradient(90deg, var(--darkBlue) 0%, var(--lightBlue) 100%);
  border-radius: 5px;
  outline: none;
  cursor: pointer;
}

.timeRangeSlider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  background: var(--golden);
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 0 5px rgba(255, 159, 0, 0.2);
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}

.timeLabels {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: var(--grey);
  margin-top: 10px;
  padding: 0 5px;
}

.tooltipTime {
  position: absolute;
  top: -15px;
  transform: translateX(-50%);
  background: var(--darkBlue);
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
  white-space: nowrap;
  pointer-events: none;
  transition: all 0.2s ease;
  z-index: 1;
}

.sortTabs {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  margin-bottom: 20px;
  flex-wrap: wrap;
  gap: 10px;
}

.sortTabItem {
  flex: 1 1 auto;
  text-align: center;
  border-right: 1px solid #e0e0e0;
  padding: 10px 0;
  min-width: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.sortTabItem:last-child {
  border-right: none;
}

.sortTabItem h4 {
  font-size: 14px;
  color: #222;
  display: flex;
  align-items: center;
  gap: 6px;
}

.sortTabItem p {
  font-size: 13px;
  color: #666;
}

.otherSort {
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: center;
  font-size: 14px;
  color: #555;
  cursor: pointer;
  min-width: 100px;
}

.otherSort i {
  font-size: 16px;
}

.dateSelector {
  display: flex;
  overflow-x: auto;
  gap: 10px;
}

.dateItem {
  background: #fff;
  border-radius: 8px;
  padding: 10px 12px;
  min-width: 90px;
  text-align: center;
  border: 1px solid transparent;
  cursor: pointer;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.dateItem.active {
  border-color: #1a73e8;
  background: #e8f0fe;
}

.dateItem h5 {
  font-size: 12px;
  color: #666;
  margin-bottom: 5px;
  white-space: nowrap;
}

.dateItem p {
  font-size: 16px;
  font-weight: bold;
  color: #222;
}

.dateItem.cheapest p {
  color: var(--golden);
}

.dateItem:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Filter CSS end*/
/*Fare not Found start*/
.farenotfound{
	background: #fff;
    border: 1px solid var(--borderColor);
    padding: 20px;
    border-radius: 10px;
    top: 20px;
}
.farenotfound h3{
	font-size: 22px;
	margin-bottom: 15px;
}
.fareTextinfo{
	padding: 15px;
	border: solid 1px #CCC;
	border-radius: 10px;
}
.fareTextinfo h4{
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 15px;
	border-bottom: dashed 1px #CCC;
}
.fareTextinfo p strong{
	 color: var(--darkBlue);
}
.fareTextinfo p a{
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 15px; 
	color: #000000;
	text-decoration: none;
}
/*Fare not Found end*/
/* Popup :start */
.flightDetailsBTN {
  display: block;
  margin: 25px 0 0 0;
  cursor: pointer;
  background-color: var(--golden);
  color: var(--black);
}

.popupOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
 
.popupContent {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  width: 90%;
  max-width: 800px;
  max-height: 90vh;   /* Prevent overflow on mobile */
  overflow-y: auto;   /* Make content scrollable */
  position: relative;
  animation: fadeIn 0.3s ease-in-out;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.closeBtn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
  cursor: pointer;
  color: #999;
}

.closeBtn:hover {
  color: #000;
}


/* Popup end */

.flightDetailsPage .frDetails {
  max-width: 27%;
}

.flightDetailsPage .flightList li {
  margin: 0px;
}

.fareDetails {
  min-height: 150px;
  border-radius: 5px;
  background-color: var(--white);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

/* fare summary details */
.price-box {
  border: 1px solid var(--borderColor);
  border-radius: 5px;
  padding: 15px;
  max-width: 400px;
  background: #fff;
}

.price-title {
  display: inline-flex;
  color: var(--darkBlue);
  font-size: 20px;
  font-weight: 600;
}

.traveller-title {
  font-weight: 600;
  margin-top: 15px;
  color: var(--blackTwo);
  font-size: 16px;
}

.price-line {
  display: flex;
  justify-content: space-between;
  padding: 2px 0;
  color: var(--grey);
  font-size: 14px;
}

.info-icon {
  margin-left: 5px;
  color: #888;
  cursor: pointer;
}

.trip-total {
  font-weight: bold;
  font-size: 1.2rem;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  border-top: 1px solid #ddd;
  padding-top: 15px;
}

.checkOuttBTN {
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
}

.checkOuttBTN a {
  background: linear-gradient(315deg, #134297 0%, #0F3C8E 20%, #0B3785 40%, #07317C 60%, #032B74 80%, #00266b 100%);
  background-color: #00266b;
  color: var(--white);
  padding: 10px 40px;
  text-decoration: none;
  font-size: 18px;
  text-transform: uppercase;
}

.checkOuttBTN a:hover {
  background-color: var(--golden);
  background: linear-gradient(315deg, #ff9f00 0%, #ff9f00 20%, #ff9f00 40%, #ff9f00 60%, #ff9f00 80%, #ff9f00 100%);
  color: var(--black);
}

.section-box {
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
}

.section-title {
  background: var(--lightBlue);
  font-weight: bold;
  padding: 10px 15px;
  font-size: 1.2rem;
  border-radius: 5px 5px 0 0;
  color: var(--white);
  border-bottom: 1px solid var(--darkBlue);
}

.section-title .form-label {
  font-size: 0.9rem;
  font-weight: 500;
}

.small-note {
  font-size: 0.85rem;
  color: #666;
}

.info-box {
  font-size: 0.9rem;
  background: #f9f9f9;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.refundable-box {
  border: 2px solid #ffde00;
  padding: 15px;
  background: #fffff4;
  border-radius: 5px;
}

.refundable-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
}

.text-red {
  color: red;
}

.baggage-box {
  background: #fff8f0;
  border: 1px solid #ff8800;
  padding: 10px;
  border-radius: 5px;
}

.btn-primary {
  background-color: #0066d9;
  border: none;
}

.btn-primary:hover {
  background-color: #005ac2;
}

.section-box input {
  border-radius: 0px;
  margin-bottom: 10px;
}
.section-box .nomb {
   margin-bottom: 0px !important;
}
.section-box select {
  border-radius: 0px;
}


/* Thanku page */
.thankspage {
  padding: 130px 0 130px 0;
  margin: 0;
  position: relative;
  background: #f2f6ed;
}

.thankspage i {
  font-size: 48px;
  color: var(--golden);
  margin-bottom: 25px;
}

.searchbar {
  background-color: #162849;
  width: 100%;
  text-align: center;
  padding: 8px 0 8px 0;
}

.searchbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  /* Flexbox layout */
  align-items: center;
  /* Vertical align middle */
  justify-content: center;
  /* Center horizontally */
  flex-wrap: wrap;
  /* Responsive: wrap on small screens */
}

.searchbar li {
  list-style: none;
  margin: 0 10px;
  flex: 1;
  /* Responsive equal width */
  max-width: 200px;
  /* Prevents shrinking too much */
  text-align: center;
  color: var(--golden);
  font-weight: 600;
  font-size: 18px;
}

.searchbar li span {
  display: block;
  color: var(--white);
  font-weight: normal;
  font-size: 14px;
}

.searchbar li.exchange {
  flex: 0;
  /* Image won’t stretch */
}

.searchbar li.exchange img {
  width: 30px;
  height: auto;
  vertical-align: middle;
}

.searchbar li.modify {
  flex: 1 1 100%;
  /* Modify Search takes full width on small screens */
  background-color: var(--golden);
  color: var(--black);
  font-weight: normal;
  cursor: pointer;
  padding: 5px 0 5px 0;
  max-width: 160px;
}

.searchbar li.modify:hover {
  background-color: var(--white);
  color: var(--darkBlue);
}

/* Default: desktop view */
.filterBox {
  display: block;
  /* always visible on desktop */
}

.filter-toggle {
  display: none;
  /* hidden on desktop */
}
/* Page CSS start*/
.textpageheader {
  position: relative;
  background-image: url("../images/innerPages.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px; /* you can adjust the height */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.textpageheader::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5); /* overlay effect */
  z-index: 1;
}

.textpageheader h1 {
  position: relative;
  color: #fff;
  font-size: 36px;
  z-index: 2; /* above overlay */
  margin: 0;
}
.privacypolicyPage{
   background-image: url("../images/privacy.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.termsConditionsPage{
   background-image: url("../images/termsConditions.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.contactusPage{
   background-image: url("../images/contactus.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.whyusPage{
   background-image: url("../images/financial-protection.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.pagetextBG{
  background-color:#f9f9f9;
  border: solid 1px #CCC;
margin: 40px 0;
    padding: 40px 20px;
}
.pagetextBG h2{
  font-size: 28px;
  color: var(--darkBlue);
}
.pagetextBG h3{
  font-size: 20px;
  color: var(--lightBlue);
  margin-top: 20px;
}
.pagetextBG h4{
  font-size: 18px;
  color: var(--lightBlue);
  margin-top: 20px;
}
.pagetextBG ol li{
  font-size: 14px;
  color: var(--black); 
  margin-top: 10px;
}
.content_table {
    width: 100%;
    border-collapse: collapse;
     font-size: 14px;
     margin-bottom: 20px;
  }

  .content_table th,
  .content_table td {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: left;
  }

  .content_table tr:nth-child(even) {
    background-color: #f9f9f9; /* Light grey */
  }

  .content_table tr:nth-child(odd) {
    background-color: #ffffff; /* White */
  }

  .content_table tr:first-child {
    background-color: #f0f0f0; /* Header background */
    font-weight: bold;
  }
.pagestroke{
    background: linear-gradient(270deg, #003494, #ff9f00);
    border-radius: 30px;
    height: 4px;
    margin-bottom: 15px;
    position: relative;
    width: 45px;
}
.pagetextBG p{
margin-bottom: 12px;
}
/* Page CSS end*/
/* Media CSS  */
@media only screen and (max-width: 800px) {
  .price-box{
    margin-top: 15px;
  }
  .mobileFilter {
    padding: 10px;
  }

  .filterBox {
    display: none;
    /* hidden by default on mobile */
  }

  .filter-toggle {
    display: block;
    /* show toggle heading */
    cursor: pointer;
    background: #162849;
    color: #fff;
    padding: 10px;
    font-size: 16px;
    margin: 0;
    border-radius: 4px;
  }

  .mobileFilter .filter-toggle .clear-all {
    float: right;
    font-weight: normal;
    color: #ffcc00;
  }

  .mobilehide {
    display: none;
  }

  .searchbar li.modify {
    max-width: 120px;
    font-size: 14px;
  }

  .searchbar li.exchange img {
    width: 20px;
  }

  .searchbar li {
    font-size: 16px;
  }

  ul.footerLink {
    flex: 0 0 auto;
    width: 20%;
    display: inline-block;
    vertical-align: top;
  }

  .colmd5 {
    width: 50%;
    overflow: hidden;
  }

  .colmd7 {
    width: 50%;
    overflow: hidden;
  }

  .homePrice h1 {
    font-size: 18px;
  }

  .mtop100 {
    margin-top: 0;
  }

  .ftNo {
    display: block;
    background-color: var(--golden);
    color: var(--white);
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
    padding: 10px 0 10px 0;
  }

  .ftNo a {
    color: var(--white);
    font-size: 24px;
    font-weight: 600;
    padding: 10px 0 10px 0;
    text-decoration: none;
  }

  /* res mobile start */
  .airlineLogo {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }

  .frDetails {
    display: block;
    max-width: 100%;
  }

  .frtimestop {
    display: block;
    text-align: center;
    width: 100%;
    max-width: 90%;
    margin: 15px auto;
  }

  .fareBox {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 0 25px 0;
    background-color: var(--bs-gray-200);
  }

  .border_r {
    border-top: solid 1px #bfbfbf;
    border-left: solid 0px #bfbfbf;
  }
  .flightDetailsPage .frDetails{
    max-width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .outBound {
    display: block;    
}
  ul.footerLink {
    flex: 0 0 auto;
    width: 30%;
    display: inline-block;
    vertical-align: top;
  }
}

@media only screen and (max-width: 500px) {
  ul.footerLink {
    flex: 0 0 auto;
    width: 45%;
    display: inline-block;
    vertical-align: top;
  }

  footer li a {
    line-height: normal;
  }

  footer li {
    margin-bottom: 10px;
  }

  .custom-radio,
  .custom-checkbox,
  .form-switch {
    font-size: 13px;
  }
  .outBoundlist span {
    display: none;
}
}

@media (max-width: 576px) {
  .price-box {
    padding: 15px;
  }
}