@charset "UTF-8";
:root {
  --ie-orange: #f26a21;
  --ie-orange-dark: #d85b1e;
  --ie-ink: #24313b;
  --ie-muted: #6a7883;
  --ie-soft: #f9f4ee;
  --ie-card: #ffffff;
  --ie-shadow: 0 18px 45px rgba(24, 33, 43, 0.15);
  --ie-shadow-soft: 0 12px 30px rgba(24, 33, 43, 0.12);
}

.fs-14 {
  font-size: 14px;
}

body {
  font-family: "Poppins", sans-serif;
  color: var(--ie-ink);
  background: #ffffff;
  overflow-x: hidden;
}

.topbar {
  background: #fff;
  border-bottom: 1px solid #eef0f3;
  font-size: 0.9rem;
}

.brand-logo {
  letter-spacing: 0.4px;
  color: #1f2a33;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.brand-logo span {
  color: var(--ie-orange);
  font-style: italic;
}

.reason-card {
  background-color: #fffaf4;
  /* Soft beige like screenshot */
  border: 3px solid #fff6f2;
  height: 100%;
}

.reason-icon {
  width: 65px;
  height: auto;
}

.reason-text {
  font-size: 16px;
  font-weight: 900;
  color: #1c1c1c;
  line-height: 1.3;
}

/* magazine and common syles */
.mag-card {
  position: relative;
  height: 100%;
  padding: 5px;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.mag-card .card-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 16px 16px 0 0;
}

.mag-card .package-card-img {
  height: 200px !important;
}

@media (max-width: 1400px) {
  .mag-card .package-card-img {
    height: 250px !important;
  }

  .banner-tagline {
    font-size: 30px !important;
  }
}
.mag-card h6 {
  line-height: 1.4;
}

/* Tag */
.mag-card .tag {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 6px 14px;
  font-size: 12px;
  border-radius: 50px;
  background: #f1f1f1;
}

.destination-card h6 {
  font-size: 16px;
}

/* packages card styles */
.mag-card del {
  font-size: 13px;
}

.mag-card .badge.bg-success {
  font-size: 11px;
  padding: 4px 8px;
  border-radius: 20px;
}

/* Price text */
.mag-card .price {
  font-size: 20px;
}

/* View Details button – exact image style */
.mag-card .view-btn {
  border: 1.5px solid #ff7a1a;
  border-radius: 10px;
  color: var(--ie-orange);
  padding: 8px 14px;
  background: #fff7f2;
  white-space: nowrap;
  font-size: 14px;
}

.mag-card .view-btn:hover {
  background: var(--ie-orange);
  color: #fff;
}

.package-title {
  font-size: 20px;
  color: #111;
  line-height: 1.3;
}

/* section heading styles */
.OI {
  background-image: url(https://d1qznzlun37fj0.cloudfront.net/images/css/Sprite-image-new-HomePage.png);
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}

.headingIcon {
  height: 37px;
  width: 35px;
}

.blogIcon {
  background-position: -259px -2px;
}

.reasonsIcon {
  background-position: -296px -3px;
}

.touristIcon {
  background-position: -223px -2px;
}

.packagesIcon {
  background-position: -398px -4px;
}

.viewDealsBtn {
  background-color: #ffeadd;
  font-size: 12px;
  color: #f37127;
  outline: 1px solid #f26d22;
}

.viewDealsBtn:hover {
  background-color: #ffe5d5 !important;
  color: black;
}

.dynamicReviews .dynamicReviewCount {
  display: none !important;
}

/* seo links section styles */
.seo-deals-section {
  background-color: #fff8f4;
}

.seo-tab {
  border: 1px solid #dee2e6;
  border-radius: 10px;
  color: #000;
  display: inline-block;
  background: #fff;
}

.seo-tab.active,
.seo-tab:hover {
  background-color: #f37021;
  color: #fff !important;
  border-color: #f37021;
}

/* SEO LINKS STYLE */
.seo-links a {
  color: #555;
  text-decoration: none;
  font-size: 12px;
  line-height: 1.8;
}

.seo-links a:hover {
  text-decoration: underline;
}

.seo-link-pipe-symbol {
  height: 12px;
  width: 1px;
  background: #6b6b6b;
  margin-inline: 5px;
}

.cityCode {
  display: inline-block;
  width: 50px;
  text-align: center;
  border: 2px solid #f26d22;
  padding: 4px 3px;
  border-radius: 6px;
  font-weight: 600;
  color: #f26d22;
  font-size: 14px;
}

/*   side nav styles */
.custom-sidenav {
  width: 300px;
}

.custom-sidenav .nav-link {
  font-size: 15px;
  color: #222;
}

.none {
  display: none;
}

.reviews-text {
  height: 60px;
  overflow-y: scroll;
  scrollbar-width: none;
  cursor: pointer;
}

.reviews-text:hover {
  scrollbar-width: thin;
  scrollbar-color: #888 transparent;
}

.text-orange {
  color: var(--ie-orange);
}

.bg-orange {
  background-color: #f37021;
}

#idOfSubscriptionDeals:focus,
#idOfSubscriptionDeals:hover {
  background-color: var(--ie-orange-dark);
  box-shadow: none;
}

/* about faq section styles */
#aboutFAQ ~ .readLess {
  display: none;
}

#faqAccordionLeft .accordion-item,
#faqAccordionRight .accordion-item {
  border: 1px solid #dee2e6;
  border-radius: 5px;
  margin: 10px;
  padding: 0px 12px;
}
#faqAccordionLeft .accordion-button,
#faqAccordionRight .accordion-button {
  padding-left: 0;
  padding-right: 0;
  background-color: transparent !important;
  box-shadow: none !important;
  outline: none !important;
  color: inherit;
}
#faqAccordionLeft .accordion-button:focus, #faqAccordionLeft .accordion-button:active,
#faqAccordionRight .accordion-button:focus,
#faqAccordionRight .accordion-button:active {
  box-shadow: none !important;
  outline: none !important;
}
#faqAccordionLeft .accordion-button:not(.collapsed),
#faqAccordionRight .accordion-button:not(.collapsed) {
  background-color: transparent !important;
  box-shadow: none !important;
  color: inherit;
}
#faqAccordionLeft .accordion-body,
#faqAccordionRight .accordion-body {
  padding-left: 0;
  padding-right: 0;
}

#aboutFAQ.show ~ .readLess {
  display: block;
}

#aboutFAQ.show ~ .readMore {
  display: none;
}

.bTop {
  display: none;
  border-radius: 5px;
  transition-duration: .5s;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1081;
  fill: #fff;
  background: #f26d22;
  padding: 7px 10px;
  height: 44px;
  width: 44px;
  font-size: 26px;
  box-shadow: 0 0 15px #999;
  text-align: center;
  cursor: pointer;
}

#bTop.show {
  display: block;
}

.spinner-orange {
  color: #f26d22;
}

/* cookie styles */
.cookies-convention {
  background: #fff5ef;
}

::selection {
  background: #ffcea6;
  color: #000;
}

::-webkit-selection {
  background: #ffcea6;
  color: #000;
}

.custom-scrollbar::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.custom-scrollbar::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 4px;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: #bbbbbb;
  border-radius: 4px;
  border: 2px solid #f0f0f0;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.faq-highlight h1,
.faq-highlight h2 {
  font-size: 18px !important;
}
.faq-highlight p,
.faq-highlight li {
  font-size: 14px !important;
}

.emailDomainUL {
  position: absolute;
  margin-left: 0;
  background: #fff;
  box-shadow: 0px 0px 6px #ddd;
  width: 100%;
  z-index: 9;
  list-style-type: none;
  padding: 10px 0;
  line-height: 30px;
  border-radius: 0px 0px 8px 8px;
}

.emailDomainUL li {
  cursor: pointer;
  padding-inline: 16px;
  font-size: 14px;
  transition: all 0.3s ease;
}

.emailDomainUL li:hover {
  background-color: #f26d22;
  color: #fff;
  transition: all 0.3s ease;
}

#aboutFAQ {
  height: 75px;
  overflow: hidden;
  transition: height 5s ease-in-out;
}

#aboutFAQ.show {
  height: auto;
  overflow: visible;
  transition: height 5s ease-in-out;
}

.travel-advisory-bar {
  top: 0;
  left: 0;
  width: 100%;
  background-color: #717171;
  color: #ffffff;
  font-size: 14px;
  padding: 10px 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  z-index: 23;
}

.advisory-link {
  color: #ffffff;
  font-weight: 600;
  text-decoration: underline;
  white-space: nowrap;
}

.advisory-link:hover {
  color: #ffeeba;
}

.travel-advisory-bar i {
  margin-right: 3px;
}

.advisory-close {
  border: 1px solid #fff;
  top: 5px;
  right: 5px;
  line-height: 1;
  height: 23px;
  width: 23px;
  border-radius: 50%;
  padding: 0;
}

/* header styles */
.top-header {
  font-size: 15px;
}

@media (min-width: 768px) {
  .top-header {
    z-index: 3;
    position: relative;
  }
}
.top-header .horange {
  text-decoration: none;
  color: #333;
  transition: 0.2s ease;
}

.top-header .horange:hover {
  color: var(--ie-orange);
}

.signInBtn {
  padding: 12px;
  color: var(--ie-orange);
  border: 1px solid var(--ie-orange);
}

.signInBtn:hover {
  color: #fff;
  background-color: var(--ie-orange);
}

.agentSignInBtn {
  padding: 12px;
  color: #6d6e72;
  border: 1px solid #6d6e72;
}

.agentSignInBtn:hover {
  color: #fff;
  background-color: #6d6e72;
}

.logo img {
  height: 60px;
}

.phone-deals {
  background-color: #5a5a5c;
  padding: 2px;
}

/* profile dropdown styles */
.profile-card .dropdown-item {
  color: #6c757d;
}

.profile-card .dropdown-item:hover {
  color: #f26a21;
  background-color: transparent;
}

/* Orange Logout Button */
.btn-orange {
  background-color: #f37021;
  color: #fff;
}

.btn-orange:hover {
  background-color: #d95f16;
  color: #fff;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#userMailInfo {
  max-width: 230px;
}

.currency-type:active {
  background-color: transparent !important;
}

/* sign in modal */
/* Modal Header Color */
#signInModal .modal-dialog {
  max-width: 600px;
}

#signInModal .bg-skyblue {
  background-color: #3b9dcf;
}

/* Close icon positioning */
#signInModal .modelClose {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

/* Orange Button */
.btn-orenge {
  background-color: #f26d22;
  color: #fff;
  border: none;
}

.btn-orenge:hover {
  background-color: #e25f12;
  color: #fff;
}

.none {
  display: none;
}

.btn:first-child:active,
:not(.btn-check) + .btn:active,
.btn.disabled {
  background-color: #e25f12;
  color: #fff;
}

/* Grey strip */
#signInModal .hdngStrike {
  background-color: #f1f1f1;
  padding: 6px;
}

/* Links */
#signInModal a {
  color: #337ab7;
  text-decoration: none;
}

#signInModal a:hover {
  text-decoration: underline;
}

input.form-control:focus {
  border-color: #fbb040;
  box-shadow: inherit;
}

.md-14 {
  font-size: 14px;
}

.error-tips-searchSign {
  color: red;
}

/* datepicker styles start */
#datepickerOverlay {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.3);
}

.flatpickr-calendar {
  position: fixed !important;
  max-width: 700px !important;
  min-width: 300px !important;
  width: 90% !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  border: none !important;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.15);
  z-index: 1050 !important;
}

.flatpickr-calendar.animate.open {
  -webkit-animation: none !important;
  animation: none !important;
}

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after,
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  display: none !important;
}

.flatpickr-innerContainer {
  display: flex;
  flex-direction: column;
  padding: 14px;
}

.flatpickr-days {
  width: auto !important;
  max-width: 670px !important;
  padding-top: 12px;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1),
.dayContainer + .dayContainer {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.flatpickr-days .dayContainer {
  justify-content: normal !important;
  -webkit-justify-content: normal !important;
  min-width: 339px !important;
  width: 339px !important;
}

.flatpickr-months {
  padding-inline: 15px;
}

.flatpickr-month {
  background-color: #f2f2f2 !important;
  border-radius: 6px !important;
  margin-inline: 12px;
}

.flatpickr-current-month {
  pointer-events: none;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500 !important;
  color: #000;
  border-radius: 6px;
}

.flatpickr-current-month input.cur-year,
.flatpickr-current-month .cur-month {
  font-weight: 500 !important;
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  color: #000 !important;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  top: 15px;
  padding: 4px 10px;
  border-radius: 6px;
  position: static !important;
  background-color: #ededed;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: block;
  cursor: not-allowed;
  opacity: 0.5;
  top: 15px;
  padding: 4px 10px;
  border-radius: 6px;
  background-color: #ededed;
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
  color: #0000004d !important;
}

.flatpickr-weekday {
  font-weight: 600 !important;
  color: #333 !important;
}

.flatpickr-day {
  border-radius: 5px;
  height: 42px;
  line-height: 40px;
  max-width: 43px;
  margin: 2px;
  color: #000;
  border: none !important;
}

.flatpickr-day:hover {
  background: #f2f2f2;
}

.flatpickr-day.today,
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  background-color: #f2f2f2;
  position: relative;
  font-weight: 600;
  color: #000;
}

.flatpickr-day.today::before {
  content: "Today";
  position: absolute;
  font-size: 10px;
  height: 20px;
  background-color: #f2f2f2;
  top: -7px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 5px 5px 0px 0px;
}

.flatpickr-day.inRange,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay {
  background: #f2f2f2;
  color: #000;
}

.flatpickr-day.inRange {
  background: #f2f2f2 !important;
  color: #000 !important;
  border-radius: 5px !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.flatpickr-day.selected,
.flatpickr-day.selected.startRange,
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  background-color: #000 !important;
  color: #fff !important;
  border: none;
  position: relative;
  border-radius: 5px !important;
}

.flatpickr-days.selected.endRange,
.flatpickr-day.selected.endRange,
.flatpickr-day.endRange.endRange {
  background-color: #f26d22 !important;
}

.flatpickr-day.selected::before,
.flatpickr-day.endRange::before,
.flatpickr-day.selected.startRange::before,
.flatpickr-day.startRange.startRange::before {
  content: "Depart";
  background-color: #000;
  position: absolute;
  font-size: 10px;
  height: 20px;
  top: -7px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 5px;
  color: #fff !important;
}

.flatpickr-day.selected.endRange::before,
.flatpickr-day.selected.endRange:hover::before,
.flatpickr-day.endRange.endRange::before {
  content: "Return" !important;
  background-color: #f26d22 !important;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
}

.ota-datepicker {
  border-radius: 18px;
  border: none;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.15);
  padding: 20px;
  font-size: 14px;
}

.flexible-date-bar {
  display: flex;
  padding: 14px 16px;
  justify-content: space-between;
}

.flexible-btn-main {
  display: flex;
  gap: 13px;
}

.flexible-date-btn {
  font-size: 12px;
  padding: 3px 13px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  background: none;
  color: #000;
  transition: all 0.2s ease;
}

.flexible-date-btn:hover {
  background: #e5e5e5;
}

.flexible-date-btn.active {
  background: #f26d22;
  color: #fff;
}

.flexible-date-btn.dark-active {
  background-color: #000;
  color: #fff;
}

.manual-month-label {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: center;
  padding: 18px 0;
  width: 100%;
}

@media (min-width: 768px) {
  .flatpickr-innerContainer {
    display: flex !important;
    flex-direction: row !important;
    gap: 30px;
  }

  .flatpickr-month {
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  .flatpickr-calendar {
    position: fixed !important;
    width: 90% !important;
    height: 95vh !important;
    max-height: 100% !important;
    flex-direction: column;
  }

  .flatpickr-days .dayContainer {
    min-width: 295px !important;
    width: 100% !important;
    max-width: 445px;
    display: grid !important;
    grid-template-columns: repeat(7, 1fr);
  }

  .flatpickr-innerContainer {
    display: flex !important;
    flex-direction: column !important;
    gap: 40px;
    height: 98%;
    overflow-y: auto;
    padding-top: 20px;
    padding-inline: 14px 1px !important;
  }

  .mobile-weekdays .flatpickr-day {
    color: #333;
    font-weight: 600;
  }

  .flatpickr-days,
  .flatpickr-calendar {
    width: 100% !important;
    max-width: 475px !important;
    min-width: 295px !important;
    padding-top: 36px;
    flex-direction: column;
  }

  .flatpickr-rContainer {
    width: 100% !important;
  }

  .flatpickr-current-month {
    position: static !important;
    display: block !important;
    width: 100%;
  }

  .flatpickr-month {
    background-color: transparent !important;
    margin-inline: 0 !important;
  }

  .flatpickr-day {
    margin: 3px !important;
    border-radius: 5px;
    font-weight: 500;
    height: 38px;
    width: 90%;
    line-height: 40px;
    max-width: 45px;
    margin: 2px;
    border: none !important;
  }

  .flatpickr-months,
  .flatpickr-weekdays,
  .flexible-date-bar {
    display: none !important;
  }

  .mobile-sticky-header {
    width: 100%;
    position: absolute;
    background-color: #fff;
    top: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 20px 16px 0px;
    z-index: 100;
    border-bottom: 1px solid #eee;
  }

  .mobile-header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left: 11px;
  }

  .header-title {
    font-size: 20px;
    font-weight: 600;
    color: #333;
  }

  .close-datepicker-btn {
    background: none;
    border: none;
    font-size: 18px;
    line-height: 1;
    padding: 0 5px;
    cursor: pointer;
    color: #666;
    margin-top: -12px;
    margin-right: -6px;
  }

  .mobile-weekdays {
    gap: 5px;
    min-width: 295px !important;
    width: 100% !important;
    max-width: 445px;
    display: grid !important;
    grid-template-columns: repeat(7, 1fr);
  }
}
@media (max-width: 500px) {
  .mobile-sticky-header {
    padding: 20px 10px 0px !important;
  }

  .flatpickr-calendar {
    height: 100vh !important;
  }

  .flatpickr-innerContainer {
    padding-inline: 1px 1px !important;
  }

  .mobile-header-top {
    padding-left: 8px !important;
  }

  .mobile-weekdays {
    gap: 10px !important;
  }
}
/* datepicker styles end */
:root {
  --ie-orange: #f26a21;
  --ie-orange-dark: #d85b1e;
  --ie-ink: #24313b;
  --ie-muted: #6a7883;
  --ie-soft: #f9f4ee;
  --ie-card: #ffffff;
  --ie-shadow: 0 18px 45px rgba(24, 33, 43, 0.15);
  --ie-shadow-soft: 0 12px 30px rgba(24, 33, 43, 0.12);
}

.INR-Symbol {
  font-family: Roboto, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
}

.section-heading {
  font-size: 28px;
  line-height: 1.1;
  font-weight: 600;
}

.cursor-pointer {
  cursor: pointer;
}

.deal-card {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 20px;
}

.airlineCard:hover {
  box-shadow: rgba(247, 194, 165, 0.5) 1px 4px 13px 6px;
  transform: scale(1.005);
}

.airlineActiveClass,
.airlineDeals.nav-link.active {
  display: inline-block;
  color: #f26d22 !important;
  padding-bottom: 10px;
  border-bottom: 4px solid #f26d22 !important;
  font-weight: 700 !important;
  background: transparent !important;
}

.airlineDeals.nav-link {
  border: none !important;
  padding: 0;
  color: #212529;
}

.flight-deals-btn {
  border: 1.5px solid #ff7a1a;
  border-radius: 10px;
  color: var(--ie-orange);
  padding: 10px 25px;
  background: #ffd6c93b;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
  max-width: 122px;
}

.flight-deals-btn:hover {
  background: var(--ie-orange);
  color: #fff;
}

@media (max-width: 1500px) and (min-width: 1200px), (max-width: 425px) {
  .airline-card-left {
    width: 100%;
    padding-bottom: 10px;
  }

  .airline-card-right {
    width: 100%;
    border-left: 0 !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding-top: 10px;
    border-top: 1px solid #dee2e6;
  }

  .flight-deals-btn {
    margin-top: 0 !important;
  }

  .cheap-flight-price {
    text-align: left !important;
  }
}
/* Footer styles start */
.ie-footer {
  background: #f7f7f7;
  font-size: 15px;
}

.footer-title {
  color: #f26522;
  font-weight: 600;
  margin-bottom: 12px;
  font-size: 16px;
}

.footer-links li {
  margin-bottom: 0.5rem;
}

.footer-links a {
  color: #555;
  text-decoration: none;
  transition: color .2s ease;
  font-size: 14px;
}

.footer-links a:hover {
  text-decoration: underline;
  color: #f26522;
}

.footer-divider {
  border-top: 1px solid #767676;
}

.footer-copy {
  color: #666;
  font-size: 14px;
}

.footer-logo {
  display: inline-block;
  background-repeat: no-repeat;
}

.logo-iata,
.logo-arc,
.logo-norton,
.logo-bbb {
  height: 45px;
  background-image: url("https://d1qznzlun37fj0.cloudfront.net/images/newHomePageImages/ie-certification-spiral.png");
  background-size: 430px;
}

.logo-iata {
  width: 43px;
  background-position: 0 0;
}

.logo-arc {
  width: 75px;
  background-position: -58px 0;
}

.logo-norton {
  width: 126px;
  background-position: -148px 0;
}

.logo-bbb {
  width: 150px;
  background-position: -284px 0;
}

.cardsAccepted {
  height: 45px;
  width: 50px;
  background-image: url("https://d1qznzlun37fj0.cloudfront.net/images/newHomePageImages/ie-accepted-cards.png");
  background-repeat: no-repeat;
  background-size: 400px;
}

.discoverCard {
  background-position: 0 3px;
}

.visaCard {
  background-position: -67px 3px;
}

.masterCard {
  width: 55px;
  background-position: -133px 3px;
}

.aeCard {
  width: 35px;
  background-position: -203px 3px;
}

.dcCard {
  background-position: -254px 3px;
}

.affirm {
  width: 85px;
  background-position: -316px 3px;
}

.social-icon {
  width: 35px;
  height: 35px;
  display: inline-block;
  border-radius: 50%;
  background-color: #555;
  background-image: url("https://d1qznzlun37fj0.cloudfront.net/images/css/footer-social-icons.svg");
  background-repeat: no-repeat;
  transition: background-color .3s ease;
}

.icon-facebook {
  background-position: -45px 2px;
}

.icon-instagram {
  background-position: -91px 1px;
}

.icon-twitter {
  background-position: -137px 2px;
}

.icon-youtube {
  background-position: -183px 1px;
}

.backToMobileApp {
  float: left;
  margin: 5px 0;
  color: #f26d22 !important;
  border: 0;
  border-radius: 4px;
  background-color: #f26d22;
  color: white !important;
  padding: 5px 10px !important;
}

/* Footer styles end */
/* Hero Section - Container for slider background */
.hero {
  position: relative;
  overflow: visible;
  min-height: 620px;
  max-height: 980px;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

/* Hero Banner Slider - Positioned as background */
.hero-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.hero-slides {
  position: relative;
  width: 100%;
  height: 100%;
}

.hero-slide {
  position: absolute;
  inset: 0;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 1s ease;
}

/* Large screens - full image display */
@media (min-width: 1200px) {
  .hero-slide {
    background-size: 100% 100%;
    background-position: center center;
  }
}
.hero-slide.active {
  opacity: 1;
}

.hero-location {
  position: absolute;
  top: 78px;
  left: 30px;
  color: #4a4b4d;
}

.hero-local-name {
  font-size: 26px;
  font-weight: 600;
  display: block;
}

.hero-city-name {
  font-size: 17px;
  display: block;
  margin-top: 2px;
  margin-left: 23px;
  font-weight: 700;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 3rem 0 4rem;
}

.city-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.1rem;
  color: #2f3d47;
}

.hero-title {
  font-family: "Caveat", cursive;
  font-size: clamp(2.4rem, 3.2vw, 3.4rem);
  color: #1e2b36;
  margin-bottom: 0.5rem;
}

.hero-subtitle {
  color: #33414c;
  font-size: .95rem;
}

.banner-tagline {
  font-size: 35px;
}

.search-card {
  position: relative;
  background: #f7f7f7;
  border: 2.5px solid #ffffff;
  border-radius: 2rem;
  box-shadow: var(--ie-shadow);
  padding: 1.6rem 1.35rem;
  overflow: visible;
  z-index: 3;
  isolation: isolate;
  margin-top: 1rem !important;
}

.search-tabs {
  position: absolute;
  left: 2.4rem;
  right: 2.4rem;
  top: -1.95rem;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 8px 20px rgba(24, 33, 43, 0.12);
  padding: 0.3px 1.3rem;
  border-bottom: 0;
  z-index: 12;
}

.search-tabs .nav-item {
  flex: 1;
  text-align: center;
}

.search-tabs .nav-link {
  border: 0;
  border-bottom: 3px solid transparent;
  color: #191f24;
  display: inline-flex;
  justify-content: center;
  gap: 0.35rem;
  align-items: center;
  width: 100%;
  padding: 0.72rem 0.45rem 0.68rem;
  white-space: nowrap;
  background: transparent;
  font-size: 0.9rem;
}

.packages-tab .nav-item.active {
  color: var(--ie-orange);
  border-bottom: 4px solid var(--ie-orange);
  font-weight: 700 !important;
}

.search-tabs .nav-link.active {
  color: var(--ie-orange);
  border-bottom-color: var(--ie-orange);
  background: transparent;
}

.tab-icon {
  font-size: 1px;
  line-height: 1;
}

.search-tabs .tab-icon img {
  transition: filter 0.2s ease;
}

.search-tabs .nav-link.active .tab-icon img {
  /* Approximate --ie-orange tint for external SVG images */
  filter: invert(55%) sepia(87%) saturate(1783%) hue-rotate(343deg) brightness(97%) contrast(95%);
}

.trip-type {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.trip-type .btn {
  border-radius: 999px;
  border: 0 !important;
  color: #33414c;
  background: transparent;
  padding: 0.26rem 0.82rem;
  margin-right: 0 !important;
  box-shadow: none;
  font-size: 13px;
}

.trip-type .btn.active {
  background: #f26d22;
  border-color: #45484d;
  color: #fff;
}

.form-field {
  border: 1px solid #d6d9de;
  border-radius: 0;
  padding: 0.8rem 1.25rem;
  background: #f8f8f8;
  height: 100%;
}

.form-field label {
  font-size: 0.95rem;
  color: #171b20;
  letter-spacing: normal;
  margin-bottom: 0.2rem;
  text-transform: none;
}

.swap-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #d9dbe0;
  background: #f6f6f6;
  color: var(--ie-orange);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
}

.swap-btn img {
  display: inline-block;
  transition: transform 0.25s ease;
}

.search-btn {
  background: var(--ie-orange);
  border: 0;
  color: #fff;
  border-radius: 1.15rem;
  padding: 0 1.45rem;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.search-btn:hover {
  background: var(--ie-orange-dark);
  box-shadow: 0 12px 24px rgba(242, 106, 33, 0.3);
}

.trip-legs {
  display: none;
}

.trip-legs.active {
  display: block;
}

.multi-leg-row {
  border-radius: 1rem;
  margin-bottom: 0.75rem;
}

.multi-city-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.9rem;
  margin-top: 0.85rem;
}

.multi-city-action-left {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.multi-city-btn {
  border: 0;
  border-radius: 0.9rem;
  padding: 0.42rem 0.9rem;
  font-size: 0.88rem;
  line-height: 1.25;
  min-width: 104px;
  background: #f7dfcf;
  color: var(--ie-orange);
}

.multi-city-clear-btn {
  border: 0;
  background: transparent;
  color: #1f2328;
  font-size: 0.92rem;
  padding: 0.2rem 0.1rem;
  line-height: 1.2;
  min-width: 85px;
}

.multi-city-clear-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.multi-city-legs {
  display: grid;
  gap: 0.7rem;
}

.multi-city-legs .field-label,
.multi-city-legs .form-control,
.multi-leg-row {
  position: relative;
  padding-right: 1.55rem;
  margin-bottom: 0;
  font-size: 0.95rem;
}

.leg-line {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(168px, 0.72fr);
  gap: 0.72rem;
  align-items: stretch;
}

.leg-route-wrap {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid #d6d9de;
  border-radius: 1rem;
  background: #fff;
  overflow: visible;
}

.leg-route-field {
  padding: 0.56rem 1.05rem 0.6rem;
  min-height: 74px;
}

.leg-route-field:first-child {
  border-right: 1px solid #d6d9de;
}

.leg-route-swap {
  width: 35px;
  height: 35px;
  color: var(--ie-orange);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(var(--leg-swap-rotation, 0deg));
  transition: transform 0.4s ease;
  cursor: pointer;
}

.leg-route-swap img {
  display: inline-block;
  transition: transform 0.25s ease;
}

.swap-btn img {
  display: inline-block;
  transition: transform 0.25s ease;
  transform: rotate(var(--swap-rotation, 0deg));
}

.leg-route-field .form-control::placeholder {
  color: #a5adb7;
}

.leg-date-field {
  border: 1px solid #d6d9de;
  border-radius: 1rem;
  background: #fff;
  padding: 0.58rem 0.78rem 0.62rem;
  min-height: 74px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.remove-leg-btn {
  position: absolute;
  right: -4px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #9198a3;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.remove-leg-btn:hover {
  color: #525962;
}

.leg-date-field .form-control::placeholder {
  color: #a5adb7;
}

.multi-city-search-btn {
  width: 150px;
  padding: 13px;
  min-height: auto;
  margin-right: 20px;
}

.summary-pill {
  background: #f5f6f8;
  border-radius: 999px;
  padding: 0.35rem 0.8rem;
  color: #56636e;
  font-size: 0.85rem;
}

.traveler-selector {
  position: relative;
  z-index: 60;
  margin-left: 0.3rem;
  flex: 0 0 auto;
}

.traveler-toggle {
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #1f2328;
  font-size: 13px;
  line-height: 1.2;
  min-width: auto;
  text-align: left;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  width: 190px;
  gap: 0.45rem;
}

#travelerToggle .bi::before {
  font-weight: 600 !important;
}

#travelerToggle i {
  transition: transform 0.4s ease;
}

#travelerToggle[aria-expanded="true"] i {
  transform: rotate(180deg);
}

#travelerSummary {
  display: inline-block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* .traveler-toggle::after {
      content: "⌄";
      display: inline-block;
      margin-left: 0.35rem;
      transform: translateY(-1px);
    } */
.traveler-popup {
  position: absolute;
  top: calc(100% + 0.7rem);
  right: 0;
  left: auto;
  width: min(370px, calc(100vw - 1.5rem));
  max-width: calc(100vw - 1.5rem);
  max-height: min(600px, 75vh);
  overflow-y: auto;
  background: #fff;
  border: 1px solid #e6ebf0;
  border-radius: 1.5rem;
  box-shadow: var(--ie-shadow-soft);
  padding: 1rem 1.25rem;
  z-index: 2000;
  display: none;
}
.traveler-popup #travelerErrorMsg {
  font-size: 12px;
  padding: 2px 8px;
  color: #eb0000;
  background: #ffe2e2;
  border-radius: 6px;
  margin-top: 5px;
}

.traveler-popup-heading {
  font-size: 1.25rem;
  font-weight: 700;
  color: #102030;
  margin-bottom: 0.5rem;
}

.traveler-info {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.traveler-type-icon {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.traveler-popup.show {
  display: block;
}

.traveler-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.4rem 0;
}

.traveler-row + .traveler-row {
  border-top: 0;
}

.traveler-row:last-of-type {
  border-bottom: 0;
}

.traveler-label {
  font-size: 1rem;
  color: #33414c;
  line-height: 1.2;
  margin-bottom: 0.1rem;
}

.traveler-help {
  color: #6e7b86;
  font-size: 0.84rem;
}

.count-controls {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 132px;
  gap: 0.7rem;
}

.count-btn {
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 6px;
  background: #f1f3f6;
  color: #6e7b86;
  display: grid;
  place-items: center;
  line-height: 1;
  padding: 0;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
}

.count-btn-plus {
  background: #fff;
  border: 1px solid #cfd8e2;
  color: #6e7b86;
}

.traveler-row[data-key="adult"] .count-btn-plus,
.count-btn-plus.total-not-zero {
  border-color: #f26a21;
  color: #f26a21;
  background: #fef0e9;
}

.count-value {
  min-width: 20px;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  color: #6e7b86;
}

.traveler-row[data-key="adult"] .count-value,
.count-value.has-count {
  color: #f26a21;
}

.count-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.cabin-select-wrap {
  margin-top: 0.85rem;
  padding-top: 0.15rem;
  border-top: 0;
}

.cabin-select-wrap > label {
  font-size: 1.1rem;
  color: #1f2a33;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 0.6rem;
  display: block;
  font-weight: 600;
}

.cabin-class-options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.cabin-class-option {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  padding: 0.75rem 1.12rem;
  cursor: pointer;
  font-size: 1rem;
  color: #102030;
  background: #f1f3f6;
  line-height: 1.2;
  transition: all 0.2s ease;
}

.cabin-class-option:hover {
  border-color: #aeb8c4;
}

.cabin-class-option input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.cabin-class-option.selected {
  border-color: #f26a21;
  background-color: #fef0e9;
  box-shadow: none;
}

.cabin-class-option.selected span {
  color: #f26a21;
  font-weight: 600;
}

.cabin-class-option span {
  font-size: 1rem;
  color: #111f2d;
}

.flight-top-row {
  position: relative;
  z-index: 40;
  margin-bottom: 0.8rem;
  font-size: 0.5px;
}

.flight-form-area {
  position: relative;
  z-index: 5;
}

.from-to-wrap {
  position: relative;
  align-items: flex-start;
  overflow: visible;
  margin-bottom: 1rem;
}

.from-to-wrap .form-field {
  border: 1px solid #d6d9de;
  border-radius: 1.2rem;
  background: #fff;
  padding: 0.56rem 1.05rem 0.6rem;
  height: 78px !important;
}

/* Desktop: From and To fields combined look */
@media (min-width: 768px) {
  #flightSearchForm .from-to-wrap .field-group:first-child .form-field {
    border-right: 0;
    border-radius: 1.2rem 0 0 1.2rem;
  }

  #flightSearchForm .from-to-wrap .field-group:last-child .form-field {
    border-radius: 0 1.2rem 1.2rem 0;
  }

  .depart-date-col {
    border-right: 1px solid #d6d9de;
  }

  .hero {
    margin-top: -28px;
  }
}
.from-to-wrap .field-group {
  position: relative;
  padding-inline: 0;
}

.from-to-wrap .form-control,
.leg-route-wrap .form-control {
  border-radius: 0 !important;
}

.from-to-wrap .form-control::placeholder,
.date-search-wrap .form-control::placeholder {
  color: #a5adb7;
}

.from-to-wrap .twitter-typeahead {
  width: 100%;
  display: block !important;
}

.from-to-wrap .twitter-typeahead .tt-input {
  width: 100%;
  background: transparent !important;
}

.from-to-wrap .twitter-typeahead .tt-hint {
  color: #a5adb7 !important;
}

.from-to-wrap .twitter-typeahead .tt-dropdown-menu,
.from-to-wrap .form-field .ie-dummy-menu.tt-dropdown-menu,
.leg-route-wrap .leg-route-field .ie-dummy-menu.tt-dropdown-menu {
  margin-top: 0.48rem;
  width: min(425px, calc(100vw - 2rem));
  max-height: 220px;
  overflow-y: auto;
  background: #ffffff;
  border: 1px solid #e6ebf0;
  border-radius: 1rem;
  box-shadow: 0 18px 38px rgba(24, 33, 43, 0.2);
  padding: 8px 0;
  z-index: 2100;
}

.from-to-wrap .form-field,
.leg-route-wrap .leg-route-field {
  position: relative;
}

.from-to-wrap .form-field .ie-dummy-menu.tt-dropdown-menu,
.leg-route-wrap .leg-route-field .ie-dummy-menu.tt-dropdown-menu {
  position: absolute;
  top: calc(100% + 0.28rem);
  left: 0;
  right: auto;
  display: none;
}

.from-to-wrap .twitter-typeahead .tt-suggestions,
.from-to-wrap .form-field .ie-dummy-menu .tt-suggestions,
.leg-route-wrap .leg-route-field .ie-dummy-menu .tt-suggestions {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.from-to-wrap .twitter-typeahead .tt-suggestion,
.from-to-wrap .form-field .ie-dummy-menu .tt-suggestion,
.leg-route-wrap .leg-route-field .ie-dummy-menu .tt-suggestion {
  position: relative;
  background: #ffffff;
  color: #1f2a33;
  padding: 0.56rem 0.85rem;
  cursor: pointer;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
  font-size: 0.82rem;
  line-height: 1.3;
  font-weight: 600;
  min-height: 44px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.from-to-wrap .twitter-typeahead .tt-suggestion:hover,
.from-to-wrap .twitter-typeahead .tt-suggestion.tt-cursor,
.from-to-wrap .form-field .ie-dummy-menu .tt-suggestion:hover,
.from-to-wrap .form-field .ie-dummy-menu .tt-suggestion.tt-cursor,
.leg-route-wrap .leg-route-field .ie-dummy-menu .tt-suggestion:hover,
.leg-route-wrap .leg-route-field .ie-dummy-menu .tt-suggestion.tt-cursor {
  background-color: #fff6e7;
}

.from-to-wrap .twitter-typeahead .tt-empty-message,
.from-to-wrap .form-field .ie-dummy-menu .tt-empty-message,
.leg-route-wrap .leg-route-field .ie-dummy-menu .tt-empty-message {
  font-size: 0.9rem;
  color: #6e7b86;
  padding: 0.4rem 0.2rem;
}

@media (max-width: 767px) {
  .from-to-wrap .twitter-typeahead .tt-dropdown-menu,
  .from-to-wrap .form-field .ie-dummy-menu.tt-dropdown-menu,
  .leg-route-wrap .leg-route-field .ie-dummy-menu.tt-dropdown-menu {
    width: 100%;
    max-height: 220px;
  }
}
.form-control {
  font-size: 0.93rem;
  color: #20262c;
}

.field-label {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.82rem;
}

.field-label .icon {
  color: #7a8794;
  font-size: 0.78rem;
  line-height: 1;
  transform: translateY(-1px);
}

.tab-content,
.tab-pane {
  overflow: visible;
}

.date-fields {
  border: 1px solid #d6d9de;
  border-radius: 1.2rem;
  overflow: visible;
  position: relative;
  background: #ffffff;
}

.date-fields .form-field {
  border: 0;
  background: transparent;
  padding: 0.56rem 0.95rem 0.6rem;
  min-height: 78px;
}

/* One-way: use full width for Departure date */
.date-fields.oneway-mode .row > .col-12.col-md-6:first-child {
  flex: 0 0 100%;
  max-width: 100%;
  border-right: 0 !important;
}

.trip-legs {
  position: relative;
  z-index: 5;
}

@media (min-width: 1400px) {
  .hero-content {
    max-width: 1800px;
    min-width: 1340px;
    width: 90%;
  }

  .search-right {
    max-width: 800px;
    margin-left: auto;
  }
}
@media (max-width: 991px) {
  .hero {
    min-height: 700px;
  }

  .hero-slide {
    background-position: center top;
  }

  .hero-plane {
    display: none;
  }

  .hero-content {
    padding: 2rem 0 3rem;
  }

  .hero-location {
    display: none;
  }

  .search-tabs {
    position: static;
    margin-bottom: 1rem;
  }

  .search-card {
    padding-top: 1.4rem;
  }

  .search-btn {
    width: 100%;
  }

  .cookies-accept-btn {
    width: 100%;
  }
}
/* For tablet widths, keep multi-city button compact instead of full-width */
@media (min-width: 768px) and (max-width: 991px) {
  .multi-city-search-btn {
    width: 150px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .search-card {
    padding: 3rem 1.15rem 1.2rem;
  }

  .search-tabs {
    left: 1.4rem;
    right: 1.4rem;
  }

  .from-to-wrap .form-field,
  .date-fields .form-field {
    min-height: 72px;
  }

  .from-to-wrap .form-field.ps-4,
  .date-fields .form-field.ps-4 {
    padding-left: 0.95rem !important;
  }
}
@media (max-width: 767px) {
  .hero {
    min-height: auto;
    padding-bottom: 0;
  }

  .hero-slider {
    display: none;
  }

  .hero-slide {
    background-position: center center;
    background-size: cover;
  }

  .hero-content {
    padding: 1.5rem 0 2rem;
  }

  .hero-title {
    font-size: 1.8rem;
  }

  .hero-tagline-container {
    padding-inline: 1rem;
  }

  .hero-subtitle {
    padding-inline: 1rem;
    font-size: 0.9rem;
  }

  .search-card {
    padding: 1rem;
    border-radius: 1rem;
    margin-top: 1rem !important;
  }

  .search-tabs {
    padding: 0.2rem 0.5rem;
    border-radius: 0.8rem;
  }

  .search-tabs .nav-link {
    font-size: 0.75rem;
    padding: 0.5rem 0.3rem;
  }

  .swap-btn {
    width: 34px;
    height: 34px;
    transform: translate(-50%, -50%);
    z-index: 20;
  }

  .swap-btn img {
    transform: rotate(90deg);
  }

  #mainFlightFields .swap-btn img {
    width: 35px;
  }

  .flight-top-row {
    font-size: 0.95rem;
  }

  .form-control,
  .search-btn {
    font-size: 1rem;
  }

  /* Improve mobile Search Flights button alignment and sizing */
  .date-search-wrap .col-12.col-md-4 {
    margin-top: 0.75rem;
  }

  .search-btn {
    height: auto;
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
    border-radius: 999px;
  }

  .from-to-wrap .field-group {
    margin-bottom: 0.5rem;
    padding-inline: 0 !important;
  }

  .from-to-wrap .form-field:first-child,
  .date-fields .form-field:first-child {
    border-bottom: 1px solid #d6d9de;
  }

  /* Round-trip / One-way only: push swap button to the right edge */
  #mainFlightFields .swap-btn {
    left: 90%;
  }

  .multi-city-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .multi-city-action-left {
    width: 100%;
  }

  .multi-city-btn,
  .multi-city-search-btn {
    width: 100%;
  }

  .leg-line {
    grid-template-columns: 1fr;
  }

  .traveler-selector {
    position: static;
  }

  .traveler-toggle {
    width: auto;
    max-width: 100%;
  }

  .traveler-popup {
    position: fixed;
    top: auto;
    right: 0.75rem;
    left: 0.75rem;
    bottom: 0.75rem;
    width: auto;
    max-width: none;
    max-height: calc(100vh - 1.5rem);
    border-radius: 0.9rem;
    z-index: 3000;
  }

  .whatOutTextParent .whatOutText {
    display: block !important;
  }

  #travelerToggle[aria-expanded="true"] {
    border: 1px solid #f26d22;
    width: 150px;
    padding: 5px;
  }
}
/* Multi-city leg From/To: stacked card design below md */
@media (max-width: 767px) {
  .leg-route-wrap {
    grid-template-columns: 1fr;
    border: 0;
    background: transparent;
    gap: 0.5rem;
  }

  .leg-route-field {
    border: 1px solid #d6d9de;
    border-radius: 1.2rem;
    background: #fff;
    height: 78px;
  }

  .leg-route-swap {
    left: 90%;
    top: 48%;
    transform: translate(-50%, -50%);
  }

  .leg-route-swap img {
    transform: rotate(calc(90deg + var(--leg-swap-rotation, 0deg)));
  }
}
.error-tips-home {
  position: absolute;
  top: 100%;
  left: 0;
  right: auto;
  color: #d32f2f;
  background: red;
  color: #fff;
  border-radius: 0.4rem;
  font-size: 11px;
  font-weight: 500;
  padding: 5px 10px;
  margin-top: 8px;
  z-index: 10;
  white-space: nowrap;
  display: inline-block;
  max-width: calc(100% - -12px);
}

/* Tooltip arrow pointing upward */
.error-tips-home::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 14px;
  border-width: 0 6px 6px 6px;
  border-style: solid;
  border-color: transparent transparent red transparent;
}

/*# sourceMappingURL=newHomePageStyles.css.map */
