* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
}

html,
body {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}

.navbar {
  height: 64px;
  width: 100%;
  background: #0b2347;
  display: flex;
  align-items: center;
}

.navbar nav {
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  padding: 0 6rem;
}

.nav-left {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  cursor: pointer;
}

.navbar nav > div:nth-child(2) {
  display: flex;
  justify-content: center;
}

.navbar nav > div:nth-child(3) {
  width: 40px;
}
.back-a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 100%;
  gap: 5px;
  text-decoration: none !important;
}

.back-text {
  font-size: 15px;
  color: white;
}

.logos {
  height: 45px;
}

.desktop-logo {
  display: block;
}

.mobile-logo {
  display: none;
}

.stepper-wrapper {
  background: #fff;
  padding: 3rem 6rem;
  padding-top: 2rem;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}

.stepper-container {
  max-width: 1600px;
  margin: auto;
  position: relative;
  padding: 0 12px;
}

.progress-line {
  position: relative;
  height: 2px;
  background: #e0e0e0;
  margin: 0 1rem;
}

.progress-fill {
  position: absolute;
  height: 100%;
  width: 33.33%;
  background: #0078d4;
  left: 0;
  top: 0;
}

.steps {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: -9px !important;
  left: 0;
}

.step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.step p {
  margin-top: 6px;
  font-size: 14px;
  color: #212529;
  white-space: nowrap;
}

.circle {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #d9d9d9;
  background: #fff;
}

.tick,
.plane {
  width: 22px;
  height: 22px;
  background: #fff;
}

.step.completed img,
.step.active img {
  width: 22px;
}

.card-row {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.card-row .labels,
.item .labels {
  color: #0b254b;
  font-weight: 700;
  font-size: 15px;
}

.step.active .circle {
  border-color: #007bff;
}

.trip-details {
  background: #fff;
  margin-top: 1rem;
}

.trip-details-bar {
  display: grid;
  grid-template-columns: auto 1px auto 1px auto auto;
  align-items: center;
  gap: 24px;
  padding: 20px 6rem;
}

.item {
  display: flex;
  gap: 6px;
  align-items: center;
}

.label {
  font-weight: 400;
  color: #212529;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 5px;
}

.value {
  color: #636363;
  font-size: 15px;
}

.divider {
  width: 1px;
  height: 24px;
  background: #ddd;
}

.edit-btn {
  margin-left: auto;
  padding: 5px 14px;
  border: 1px solid #0078d4;
  background: transparent;
  color: #0078d4;
  border-radius: 3px;
  font-size: 14px;
  cursor: pointer;
}

.trip-details-card {
  display: none;
  padding: 24px 10px;
}

.card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.card-header h2 {
  margin: 0;
  font-size: 20px;
  line-height: 24px;
  color: #0b2347;
}

.card-row {
  margin-bottom: 22px;
}

.card-row .label {
  display: block;
  color: #0b2347;
  margin-bottom: 6px;
  line-height: 22.5px;
  font-size: 15px;
}

.card-row .value {
  color: #636363;
  line-height: 22.5px;
  font-size: 15px;
}

.main-content {
  padding: 0 6rem;
}

.desktop-wrapper {
  max-width: 1330px;
  margin: auto;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  overflow: hidden;
  color: #212529;
}

.head {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
}

.plan-head {
  padding: 28px 16px 24px;
}

.logo {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  margin: 0 auto 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #fff;
}

.plan-title {
  font-size: 27px;
  line-height: 32px;
  letter-spacing: 1px;
}

.from {
  font-size: 22px;
  line-height: 33px;
  color: #909395;
  margin-top: 6px;
}

.price {
  font-size: 40px;
  line-height: 48px;
  font-weight: bold;
  margin-top: 6px;
}

.price span {
  font-size: 24px;
  line-height: 28px;
}
.price.plus {
  color: #fdba2e;
}

.sub {
  font-size: 15px;
  line-height: 22px;
  color: #909395;
  margin-top: 4px;
}

.pv {
  color: #0b2347;
}

.para {
  padding-top: 10px;
  font-size: 13px;
  line-height: 19px;
  color: #909395;
}

.row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-top: 1px solid #eee;
  min-height: 56px;
  align-items: center;
}

.label {
  padding: 14px 20px;
  font-size: 14px;
}

.cell {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #212529;
}

.bg-gray {
  background: #eeeeee;
}

select {
  padding: 6px 28px 6px 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
  outline: none;
}

.section {
  padding: 18px 20px;
  font-weight: bold;
  color: #0b1f3b;
  border-top: 1px solid #eee;
}

.last {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 20px;
  border-top: 1px solid #eee;
  align-items: center;
}

.oc {
  color: #0b2347;
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}

.last .policy {
  color: #0774b3;
  text-decoration: underline;
  font-size: 16px !important;
  line-height: 24px !important;
}

.center .policy {
  color: #002b45;
  text-decoration: underline;
  line-height: 21px !important;
  font-size: 14px !important;
}

.cta {
  padding: 12px 24px;
  border: none;
  font-weight: bold;
  cursor: pointer;
}

.cta.voyager {
  background: #0b1f3b;
  color: #fff;
}

.cta.plus {
  background: #fdba2e;
}

.bg-color-v {
  background-color: #eeeeee;
}

.policy {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  color: #1a73e8;
  text-decoration: none;
}

.mobile-wrapper {
  display: none;
  max-width: 380px;
  margin: auto;
}

.plan-toggle {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #ddd;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  overflow: hidden;
  margin-bottom: 12px;
}

.plan-toggle button {
  flex: 1;
  color: #6a6d72 !important;
  padding: 12px 10px;
  border: none;
  font-weight: 600;
  background: #fff;
  display: flex;
  justify-content: space-between;
}

.plan-toggle button.active.plus {
  background: #f3f3f3;
}
.plan-toggle button.active.voyager {
  background: #f3f3f3;
}

.plan-toggle .span-v {
  color: #0b2347;
}
.plan-toggle .span-vp {
  color: #fdba2e;
}

.card {
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 20px 16px 24px;
  display: none;
}

.card.active {
  display: block;
}

.m-logo {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin: 0 auto 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.m-logo.plus {
  background: #fdba2e;
}

.m-logo.voyager {
  background: #0b1f3b;
  color: #fff;
}

.m-title {
  text-align: center;
  letter-spacing: 1px;
  font-size: 14px;
}

.m-price {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-top: 6px;
}

.m-price.plus {
  color: #fdba2e;
}

.cost {
  text-align: center;
  padding-top: 10px;
  color: #909395;
}

.note {
  text-align: center;
  font-size: 11px;
  color: #909395;
  margin: 12px 0 16px;
}

.table {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  overflow: hidden;
}

.t-row {
  display: flex;
  justify-content: space-between;
  padding: 10px 12px;
  border-top: 1px solid #eee;
  font-size: 15px;
  color: #656a72;
}

.t-row:first-child {
  border-top: none;
}

.m-cta {
  width: 100%;
  padding: 14px;
  border: none;
  margin-top: 18px;
  font-weight: bold;
}

.m-cta.plus {
  background: #fdba2e;
}

.m-cta.voyager {
  background: #0b1f3b;
  color: #fff;
}

.showall-link {
  display: block;
  text-align: center;
  margin-top: 25px;
  font-size: 16px;
  color: #0774b3;
  text-decoration: underline;
}

.view-link {
  display: block;
  text-align: center;
  margin-top: 25px;
  font-size: 14px;
  color: #002b45;
  text-decoration: underline;
}

.o-cover {
  margin-top: 24px;
}

.o-cover h3 {
  font-size: 18px;
  font-weight: 600;
  color: #0b2347;
  padding-bottom: 12px;
  border-bottom: 1px solid #dadada;
  margin-bottom: 20px;
}

.new-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.new-row .labeled {
  font-size: 16px;
  color: #656a72;
  line-height: 28px;
  display: inline;
  justify-content: center;
  gap: 2px;
}

.na {
  color: #656a72;
  font-size: 15px;
}

.new-row select {
  padding: 6px 10px;
  border-radius: 4px;
  background: #fff;
  outline: none;
}

.footer {
  background: linear-gradient(90deg, #0b254b 0%, #04192a 100%);
  width: 100%;
  margin-top: 30px;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}

.footer-left {
  color: #cbd5e1;
  margin: 0;
}

.footer-right {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-right a {
  color: #cbd5e1;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-right a:hover {
  color: #ffffff;
}

.divider {
  color: #6b7280;
}

@media (max-width: 1024px) {
  .desktop-wrapper {
    display: none;
  }
  .mobile-wrapper {
    display: block;
  }
}

@media (max-width: 925px) {
  .stepper-wrapper {
    padding: 20px 10px;
  }
  .step p {
    font-size: 12px;
  }
  .steps {
    top: -12px;
  }
  .navbar nav {
    padding: 0 1rem;
  }
  .trip-details-bar {
    display: none;
  }

  .trip-details-card {
    display: block;
  }

  .main-content {
    padding: 0 10px;
  }
}

@media (max-width: 550px) {
  .desktop-logo {
    display: none;
  }
  .mobile-logo {
    display: block;
  }
  .step p {
    font-size: 10px;
  }

  .footer-container {
    flex-direction: column-reverse;
    text-align: center;
  }

  .footer-right {
    width: 100%;
    border-bottom: 1px solid #263243;
    padding-bottom: 15px;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
  }
}
