@charset "UTF-8";
.container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

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

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.hidden {
  display: none !important;
}

@media (min-width: 768px) {
  .md-show {
    display: flex !important;
  }
  .md-hide {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .md-block {
    display: block !important;
  }
}
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  background: #f8f9fb;
  color: #151c28;
  line-height: 1.6;
  min-height: 100vh;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
}

img {
  max-width: 100%;
  display: block;
}

ul,
ol {
  list-style: none;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
}

button {
  cursor: pointer;
}

.utility-bar {
  background: rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  z-index: 2;
}
.utility-bar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 2.5rem;
}
.utility-bar__left {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.utility-bar__left a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.75rem;
}
.utility-bar__left a:hover {
  color: white;
}
.utility-bar__left a strong {
  color: white;
}
.utility-bar__right {
  display: none;
  align-items: center;
  gap: 1rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.75rem;
}
.utility-bar__right a {
  display: flex;
  align-items: center;
  gap: 0.375rem;
}
.utility-bar__right a:hover {
  color: white;
}
@media (min-width: 768px) {
  .utility-bar__right {
    display: flex;
  }
}
.utility-bar__currency .afb-custom-select {
  position: relative;
}
.utility-bar__currency .afb-custom-select__trigger {
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 9999px;
  color: rgba(255, 255, 255, 0.85);
  padding: 0.25rem 0.625rem;
  font-size: 0.6875rem;
  font-weight: 500;
  gap: 0.375rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
  white-space: nowrap;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1.4;
}
.utility-bar__currency .afb-custom-select__trigger:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.35);
  color: white;
}
.utility-bar__currency .afb-custom-select__trigger svg {
  width: 0.75rem;
  height: 0.75rem;
  opacity: 0.7;
  flex-shrink: 0;
}
.utility-bar__currency .afb-custom-select__menu {
  position: absolute;
  top: calc(100% + 0.375rem);
  right: 0;
  min-width: 7rem;
  background: #ffffff;
  border-radius: 0.75rem;
  box-shadow: 0 8px 30px rgba(21, 28, 40, 0.12);
  padding: 0.375rem;
  z-index: 9999;
  display: none;
  border: 1px solid #dde2ea;
}
.utility-bar__currency .afb-custom-select.is-open .afb-custom-select__menu {
  display: block;
}
.utility-bar__currency .afb-custom-select__option {
  display: block;
  width: 100%;
  padding: 0.375rem 0.625rem;
  font-size: 0.75rem;
  font-weight: 500;
  color: #151c28;
  background: none;
  border: none;
  border-radius: calc(0.75rem - 4px);
  cursor: pointer;
  text-align: left;
  transition: all 0.3s ease;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.utility-bar__currency .afb-custom-select__option:hover {
  background: #eef1f5;
}
.utility-bar__currency .afb-custom-select__option.is-selected {
  color: #ef6a39;
  font-weight: 600;
}
.utility-bar__currency .afb-custom-select select {
  display: none;
}
.utility-bar__currency--mobile {
  display: inline-flex;
}
.utility-bar__currency--mobile .afb-custom-select__trigger {
  border-color: rgba(255, 255, 255, 0.15);
  font-size: 0.75rem;
}
.utility-bar__currency--mobile .afb-custom-select__menu {
  bottom: calc(100% + 0.375rem);
  top: auto;
}
.utility-bar--solid {
  background: #10244c;
}

#site-header {
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
#site-header.is-scrolled, .error404 #site-header {
  background: #10244c;
  box-shadow: 0 8px 30px rgba(21, 28, 40, 0.12);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
}
.header__nav {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  transition: all 0.3s ease;
}
.header__nav--solid {
  background: #10244c;
  box-shadow: 0 8px 30px rgba(21, 28, 40, 0.12);
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 3.5rem;
}
.header__logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.header__logo-icon {
  padding: 0 0.375rem;
  display: flex;
}
.header__logo-icon img {
  width: auto;
  height: 2.5rem;
}
.header__logo-text {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: white;
  letter-spacing: -0.025em;
}
.header__links {
  display: none;
  align-items: center;
  gap: 0.25rem;
}
@media (min-width: 768px) {
  .header__links {
    display: flex;
  }
}
.header__links a {
  padding: 0.5rem 1rem;
  border-radius: 0.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
}
.header__links a:hover {
  color: white;
  background: rgba(255, 255, 255, 0.1);
}
.header__links a.active {
  background: rgba(255, 255, 255, 0.2);
  color: white;
}
.header__hamburger {
  display: flex;
}
@media (min-width: 768px) {
  .header__hamburger {
    display: none;
  }
}
.header__hamburger {
  background: none;
  border: none;
  color: white;
  padding: 0.5rem;
}
.header__hamburger svg {
  width: 1.25rem;
  height: 1.25rem;
}
.header__mobile {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 60;
  background: #10244c;
  overflow-y: auto;
}
.header__mobile.open {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .header__mobile.open {
    display: none;
  }
}
.header__mobile-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.5rem;
  height: 3.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
}
.header__mobile-close {
  background: none;
  border: none;
  color: white;
  padding: 0.5rem;
  border-radius: 0.75rem;
  transition: all 0.3s ease;
}
.header__mobile-close:hover {
  background: rgba(255, 255, 255, 0.1);
}
.header__mobile-close svg {
  width: 1.5rem;
  height: 1.5rem;
}
.header__mobile-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  padding: 2rem 1.5rem;
}
.header__mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.header__mobile a {
  display: flex;
  align-items: center;
  padding: 1rem 1.25rem;
  border-radius: 1rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease;
}
.header__mobile a:hover {
  background: rgba(255, 255, 255, 0.1);
  color: white;
}
.header__mobile a.active {
  background: rgba(255, 255, 255, 0.15);
  color: white;
}
.header__mobile-actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding-bottom: 1.5rem;
}
.header__mobile-actions .mobile-login-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem;
  border-radius: 1rem;
  font-size: 1rem;
  font-weight: 600;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: none;
  transition: all 0.3s ease;
}
.header__mobile-actions .mobile-login-btn:hover {
  background: rgba(255, 255, 255, 0.1);
}
.header__mobile-actions .mobile-account-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem;
  border-radius: 1rem;
  font-size: 1rem;
  font-weight: 600;
  background: #ef6a39;
  color: #ffffff;
  transition: all 0.3s ease;
}
.header__mobile-actions .mobile-account-btn:hover {
  opacity: 0.9;
}
.header__mobile-actions .mobile-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.875rem;
}
.header__mobile-actions .mobile-info a {
  font-size: 0.875rem;
  padding: 0;
  font-weight: 400;
}
.header__mobile-actions .mobile-info a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.header__auth {
  display: none;
  align-items: center;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .header__auth {
    display: flex;
  }
}
.header__auth-login {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.5rem 1rem;
  border-radius: 0.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
}
.header__auth-login:hover {
  color: white;
  background: rgba(255, 255, 255, 0.1);
}
.header__auth-account {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.5rem 1rem;
  border-radius: 0.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  background: #ef6a39;
  color: #ffffff;
  transition: all 0.3s ease;
}
.header__auth-account:hover {
  opacity: 0.9;
}

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  padding: 6rem 0px;
}
.hero__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(16, 36, 76, 0.7), rgba(16, 36, 76, 0.2) 50%, rgba(255, 255, 255, 0.8));
}
.hero__content {
  position: relative;
  z-index: 10;
  flex: 1;
  display: flex;
  align-items: center;
}
.hero__text {
  text-align: center;
  width: 100%;
}
.hero__text h1 {
  font-size: 3rem;
  color: #ffffff;
  margin-bottom: 1.25rem;
  letter-spacing: -0.025em;
  line-height: 1.08;
}
@media (min-width: 768px) {
  .hero__text h1 {
    font-size: 3.75rem;
  }
}
@media (min-width: 1024px) {
  .hero__text h1 {
    font-size: 4.5rem;
  }
}
.hero__text p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .hero__text p {
    font-size: 1.25rem;
  }
}
.hero__badges {
  display: none;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .hero__badges {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.hero__badges span {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(4px);
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.625rem 1.25rem;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.hero__search {
  position: relative;
  z-index: 10;
  padding-bottom: 1.5rem;
  margin-top: 2rem;
}

.search-widget {
  background: #ffffff;
  border-radius: 1.25rem;
  box-shadow: 0 1px 3px rgba(21, 28, 40, 0.06), 0 4px 12px rgba(21, 28, 40, 0.04);
  box-shadow: 0 12px 40px rgba(21, 28, 40, 0.15);
  max-width: 72rem;
  margin: 0 auto;
  overflow: visible;
}
.search-widget__top {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 1.5rem 0.75rem;
}
.search-widget__trip-toggle {
  display: flex;
  background: #eef1f5;
  border-radius: 1rem;
  padding: 0.25rem;
  gap: 0.25rem;
}
.search-widget__trip-toggle button {
  padding: 0.5rem 1rem;
  border-radius: 0.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  border: none;
  background: none;
  color: #6a7181;
  transition: all 0.3s ease;
}
.search-widget__trip-toggle button.active {
  background: #10244c;
  color: #ffffff;
  box-shadow: 0 1px 3px rgba(21, 28, 40, 0.06), 0 4px 12px rgba(21, 28, 40, 0.04);
}
.search-widget__cabin {
  margin-left: auto;
  position: relative;
}
.search-widget__cabin select {
  appearance: none;
  background: #eef1f5;
  color: #151c28;
  padding: 0.5rem 2rem 0.5rem 1rem;
  border-radius: 0.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  border: none;
  outline: none;
}
.search-widget__cabin select:focus {
  box-shadow: 0 0 0 2px #ef6a39;
}
.search-widget__cabin svg {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  color: #6a7181;
  pointer-events: none;
}
.search-widget__fields {
  padding: 0 1.5rem 1.5rem;
}
.search-widget__grid {
  display: grid;
  gap: 0.75rem;
  align-items: end;
}
@media (min-width: 768px) {
  .search-widget__grid {
    grid-template-columns: 1fr auto 1fr 1fr 1fr auto;
  }
}
.search-widget__field label {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  color: #6a7181;
  margin-bottom: 0.25rem;
}
.search-widget__field input,
.search-widget__field select {
  width: 100%;
  padding: 0.75rem 1rem;
  background: #eef1f5;
  border: none;
  border-radius: 1rem;
  color: #151c28;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  outline: none;
  transition: all 0.3s ease;
}
.search-widget__field input:focus,
.search-widget__field select:focus {
  box-shadow: 0 0 0 2px #ef6a39;
}
.search-widget__field input::placeholder,
.search-widget__field select::placeholder {
  color: rgba(106, 113, 129, 0.5);
}
.search-widget__swap {
  display: none;
}
@media (min-width: 768px) {
  .search-widget__swap {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.search-widget__swap {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
  background: #e4f2f9;
  border: none;
  transition: all 0.3s ease;
}
.search-widget__swap:hover {
  background: #ef6a39;
  color: #ffffff;
}
.search-widget__swap svg {
  width: 1rem;
  height: 1rem;
}
.search-widget__submit {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, #ef6a39 0%, #f48c25 100%);
  color: #ffffff;
  padding: 0.75rem 2rem;
  border-radius: 1rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(21, 28, 40, 0.06), 0 4px 12px rgba(21, 28, 40, 0.04);
  transition: all 0.3s ease;
}
.search-widget__submit:hover {
  box-shadow: 0 8px 30px rgba(21, 28, 40, 0.12);
  transform: scale(1.02);
}
.search-widget__submit {
  padding: 0.75rem 2rem;
  justify-content: center;
}
.search-widget__submit svg {
  width: 1rem;
  height: 1rem;
}
.search-widget__passengers {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 0.75rem;
}
.search-widget__pax-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: #eef1f5;
  border-radius: 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #151c28;
  border: none;
  cursor: pointer;
}
.search-widget__pax-btn svg {
  width: 1rem;
  height: 1rem;
  color: #6a7181;
}
.search-widget__pax-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 0.5rem;
  background: #ffffff;
  box-shadow: 0 8px 30px rgba(21, 28, 40, 0.12);
  border-radius: 1rem;
  padding: 1rem;
  z-index: 1000;
  min-width: 200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search-widget__pax-dropdown span {
  font-size: 0.875rem;
  font-weight: 500;
}
.search-widget__pax-dropdown-controls {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.search-widget__pax-dropdown-controls button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 9999px;
  background: #eef1f5;
  border: none;
  transition: all 0.3s ease;
}
.search-widget__pax-dropdown-controls button:hover {
  background: #e4f2f9;
}
.search-widget__pax-dropdown-controls .count {
  font-weight: 700;
}

.features {
  padding: 6rem 0;
  background: #ffffff;
}
.features__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media (min-width: 768px) {
  .features__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.features__item {
  text-align: center;
}
.features__item-icon {
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin: 0 auto 1rem;
  transition: all 0.3s ease;
}
.features__item h3 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 600;
  color: #151c28;
  margin-bottom: 0.25rem;
}
.features__item p {
  font-size: 0.875rem;
  color: #6a7181;
}
.features__item:hover .features__item-icon {
  transform: scale(1.1);
}

.traveller-love {
  padding: 6rem 0;
  background: #f8f9fb;
}
.traveller-love__header {
  text-align: center;
  margin-bottom: 3rem;
}
.traveller-love__header h2 {
  color: #151c28;
  font-size: 1.875rem;
}
@media (min-width: 768px) {
  .traveller-love__header h2 {
    font-size: 2.25rem;
  }
}
.traveller-love__header p {
  color: #6a7181;
  margin-top: 0.5rem;
}
.traveller-love__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.5rem;
  max-width: 64rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .traveller-love__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.traveller-love__card {
  background: #ffffff;
  border-radius: 1.25rem;
  box-shadow: 0 1px 3px rgba(21, 28, 40, 0.06), 0 4px 12px rgba(21, 28, 40, 0.04);
  border: 1px solid #dde2ea;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.traveller-love__card-logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.traveller-love__card-logo .icon {
  padding: 0.375rem;
  display: flex;
}
.traveller-love__card-logo .icon img {
  width: auto;
  height: 2rem;
  color: #ffffff;
}
.traveller-love__card-logo span {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  color: #151c28;
}
.traveller-love__card h3 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  color: #151c28;
  font-size: 1.125rem;
  margin-bottom: 0.75rem;
}
.traveller-love__card p {
  color: #6a7181;
  font-size: 0.875rem;
  line-height: 1.6;
}
.traveller-love__card-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 2rem;
}
.traveller-love__card-author .avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  font-weight: 700;
  font-size: 0.875rem;
  color: #151c28;
}
.traveller-love__card-author .avatar img {
  border: 1px solid #dde2ea;
  border-radius: 9999px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.traveller-love__card-author .name {
  font-weight: 600;
  font-size: 0.875rem;
  color: #151c28;
}
.traveller-love__card-author .role {
  font-size: 0.75rem;
  color: #6a7181;
}
.traveller-love__card-author .dot {
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 9999px;
  background: #ef6a39;
  margin-left: auto;
}
.traveller-love__stats {
  background: #ffffff;
  border-radius: 1.25rem;
  box-shadow: 0 1px 3px rgba(21, 28, 40, 0.06), 0 4px 12px rgba(21, 28, 40, 0.04);
  border: 1px solid #dde2ea;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1.5rem;
}
.traveller-love__stat-top {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
.traveller-love__stat .stat-icon {
  width: 2.5rem;
  height: 2.5rem;
  background: rgba(43, 171, 111, 0.1);
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.traveller-love__stat .stat-icon svg {
  width: 1.25rem;
  height: 1.25rem;
  color: #2bab6f;
}
.traveller-love__stat h4 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  color: #151c28;
}
.traveller-love__stat p {
  color: #6a7181;
  font-size: 0.875rem;
  margin-top: 0.25rem;
}
.traveller-love__stat-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
}
.traveller-love__stat-bottom .big {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 3rem;
  color: #151c28;
}
.traveller-love__stat-bottom .label {
  color: #6a7181;
  font-size: 0.875rem;
  margin-top: 0.25rem;
}
.traveller-love__image {
  border-radius: 1.25rem;
  overflow: hidden;
  position: relative;
  min-height: 320px;
}
.traveller-love__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}
.traveller-love__image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3) 50%, transparent);
}
.traveller-love__image-content {
  position: relative;
  z-index: 10;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem;
}
.traveller-love__image-content .number {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 3.75rem;
  color: white;
}
.traveller-love__image-content h4 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  color: white;
  font-size: 1.125rem;
}
.traveller-love__image-content p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.875rem;
  margin-top: 0.25rem;
}

.popular-routes {
  padding: 6rem 0;
  background: #10244c;
}
.popular-routes__header {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .popular-routes__header {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
}
.popular-routes__header .label {
  color: #ef6a39;
  font-weight: 600;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.popular-routes__header h2 {
  color: #ffffff;
  font-size: 1.875rem;
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .popular-routes__header h2 {
    font-size: 2.25rem;
  }
}
.popular-routes__see-more {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: 1rem;
  transition: all 0.3s ease;
}
.popular-routes__see-more:hover {
  background: rgba(255, 255, 255, 0.1);
}
.popular-routes__see-more svg {
  width: 1rem;
  height: 1rem;
}
@media (min-width: 768px) {
  .popular-routes__see-more {
    margin-top: 0;
  }
}
.popular-routes__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.5rem;
}
@media (min-width: 640px) {
  .popular-routes__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .popular-routes__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.popular-routes__card {
  cursor: pointer;
}
.popular-routes__card-image {
  border-radius: 1.25rem;
  overflow: hidden;
  aspect-ratio: 4/3;
  margin-bottom: 0.75rem;
}
.popular-routes__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.popular-routes__card:hover .popular-routes__card-image img {
  transform: scale(1.05);
}
.popular-routes__card-route {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.25rem;
}
.popular-routes__card-route .cities {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #ffffff;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 600;
}
.popular-routes__card-route .cities svg {
  width: 0.875rem;
  height: 0.875rem;
  color: #ef6a39;
}
.popular-routes__card-route .date {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.875rem;
}
.popular-routes__card-label {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.75rem;
  margin-bottom: 0.25rem;
}
.popular-routes__card-price {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #ffffff;
}

.testimonials {
  padding: 6rem 0;
  background: #10244c;
}
.testimonials__header {
  margin-bottom: 3rem;
}
.testimonials__header h2 {
  color: #ffffff;
  font-size: 1.875rem;
}
@media (min-width: 768px) {
  .testimonials__header h2 {
    font-size: 2.25rem;
  }
}
.testimonials__header h2 {
  margin-bottom: 0.5rem;
}
.testimonials__header p {
  color: rgba(255, 255, 255, 0.5);
}
.testimonials__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.5rem;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .testimonials__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.testimonials__summary {
  background: #ffffff;
  border-radius: 1.25rem;
  box-shadow: 0 1px 3px rgba(21, 28, 40, 0.06), 0 4px 12px rgba(21, 28, 40, 0.04);
  border: 1px solid rgba(221, 226, 234, 0.3);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.testimonials__summary .excellent {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  color: #151c28;
  font-size: 1.125rem;
  margin-bottom: 0.75rem;
}
.testimonials__summary .stars {
  display: flex;
  gap: 0.25rem;
  margin-bottom: 0.75rem;
}
.testimonials__summary .stars .star {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  background: #2bab6f;
}
.testimonials__summary .stars .star svg {
  width: 1.25rem;
  height: 1.25rem;
  color: #ffffff;
  fill: #ffffff;
}
.testimonials__summary .review-count {
  color: #6a7181;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}
.testimonials__summary .review-count strong {
  color: #151c28;
  text-decoration: underline;
}
.testimonials__summary .trustpilot {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  margin-top: 0.25rem;
}
.testimonials__summary .trustpilot img {
  width: auto;
  height: 2rem;
}
.testimonials__summary .trustpilot span {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  color: #151c28;
}
.testimonials__review {
  background: #ffffff;
  border-radius: 1.25rem;
  box-shadow: 0 1px 3px rgba(21, 28, 40, 0.06), 0 4px 12px rgba(21, 28, 40, 0.04);
  border: 1px solid rgba(221, 226, 234, 0.3);
  padding: 1.5rem;
}
.testimonials__review-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.75rem;
}
.testimonials__review .stars-small {
  display: flex;
  gap: 0.125rem;
}
.testimonials__review .stars-small .star {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  background: #2bab6f;
}
.testimonials__review .stars-small .star svg {
  width: 0.875rem;
  height: 0.875rem;
  color: #ffffff;
  fill: #ffffff;
}
.testimonials__review .time {
  color: #6a7181;
  font-size: 0.75rem;
}
.testimonials__review h4 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  color: #151c28;
  margin-bottom: 0.5rem;
}
.testimonials__review p {
  color: #6a7181;
  font-size: 0.875rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.testimonials__review .name {
  font-weight: 600;
  color: #151c28;
  font-size: 0.875rem;
}
.testimonials__airlines {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2.5rem;
}
.testimonials__airlines-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
@media (min-width: 768px) {
  .testimonials__airlines-inner {
    gap: 3.5rem;
  }
}
.testimonials__airlines-inner span {
  color: rgba(255, 255, 255, 0.4);
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .testimonials__airlines-inner span {
    font-size: 1rem;
  }
}

.faq {
  padding: 6rem 0;
  background: #f8f9fb;
}
.faq__header {
  margin-bottom: 3rem;
}
.faq__header h2 {
  color: #151c28;
  font-size: 1.875rem;
}
@media (min-width: 768px) {
  .faq__header h2 {
    font-size: 2.25rem;
  }
}
.faq__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 3rem;
}
@media (min-width: 768px) {
  .faq__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.faq__item {
  border-bottom: 1px solid rgba(221, 226, 234, 0.5);
}
.faq__item-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: none;
  border: none;
  padding: 1.25rem 0;
  text-align: left;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 600;
  color: #151c28;
  cursor: pointer;
}
.faq__item-trigger svg {
  width: 1.25rem;
  height: 1.25rem;
  color: #6a7181;
  transition: transform 0.3s ease;
  flex-shrink: 0;
  margin-left: 1rem;
}
.faq__item-trigger.active svg {
  transform: rotate(180deg);
}
.faq__item-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
.faq__item-content p {
  padding-bottom: 1.25rem;
  color: #6a7181;
  line-height: 1.6;
}
.faq__item.open .faq__item-content {
  max-height: 500px;
}

.cta {
  padding: 6rem 0;
  background: linear-gradient(135deg, #10244c 0%, #2b3e63 50%, #246b8f 100%);
  text-align: center;
}
.cta h2 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 1.875rem;
  color: white;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .cta h2 {
    font-size: 3rem;
  }
}
.cta p {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 2.5rem;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.125rem;
}
.cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, #ef6a39 0%, #f48c25 100%);
  color: #ffffff;
  padding: 0.75rem 2rem;
  border-radius: 1rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(21, 28, 40, 0.06), 0 4px 12px rgba(21, 28, 40, 0.04);
  transition: all 0.3s ease;
}
.cta__btn:hover {
  box-shadow: 0 8px 30px rgba(21, 28, 40, 0.12);
  transform: scale(1.02);
}
.cta__btn {
  padding: 1rem 2.5rem;
  font-size: 1.125rem;
}
.cta__btn svg {
  width: 1.25rem;
  height: 1.25rem;
}

.footer {
  position: relative;
  background: linear-gradient(180deg, #10244c 0%, #0a1a38 100%);
  color: #ffffff;
  overflow: hidden;
}
.footer::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 2rem;
  background: #f8f9fb;
  border-radius: 0 0 50% 50%;
}
.footer__inner {
  position: relative;
  padding: 6rem 0 4rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2.5rem;
}
@media (min-width: 768px) {
  .footer__inner {
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
  }
}
.footer__brand .logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.footer__brand .logo .icon {
  background: #ef6a39;
  border-radius: 0.75rem;
  padding: 0.375rem;
  display: flex;
}
.footer__brand .logo .icon svg {
  width: 1.25rem;
  height: 1.25rem;
  color: #ffffff;
}
.footer__brand .logo span {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: -0.025em;
}
.footer__brand p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.875rem;
  line-height: 1.6;
  max-width: 20rem;
}
.footer__col h4 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 600;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
}
.footer__col ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 0.875rem;
}
.footer__col li a,
.footer__col li span {
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.3s ease;
}
.footer__col li a:hover,
.footer__col li span:hover {
  color: white;
  transform: translateX(0.25rem);
  display: inline-block;
}
.footer__contact-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.6);
}
.footer__contact-item .contact-icon {
  width: 2rem;
  height: 2rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: calc(0.75rem - 2px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.footer__contact-item .contact-icon svg {
  width: 0.875rem;
  height: 0.875rem;
  color: #ef6a39;
}
.footer__route-dot {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.6);
}
.footer__route-dot::before {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background: #ef6a39;
}
.footer__bottom {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.4);
}
@media (min-width: 768px) {
  .footer__bottom {
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer__bottom-links {
  display: flex;
  gap: 1.5rem;
}
.footer__bottom-links a:hover {
  color: #ef6a39;
}

.page-hero {
  background: linear-gradient(135deg, #10244c 0%, #2b3e63 50%, #246b8f 100%);
  padding: 5rem 0 7rem;
  text-align: center;
  margin-bottom: 2rem;
}
.page-hero__icon {
  width: 3.5rem;
  height: 3.5rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin: 0 auto 1.5rem;
}
.page-hero__icon svg {
  width: 1.75rem;
  height: 1.75rem;
  color: #ef6a39;
}
.page-hero__badge {
  color: #ef6a39;
  font-weight: 600;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
}
.page-hero h1 {
  color: #ffffff;
  font-size: 1.875rem;
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .page-hero h1 {
    font-size: 2.25rem;
  }
}
@media (min-width: 1024px) {
  .page-hero h1 {
    font-size: 3rem;
  }
}
.page-hero__subtitle {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.125rem;
  max-width: 42rem;
  margin: 0 auto;
}
.page-hero__meta {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.875rem;
  margin-top: 0.75rem;
}

.page-layout {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: #f8f9fb;
}

.page-main {
  flex: 1;
  padding-top: 6rem;
}

.about__intro {
  padding: 6rem 0;
  max-width: 48rem;
  margin: 0 auto;
}
.about__intro p {
  color: #6a7181;
  font-size: 1.125rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
.about__values {
  padding: 6rem 0;
  background: #ffffff;
}
.about__values-header {
  text-align: center;
  margin-bottom: 3rem;
}
.about__values-header .label {
  color: #ef6a39;
  font-weight: 600;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.about__values-header h2 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  color: #151c28;
  font-size: 1.875rem;
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .about__values-header h2 {
    font-size: 2.25rem;
  }
}
.about__values-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
  max-width: 56rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .about__values-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.about__values-card {
  background: #f8f9fb;
  border-radius: 1.25rem;
  padding: 2rem;
  box-shadow: 0 1px 3px rgba(21, 28, 40, 0.06), 0 4px 12px rgba(21, 28, 40, 0.04);
  text-align: center;
}
.about__values-card .icon-wrap {
  width: 3.5rem;
  height: 3.5rem;
  background: #e4f2f9;
  border-radius: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin: 0 auto 1.5rem;
}
.about__values-card .icon-wrap svg {
  width: 1.5rem;
  height: 1.5rem;
  color: #10244c;
}
.about__values-card h3 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  color: #151c28;
  margin-bottom: 0.5rem;
}
.about__values-card p {
  font-size: 0.875rem;
  color: #6a7181;
}
.about__stats {
  padding: 6rem 0;
}
.about__stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media (min-width: 768px) {
  .about__stats-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.about__stats-item {
  text-align: center;
}
.about__stats-item .icon-wrap {
  width: 3.5rem;
  height: 3.5rem;
  background: #e4f2f9;
  border-radius: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin: 0 auto 1rem;
}
.about__stats-item .icon-wrap svg {
  width: 1.5rem;
  height: 1.5rem;
  color: #10244c;
}
.about__stats-item .value {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 1.875rem;
  color: #151c28;
}
.about__stats-item .label {
  font-size: 0.875rem;
  color: #6a7181;
  margin-top: 0.25rem;
}

.contact__cards {
  padding: 2.5rem 0;
  margin-top: -2.5rem;
  position: relative;
  z-index: 10;
}
.contact__cards-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
  max-width: 64rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .contact__cards-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.contact__cards-card {
  background: #ffffff;
  border-radius: 1.25rem;
  box-shadow: 0 1px 3px rgba(21, 28, 40, 0.06), 0 4px 12px rgba(21, 28, 40, 0.04);
  padding: 1.5rem;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.contact__cards-card .icon-wrap {
  width: 3rem;
  height: 3rem;
  background: #e4f2f9;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.contact__cards-card .icon-wrap svg {
  width: 1.25rem;
  height: 1.25rem;
  color: #10244c;
}
.contact__cards-card .title {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 600;
  color: #151c28;
}
.contact__cards-card .value {
  color: #151c28;
  font-weight: 500;
  font-size: 0.875rem;
}
.contact__cards-card .sub {
  color: #6a7181;
  font-size: 0.75rem;
  margin-top: 0.125rem;
}
.contact__form-section {
  padding: 6rem 0;
  max-width: 48rem;
  margin: 0 auto;
}
.contact__form-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.contact__form-header .icon-wrap {
  width: 2.5rem;
  height: 2.5rem;
  background: #e4f2f9;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.contact__form-header .icon-wrap svg {
  width: 1.25rem;
  height: 1.25rem;
  color: #10244c;
}
.contact__form-header h2 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #151c28;
}
.contact__form {
  background: #ffffff;
  border-radius: 1.25rem;
  box-shadow: 0 1px 3px rgba(21, 28, 40, 0.06), 0 4px 12px rgba(21, 28, 40, 0.04);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.contact__form-row {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
}
@media (min-width: 768px) {
  .contact__form-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
.contact__form label {
  font-size: 0.875rem;
  font-weight: 500;
  color: #6a7181;
  margin-bottom: 0.25rem;
  display: block;
}
.contact__form input,
.contact__form textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  background: #eef1f5;
  border: none;
  border-radius: 1rem;
  color: #151c28;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  outline: none;
  transition: all 0.3s ease;
}
.contact__form input:focus,
.contact__form textarea:focus {
  box-shadow: 0 0 0 2px #ef6a39;
}
.contact__form input::placeholder,
.contact__form textarea::placeholder {
  color: rgba(106, 113, 129, 0.5);
}
.contact__form textarea {
  resize: none;
  min-height: 120px;
}
.contact__submit {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, #ef6a39 0%, #f48c25 100%);
  color: #ffffff;
  padding: 0.75rem 2rem;
  border-radius: 1rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(21, 28, 40, 0.06), 0 4px 12px rgba(21, 28, 40, 0.04);
  transition: all 0.3s ease;
}
.contact__submit:hover {
  box-shadow: 0 8px 30px rgba(21, 28, 40, 0.12);
  transform: scale(1.02);
}
.contact__submit svg {
  width: 1rem;
  height: 1rem;
}

.deals__section {
  padding: 6rem 0;
}
.deals__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.5rem;
}
@media (min-width: 640px) {
  .deals__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .deals__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.deals__card {
  background: #ffffff;
  border-radius: 1.25rem;
  box-shadow: 0 1px 3px rgba(21, 28, 40, 0.06), 0 4px 12px rgba(21, 28, 40, 0.04);
  transition: all 0.3s ease;
}
.deals__card:hover {
  box-shadow: 0 4px 16px rgba(21, 28, 40, 0.1), 0 8px 32px rgba(21, 28, 40, 0.06);
  border-color: rgba(239, 106, 57, 0.2);
}
.deals__card {
  overflow: hidden;
  border: 1px solid transparent;
}
.deals__card-banner {
  background: #ef6a39;
  padding: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.deals__card-banner .discount {
  color: #ffffff;
  font-weight: 600;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.deals__card-banner .airline-name {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.75rem;
}
.deals__card-body {
  padding: 1.5rem;
}
.deals__card-body .flag {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.deals__card-body .route {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}
.deals__card-body .route span {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  color: #151c28;
}
.deals__card-body .route svg {
  width: 1rem;
  height: 1rem;
  color: #ef6a39;
}
.deals__card-body .starting {
  color: #6a7181;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}
.deals__card-body .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.deals__card-body .price {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 1.875rem;
  color: #151c28;
}
.deals__card-body .enquire-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #10244c;
  color: #ffffff;
  padding: 0.75rem 2rem;
  border-radius: 1rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.deals__card-body .enquire-btn:hover {
  opacity: 0.9;
}
.deals__card-body .enquire-btn {
  font-size: 0.875rem;
  padding: 0.5rem 1.25rem;
  opacity: 0;
  transition: all 0.3s ease;
}
.deals__card:hover .enquire-btn {
  opacity: 1;
}

.search-results__search-bar {
  background: #10244c;
  padding-bottom: 2rem;
}
.search-results__layout {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 2rem 0;
}
@media (min-width: 768px) {
  .search-results__layout {
    flex-direction: row;
  }
}
.search-results__layout[hidden] {
  display: none;
}
.search-results__sidebar {
  width: 100%;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .search-results__sidebar {
    width: 16rem;
  }
}
.search-results__sidebar-inner {
  background: #ffffff;
  border-radius: 1.25rem;
  box-shadow: 0 1px 3px rgba(21, 28, 40, 0.06), 0 4px 12px rgba(21, 28, 40, 0.04);
  padding: 1.5rem;
  position: sticky;
  top: 7rem;
}
.search-results__sidebar h3 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 600;
  color: #151c28;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.search-results__sidebar h3 svg {
  width: 1rem;
  height: 1rem;
}
.search-results__sidebar-group {
  margin-bottom: 1rem;
}
.search-results__sidebar-group label {
  font-size: 0.875rem;
  font-weight: 500;
  color: #6a7181;
  margin-bottom: 0.5rem;
  display: block;
}
.search-results__sidebar-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.search-results__sidebar-btn {
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: left;
  border: none;
  transition: all 0.3s ease;
  background: #eef1f5;
  color: #151c28;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}
.search-results__sidebar-btn:hover {
  background: #e4f2f9;
}
.search-results__sidebar-btn.active {
  background: #10244c;
  color: #ffffff;
}
.search-results__sidebar-btn svg {
  width: 0.75rem;
  height: 0.75rem;
}
.search-results__main {
  flex: 1;
}
.search-results__header {
  margin-bottom: 1.5rem;
}
.search-results__header h2 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #151c28;
}
.search-results__header p {
  color: #6a7181;
  font-size: 0.875rem;
}
.search-results__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.flight-card {
  background: #ffffff;
  border-radius: 1.25rem;
  box-shadow: 0 1px 3px rgba(21, 28, 40, 0.06), 0 4px 12px rgba(21, 28, 40, 0.04);
  transition: all 0.3s ease;
}
.flight-card:hover {
  box-shadow: 0 4px 16px rgba(21, 28, 40, 0.1), 0 8px 32px rgba(21, 28, 40, 0.06);
  border-color: rgba(239, 106, 57, 0.2);
}
.flight-card {
  overflow: hidden;
  cursor: pointer;
  border: 1px solid transparent;
}
.flight-card__inner {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 768px) {
  .flight-card__inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.flight-card__airline {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 160px;
}
.flight-card__airline .icon {
  width: 2.75rem;
  height: 2.75rem;
  background: #e4f2f9;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
.flight-card__airline .icon svg {
  width: 1.25rem;
  height: 1.25rem;
  color: #10244c;
}
.flight-card__airline .name {
  font-weight: 600;
  color: #151c28;
  font-size: 0.875rem;
}
.flight-card__airline .number {
  font-size: 0.75rem;
  color: #6a7181;
}
.flight-card:hover .flight-card__airline .icon {
  background: rgba(239, 106, 57, 0.1);
}
.flight-card__route {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex: 1;
}
.flight-card__route .time-block.right {
  text-align: right;
}
.flight-card__route .time-block .time {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #151c28;
}
.flight-card__route .time-block .airport {
  font-size: 0.75rem;
  color: #6a7181;
}
.flight-card__route .line {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  padding: 0 1rem;
}
.flight-card__route .line .duration {
  font-size: 0.75rem;
  color: #6a7181;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.flight-card__route .line .duration svg {
  width: 0.75rem;
  height: 0.75rem;
}
.flight-card__route .line .bar {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.flight-card__route .line .bar .dash {
  flex: 1;
  height: 1px;
  background: #dde2ea;
  transition: all 0.3s ease;
}
.flight-card__route .line .bar svg {
  width: 0.75rem;
  height: 0.75rem;
  color: #ef6a39;
}
.flight-card__route .line .stops {
  font-size: 0.75rem;
  font-weight: 500;
  color: #ef6a39;
}
.flight-card:hover .flight-card__route .bar .dash {
  background: rgba(239, 106, 57, 0.3);
}
.flight-card__price {
  text-align: right;
  min-width: 160px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.5rem;
}
.flight-card__price .amenities {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
}
.flight-card__price .amenities .amenity {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: calc(0.75rem - 2px);
  background: #e4f2f9;
  color: #6a7181;
}
.flight-card__price .amenities .amenity svg {
  width: 0.875rem;
  height: 0.875rem;
}
.flight-card__price .amenities .amenity--label {
  width: auto;
  height: auto;
  padding: 0.25rem 0.5rem;
  font-size: 0.6875rem;
  font-weight: 500;
  gap: 0.25rem;
  white-space: nowrap;
  border-radius: 9999px;
}
.flight-card__price .amenities .amenity--muted {
  background: #eef1f5;
  color: #6a7181;
}
.flight-card__price .cabin {
  font-size: 0.75rem;
  color: #6a7181;
}
.flight-card__price .amount {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #151c28;
}
.flight-card__price .view-btn {
  background: linear-gradient(135deg, #ef6a39 0%, #f48c25 100%);
  color: #ffffff;
  padding: 0.5rem 1.25rem;
  border-radius: 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  border: none;
  opacity: 0;
  transition: all 0.3s ease;
}
.flight-card:hover .view-btn {
  opacity: 1;
}

.flight-details {
  padding-bottom: 5rem;
  max-width: 56rem;
  margin: 0 auto;
  padding-top: 1.5rem;
}
.flight-details__back-wrap {
  margin-bottom: 1rem;
}
.flight-details__back {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  color: #6a7181;
  background: none;
  border: none;
  font-size: 0.875rem;
  line-height: 1;
  transition: color 0.3s ease;
  cursor: pointer;
}
.flight-details__back:hover {
  color: #151c28;
}
.flight-details__back svg {
  width: 0.875rem;
  height: 0.875rem;
  flex-shrink: 0;
}
.flight-details__card {
  background: #ffffff;
  border-radius: 1.25rem;
  box-shadow: 0 1px 3px rgba(21, 28, 40, 0.06), 0 4px 12px rgba(21, 28, 40, 0.04);
  overflow: hidden;
}
.flight-details__header {
  background: linear-gradient(135deg, #10244c 0%, #2b3e63 50%, #246b8f 100%);
  padding: 2rem;
}
.flight-details__header-top {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.flight-details__header-top .icon {
  width: 3rem;
  height: 3rem;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.flight-details__header-top .icon svg {
  width: 1.5rem;
  height: 1.5rem;
  color: #ffffff;
}
.flight-details__header-top h1 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #ffffff;
}
.flight-details__header-top .flight-no {
  color: rgba(255, 255, 255, 0.6);
}
.flight-details__header-route {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.flight-details__header-route .time {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  color: #ffffff;
}
.flight-details__header-route .city {
  color: rgba(255, 255, 255, 0.6);
}
.flight-details__header-route .middle {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}
.flight-details__header-route .middle .duration {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.flight-details__header-route .middle .duration svg {
  width: 0.75rem;
  height: 0.75rem;
}
.flight-details__header-route .middle .line {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.flight-details__header-route .middle .line .dash {
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.flight-details__header-route .middle .line svg {
  width: 1rem;
  height: 1rem;
  color: #ef6a39;
}
.flight-details__header-route .middle .stops {
  font-size: 0.875rem;
  font-weight: 500;
  color: #ef6a39;
}
.flight-details__header-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.25rem;
}
.flight-details__tag {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.3rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
  background: rgba(255, 255, 255, 0.15);
  border-radius: 9999px;
  white-space: nowrap;
}
.flight-details__tag svg {
  width: 0.75rem;
  height: 0.75rem;
  opacity: 0.7;
}
.flight-details__date {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-left: auto;
}
.flight-details__body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 768px) {
  .flight-details__body {
    padding: 2rem;
  }
}
.flight-details__itinerary {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.flight-details__iti-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #151c28;
  margin-bottom: 1rem;
}
.flight-details__iti-title svg {
  width: 0.875rem;
  height: 0.875rem;
  color: #ef6a39;
}
.flight-details__iti-route {
  font-weight: 400;
  color: #6a7181;
  margin-left: 0.25rem;
}
.flight-details__layover {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  margin: 0.5rem 0;
  background: rgba(245, 159, 10, 0.08);
  border-radius: 0.75rem;
  font-size: 0.8125rem;
  color: #6a7181;
}
.flight-details__layover svg {
  width: 0.75rem;
  height: 0.75rem;
  color: #f59f0a;
  flex-shrink: 0;
}
.flight-details__segment {
  display: flex;
  gap: 1rem;
  padding: 0.75rem 0;
}
@media (min-width: 768px) {
  .flight-details__segment {
    gap: 1.5rem;
  }
}
.flight-details__seg-timeline {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  min-width: 3rem;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .flight-details__seg-timeline {
    min-width: 3.5rem;
  }
}
.flight-details__seg-point {
  text-align: center;
}
.flight-details__seg-time {
  font-weight: 600;
  font-size: 0.875rem;
  color: #151c28;
}
.flight-details__seg-date {
  font-size: 0.6875rem;
  color: #6a7181;
}
.flight-details__seg-line {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  min-height: 2rem;
}
.flight-details__seg-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 9999px;
  background: #ef6a39;
}
.flight-details__seg-dot--end {
  background: #10244c;
}
.flight-details__seg-bar {
  width: 2px;
  flex: 1;
  background: #dde2ea;
}
.flight-details__seg-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
  justify-content: space-between;
  min-height: 3rem;
}
.flight-details__seg-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.flight-details__seg-code {
  font-weight: 600;
  font-size: 0.875rem;
  color: #151c28;
}
.flight-details__seg-carrier {
  font-size: 0.8125rem;
  color: #6a7181;
}
.flight-details__seg-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  font-size: 0.75rem;
  color: #6a7181;
}
.flight-details__seg-meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}
.flight-details__pricing {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem;
  background: #e4f2f9;
  border-radius: 1.25rem;
}
.flight-details__pricing .cabin {
  font-size: 0.875rem;
  color: #6a7181;
}
.flight-details__pricing .price {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 1.875rem;
  color: #151c28;
}
.flight-details__pricing .tax {
  font-size: 0.75rem;
  color: #6a7181;
}
.flight-details__pricing .book-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, #ef6a39 0%, #f48c25 100%);
  color: #ffffff;
  padding: 0.75rem 2rem;
  border-radius: 1rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(21, 28, 40, 0.06), 0 4px 12px rgba(21, 28, 40, 0.04);
  transition: all 0.3s ease;
}
.flight-details__pricing .book-btn:hover {
  box-shadow: 0 8px 30px rgba(21, 28, 40, 0.12);
  transform: scale(1.02);
}
.flight-details__pricing .book-btn {
  font-size: 1.125rem;
  padding: 0.875rem 2rem;
}
.flight-details__breakdown h3 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 600;
  color: #151c28;
  margin-bottom: 1rem;
}
.flight-details__breakdown-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
}
.flight-details__breakdown-row .label {
  color: #6a7181;
}
.flight-details__breakdown-row .amount {
  font-weight: 500;
  color: #151c28;
}
.flight-details__breakdown-total {
  border-top: 1px solid #dde2ea;
  padding-top: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  color: #151c28;
}
.flight-details__info-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .flight-details__info-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.flight-details__info-card {
  padding: 1.25rem;
  background: #eef1f5;
  border-radius: 1.25rem;
}
.flight-details__info-card h4 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 600;
  color: #151c28;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}
.flight-details__info-card h4 svg {
  width: 1rem;
  height: 1rem;
}
.flight-details__info-card ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.flight-details__info-card li {
  font-size: 0.875rem;
  color: #6a7181;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.flight-details__info-card li svg {
  width: 1rem;
  height: 1rem;
}
.flight-details__info-card li.success svg {
  color: #2bab6f;
}

.enquiry {
  padding-bottom: 5rem;
  max-width: 56rem;
  margin: 0 auto;
  padding-top: 1.5rem;
}
.enquiry__title {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 1.875rem;
  color: #151c28;
  margin-bottom: 0.5rem;
}
.enquiry__subtitle {
  color: #6a7181;
  margin-bottom: 2rem;
}
.enquiry__flight-summary {
  background: #ffffff;
  border-radius: 1.25rem;
  box-shadow: 0 1px 3px rgba(21, 28, 40, 0.06), 0 4px 12px rgba(21, 28, 40, 0.04);
  padding: 1.25rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 768px) {
  .enquiry__flight-summary {
    padding: 1.5rem;
  }
}
.enquiry__summary-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.enquiry__summary-airline {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  font-size: 0.875rem;
  color: #151c28;
}
.enquiry__summary-airline svg {
  width: 1rem;
  height: 1rem;
  color: #ef6a39;
}
.enquiry__summary-flightno {
  font-weight: 400;
  color: #6a7181;
}
.enquiry__summary-date {
  font-size: 0.8125rem;
  color: #6a7181;
}
.enquiry__summary-route {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.75rem 0;
}
.enquiry__summary-point {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}
.enquiry__summary-time {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #151c28;
}
@media (min-width: 768px) {
  .enquiry__summary-time {
    font-size: 1.5rem;
  }
}
.enquiry__summary-code {
  font-size: 0.8125rem;
  color: #6a7181;
}
.enquiry__summary-middle {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.125rem;
}
.enquiry__summary-dur {
  font-size: 0.75rem;
  color: #6a7181;
}
.enquiry__summary-line {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.enquiry__summary-line span {
  flex: 1;
  height: 1px;
  background: #dde2ea;
}
.enquiry__summary-line svg {
  width: 0.875rem;
  height: 0.875rem;
  color: #ef6a39;
  flex-shrink: 0;
}
.enquiry__summary-stops {
  font-size: 0.75rem;
  color: #ef6a39;
  font-weight: 500;
}
.enquiry__summary-leg {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.enquiry__summary-leg--return {
  padding-top: 0.75rem;
  border-top: 1px solid #dde2ea;
}
.enquiry__summary-leg-label {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #6a7181;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.enquiry__summary-leg-label svg {
  color: #ef6a39;
}
.enquiry__summary-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid #dde2ea;
}
.enquiry__summary-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
}
.enquiry__summary-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem 0.625rem;
  font-size: 0.6875rem;
  font-weight: 500;
  color: #10244c;
  background: #e4f2f9;
  border-radius: 9999px;
}
.enquiry__summary-price-wrap {
  text-align: right;
}
.enquiry__summary-price {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  color: #151c28;
  display: block;
}
.enquiry__summary-price-note {
  font-size: 0.6875rem;
  color: #6a7181;
}
.enquiry__back-wrap {
  margin-bottom: 0.5rem;
}
.enquiry__back {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  color: #6a7181;
  font-size: 0.875rem;
  line-height: 1;
  transition: color 0.3s ease;
}
.enquiry__back svg {
  width: 0.875rem;
  height: 0.875rem;
  flex-shrink: 0;
}
.enquiry__back:hover {
  color: #151c28;
}
.enquiry__steps {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}
.enquiry__steps-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.enquiry__steps-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 700;
  background: #eef1f5;
  color: #6a7181;
  transition: all 0.3s ease;
}
.enquiry__steps-number.active {
  background: #ef6a39;
  color: #ffffff;
}
.enquiry__steps-number.done {
  background: #2bab6f;
  color: #fff;
  font-size: 0;
}
.enquiry__steps-number.done::after {
  content: "✓";
  font-size: 0.875rem;
}
.enquiry__steps-label {
  display: none;
  font-size: 0.875rem;
  font-weight: 500;
  color: #6a7181;
}
.enquiry__steps-label.active {
  color: #151c28;
}
@media (min-width: 640px) {
  .enquiry__steps-label {
    display: block;
  }
}
.enquiry__steps-line {
  width: 2rem;
  height: 1px;
  background: #dde2ea;
}
.enquiry__steps-line.active {
  background: #ef6a39;
}
.enquiry__form {
  background: #ffffff;
  border-radius: 1.25rem;
  box-shadow: 0 1px 3px rgba(21, 28, 40, 0.06), 0 4px 12px rgba(21, 28, 40, 0.04);
  padding: 2rem;
}
.enquiry__form-title {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  color: #151c28;
  margin-bottom: 1rem;
}
.enquiry__pax-block {
  margin-bottom: 1.5rem;
}
.enquiry__pax-block:last-of-type {
  margin-bottom: 0;
}
.enquiry__pax-heading {
  font-size: 0.875rem;
  font-weight: 600;
  color: #10244c;
  margin-bottom: 0.75rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #dde2ea;
}
.enquiry__form-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
}
@media (min-width: 768px) {
  .enquiry__form-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.enquiry__field label {
  font-size: 0.875rem;
  font-weight: 500;
  color: #6a7181;
  margin-bottom: 0.25rem;
  display: block;
}
.enquiry__field .input-wrap {
  position: relative;
}
.enquiry__field .input-wrap svg {
  position: absolute;
  left: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  color: #6a7181;
}
.enquiry__field .input-wrap input,
.enquiry__field .input-wrap select {
  width: 100%;
  padding: 0.75rem 1rem;
  background: #eef1f5;
  border: none;
  border-radius: 1rem;
  color: #151c28;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  outline: none;
  transition: all 0.3s ease;
}
.enquiry__field .input-wrap input:focus,
.enquiry__field .input-wrap select:focus {
  box-shadow: 0 0 0 2px #ef6a39;
}
.enquiry__field .input-wrap input::placeholder,
.enquiry__field .input-wrap select::placeholder {
  color: rgba(106, 113, 129, 0.5);
}
.enquiry__field .input-wrap input,
.enquiry__field .input-wrap select {
  padding-left: 2.5rem;
}
.enquiry__field input,
.enquiry__field select {
  width: 100%;
  padding: 0.75rem 1rem;
  background: #eef1f5;
  border: none;
  border-radius: 1rem;
  color: #151c28;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  outline: none;
  transition: all 0.3s ease;
}
.enquiry__field input:focus,
.enquiry__field select:focus {
  box-shadow: 0 0 0 2px #ef6a39;
}
.enquiry__field input::placeholder,
.enquiry__field select::placeholder {
  color: rgba(106, 113, 129, 0.5);
}
.enquiry__field select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236a7181' stroke-width='2' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 0.75rem;
  padding-right: 2rem;
  cursor: pointer;
}
.enquiry__field .afb-custom-select select {
  display: none;
}
.enquiry__field .afb-custom-select__trigger {
  width: 100%;
  padding: 0.75rem 1rem;
  background: #eef1f5;
  border: none;
  border-radius: 1rem;
  color: #151c28;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  outline: none;
  transition: all 0.3s ease;
}
.enquiry__field .afb-custom-select__trigger:focus {
  box-shadow: 0 0 0 2px #ef6a39;
}
.enquiry__field .afb-custom-select__trigger::placeholder {
  color: rgba(106, 113, 129, 0.5);
}
.enquiry__field .afb-custom-select__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.enquiry__field .afb-custom-select__trigger svg {
  width: 0.75rem;
  height: 0.75rem;
  color: #6a7181;
  flex-shrink: 0;
}
.enquiry__field .afb-custom-select__menu {
  position: absolute;
  top: calc(100% + 0.375rem);
  left: 0;
  right: 0;
  z-index: 1000;
  background: #ffffff;
  border-radius: 0.75rem;
  box-shadow: 0 8px 30px rgba(21, 28, 40, 0.12);
  border: 1px solid #dde2ea;
  padding: 0.25rem;
  display: none;
}
.enquiry__field .afb-custom-select.is-open .afb-custom-select__menu {
  display: block;
}
.enquiry__field .afb-custom-select__option {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #151c28;
  background: none;
  border: none;
  border-radius: calc(0.75rem - 4px);
  cursor: pointer;
  text-align: left;
  font-family: "Plus Jakarta Sans", sans-serif;
  transition: all 0.3s ease;
}
.enquiry__field .afb-custom-select__option:hover {
  background: #eef1f5;
}
.enquiry__field .afb-custom-select__option.is-selected {
  background: #10244c;
  color: #ffffff;
}
@media (min-width: 768px) {
  .enquiry__field--full {
    grid-column: 1/-1;
  }
}
.enquiry__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
}
.enquiry__actions .back-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.75rem 1.5rem;
  border-radius: 1rem;
  font-weight: 500;
  color: #6a7181;
  background: none;
  border: none;
  line-height: 1;
  cursor: pointer;
  transition: color 0.3s ease;
}
.enquiry__actions .back-btn svg {
  width: 0.875rem;
  height: 0.875rem;
  flex-shrink: 0;
}
.enquiry__actions .back-btn:hover {
  color: #151c28;
}
.enquiry__actions .next-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, #ef6a39 0%, #f48c25 100%);
  color: #ffffff;
  padding: 0.75rem 2rem;
  border-radius: 1rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(21, 28, 40, 0.06), 0 4px 12px rgba(21, 28, 40, 0.04);
  transition: all 0.3s ease;
}
.enquiry__actions .next-btn:hover {
  box-shadow: 0 8px 30px rgba(21, 28, 40, 0.12);
  transform: scale(1.02);
}
.enquiry__actions .submit-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, #ef6a39 0%, #f48c25 100%);
  color: #ffffff;
  padding: 0.75rem 2rem;
  border-radius: 1rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(21, 28, 40, 0.06), 0 4px 12px rgba(21, 28, 40, 0.04);
  transition: all 0.3s ease;
}
.enquiry__actions .submit-btn:hover {
  box-shadow: 0 8px 30px rgba(21, 28, 40, 0.12);
  transform: scale(1.02);
}
.enquiry__actions .submit-btn {
  font-size: 1.125rem;
  padding: 0.75rem 2rem;
  box-shadow: 0 1px 3px rgba(21, 28, 40, 0.06), 0 4px 12px rgba(21, 28, 40, 0.04);
}
.enquiry__review-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .enquiry__review-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.enquiry__review-card {
  background: #eef1f5;
  border-radius: 1.25rem;
  padding: 1.25rem;
}
.enquiry__review-card h4 {
  font-weight: 600;
  color: #151c28;
  margin-bottom: 0.75rem;
}
.enquiry__review-card p {
  font-size: 0.875rem;
  color: #6a7181;
  margin-bottom: 0.25rem;
}
.enquiry__success {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70vh;
  text-align: center;
}
.enquiry__success-icon {
  width: 5rem;
  height: 5rem;
  background: rgba(43, 171, 111, 0.1);
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin: 0 auto 1.5rem;
}
.enquiry__success-icon svg {
  width: 2.5rem;
  height: 2.5rem;
  color: #2bab6f;
}
.enquiry__success h1 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 1.875rem;
  color: #151c28;
  margin-bottom: 0.75rem;
}
.enquiry__success p {
  color: #6a7181;
  margin-bottom: 2rem;
  max-width: 28rem;
}
.enquiry__success .home-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, #ef6a39 0%, #f48c25 100%);
  color: #ffffff;
  padding: 0.75rem 2rem;
  border-radius: 1rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(21, 28, 40, 0.06), 0 4px 12px rgba(21, 28, 40, 0.04);
  transition: all 0.3s ease;
}
.enquiry__success .home-btn:hover {
  box-shadow: 0 8px 30px rgba(21, 28, 40, 0.12);
  transform: scale(1.02);
}

.legal {
  padding: 6rem 0;
  max-width: 56rem;
  margin: 0 auto;
}
.legal__intro {
  background: #ffffff;
  border-radius: 1.25rem;
  box-shadow: 0 1px 3px rgba(21, 28, 40, 0.06), 0 4px 12px rgba(21, 28, 40, 0.04);
  padding: 2rem;
  margin-bottom: 2rem;
}
.legal__intro p {
  color: #6a7181;
  line-height: 1.6;
}
.legal__sections {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.legal__section {
  background: #ffffff;
  border-radius: 1.25rem;
  box-shadow: 0 1px 3px rgba(21, 28, 40, 0.06), 0 4px 12px rgba(21, 28, 40, 0.04);
  padding: 2rem;
}
.legal__section-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}
.legal__section-header .icon-wrap {
  width: 2.5rem;
  height: 2.5rem;
  background: #e4f2f9;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.legal__section-header .icon-wrap svg {
  width: 1.25rem;
  height: 1.25rem;
  color: #10244c;
}
.legal__section-header h2 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #151c28;
}
.legal__section ul {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.legal__section li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  color: #6a7181;
  line-height: 1.6;
}
.legal__section li .dot {
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 9999px;
  background: #ef6a39;
  margin-top: 0.625rem;
  flex-shrink: 0;
}
.legal__section p {
  color: #6a7181;
  line-height: 1.6;
}
.legal__contact {
  background: #e4f2f9;
  border-radius: 1.25rem;
  padding: 2rem;
  margin-top: 2rem;
}
.legal__contact-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.legal__contact-header svg {
  width: 1.25rem;
  height: 1.25rem;
  color: #10244c;
}
.legal__contact-header h3 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 600;
  color: #151c28;
}
.legal__contact p {
  color: #6a7181;
  margin-bottom: 0.5rem;
}
.legal__contact .info {
  color: #151c28;
  font-weight: 500;
}

.not-found {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70vh;
  text-align: center;
}
.not-found__icon {
  width: 5rem;
  height: 5rem;
  background: #e4f2f9;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin: 0 auto 1.5rem;
}
.not-found__icon svg {
  width: 2.5rem;
  height: 2.5rem;
  color: #10244c;
}
.not-found h1 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 3.75rem;
  color: #151c28;
  margin-bottom: 1rem;
}
.not-found p {
  font-size: 1.25rem;
  color: #6a7181;
  margin-bottom: 2rem;
}
.not-found .home-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, #ef6a39 0%, #f48c25 100%);
  color: #ffffff;
  padding: 0.75rem 2rem;
  border-radius: 1rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(21, 28, 40, 0.06), 0 4px 12px rgba(21, 28, 40, 0.04);
  transition: all 0.3s ease;
}
.not-found .home-btn:hover {
  box-shadow: 0 8px 30px rgba(21, 28, 40, 0.12);
  transform: scale(1.02);
}

.toast {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  background: #151c28;
  color: #f8f9fb;
  padding: 1rem 1.5rem;
  border-radius: 1rem;
  font-weight: 500;
  font-size: 0.875rem;
  box-shadow: 0 8px 30px rgba(21, 28, 40, 0.12);
  z-index: 100;
  transform: translateY(120%);
  opacity: 0;
  transition: all 0.3s ease;
}
.toast.show {
  transform: translateY(0);
  opacity: 1;
}

.auth {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 1rem;
}
.auth__wrapper {
  width: 100%;
  max-width: 28rem;
}
.auth__header {
  text-align: center;
  margin-bottom: 2rem;
}
.auth__header h1 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 1.875rem;
  color: #151c28;
}
.auth__header p {
  color: #6a7181;
  margin-top: 0.5rem;
}
.auth__icon {
  width: 3.5rem;
  height: 3.5rem;
  background: #ef6a39;
  border-radius: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin: 0 auto 1rem;
}
.auth__icon svg {
  width: 1.75rem;
  height: 1.75rem;
  color: #ffffff;
}
.auth__card {
  background: #ffffff;
  border-radius: 1.25rem;
  box-shadow: 0 1px 3px rgba(21, 28, 40, 0.06), 0 4px 12px rgba(21, 28, 40, 0.04);
  padding: 2rem;
}
.auth__form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.auth__field label {
  font-size: 0.875rem;
  font-weight: 500;
  color: #6a7181;
  margin-bottom: 0.25rem;
  display: block;
}
.auth__field-input {
  position: relative;
}
.auth__field-input > svg {
  position: absolute;
  left: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  color: #6a7181;
  pointer-events: none;
}
.auth__field-input input {
  width: 100%;
  padding: 0.75rem 1rem;
  background: #eef1f5;
  border: none;
  border-radius: 1rem;
  color: #151c28;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  outline: none;
  transition: all 0.3s ease;
}
.auth__field-input input:focus {
  box-shadow: 0 0 0 2px #ef6a39;
}
.auth__field-input input::placeholder {
  color: rgba(106, 113, 129, 0.5);
}
.auth__field-input input {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.auth__toggle-password {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #6a7181;
  cursor: pointer;
}
.auth__toggle-password:hover {
  color: #151c28;
}
.auth__options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.875rem;
}
.auth__remember {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #6a7181;
  cursor: pointer;
}
.auth__remember input {
  border-radius: calc(0.75rem - 4px);
}
.auth__forgot {
  color: #ef6a39;
  font-weight: 500;
}
.auth__forgot:hover {
  text-decoration: underline;
}
.auth__terms {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #6a7181;
}
.auth__terms input {
  margin-top: 0.25rem;
}
.auth__terms a {
  color: #ef6a39;
}
.auth__terms a:hover {
  text-decoration: underline;
}
.auth__submit {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, #ef6a39 0%, #f48c25 100%);
  color: #ffffff;
  padding: 0.75rem 2rem;
  border-radius: 1rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(21, 28, 40, 0.06), 0 4px 12px rgba(21, 28, 40, 0.04);
  transition: all 0.3s ease;
}
.auth__submit:hover {
  box-shadow: 0 8px 30px rgba(21, 28, 40, 0.12);
  transform: scale(1.02);
}
.auth__submit {
  width: 100%;
  justify-content: center;
  padding: 0.875rem;
  font-size: 1.125rem;
}
.auth__footer {
  margin-top: 1.5rem;
  text-align: center;
  font-size: 0.875rem;
  color: #6a7181;
}
.auth__footer a {
  color: #ef6a39;
  font-weight: 600;
}
.auth__footer a:hover {
  text-decoration: underline;
}
.auth__success {
  text-align: center;
  padding: 1rem 0;
}
.auth__success-icon {
  width: 4rem;
  height: 4rem;
  background: rgba(43, 171, 111, 0.1);
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin: 0 auto 1rem;
}
.auth__success-icon svg {
  width: 2rem;
  height: 2rem;
  color: #2bab6f;
}
.auth__success h3 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #151c28;
  margin-bottom: 0.5rem;
}
.auth__success p {
  color: #6a7181;
  font-size: 0.875rem;
  margin-bottom: 1.5rem;
}
.auth__resend {
  background: none;
  border: none;
  color: #ef6a39;
  font-weight: 500;
  font-size: 0.875rem;
  cursor: pointer;
}
.auth__resend:hover {
  text-decoration: underline;
}

.header__auth {
  display: none;
  align-items: center;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .header__auth {
    display: flex;
  }
}
.header__auth-login {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.5rem 1rem;
  border-radius: 0.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
}
.header__auth-login:hover {
  color: white;
  background: rgba(255, 255, 255, 0.1);
}
.header__auth-account {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.5rem 1rem;
  border-radius: 0.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  background: #ef6a39;
  color: #ffffff;
  transition: all 0.3s ease;
}
.header__auth-account:hover {
  opacity: 0.9;
}
.header__auth-account.active {
  background: #ef6a39;
}

.dashboard {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1.5rem 0 4rem;
  margin-top: -2rem;
  position: relative;
  z-index: 10;
}
@media (min-width: 1024px) {
  .dashboard {
    flex-direction: row;
    gap: 2rem;
    padding: 2rem 0 5rem;
  }
}
.dashboard__sidebar {
  width: 100%;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .dashboard__sidebar {
    width: 18rem;
    position: sticky;
    top: 6rem;
    align-self: flex-start;
  }
}
.dashboard__sidebar-inner {
  background: #ffffff;
  border-radius: 1.25rem;
  box-shadow: 0 1px 3px rgba(21, 28, 40, 0.06), 0 4px 12px rgba(21, 28, 40, 0.04);
  overflow: hidden;
}
.dashboard__profile {
  background: linear-gradient(135deg, #10244c 0%, #2b3e63 50%, #246b8f 100%);
  padding: 1.25rem 1rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .dashboard__profile {
    padding: 1.5rem;
  }
}
.dashboard__profile h3 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 1rem;
}
.dashboard__profile p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.8125rem;
  word-break: break-all;
}
.dashboard__avatar {
  width: 3.5rem;
  height: 3.5rem;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin: 0 auto 0.5rem;
  border: 2px solid rgba(255, 255, 255, 0.2);
}
.dashboard__avatar svg {
  width: 1.75rem;
  height: 1.75rem;
  color: #ffffff;
}
@media (min-width: 1024px) {
  .dashboard__avatar {
    width: 4rem;
    height: 4rem;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 2px solid rgba(255, 255, 255, 0.2);
  }
  .dashboard__avatar svg {
    width: 2rem;
    height: 2rem;
  }
}
.dashboard__nav {
  padding: 0.75rem;
  display: flex;
  gap: 0.25rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.dashboard__nav::-webkit-scrollbar {
  display: none;
}
@media (min-width: 1024px) {
  .dashboard__nav {
    display: flex;
    flex-direction: column;
    padding: 1rem;
    overflow-x: visible;
  }
}
.dashboard__nav-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.625rem 1rem;
  border-radius: 1rem;
  font-size: 0.8125rem;
  font-weight: 500;
  border: none;
  background: none;
  color: #6a7181;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
@media (min-width: 1024px) {
  .dashboard__nav-btn {
    width: 100%;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
  }
}
.dashboard__nav-btn .chevron {
  display: none;
}
@media (min-width: 1024px) {
  .dashboard__nav-btn .chevron {
    display: block;
    margin-left: auto;
  }
}
.dashboard__nav-btn:hover {
  background: #eef1f5;
  color: #151c28;
}
.dashboard__nav-btn.active {
  background: #10244c;
  color: #ffffff;
}
.dashboard__nav-btn--danger {
  color: #ef4444;
}
.dashboard__nav-btn--danger:hover {
  background: rgba(239, 68, 68, 0.05);
}
.dashboard__nav-divider {
  display: none;
}
@media (min-width: 1024px) {
  .dashboard__nav-divider {
    display: block;
    height: 1px;
    background: #dde2ea;
    margin: 0.5rem 0;
  }
}
.dashboard__main {
  flex: 1;
  min-width: 0;
}
.dashboard__tab {
  display: none;
}
.dashboard__tab.active {
  display: block;
}
.dashboard__tab-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
  gap: 1rem;
}
.dashboard__tab-header h2 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #151c28;
}
@media (min-width: 768px) {
  .dashboard__tab-header h2 {
    font-size: 1.5rem;
  }
}
.dashboard__book-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, #ef6a39 0%, #f48c25 100%);
  color: #ffffff;
  padding: 0.75rem 2rem;
  border-radius: 1rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(21, 28, 40, 0.06), 0 4px 12px rgba(21, 28, 40, 0.04);
  transition: all 0.3s ease;
}
.dashboard__book-btn:hover {
  box-shadow: 0 8px 30px rgba(21, 28, 40, 0.12);
  transform: scale(1.02);
}
.dashboard__book-btn {
  font-size: 0.8125rem;
  padding: 0.5rem 1rem;
}
@media (min-width: 640px) {
  .dashboard__book-btn {
    font-size: 0.875rem;
    padding: 0.625rem 1.25rem;
  }
}
.dashboard__stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}
@media (min-width: 768px) {
  .dashboard__stats {
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }
}
.dashboard__stats {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .dashboard__stats {
    margin-bottom: 2rem;
  }
}
.dashboard__stat-card {
  background: #ffffff;
  border-radius: 1.25rem;
  box-shadow: 0 1px 3px rgba(21, 28, 40, 0.06), 0 4px 12px rgba(21, 28, 40, 0.04);
  padding: 1rem;
  transition: all 0.3s ease;
}
.dashboard__stat-card:hover {
  box-shadow: 0 4px 16px rgba(21, 28, 40, 0.1), 0 8px 32px rgba(21, 28, 40, 0.06);
  border-color: rgba(239, 106, 57, 0.2);
}
.dashboard__stat-card {
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .dashboard__stat-card {
    padding: 1rem;
  }
}
.dashboard__stat-icon {
  width: 2rem;
  height: 2rem;
  background: #e4f2f9;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-bottom: 0.5rem;
}
.dashboard__stat-icon svg {
  width: 1rem;
  height: 1rem;
  color: #10244c;
}
.dashboard__stat-icon--total {
  background: rgba(16, 36, 76, 0.1);
}
.dashboard__stat-icon--total svg {
  color: #10244c;
}
.dashboard__stat-icon--confirmed {
  background: rgba(43, 171, 111, 0.1);
}
.dashboard__stat-icon--confirmed svg {
  color: #2bab6f;
}
.dashboard__stat-icon--pending {
  background: rgba(245, 159, 10, 0.1);
}
.dashboard__stat-icon--pending svg {
  color: #f59f0a;
}
.dashboard__stat-icon--completed {
  background: #e4f2f9;
}
.dashboard__stat-icon--completed svg {
  color: #10244c;
}
.dashboard__stat-value {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #151c28;
}
@media (min-width: 768px) {
  .dashboard__stat-value {
    font-size: 1.5rem;
  }
}
.dashboard__stat-label {
  font-size: 0.6875rem;
  color: #6a7181;
}
@media (min-width: 768px) {
  .dashboard__stat-label {
    font-size: 0.75rem;
  }
}
.dashboard__bookings {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (min-width: 768px) {
  .dashboard__bookings {
    gap: 1rem;
  }
}
.dashboard__booking-card {
  background: #ffffff;
  border-radius: 1.25rem;
  box-shadow: 0 1px 3px rgba(21, 28, 40, 0.06), 0 4px 12px rgba(21, 28, 40, 0.04);
  transition: all 0.3s ease;
}
.dashboard__booking-card:hover {
  box-shadow: 0 4px 16px rgba(21, 28, 40, 0.1), 0 8px 32px rgba(21, 28, 40, 0.06);
  border-color: rgba(239, 106, 57, 0.2);
}
.dashboard__booking-card {
  overflow: hidden;
  border: 1px solid transparent;
}
.dashboard__booking-card-inner {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (min-width: 640px) {
  .dashboard__booking-card-inner {
    padding: 1.25rem;
  }
}
@media (min-width: 768px) {
  .dashboard__booking-card-inner {
    padding: 1.5rem;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
  }
}
.dashboard__booking-card-left {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
@media (min-width: 768px) {
  .dashboard__booking-card-left {
    gap: 1rem;
  }
}
.dashboard__booking-card-icon {
  width: 2.5rem;
  height: 2.5rem;
  background: #e4f2f9;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-shrink: 0;
}
.dashboard__booking-card-icon svg {
  width: 1.125rem;
  height: 1.125rem;
  color: #10244c;
}
@media (min-width: 768px) {
  .dashboard__booking-card-icon {
    width: 3rem;
    height: 3rem;
    background: #e4f2f9;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .dashboard__booking-card-icon svg {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.dashboard__booking-card-info {
  min-width: 0;
}
.dashboard__booking-card-info h3 {
  font-weight: 600;
  font-size: 0.9375rem;
  color: #151c28;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.dashboard__booking-card-info h3 .flight-no {
  font-weight: 400;
  font-size: 0.75rem;
  color: #6a7181;
}
.dashboard__booking-card-info .meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8125rem;
  color: #6a7181;
  flex-wrap: wrap;
  margin-top: 0.125rem;
}
.dashboard__booking-card-info .meta svg {
  width: 0.875rem;
  height: 0.875rem;
}
.dashboard__booking-card-info .booking-id {
  font-size: 0.6875rem;
  color: #6a7181;
  margin-top: 0.25rem;
}
@media (min-width: 768px) {
  .dashboard__booking-card-info .booking-id {
    font-size: 0.75rem;
    margin-top: 0.375rem;
  }
}
.dashboard__booking-card-info .booking-id strong {
  color: #151c28;
}
.dashboard__booking-card-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.75rem;
  padding-left: 3.25rem;
}
@media (min-width: 768px) {
  .dashboard__booking-card-right {
    flex-direction: column;
    align-items: flex-end;
    padding-left: 0;
  }
}
.dashboard__booking-card-status {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  font-size: 0.6875rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .dashboard__booking-card-status {
    font-size: 0.75rem;
  }
}
.dashboard__booking-card-status svg {
  width: 0.75rem;
  height: 0.75rem;
}
.dashboard__booking-card-status--confirmed {
  background: rgba(43, 171, 111, 0.1);
  color: #2bab6f;
}
.dashboard__booking-card-status--pending {
  background: rgba(245, 159, 10, 0.1);
  color: #f59f0a;
}
.dashboard__booking-card-status--completed {
  background: #e4f2f9;
  color: #10244c;
}
.dashboard__booking-card-status--cancelled {
  background: rgba(239, 68, 68, 0.1);
  color: #ef4444;
}
.dashboard__booking-card-price {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  color: #151c28;
}
@media (min-width: 768px) {
  .dashboard__booking-card-price {
    font-size: 1.25rem;
  }
}
.dashboard__booking-card-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 9999px;
  background: #eef1f5;
  transition: all 0.3s ease;
}
.dashboard__booking-card-toggle svg {
  width: 0.75rem;
  height: 0.75rem;
  color: #6a7181;
  transition: all 0.3s ease;
}
.dashboard__booking-card-details {
  display: none;
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid #dde2ea;
  margin: 0 1rem;
  padding-top: 1rem;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
}
@media (min-width: 640px) {
  .dashboard__booking-card-details {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}
.dashboard__booking-card--expandable {
  cursor: pointer;
}
.dashboard__booking-card--expandable.is-expanded .dashboard__booking-card-details {
  display: grid;
}
.dashboard__booking-card--expandable.is-expanded .dashboard__booking-card-toggle svg {
  transform: rotate(180deg);
}
.dashboard__booking-card--expandable.is-expanded .dashboard__booking-card-toggle {
  background: #e4f2f9;
}
.dashboard__detail-section {
  font-size: 0.8125rem;
  color: #151c28;
  line-height: 1.6;
}
.dashboard__detail-label {
  font-size: 0.6875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #6a7181;
  margin-bottom: 0.25rem;
}
.dashboard__profile-form {
  background: #ffffff;
  border-radius: 1.25rem;
  box-shadow: 0 1px 3px rgba(21, 28, 40, 0.06), 0 4px 12px rgba(21, 28, 40, 0.04);
  padding: 1.25rem;
}
@media (min-width: 640px) {
  .dashboard__profile-form {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) {
  .dashboard__profile-form {
    padding: 2rem;
  }
}
.dashboard__profile-form .enquiry__form {
  background: none;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
}
.dashboard__profile-form .enquiry__actions {
  justify-content: flex-start;
}
.dashboard__password-section {
  background: #ffffff;
  border-radius: 1.25rem;
  box-shadow: 0 1px 3px rgba(21, 28, 40, 0.06), 0 4px 12px rgba(21, 28, 40, 0.04);
  padding: 1.25rem;
  margin-top: 1.5rem;
}
@media (min-width: 640px) {
  .dashboard__password-section {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) {
  .dashboard__password-section {
    padding: 2rem;
  }
}
.dashboard__password-section h3 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #151c28;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.dashboard__password-section h3 svg {
  color: #6a7181;
}
@media (min-width: 768px) {
  .dashboard__password-section h3 {
    font-size: 1.1rem;
  }
}
.dashboard__password-section .enquiry__form {
  background: none;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
}
.dashboard__password-section .enquiry__actions {
  justify-content: flex-start;
}

.booking-page {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 1.5rem 0 5rem;
}
@media (min-width: 1024px) {
  .booking-page {
    flex-direction: row;
  }
}
.booking-page__main {
  flex: 1;
}
.booking-page__sidebar {
  width: 100%;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .booking-page__sidebar {
    width: 20rem;
  }
}
.booking-page__sidebar-inner {
  background: #ffffff;
  border-radius: 1.25rem;
  box-shadow: 0 1px 3px rgba(21, 28, 40, 0.06), 0 4px 12px rgba(21, 28, 40, 0.04);
  padding: 1.5rem;
  position: sticky;
  top: 7rem;
}
.booking-page__sidebar-inner h3 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  color: #151c28;
  margin-bottom: 1rem;
}
.booking-page__flight-info {
  background: rgba(16, 36, 76, 0.05);
  border: 1px solid rgba(16, 36, 76, 0.1);
  border-radius: 1rem;
  padding: 1rem;
  margin-bottom: 1rem;
}
.booking-page__flight-info .flight-info {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}
.booking-page__flight-info .flight-info .icon {
  width: 2.5rem;
  height: 2.5rem;
  background: rgba(16, 36, 76, 0.1);
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.booking-page__flight-info .flight-info .icon svg {
  width: 1.25rem;
  height: 1.25rem;
  color: #10244c;
}
.booking-page__flight-info .flight-info .name {
  font-weight: 600;
  color: #151c28;
  font-size: 0.875rem;
}
.booking-page__flight-info .flight-info .route {
  font-size: 0.75rem;
  color: #6a7181;
}
.booking-page__route-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.875rem;
}
.booking-page__route-summary .time {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  color: #151c28;
}
.booking-page__route-summary .code {
  font-size: 0.75rem;
  color: #6a7181;
}
.booking-page__route-summary .right {
  text-align: right;
}
.booking-page__route-summary .middle {
  text-align: center;
}
.booking-page__route-summary .middle .dur {
  font-size: 0.75rem;
  color: #6a7181;
}
.booking-page__route-summary .middle .line {
  width: 4rem;
  height: 1px;
  background: #dde2ea;
  margin: 0.25rem auto;
}
.booking-page__route-summary .middle .stops-text {
  font-size: 0.75rem;
  color: #ef6a39;
  font-weight: 500;
}
.booking-page__price-breakdown {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  font-size: 0.875rem;
}
.booking-page__price-breakdown .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.booking-page__price-breakdown .row span:first-child {
  color: #6a7181;
}
.booking-page__price-breakdown .row span:last-child {
  font-weight: 500;
  color: #151c28;
}
.booking-page__price-breakdown .total {
  border-top: 1px solid #dde2ea;
  padding-top: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  color: #151c28;
}
.booking-page__price-breakdown .total span:last-child {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
}
.booking-page__secure {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  color: #6a7181;
  background: rgba(43, 171, 111, 0.05);
  border: 1px solid rgba(43, 171, 111, 0.2);
  border-radius: 1rem;
  padding: 0.75rem;
  margin-top: 1rem;
}
.booking-page__secure svg {
  width: 1rem;
  height: 1rem;
  color: #2bab6f;
  flex-shrink: 0;
}
.booking-page__add-pax {
  width: 100%;
  padding: 0.75rem;
  border: 2px dashed #dde2ea;
  border-radius: 1.25rem;
  background: none;
  font-size: 0.875rem;
  font-weight: 500;
  color: #6a7181;
  cursor: pointer;
  margin: 1rem 0;
  transition: all 0.3s ease;
}
.booking-page__add-pax:hover {
  border-color: #ef6a39;
  color: #ef6a39;
}

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