html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.main-content {
  padding: 0;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

/* Travel Trek Theme Styles */

/* Home Flight Search Hero */
.home-flight-hero {
  position: relative;
  min-height: 720px;
  padding: 64px 0 56px;
  color: #fff;
  background:
    radial-gradient(circle at 78% 10%, rgba(118, 174, 255, 0.45), transparent 30%),
    linear-gradient(100deg, #3159bd 0%, #3469cf 50%, #4b8af0 100%);
  overflow: hidden;
}

.home-flight-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 25% 28%, rgba(255, 255, 255, 0.1), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 54%);
  pointer-events: none;
}

.home-flight-copy {
  position: relative;
  z-index: 2;
  max-width: 430px;
  padding: 6px 0 0 8px;
  pointer-events: none;
}

.home-flight-copy h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.9rem, 4.35vw, 4.85rem);
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 0;
}

.home-flight-copy p {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.96);
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  font-weight: 400;
}

.home-flight-plane-wrap {
  position: absolute;
  z-index: 1;
  top: 58px;
  right: -78px;
  width: min(66vw, 980px);
  pointer-events: none;
}

.home-flight-plane {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 26px 32px rgba(18, 54, 133, 0.28));
}

.home-flight-badge {
  position: absolute;
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: clamp(0.95rem, 1.2vw, 1.25rem);
  font-weight: 400;
  box-shadow: 0 12px 26px rgba(27, 62, 141, 0.16);
  backdrop-filter: blur(8px);
  white-space: nowrap;
}

.home-flight-badge::before {
  content: ".";
  margin-right: 12px;
  font-size: 1.8em;
  line-height: 0;
}

.home-flight-badge-save {
  top: 5%;
  left: 24%;
}

.home-flight-badge-holiday {
  top: 29%;
  right: 14%;
}

.home-flight-badge-price {
  bottom: 0;
  left: 25%;
}

.home-flight-hero-inner {
  position: relative;
  min-height: 590px;
  z-index: 2;
}

.home-search-shell {
  position: absolute;
  z-index: 10;
  left: 22px;
  right: 22px;
  bottom: 8px;
}

.home-search-tabs {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-search-tab {
  min-height: 56px;
  padding: 0 28px;
  border: 0;
  border-right: 1px solid #e4e9f2;
  border-radius: 0;
  background: #fff;
  color: #1d2939;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  font-weight: 500;
}

.home-search-tabs .nav-item:first-child .home-search-tab {
  border-top-left-radius: 8px;
}

.home-search-tabs .nav-item:last-child .home-search-tab {
  border-top-right-radius: 8px;
  border-right: 0;
}

.home-search-tab.active {
  background: #1478ee;
  color: #fff;
}

.home-search-panel {
  position: relative;
  z-index: 2;
  padding: 28px 30px 30px;
  border-radius: 0 8px 8px 8px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(13, 43, 112, 0.22);
  color: #111827;
}

.home-search-grid {
  display: grid;
  gap: 14px;
  align-items: end;
}

.home-search-grid-four {
  grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(190px, 0.85fr);
}

.home-flight-grid {
  grid-template-columns: minmax(150px, 1.15fr) 44px minmax(150px, 1.15fr) minmax(132px, 0.9fr) minmax(132px, 0.9fr) minmax(150px, 0.95fr) minmax(190px, 1.2fr);
  gap: 10px;
}

.home-hotel-grid {
  grid-template-columns: minmax(160px, 1.2fr) minmax(132px, 0.8fr) minmax(132px, 0.8fr) minmax(130px, 0.75fr) minmax(190px, 1fr);
}

.home-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
  margin: 0;
}

.home-field > span {
  color: #4b5563;
  font-size: 0.9rem;
  font-weight: 500;
}

.home-field .form-control,
.home-field .form-select,
.home-traveller-button {
  width: 100%;
  min-height: 64px;
  border: 1px solid #cbd5e1;
  border-radius: 7px;
  background-color: #f8fbff;
  color: #111827;
  font-size: 1rem;
  font-weight: 500;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
}

.home-field .form-control:focus,
.home-field .form-select:focus,
.home-traveller-button:focus {
  border-color: #1478ee;
  box-shadow: 0 0 0 0.18rem rgba(20, 120, 238, 0.14);
}

.home-traveller-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px;
  text-align: left;
}

.home-trip-options {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
  margin: 0 0 22px;
}

.home-trip-options label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #111827;
  font-weight: 600;
}

.home-trip-options input {
  width: 18px;
  height: 18px;
  accent-color: #1478ee;
}

.home-swap-airports {
  width: 42px;
  height: 42px;
  align-self: end;
  margin-bottom: 11px;
  border: 1px solid #cbd5e1;
  border-radius: 50%;
  background: #fff;
  color: #1478ee;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
}

.home-search-submit {
  min-height: 64px;
  border: 0;
  border-radius: 7px;
  background: #1478ee;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 1.08rem;
  font-weight: 600;
  box-shadow: 0 12px 28px rgba(20, 120, 238, 0.28);
}

.home-search-submit:hover {
  background: #0f68d3;
  color: #fff;
}

.home-multicity-wrap {
  padding-top: 8px;
}

.home-multicity-sectors {
  display: grid;
  gap: 12px;
}

.flight-search-overlay {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(3, 14, 44, 0.82);
}

.flight-search-overlay-inner {
  width: min(92vw, 620px);
  padding: 36px 28px;
  border-radius: 10px;
  background: #fff;
  color: #111827;
  text-align: center;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.32);
}

.flight-search-overlay-spinner {
  width: 42px;
  height: 42px;
  margin: 0 auto 18px;
  border: 4px solid #dbeafe;
  border-top-color: #1478ee;
  border-radius: 50%;
  animation: flight-spin 0.9s linear infinite;
}

@keyframes flight-spin {
  to { transform: rotate(360deg); }
}

.flight-search-overlay-title {
  margin: 0 0 8px;
  color: #111827;
}

.flight-search-overlay-text {
  margin: 0 0 20px;
  color: #64748b;
}

.flight-search-overlay-route {
  display: inline-flex;
  align-items: center;
  gap: 20px;
}

.flight-search-overlay-route-label {
  color: #64748b;
  font-size: 0.78rem;
  text-transform: uppercase;
}

.flight-search-overlay-city {
  color: #111827;
  font-weight: 600;
}

.flight-search-overlay-plane {
  color: #1478ee;
}

@media (max-width: 1199.98px) {
  .home-flight-hero {
    min-height: auto;
    padding: 42px 0 40px;
  }

  .home-flight-copy {
    max-width: 360px;
  }

  .home-flight-copy h1 {
    font-size: clamp(2.7rem, 5.6vw, 4.3rem);
  }

  .home-flight-hero-inner {
    min-height: auto;
  }

  .home-flight-plane-wrap {
    top: 96px;
    right: -80px;
    width: min(66vw, 680px);
  }

  .home-flight-badge {
    min-height: 38px;
    padding: 0 16px;
  }

  .home-search-shell {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: 92px;
  }

  .home-flight-grid,
  .home-hotel-grid,
  .home-search-grid-four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-swap-airports {
    display: none;
  }

  .home-flight-submit,
  .home-search-submit {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .home-flight-hero {
    padding: 34px 0 30px;
  }

  .home-flight-copy {
    max-width: 280px;
    padding-left: 0;
  }

  .home-flight-copy h1 {
    font-size: clamp(2.25rem, 11vw, 3.15rem);
  }

  .home-flight-copy p {
    margin-top: 16px;
    font-size: 1.12rem;
  }

  .home-flight-plane-wrap {
    position: relative;
    top: auto;
    right: auto;
    width: 118%;
    margin: 16px -12% 0 8%;
  }

  .home-flight-badge {
    min-height: 32px;
    padding: 0 12px;
    font-size: 0.8rem;
  }

  .home-flight-badge-save {
    top: 0;
    left: 20%;
  }

  .home-flight-badge-holiday {
    top: 28%;
    right: 8%;
  }

  .home-flight-badge-price {
    bottom: 4%;
    left: 22%;
  }

  .home-search-shell {
    margin-top: 18px;
  }

  .home-search-tabs {
    overflow-x: auto;
    align-items: stretch;
    padding-bottom: 0;
    scrollbar-width: none;
  }

  .home-search-tabs::-webkit-scrollbar {
    display: none;
  }

  .home-search-tab {
    min-height: 48px;
    padding: 0 18px;
    white-space: nowrap;
    font-size: 0.92rem;
  }

  .home-search-panel {
    padding: 18px;
    border-radius: 0 0 8px 8px;
  }

  .home-flight-grid,
  .home-hotel-grid,
  .home-search-grid-four {
    grid-template-columns: 1fr;
  }

  .home-field .form-control,
  .home-field .form-select,
  .home-traveller-button,
  .home-search-submit {
    min-height: 56px;
  }

  .home-trip-options {
    gap: 12px;
    margin-bottom: 16px;
  }

  .home-trip-options label {
    font-size: 0.92rem;
  }

  .flight-search-overlay-route {
    flex-direction: column;
    gap: 10px;
  }
}

.airlines-showcase {
  padding: 44px 0;
  background: #fff;
}

.airlines-showcase-inner {
  display: grid;
  grid-template-columns: minmax(190px, 0.22fr) 1fr;
  align-items: center;
  gap: clamp(28px, 4vw, 62px);
}

.airlines-showcase-copy h2 {
  margin: 0;
  color: #111827;
  font-size: clamp(1.2rem, 1.6vw, 1.6rem);
  line-height: 1.28;
  font-weight: 600;
  letter-spacing: 0;
}

.airlines-logo-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(90px, 1fr));
  align-items: center;
  gap: clamp(18px, 2.8vw, 46px);
}

.airline-logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 54px;
}

.airline-logo-item img {
  display: block;
  max-width: 100%;
  max-height: 42px;
  object-fit: contain;
}

@media (max-width: 991.98px) {
  .airlines-showcase {
    padding: 34px 0;
  }

  .airlines-showcase-inner {
    grid-template-columns: 1fr;
    gap: 24px;
    text-align: center;
  }

  .airlines-logo-grid {
    grid-template-columns: repeat(4, minmax(120px, 1fr));
    gap: 18px 28px;
  }
}

@media (max-width: 575.98px) {
  .airlines-showcase {
    padding: 24px 0;
  }

  .airlines-showcase-copy h2 {
    font-size: 1.15rem;
  }

  .airlines-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .airline-logo-item {
    min-height: 48px;
    padding: 4px 8px;
  }

  .airline-logo-item img {
    max-height: 34px;
  }
}

.traveller-love {
  padding: 54px 0 68px;
  background: #fff;
  color: #0f172a;
}

.traveller-love-header {
  margin-bottom: 46px;
  text-align: center;
}

.traveller-love-header h2 {
  margin: 0;
  color: #0b0f14;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: 0;
}

.traveller-love-header p {
  margin: 20px 0 0;
  color: #202936;
  font-size: clamp(1.15rem, 1.8vw, 1.75rem);
  font-weight: 400;
}

.traveller-love-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1.15fr) minmax(280px, 1fr) minmax(260px, 0.95fr);
  gap: 18px;
  align-items: stretch;
}

.traveller-story-card,
.traveller-savings-card,
.traveller-airlines-card {
  min-width: 0;
  min-height: 360px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.traveller-story-card {
  display: flex;
  flex-direction: column;
  padding: clamp(24px, 3vw, 38px);
}

.traveller-brand {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 36px;
  line-height: 1;
}

.traveller-brand-name {
  color: #145de7;
  font-size: clamp(1.85rem, 2.7vw, 2.55rem);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.traveller-brand-sub {
  margin-left: 34px;
  color: #111827;
  font-size: 0.85rem;
  font-weight: 700;
}

.traveller-story-copy h3,
.traveller-price-copy h3,
.traveller-deal-strip h3,
.traveller-airline-copy h3 {
  margin: 0;
  color: #0b0f14;
  font-size: clamp(1.12rem, 1.35vw, 1.45rem);
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 0;
}

.traveller-story-copy p,
.traveller-price-copy p,
.traveller-deal-strip p,
.traveller-airline-copy p {
  margin: 14px 0 0;
  color: #4b5563;
  font-size: clamp(1rem, 1.15vw, 1.2rem);
  line-height: 1.55;
  font-weight: 400;
}

.traveller-author {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: auto;
}

.traveller-avatar {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  background:
    radial-gradient(circle at 35% 30%, #f8fafc, transparent 35%),
    linear-gradient(135deg, #94a3b8, #334155);
  color: #fff;
  font-weight: 700;
}

.traveller-author strong,
.traveller-author span {
  display: block;
}

.traveller-author strong {
  color: #1f2937;
  font-size: 1.12rem;
  line-height: 1.2;
}

.traveller-author span {
  margin-top: 8px;
  color: #4b5563;
  font-size: 1rem;
}

.traveller-dot {
  width: 16px;
  height: 16px;
  margin-left: auto;
  border-radius: 50%;
  background: #1478ee;
}

.traveller-savings-card {
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 18px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.traveller-deal-strip,
.traveller-price-copy {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.traveller-deal-strip {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 104px;
  padding: 24px;
}

.traveller-deal-strip p {
  margin-top: 8px;
  line-height: 1.3;
}

.traveller-deal-icon {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border: 2px solid #10b981;
  border-radius: 50%;
  color: #10b981;
}

.traveller-price-copy {
  padding: 34px 34px 20px;
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.traveller-saving-value {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 170px;
  padding: 0 34px 30px;
  border: 1px solid #e5e7eb;
  border-top: 0;
  border-radius: 0 0 8px 8px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.traveller-saving-value strong {
  display: block;
  color: #050d0b;
  font-size: clamp(4.6rem, 7vw, 6.3rem);
  line-height: 0.95;
  font-weight: 700;
  letter-spacing: 0;
}

.traveller-saving-value div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 18px;
  color: #2f3846;
  font-size: 1rem;
}

.traveller-airlines-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 38px 36px;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(14, 27, 42, 0.34), rgba(9, 30, 50, 0.72)),
    linear-gradient(145deg, #24394a 0%, #607f95 48%, #dce7ef 100%);
}

.traveller-airlines-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(28deg, transparent 0 45%, rgba(255, 255, 255, 0.18) 46% 47%, transparent 48%),
    repeating-linear-gradient(154deg, transparent 0 52px, rgba(255, 212, 66, 0.28) 53px 56px, transparent 57px 116px);
  opacity: 0.7;
}

.traveller-airline-plane {
  position: absolute;
  z-index: 1;
  top: 112px;
  right: -170px;
  width: min(620px, 135%);
  filter: drop-shadow(0 24px 24px rgba(4, 12, 24, 0.28));
  transform: rotate(-5deg);
}

.traveller-airline-count,
.traveller-airline-copy {
  position: relative;
  z-index: 2;
}

.traveller-airline-count {
  color: #fff;
  font-size: clamp(4.7rem, 7.2vw, 6.8rem);
  line-height: 0.95;
  font-weight: 400;
  letter-spacing: 0;
}

.traveller-airline-copy i {
  margin-bottom: 16px;
  color: #10b981;
  font-size: 1.1rem;
}

.traveller-airline-copy h3,
.traveller-airline-copy p {
  color: #fff;
}

.traveller-airline-copy p {
  opacity: 0.84;
}

@media (max-width: 1199.98px) {
  .traveller-love-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .traveller-airlines-card {
    grid-column: 1 / -1;
    min-height: 300px;
  }

  .traveller-airline-plane {
    top: 34px;
    right: -90px;
    width: min(560px, 65%);
  }
}

@media (max-width: 767.98px) {
  .traveller-love {
    padding: 42px 0 50px;
  }

  .traveller-love-header {
    margin-bottom: 28px;
  }

  .traveller-love-grid {
    grid-template-columns: 1fr;
  }

  .traveller-story-card,
  .traveller-airlines-card {
    min-height: 300px;
  }

  .traveller-savings-card {
    min-height: auto;
  }

  .traveller-deal-strip {
    align-items: flex-start;
    padding: 20px;
  }

  .traveller-price-copy,
  .traveller-saving-value {
    padding-left: 22px;
    padding-right: 22px;
  }

  .traveller-saving-value strong,
  .traveller-airline-count {
    font-size: clamp(4rem, 18vw, 5.3rem);
  }

  .traveller-saving-value div {
    flex-direction: column;
    gap: 6px;
  }

  .traveller-airlines-card {
    padding: 30px 24px;
  }

  .traveller-airline-plane {
    top: 74px;
    right: -120px;
    width: min(520px, 118%);
  }
}

.labour-deals {
  padding: 66px 0 78px;
  background: #f1f3f8;
  color: #070b10;
}

.labour-deals-header {
  margin-bottom: 56px;
}

.labour-deals-header h2 {
  max-width: 760px;
  margin: 0;
  color: #070b10;
  font-size: clamp(2.2rem, 3.7vw, 3.65rem);
  line-height: 1.14;
  font-weight: 700;
  letter-spacing: 0;
}

.labour-deals-header p {
  margin: 34px 0 0;
  color: #111827;
  font-size: clamp(1.2rem, 1.9vw, 1.8rem);
  line-height: 1.4;
  font-weight: 400;
}

.labour-deals-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.labour-deal-card {
  min-width: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 14px;
}

.labour-deal-body,
.labour-deal-actions {
  border: 1px solid #d9dde6;
  border-radius: 8px;
  background: transparent;
}

.labour-deal-card:first-child .labour-deal-body,
.labour-deal-card:first-child .labour-deal-actions {
  border-color: transparent;
  background: #fff;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
}

.labour-deal-body {
  min-height: 288px;
  padding: clamp(26px, 3vw, 44px);
}

.labour-deal-body h3 {
  margin: 0;
  color: #060a10;
  font-size: clamp(1.55rem, 2vw, 2.15rem);
  line-height: 1.28;
  font-weight: 700;
  letter-spacing: 0;
}

.labour-deal-body h3 span {
  color: #10b981;
}

.labour-deal-body p {
  margin: 28px 0 0;
  color: #3f4652;
  font-size: clamp(1rem, 1.25vw, 1.3rem);
  line-height: 1.55;
  font-weight: 400;
}

.labour-deal-actions {
  min-height: 102px;
  display: flex;
  align-items: center;
  gap: clamp(18px, 2vw, 34px);
  padding: 18px clamp(18px, 2.4vw, 34px);
}

.labour-promo-btn {
  min-height: 48px;
  padding: 0 24px;
  border: 2px solid #2f8fd8;
  border-radius: 7px;
  background: transparent;
  color: #0b75c9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 1.05rem;
  font-weight: 700;
  white-space: nowrap;
}

.labour-promo-btn i {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid currentColor;
  border-radius: 50%;
  font-size: 0.78rem;
}

.labour-deal-actions a {
  color: #060a10;
  font-size: 1.06rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.labour-deal-actions a:hover {
  color: #0b75c9;
}

@media (max-width: 1199.98px) {
  .labour-deals-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .labour-deal-card:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767.98px) {
  .labour-deals {
    padding: 44px 0 54px;
  }

  .labour-deals-header {
    margin-bottom: 30px;
  }

  .labour-deals-header p {
    margin-top: 20px;
  }

  .labour-deals-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .labour-deal-card:last-child {
    grid-column: auto;
  }

  .labour-deal-body {
    min-height: auto;
    padding: 24px;
  }

  .labour-deal-actions {
    min-height: auto;
    align-items: stretch;
    flex-direction: column;
    gap: 16px;
    padding: 18px;
  }

  .labour-promo-btn {
    width: 100%;
  }
}

.why-book {
  padding: 62px 0 76px;
  background: #eef1f7;
  color: #101418;
}

.why-book-panel {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(42px, 6vw, 74px) clamp(28px, 5vw, 56px);
  border-radius: 22px;
  background: #fff;
}

.why-book-header {
  max-width: 520px;
  margin: 0 auto 54px;
  text-align: center;
}

.why-book-header h2 {
  margin: 0;
  color: #0b0f14;
  font-size: clamp(1.45rem, 2.3vw, 2rem);
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0;
}

.why-book-header p {
  margin: 14px 0 0;
  color: #3d4652;
  font-size: clamp(0.86rem, 1vw, 0.95rem);
  line-height: 1.45;
  font-weight: 400;
}

.why-book-features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(26px, 4vw, 58px);
  margin-bottom: 70px;
}

.why-book-features article {
  min-width: 0;
}

.why-book-features h3 {
  margin: 0;
  color: #101418;
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 0;
}

.why-book-features p {
  margin: 20px 0 0;
  color: #3f4752;
  font-size: clamp(0.86rem, 1vw, 0.98rem);
  line-height: 1.52;
  font-weight: 400;
}

.why-book-image-wrap {
  overflow: hidden;
  border-radius: 14px;
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 18% 14%, rgba(255, 255, 255, 0.78), transparent 24%),
    linear-gradient(135deg, #81d4ff 0%, #dff4ff 42%, #456ea8 100%);
}

.why-book-image {
  display: block;
  width: min(92%, 860px);
  height: auto;
  filter: drop-shadow(0 24px 30px rgba(15, 23, 42, 0.22));
}

@media (max-width: 991.98px) {
  .why-book-features {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 42px;
    text-align: center;
  }
}

@media (max-width: 575.98px) {
  .why-book {
    padding: 42px 0 50px;
  }

  .why-book-panel {
    padding: 30px 18px;
    border-radius: 16px;
  }

  .why-book-header {
    margin-bottom: 32px;
  }

  .why-book-features p {
    margin-top: 12px;
  }

  .why-book-image-wrap {
    min-height: 230px;
  }
}

.recommended-trips {
  padding: clamp(54px, 7vw, 92px) 0;
  background: #f1f3f7;
  color: #070c10;
}

.recommended-trips-inner {
  display: grid;
  grid-template-columns: minmax(280px, 0.84fr) minmax(0, 1.6fr);
  align-items: center;
  gap: clamp(32px, 5vw, 72px);
}

.recommended-trips-copy {
  max-width: 520px;
}

.recommended-trips-eyebrow {
  margin: 0 0 28px;
  color: #5b626b;
  font-size: clamp(0.76rem, 0.9vw, 0.9rem);
  line-height: 1.3;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
}

.recommended-trips-copy h2 {
  margin: 0;
  color: #070c10;
  font-size: clamp(2rem, 3.2vw, 3.25rem);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: 0;
}

.recommended-trips-text {
  margin: 28px 0 44px;
  color: #141a21;
  font-size: clamp(1.05rem, 1.45vw, 1.55rem);
  line-height: 1.34;
  font-weight: 400;
}

.recommended-trips-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: min(100%, 508px);
  min-height: 74px;
  padding: 18px 28px;
  border-radius: 6px;
  background: #2077e8;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 14px 26px rgba(32, 119, 232, 0.22);
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.recommended-trips-action:hover {
  transform: translateY(-2px);
  background: #1768d2;
  color: #fff;
}

.recommended-trip-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 32px);
}

.recommended-trip-card {
  overflow: hidden;
  min-width: 0;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

.recommended-trip-image {
  display: block;
  width: calc(100% - 38px);
  aspect-ratio: 1.7 / 1;
  margin: 20px auto 0;
  border-radius: 8px;
  object-fit: cover;
}

.recommended-trip-body {
  padding: clamp(22px, 2.2vw, 32px) clamp(18px, 2vw, 28px) clamp(24px, 2.4vw, 34px);
}

.recommended-trip-route {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 76px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
}

.recommended-trip-route div:not(.recommended-trip-line) {
  min-width: 0;
}

.recommended-trip-route span,
.recommended-trip-price span {
  display: block;
  color: #404852;
  font-size: clamp(0.86rem, 1vw, 1rem);
  line-height: 1.25;
  font-weight: 500;
}

.recommended-trip-route strong {
  display: block;
  margin: 10px 0 14px;
  color: #05090d;
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1.06;
  font-weight: 800;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.recommended-trip-route small {
  display: block;
  color: #070c10;
  font-size: clamp(0.92rem, 1.1vw, 1.08rem);
  line-height: 1.2;
  font-weight: 800;
}

.recommended-trip-route em {
  display: block;
  margin-top: 10px;
  color: #151b23;
  font-size: clamp(0.78rem, 0.95vw, 0.95rem);
  line-height: 1.2;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
}

.recommended-trip-line {
  position: relative;
  height: 1px;
  background: #e6e8ed;
}

.recommended-trip-line::before,
.recommended-trip-line::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e1e4ea;
  transform: translateY(-50%);
}

.recommended-trip-line::before {
  left: 0;
}

.recommended-trip-line::after {
  right: 0;
}

.recommended-trip-price {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(150px, 1fr);
  align-items: end;
  gap: 16px;
  margin-top: clamp(30px, 4vw, 52px);
}

.recommended-trip-price strong {
  display: inline-block;
  margin-top: 12px;
  color: #18bf7a;
  font-size: clamp(1.45rem, 2vw, 2rem);
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0;
}

.recommended-trip-price del {
  display: inline-block;
  margin-left: 10px;
  color: #b76a4f;
  font-size: clamp(0.86rem, 1vw, 1rem);
  line-height: 1;
  font-weight: 700;
}

.recommended-trip-note {
  min-height: 48px;
  padding: 15px 18px;
  border-radius: 6px;
  background: #f1f2f4;
  color: #181d24;
  font-size: clamp(0.78rem, 0.9vw, 0.92rem);
  font-weight: 700;
  text-align: center;
}

@media (max-width: 1199.98px) {
  .recommended-trips-inner {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .recommended-trips-copy {
    max-width: 720px;
  }
}

@media (max-width: 767.98px) {
  .recommended-trip-cards {
    grid-template-columns: 1fr;
  }

  .recommended-trips-action {
    min-height: 58px;
  }
}

@media (max-width: 575.98px) {
  .recommended-trips {
    padding: 42px 0;
  }

  .recommended-trips-eyebrow {
    margin-bottom: 18px;
  }

  .recommended-trips-text {
    margin: 20px 0 28px;
  }

  .recommended-trip-image {
    width: calc(100% - 24px);
    margin-top: 12px;
  }

  .recommended-trip-body {
    padding: 20px 14px 22px;
  }

  .recommended-trip-route {
    grid-template-columns: 1fr 46px 1fr;
    gap: 10px;
  }

  .recommended-trip-price {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 12px;
    margin-top: 28px;
  }

  .recommended-trip-note {
    min-height: auto;
    text-align: left;
  }
}

.customer-voices {
  padding: clamp(58px, 7vw, 94px) 0 clamp(64px, 8vw, 104px);
  background: #fff;
  color: #070c10;
}

.customer-voices h2 {
  max-width: 980px;
  margin: 0 0 clamp(34px, 5vw, 68px);
  color: #070c10;
  font-size: clamp(2rem, 3.4vw, 3.35rem);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: 0;
}

.customer-voices-grid {
  display: grid;
  grid-template-columns: minmax(230px, 0.9fr) minmax(240px, 1fr) minmax(240px, 1fr) minmax(240px, 1fr);
  gap: clamp(18px, 2vw, 28px);
  align-items: stretch;
}

.customer-rating-card,
.customer-profile-card,
.customer-quote-card {
  border-radius: 8px;
}

.customer-rating-card {
  display: flex;
  min-height: 510px;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(24px, 2.4vw, 34px);
  background: #f2f3f6;
}

.customer-rating-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.customer-rating-head strong {
  color: #05090d;
  font-size: clamp(2.5rem, 4vw, 3.35rem);
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0;
}

.customer-rating-head p {
  margin: 4px 0 0;
  color: #5d636d;
  font-size: clamp(0.95rem, 1.1vw, 1.06rem);
  line-height: 1.35;
  font-weight: 500;
}

.customer-rating-brand {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px 22px;
  align-items: end;
}

.customer-rating-brand > span {
  grid-column: 1 / -1;
  color: #0a0e13;
  font-size: clamp(1.25rem, 1.6vw, 1.55rem);
  line-height: 1;
  font-weight: 800;
}

.customer-rating-brand sup {
  top: -0.35em;
  font-size: 0.55em;
}

.customer-rating-brand-row {
  display: flex;
  align-items: center;
  gap: 4px;
}

.customer-rating-brand-row i,
.customer-rating-brand-row b {
  width: 26px;
  height: 26px;
  border-radius: 5px;
  background: #31272a;
}

.customer-rating-brand-row b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1;
  font-style: normal;
  font-weight: 700;
}

.customer-rating-stars {
  min-width: 90px;
}

.customer-rating-stars span,
.customer-card-top span,
.customer-card-bottom span {
  display: block;
  color: #05090d;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 2px;
}

.customer-rating-stars small {
  display: block;
  margin-top: 7px;
  color: #0e1318;
  font-size: 0.78rem;
  line-height: 1.1;
  font-weight: 700;
}

.customer-review-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  width: 100%;
  padding: 16px 24px;
  border-radius: 999px;
  background: #05070a;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  font-weight: 600;
  text-decoration: none;
}

.customer-review-action:hover {
  color: #fff;
  background: #171b21;
}

.customer-review-column {
  display: grid;
  grid-template-rows: 80px minmax(340px, 1fr);
  gap: 14px;
  min-width: 0;
}

.customer-review-column-center {
  grid-template-rows: minmax(320px, 1fr) 80px;
}

.customer-profile-card,
.customer-quote-card {
  border: 1px solid #e6e8ec;
  background: #fff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.customer-profile-card {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
  padding: 18px 22px;
}

.customer-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border-radius: 7px;
  color: #fff;
  font-size: 0.78rem;
  line-height: 1;
  font-weight: 800;
}

.customer-avatar-livia {
  background: linear-gradient(135deg, #8c5a49, #e1a887);
}

.customer-avatar-kael {
  background: linear-gradient(135deg, #27533c, #93c572);
}

.customer-avatar-zia {
  background: linear-gradient(135deg, #315f72, #b7d5e1);
}

.customer-profile-card strong,
.customer-profile-card span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.customer-profile-card strong {
  color: #0a0f15;
  font-size: clamp(0.95rem, 1vw, 1.05rem);
  line-height: 1.2;
  font-weight: 800;
}

.customer-profile-card span {
  margin-top: 5px;
  color: #575f69;
  font-size: clamp(0.82rem, 0.9vw, 0.92rem);
  line-height: 1.2;
  font-weight: 500;
}

.customer-quote-card {
  display: flex;
  min-height: 340px;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(22px, 2vw, 30px);
}

.customer-quote-card p {
  margin: 0;
  color: #090d12;
  font-size: clamp(1.2rem, 1.55vw, 1.45rem);
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}

.customer-quote-card-tall p {
  margin-top: auto;
}

.customer-quote-card-center {
  justify-content: space-between;
}

.customer-card-top,
.customer-card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.customer-card-bottom {
  margin-top: 28px;
}

.customer-card-top i,
.customer-card-bottom i {
  color: #11161c;
  font-size: 0.95rem;
}

@media (max-width: 1199.98px) {
  .customer-voices-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .customer-rating-card {
    min-height: 420px;
  }
}

@media (max-width: 767.98px) {
  .customer-voices-grid {
    grid-template-columns: 1fr;
  }

  .customer-rating-card,
  .customer-review-column,
  .customer-review-column-center {
    min-height: auto;
  }

  .customer-review-column,
  .customer-review-column-center {
    grid-template-rows: auto;
  }

  .customer-quote-card {
    min-height: 260px;
  }
}

@media (max-width: 575.98px) {
  .customer-voices {
    padding: 42px 0 50px;
  }

  .customer-voices h2 {
    margin-bottom: 28px;
  }

  .customer-rating-card {
    gap: 34px;
    padding: 24px 20px;
  }

  .customer-rating-head,
  .customer-rating-brand {
    grid-template-columns: 1fr;
  }

  .customer-rating-brand {
    gap: 16px;
  }

  .customer-quote-card {
    min-height: 230px;
    padding: 22px 18px;
  }

  .customer-profile-card {
    padding: 16px;
  }
}

/* Navbar Styles */
.travel-header {
  position: relative;
  z-index: 1030;
}

.travel-topbar {
  min-height: 76px;
  padding: 0;
  background:
    radial-gradient(circle at 25% 50%, rgba(255, 255, 255, 0.1), transparent 26%),
    linear-gradient(105deg, #2351b8 0%, #2f66ce 50%, #67a7f4 100%);
  box-shadow: 0 10px 30px rgba(20, 74, 170, 0.22);
}

.travel-header-inner {
  min-height: 76px;
  gap: 24px;
}

.travel-brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  color: #fff;
  text-decoration: none;
  flex: 0 0 auto;
}

.travel-brand:hover {
  color: #fff;
}

.travel-brand-logo {
  max-width: 190px;
  max-height: 44px;
  object-fit: contain;
}

.travel-brand-mark {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  color: #fff;
  font-size: 1.35rem;
}

.travel-header-collapse {
  justify-content: flex-end;
}

.travel-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  width: 100%;
  min-width: 0;
}

.travel-help-pill,
.travel-app-pill,
.travel-icon-action,
.travel-text-action,
.travel-account-action,
.travel-menu-toggle {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.26);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
}

.travel-topbar,
.travel-topbar a,
.travel-topbar button,
.travel-topbar span,
.travel-topbar strong,
.travel-topbar i {
  color: #fff;
}

.travel-help-pill:hover,
.travel-app-pill:hover,
.travel-icon-action:hover,
.travel-text-action:hover,
.travel-account-action:hover,
.travel-menu-toggle:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.42);
}

.travel-help-pill {
  gap: 10px;
  padding: 7px 17px 7px 7px;
  border-radius: 999px;
  font-size: 0.96rem;
  white-space: nowrap;
  min-width: 0;
}

.travel-help-pill strong {
  font-size: 1.02rem;
  font-weight: 400;
}

.travel-help-avatar {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 34px;
  border-radius: 50%;
  color: #1f55bf;
  background: #fff;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.18);
}

.travel-icon-action {
  width: 44px;
  border-radius: 50%;
  font-size: 1.08rem;
}

.travel-app-pill {
  gap: 12px;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 400;
  white-space: nowrap;
  min-width: 0;
}

.travel-text-action {
  gap: 7px;
  min-height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  font-weight: 400;
  white-space: nowrap;
}

.travel-account-action {
  gap: 9px;
  min-height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  font-weight: 400;
  white-space: nowrap;
}

.travel-account-action i {
  color: #fff;
}

.travel-account-badge {
  padding: 2px 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  font-size: 0.75rem;
  font-weight: 400;
}

.travel-menu-toggle {
  width: 44px;
  height: 44px;
  padding: 0;
  border-radius: 50%;
}

.travel-explore-dropdown .dropdown-menu {
  max-height: 70vh;
  overflow-y: auto;
}

@media (max-width: 1199.98px) {
  .travel-header-inner {
    gap: 12px;
  }

  .travel-brand-logo {
    max-width: 170px;
    max-height: 42px;
  }

  .travel-header-collapse {
    flex-basis: 100%;
  }

  .travel-header-actions {
    align-items: stretch;
    gap: 10px;
    padding: 0 0 16px;
    flex-direction: column;
  }

  .travel-help-pill,
  .travel-app-pill,
  .travel-icon-action,
  .travel-text-action,
  .travel-account-action {
    width: 100%;
    justify-content: flex-start;
    min-height: 46px;
    padding-left: 14px;
    padding-right: 14px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.1);
  }

  .travel-icon-action {
    gap: 10px;
  }

  .travel-icon-action::after {
    content: "Message us";
    font-weight: 400;
    color: #fff;
  }

  .travel-help-pill {
    align-items: center;
    white-space: normal;
  }

  .travel-help-copy {
    flex: 1 1 auto;
  }

  .travel-help-pill strong {
    flex: 0 0 100%;
    margin-left: 48px;
  }
}

@media (max-width: 1399.98px) and (min-width: 1200px) {
  .travel-header-actions {
    gap: 12px;
  }

  .travel-brand-logo {
    max-width: 168px;
  }

  .travel-help-pill {
    padding-right: 14px;
  }

  .travel-app-pill {
    padding-left: 14px;
    padding-right: 14px;
  }
}

.trek-navbar {
  background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
  padding: 1rem 0;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.trek-navbar .navbar-brand {
  font-size: 1.5rem;
  color: #fff !important;
}

.trek-navbar .nav-link {
  color: rgba(255,255,255,0.9) !important;
  font-weight: 500;
  margin: 0 0.5rem;
  transition: color 0.3s;
}

.trek-navbar .nav-link:hover,
.trek-navbar .nav-link.active {
  color: #ffd700 !important;
}

/* Hero Slider Section */
.hero-slider-section {
  position: relative;
  height: 600px;
  margin-top: 0;
  width: 100%;
  overflow: hidden;
}

.hero-slide {
  height: 600px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-slide-1 {
  background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), 
              url('https://images.unsplash.com/photo-1506905925346-21bda4d32df4?w=1920') center/cover;
}

.hero-slide-2 {
  background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), 
              url('https://images.unsplash.com/photo-1464822759023-fed622ff2c3b?w=1920') center/cover;
}

.hero-slide-3 {
  background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), 
              url('https://images.unsplash.com/photo-1506905925346-21bda4d32df4?w=1920') center/cover;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(30,60,114,0.7) 0%, rgba(42,82,152,0.7) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: white;
  padding: 2rem;
}

.hero-title {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.hero-subtitle {
  font-size: 1.5rem;
  font-weight: 300;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.carousel-control-prev,
.carousel-control-next {
  width: 5%;
}

.carousel-indicators button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255,255,255,0.5);
}

.carousel-indicators button.active {
  background-color: #fff;
}

/* Search Box Over Hero */
.search-box-container {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  z-index: 10;
  overflow: visible !important;
}

.search-box {
  background: white;
  padding: 2.5rem;
  border-radius: 15px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.2);
  margin-top: 2rem;
}

.search-box-title {
  color: #1e3c72;
  font-weight: 600;
  text-align: center;
}

/* Service Tabs Styling */
.nav-pills-custom {
  gap: 0.75rem;
  flex-wrap: wrap;
}

.service-tab-btn {
  background: #f8f9fa;
  border: 2px solid #e0e0e0;
  color: #495057;
  padding: 0.875rem 1.5rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  position: relative;
  overflow: hidden;
}

.service-tab-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
  transition: left 0.3s ease;
  z-index: 0;
}

.service-tab-btn:hover {
  border-color: #2a5298;
  color: #2a5298;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(42, 82, 152, 0.2);
}

.service-tab-btn:hover::before {
  left: 0;
}

.service-tab-btn:hover i,
.service-tab-btn:hover .service-name {
  position: relative;
  z-index: 1;
  color: white;
}

.service-tab-btn.active {
  background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
  border-color: #1e3c72;
  color: white;
  box-shadow: 0 4px 15px rgba(30, 60, 114, 0.3);
  transform: translateY(-2px);
}

.service-tab-btn.active::before {
  left: 0;
}

.service-tab-btn.active i,
.service-tab-btn.active .service-name {
  color: white;
  position: relative;
  z-index: 1;
}

.service-tab-btn i {
  font-size: 1.1rem;
  transition: all 0.3s ease;
}

.service-tab-btn.active i {
  transform: scale(1.1);
}

.service-tab-btn .service-name {
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .service-tab-btn {
    min-width: 120px;
    padding: 0.75rem 1.25rem;
    font-size: 0.85rem;
  }
  
  .service-tab-btn i {
    font-size: 1rem;
    margin-right: 0.5rem !important;
  }
}

/* Airport Autocomplete Styles */
.airport-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  max-height: 300px;
  overflow-y: auto;
  z-index: 1000;
  display: none;
  margin-top: 2px;
}

.airport-item {
  padding: 0.75rem 1rem;
  cursor: pointer;
  border-bottom: 1px solid #f0f0f0;
  transition: background-color 0.2s;
}

.airport-item:last-child {
  border-bottom: none;
}

.airport-item:hover,
.airport-item.active {
  background-color: #f8f9fa;
}

.airport-item .fw-bold {
  color: #212529;
  font-size: 0.95rem;
}

.airport-item small {
  font-size: 0.85rem;
}

.search-box .form-label {
  font-weight: 600;
  color: #333;
  font-size: 0.9rem;
}

.search-box .form-select,
.search-box .form-control {
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  padding: 0.75rem;
  transition: border-color 0.3s;
}

.search-box .form-select:focus,
.search-box .form-control:focus {
  border-color: #2a5298;
  box-shadow: 0 0 0 0.2rem rgba(42,82,152,0.1);
}

/* Button Styles */
.btn-trek-primary {
  background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
  color: white;
  border: none;
  padding: 0.75rem 2rem;
  border-radius: 8px;
  font-weight: 600;
  transition: transform 0.3s, box-shadow 0.3s;
}

.btn-trek-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(42,82,152,0.4);
  color: white;
}

.btn-trek-outline {
  background: transparent;
  color: #2a5298;
  border: 2px solid #2a5298;
  padding: 0.75rem 2rem;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s;
}

.btn-trek-outline:hover {
  background: #2a5298;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(42,82,152,0.3);
}

/* Section Styles */
.section-padding {
  padding: 80px 0;
}

/* First section after hero needs extra top padding for search box */
#trek-packages {
  padding-top: 80px;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1e3c72;
  margin-bottom: 1rem;
}

.section-subtitle {
  font-size: 1.1rem;
  color: #666;
}

/* Trek Card Styles */
.trek-card {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  transition: transform 0.3s, box-shadow 0.3s;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.trek-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.2);
}

.trek-card-image {
  height: 250px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.trek-image-1 {
  background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), 
              url('https://images.unsplash.com/photo-1519904981063-b0cf448d479e?w=800') center/cover;
}

.trek-image-2 {
  background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), 
              url('https://images.unsplash.com/photo-1506905925346-21bda4d32df4?w=800') center/cover;
}

.trek-image-3 {
  background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), 
              url('https://images.unsplash.com/photo-1464822759023-fed622ff2c3b?w=800') center/cover;
}

.trek-image-4 {
  background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), 
              url('https://images.unsplash.com/photo-1526392060635-9d6019884377?w=800') center/cover;
}

.trek-image-5 {
  background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), 
              url('https://images.unsplash.com/photo-1506905925346-21bda4d32df4?w=800') center/cover;
}

.trek-image-6 {
  background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), 
              url('https://images.unsplash.com/photo-1464822759023-fed622ff2c3b?w=800') center/cover;
}

.trek-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #ff6b6b;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
}

.trek-badge.new-badge {
  background: #51cf66;
}

.trek-price {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(255,255,255,0.95);
  color: #1e3c72;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  font-size: 1.2rem;
  font-weight: 700;
}

.trek-card-body {
  padding: 1.5rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.trek-card-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #1e3c72;
  margin-bottom: 0.5rem;
}

.trek-card-location {
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.trek-card-info {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  font-size: 0.85rem;
  color: #666;
}

.trek-card-info span {
  display: flex;
  align-items: center;
}

.trek-card-description {
  color: #555;
  margin-bottom: 1.5rem;
  flex-grow: 1;
}

/* About Section */
.about-content {
  padding-right: 2rem;
}

.about-image-placeholder {
  height: 400px;
  background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 8rem;
  opacity: 0.8;
}

.about-stats {
  margin-top: 2rem;
}

.stat-item {
  text-align: center;
  padding: 1rem;
}

.stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2a5298;
  margin-bottom: 0.5rem;
}

.stat-label {
  color: #666;
  font-size: 0.9rem;
  margin: 0;
}

/* Service Card Styles */
.service-card {
  background: white;
  padding: 2.5rem 2rem;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  transition: transform 0.3s, box-shadow 0.3s;
  height: 100%;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.service-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 1.5rem;
  background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 2rem;
}

.service-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #1e3c72;
  margin-bottom: 1rem;
}

.service-description {
  color: #666;
  line-height: 1.6;
}

/* Testimonial Card Styles */
.testimonial-card {
  background: white;
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  height: 100%;
  transition: transform 0.3s, box-shadow 0.3s;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.testimonial-rating {
  color: #ffd700;
  font-size: 1.1rem;
}

.testimonial-text {
  color: #555;
  font-style: italic;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.author-avatar {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.2rem;
}

.author-name {
  font-weight: 600;
  color: #1e3c72;
  margin: 0;
}

.author-location {
  color: #666;
  font-size: 0.85rem;
  margin: 0;
}

/* Footer Styles */
.trek-footer {
  background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
  color: white;
  margin-top: 80px;
}

.trek-footer h5,
.trek-footer h6 {
  color: white;
  font-weight: 600;
}

.trek-footer a {
  transition: color 0.3s;
}

.trek-footer a:hover {
  color: #ffd700 !important;
}

.travel-footer {
  background: #082c7f;
  color: #fff;
  font-size: 0.92rem;
}

.travel-footer-main {
  background: #082c7f;
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 28px 0 0;
}

.travel-footer-grid {
  display: grid;
  grid-template-columns: minmax(190px, 1.25fr) repeat(4, minmax(140px, 1fr));
  gap: 34px;
  align-items: start;
}

.travel-footer-quick,
.travel-footer-column {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.travel-footer-column h6 {
  color: #fff;
  font-size: 0.95rem;
  font-weight: 800;
  margin: 0 0 7px;
}

.travel-footer a {
  color: rgba(255,255,255,0.92);
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.travel-footer a:hover,
.travel-footer a:focus {
  color: #fff;
  text-decoration: underline;
}

.travel-footer-quick-link {
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  padding: 0;
}

.travel-footer-quick-link.active {
  background: rgba(255,255,255,0.12);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.04);
  padding: 14px 13px;
  text-decoration: none;
}

.travel-footer-quick-link.active:hover,
.travel-footer-quick-link.active:focus {
  background: rgba(255,255,255,0.18);
}

.travel-footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 2px;
}

.travel-footer-social a {
  align-items: center;
  background: rgba(255,255,255,0.12);
  border-radius: 50%;
  display: inline-flex;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.travel-footer-social a:hover,
.travel-footer-social a:focus {
  background: rgba(255,255,255,0.2);
  transform: translateY(-2px);
}

.travel-footer-logos {
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  border-top: 1px solid rgba(255,255,255,0.1);
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
  margin-top: 30px;
  padding: 18px 0;
}

.travel-footer-logo-item {
  align-items: center;
  color: #fff;
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 900;
  justify-content: center;
  line-height: 1;
  min-height: 31px;
  opacity: 0.94;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.travel-footer-logo-item img {
  filter: brightness(0) invert(1);
  max-height: 34px;
  max-width: 110px;
  object-fit: contain;
}

.travel-footer-bottom {
  align-items: center;
  color: rgba(255,255,255,0.9);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.78rem;
  font-weight: 700;
  gap: 12px 20px;
  justify-content: center;
  padding: 17px 0 20px;
  text-align: center;
}

.travel-footer-address::before {
  content: " ";
}

.travel-footer-contact {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.travel-footer-contact a {
  color: #fff;
  font-size: 0.78rem;
  text-decoration: underline;
}

@media (max-width: 991.98px) {
  .travel-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .travel-footer-main {
    padding-top: 22px;
  }

  .travel-footer-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .travel-footer-quick,
  .travel-footer-column {
    gap: 11px;
  }

  .travel-footer-logos {
    gap: 12px;
    justify-content: flex-start;
  }

  .travel-footer-logo-item {
    font-size: 0.72rem;
    min-height: 24px;
  }
}

.social-links a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,0.1);
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  transition: background 0.3s, transform 0.3s;
}

.social-links a:hover {
  background: rgba(255,255,255,0.2);
  transform: translateY(-3px);
}

.text-white-50 {
  color: rgba(255,255,255,0.7) !important;
}

.bg-white-50 {
  background-color: rgba(255,255,255,0.1) !important;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .travel-topbar {
    min-height: 68px;
  }

  .travel-header-inner {
    min-height: 68px;
    gap: 12px;
  }

  .travel-brand {
    min-width: 0;
    max-width: calc(100% - 58px);
  }

  .travel-brand-logo {
    max-width: 132px;
    max-height: 38px;
  }

  .travel-brand-mark {
    width: 34px;
    height: 34px;
    border-radius: 9px;
    font-size: 1.1rem;
  }

  .hero-title {
    font-size: 2rem;
  }
  
  .hero-subtitle {
    font-size: 1.1rem;
  }
  
  .hero-slider-section,
  .hero-slide {
    height: 400px;
  }
  
  .search-box-container {
    bottom: -30px;
  }
  
  .search-box {
    padding: 1.5rem;
  }
  
  .section-title {
    font-size: 2rem;
  }
  
  .section-padding {
    padding: 50px 0;
  }
  
  #trek-packages {
    padding-top: 50px;
  }
  
  .about-content {
    padding-right: 0;
    margin-bottom: 2rem;
  }
  
  .about-image-placeholder {
    height: 300px;
    font-size: 5rem;
  }
}

/* Page Header Styles */
.page-header {
  background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
  padding: 100px 0 60px;
  color: white;
  text-align: center;
}

.page-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: white;
}

.page-subtitle {
  font-size: 1.2rem;
  color: rgba(255,255,255,0.9);
}

/* Feature Box Styles */
.feature-box {
  padding: 2rem;
  background: white;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  height: 100%;
  transition: transform 0.3s, box-shadow 0.3s;
}

.feature-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.feature-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 1.5rem;
  background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 2rem;
}

.feature-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #1e3c72;
  margin-bottom: 1rem;
}

.feature-description {
  color: #666;
  line-height: 1.6;
}

/* Stat Card Styles */
.stat-card {
  background: white;
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  transition: transform 0.3s;
}

.stat-card:hover {
  transform: translateY(-5px);
}

/* Mission Vision Card Styles */
.mission-vision-card {
  background: white;
  padding: 2.5rem;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  height: 100%;
  text-align: center;
}

.mission-vision-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 1.5rem;
  background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 2rem;
}

.mission-vision-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1e3c72;
  margin-bottom: 1rem;
}

/* Service Features List */
.service-features {
  list-style: none;
  padding: 0;
  margin-top: 1.5rem;
  text-align: left;
}

.service-features li {
  padding: 0.5rem 0;
  color: #666;
  position: relative;
  padding-left: 1.5rem;
}

.service-features li:before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #2a5298;
}

/* Additional Service Card Styles */
.additional-service-card {
  background: white;
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  display: flex;
  align-items: center;
  gap: 1.5rem;
  transition: transform 0.3s, box-shadow 0.3s;
  height: 100%;
}

.additional-service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.additional-service-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.8rem;
  flex-shrink: 0;
}

.additional-service-content h4 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #1e3c72;
  margin-bottom: 0.5rem;
}

.additional-service-content p {
  color: #666;
  margin: 0;
}

/* Process Step Styles */
.process-step {
  padding: 2rem;
}

.process-number {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 auto 1.5rem;
}

.process-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #1e3c72;
  margin-bottom: 1rem;
}

.process-description {
  color: #666;
  line-height: 1.6;
}

/* Video Testimonial Card Styles */
.video-testimonial-card {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  transition: transform 0.3s, box-shadow 0.3s;
}

.video-testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.video-placeholder {
  height: 250px;
  background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  position: relative;
}

.video-placeholder i {
  font-size: 4rem;
  margin-bottom: 1rem;
  opacity: 0.8;
}

.video-placeholder p {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0;
}

.video-placeholder small {
  margin-top: 0.5rem;
  opacity: 0.8;
}

.video-testimonial-info {
  padding: 1.5rem;
}

.video-testimonial-info h5 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #1e3c72;
  margin-bottom: 0.5rem;
}

.video-testimonial-info p {
  color: #666;
  margin: 0;
}

/* Rating Summary Card Styles */
.rating-summary-card {
  background: white;
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  transition: transform 0.3s;
}

.rating-summary-card:hover {
  transform: translateY(-5px);
}

.rating-number {
  font-size: 3rem;
  font-weight: 700;
  color: #2a5298;
  margin-bottom: 0.5rem;
}

.rating-stars {
  color: #ffd700;
  font-size: 1.2rem;
}

.rating-summary-card h5 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1e3c72;
  margin-bottom: 0.5rem;
}

/* Author Trek Info */
.author-trek {
  font-size: 0.85rem;
  color: #2a5298;
  font-weight: 600;
  margin-top: 0.25rem;
}

/* Contact Form Card Styles */
.contact-form-card {
  background: white;
  padding: 2.5rem;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.contact-form-card h3 {
  color: #1e3c72;
  font-weight: 700;
}

.contact-form-card .form-label {
  font-weight: 600;
  color: #333;
  margin-bottom: 0.5rem;
}

.contact-form-card .form-control,
.contact-form-card .form-select {
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  padding: 0.75rem;
  transition: border-color 0.3s;
}

.contact-form-card .form-control:focus,
.contact-form-card .form-select:focus {
  border-color: #2a5298;
  box-shadow: 0 0 0 0.2rem rgba(42,82,152,0.1);
}

/* Contact Info Card Styles */
.contact-info-card {
  background: white;
  padding: 2.5rem;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  height: 100%;
}

.contact-info-card h3 {
  color: #1e3c72;
  font-weight: 700;
}

.contact-info-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.contact-info-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.contact-info-content h5 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1e3c72;
  margin-bottom: 0.5rem;
}

.contact-info-content p {
  color: #666;
  margin: 0;
  line-height: 1.6;
}

.social-links-contact {
  padding-top: 1rem;
  border-top: 1px solid #e0e0e0;
}

.social-links-contact h5 {
  color: #1e3c72;
  font-weight: 700;
  margin-bottom: 1rem;
}

.social-link-contact {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  color: white;
  margin-right: 0.5rem;
  transition: transform 0.3s, box-shadow 0.3s;
}

.social-link-contact:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(42,82,152,0.4);
  color: white;
}

/* Map Container Styles */
.map-container {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.map-placeholder {
  height: 400px;
  background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
}

.map-placeholder i {
  font-size: 4rem;
  margin-bottom: 1rem;
  opacity: 0.8;
}

.map-placeholder p {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
}

.map-placeholder small {
  margin-top: 0.5rem;
  opacity: 0.8;
}

/* FAQ Accordion Styles */
.accordion-item {
  border: none;
  margin-bottom: 1rem;
  border-radius: 10px !important;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.accordion-button {
  background: white;
  color: #1e3c72;
  font-weight: 600;
  border: none;
  padding: 1.25rem;
}

.accordion-button:not(.collapsed) {
  background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
  color: white;
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: none;
  border: none;
}

.accordion-body {
  background: #f8f9fa;
  color: #666;
  line-height: 1.8;
}

/* Responsive Styles for New Pages */
@media (max-width: 768px) {
  .page-title {
    font-size: 2rem;
  }
  
  .page-subtitle {
    font-size: 1rem;
  }
  
  .page-header {
    padding: 60px 0 40px;
  }
  
  .additional-service-card {
    flex-direction: column;
    text-align: center;
  }
  
  .contact-info-item {
    flex-direction: column;
    text-align: center;
  }
  
  .map-placeholder {
    height: 300px;
  }
}

/* Airport Autocomplete Styles */
.search-box {
  position: relative;
  overflow: visible !important;
}

.search-box .row {
  position: relative;
  overflow: visible !important;
}

.search-box .col-md-3 {
  position: relative;
  overflow: visible !important;
}

.tab-content {
  position: relative;
  overflow: visible !important;
}

.tab-pane {
  position: relative;
  overflow: visible !important;
}

.position-relative {
  overflow: visible !important;
  z-index: 1;
}

.airport-dropdown {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  background: white !important;
  border: 1px solid #dee2e6 !important;
  border-radius: 0.375rem !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  max-height: 300px !important;
  overflow-y: auto !important;
  z-index: 9999 !important;
  display: none;
  margin-top: 2px !important;
  min-height: 50px;
}

.airport-item {
  padding: 0.75rem 1rem;
  cursor: pointer;
  border-bottom: 1px solid #f0f0f0;
  transition: background-color 0.2s;
}

.airport-item:last-child {
  border-bottom: none;
}

.airport-item:hover,
.airport-item.active {
  background-color: #f8f9fa;
}

.airport-item .fw-bold {
  color: #212529;
  font-size: 0.95rem;
}

.airport-item small {
  font-size: 0.85rem;
}
/* Flight Search Form Styles */
.flight-search-form {
  background: white;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

