.pkg-hero,
.destination-hero {
  position: relative;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.pkg-hero {
  min-height: 620px;
  padding: 7rem 0 4.75rem;
  align-items: flex-end;
}

.pkg-hero::before {
  background: linear-gradient(180deg, rgba(10, 39, 64, 0.22) 0, rgba(10, 39, 64, 0.76) 70%, rgba(10, 39, 64, 0.86) 100%);
}

.pkg-hero .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.pkg-hero .breadcrumb,
.destination-hero .breadcrumb {
  width: min(100%, 1020px);
  margin: 0 auto 0.75rem;
  padding: 1rem 1.25rem;
  justify-content: center;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(10, 39, 64, 0.18);
  backdrop-filter: blur(10px);
}

.pkg-hero .breadcrumb-item,
.pkg-hero .breadcrumb-item a,
.destination-hero .breadcrumb-item,
.destination-hero .breadcrumb-item a {
  color: #1f3045;
  font-weight: 700;
}

.pkg-hero .breadcrumb-item.active,
.destination-hero .breadcrumb-item.active {
  color: #355270;
}

.pkg-hero .breadcrumb-item + .breadcrumb-item::before,
.destination-hero .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(31, 48, 69, 0.42);
}

.pkg-hero h1 {
  max-width: 1120px;
  margin-bottom: 0.35rem;
  color: #fff;
  font-size: 4.1rem;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0;
}

.pkg-hero .lead {
  max-width: 920px;
  margin: 0 auto 1.2rem;
  color: rgba(255, 255, 255, 0.95);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7;
}

.pkg-hero .btn {
  min-width: 300px;
  min-height: 72px;
  padding: 1rem 2.4rem;
  font-size: 1.35rem;
  box-shadow: 0 18px 36px rgba(41, 72, 10, 0.26) !important;
}

.destination-hero {
  min-height: 520px;
  padding: 6.8rem 0 5rem;
  color: #fff;
  text-align: center;
}

.destination-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 39, 64, 0.36) 0, rgba(10, 39, 64, 0.72) 72%, rgba(10, 39, 64, 0.82) 100%);
}

.destination-hero .container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.destination-hero h1 {
  max-width: 920px;
  margin: 0;
  color: #fff;
  font-size: 3.6rem;
  font-weight: 900;
  letter-spacing: 0;
}

.destination-hero p {
  max-width: 780px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.94);
  font-size: 1.12rem;
  line-height: 1.75;
}

.destination-hero .hero-actions {
  justify-content: center;
}

.destination-hero .btn-light {
  box-shadow: 0 18px 36px rgba(10, 39, 64, 0.2);
}

.destination-hero .btn-outline {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.58);
}

.destination-hero .btn-outline:focus-visible,
.destination-hero .btn-outline:hover {
  color: var(--primary-dark);
  background: #fff;
  border-color: #fff;
}

.destination-hero-singapore {
  background-image: url("../images/banner/singapore-banner.png");
}

.destination-hero-malaysia {
  background-image: url("../images/banner/malaysia-banner.png");
}

.destination-hero-dubai {
  background-image: url("../images/banner/dubai-banner.png");
}

.destination-hero-bali {
  background-image: url("../images/banner/bali-banner.png");
}

@media (max-width: 980px) {
  .pkg-hero {
    min-height: 540px;
    padding: 6.2rem 0 4rem;
  }

  .pkg-hero h1 {
    font-size: 3.2rem;
  }

  .pkg-hero .lead {
    font-size: 1.08rem;
  }

  .pkg-hero .btn {
    min-width: 260px;
    min-height: 64px;
    font-size: 1.15rem;
  }

  .destination-hero {
    min-height: 460px;
    padding: 6rem 0 4.25rem;
  }

  .destination-hero h1 {
    font-size: 2.8rem;
  }

  .destination-hero p {
    font-size: 1.02rem;
  }
}

@media (max-width: 680px) {
  .pkg-hero {
    min-height: 460px;
    padding: 5.25rem 0 3.4rem;
  }

  .pkg-hero .breadcrumb,
  .destination-hero .breadcrumb {
    padding: 0.9rem 1rem;
    font-size: 0.85rem;
  }

  .pkg-hero h1 {
    font-size: 2.2rem;
  }

  .pkg-hero .lead {
    font-size: 0.98rem;
    line-height: 1.6;
  }

  .pkg-hero .btn {
    min-width: 0;
    min-height: 54px;
    font-size: 1rem;
  }

  .destination-hero {
    min-height: 400px;
    padding: 5.2rem 0 3.5rem;
  }

  .destination-hero h1 {
    font-size: 2.1rem;
  }

  .destination-hero p {
    font-size: 0.96rem;
  }

  .destination-hero .hero-actions {
    width: 100%;
  }

  .destination-hero .hero-actions .btn {
    width: 100%;
  }
}
