:root {
  --packages-bg: linear-gradient(180deg, rgba(15, 17, 23, 0.85), rgba(15, 17, 23, 0.95));
}

body {
  background: var(--brand-surface);
}

.nav-link-item.active-page {
  color: #fff !important;
}

.navbar-page {
  background: transparent;
}

.navbar-page.scrolled {
  background: rgba(15, 17, 23, 0.92) !important;
  backdrop-filter: blur(18px);
}

.navbar-page .nav-link-item {
  color: rgba(255, 255, 255, 0.92) !important;
}

.navbar-page .nav-link-item:hover,
.navbar-page .nav-link-item.active-page {
  color: #fff !important;
}

.navbar-page .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.65);
}

.navbar-page .navbar-toggler i {
  color: #fff;
}

.navbar-page .navbar-collapse {
  background: rgba(15, 17, 23, 0.92);
}

.packages-hero {
  position: relative;
  min-height: calc(95vh - 80px);
  display: flex;
  align-items: center;
  background-image: url('https://images.unsplash.com/photo-1507525428034-b723cf961d3e?w=1600&q=80');
  background-size: cover;
  background-position: center;
  padding-top: 100px;
  padding-bottom: 120px;
}

.packages-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(12, 15, 24, 0.8), rgba(12, 15, 24, 0.2));
  pointer-events: none;
}

.packages-hero .container-xl {
  position: relative;
  z-index: 2;
}

.hero-copy {
  max-width: 680px;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #f7c190;
  font-weight: 700;
}

.packages-hero .hero-title {
  font-size: clamp(2.8rem, 5.5vw, 5.2rem);
  line-height: 1.02;
  font-family: var(--font-display);
  font-weight: 600;
  margin-bottom: 1.2rem;
  white-space: normal;
}

.packages-hero .hero-title em {
  color: var(--brand-primary);
  font-style: italic;
}

.packages-hero .hero-subtitle {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.05rem;
  line-height: 1.8;
  margin-bottom: 2rem;
  max-width: 92%;
}

.hero-btns .btn-brand,
.hero-btns .btn-brand-ghost,
.hero-btns .btn-brand-outline,
.btn-brand,
.btn-brand-ghost,
.btn-brand-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  border-radius: 50px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.95rem 1.75rem;
  font-size: 0.94rem;
  transition: all 0.25s ease;
}

.btn-brand {
  background: var(--brand-primary);
  color: #fff;
  border: 1px solid transparent;
  box-shadow: 0 18px 44px rgba(201, 98, 47, 0.18);
}

.btn-brand:hover {
  background: var(--brand-primary-dark);
  color: #fff;
  transform: translateY(-1px);
}

.btn-brand-outline {
  background: transparent;
  color: var(--brand-text);
  border: 1px solid var(--brand-primary);
}

.btn-brand-outline:hover {
  background: var(--brand-primary);
  color: #fff;
}

.hero-btns {
  margin-top: 1.4rem;
  z-index: 2;
}

.hero-btns .btn-brand-ghost {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
}

.hero-btns .btn-brand-ghost:hover {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}

.packages-hero .container-xl {
  position: relative;
  z-index: 1;
}

.hero-title-light {
  color: #fff;
}

.hero-subtitle {
  color: rgba(255, 255, 255, 0.86);
}

.package-intro,
.package-filter,
.package-grid,
.package-details,
.enquiry-section {
  background: #fff;
}

.package-pagination {
  padding: 1.2rem 1.5rem;
  border-radius: 999px;
  border: 1px solid rgba(15, 17, 23, 0.08);
  background: rgba(255, 255, 255, 0.88);
}

.package-pagination .page-indicator {
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--brand-text);
}

.package-intro {
  margin-top: -5rem;
  padding: 6rem 0 3rem;
  background: transparent;
  position: relative;
  z-index: 20;
}

.package-intro .container-xl {
  background: rgba(255, 255, 255, 0.96);
  border-radius: 32px;
  padding: 2rem 2rem 2.5rem;
  box-shadow: 0 30px 80px rgba(15, 17, 23, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.package-intro .row {
  position: relative;
  z-index: 1;
}

.intro-card {
  background: transparent;
  border-radius: 28px;
  padding: 2.5rem;
  box-shadow: 0 26px 66px rgba(15, 17, 23, 0.10);
}

.intro-card p {
  color: var(--brand-muted);
  line-height: 1.85;
  font-size: 1rem;
}

.feature-card {
  background: #fff;
  border-radius: 28px;
  padding: 2rem;
  min-height: 230px;
  box-shadow: 0 20px 50px rgba(15, 17, 23, 0.08);
  border: 1px solid rgba(15, 17, 23, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 26px 68px rgba(15, 17, 23, 0.14);
}

.feature-icon {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: var(--brand-primary);
  color: #fff;
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
}

.feature-card h5 {
  font-size: 1.2rem;
  margin-bottom: 0.85rem;
}

.feature-card p {
  color: var(--brand-muted);
  line-height: 1.8;
}

.package-tabs .f-tab {
  min-width: 120px;
}

.pkg-card {
  overflow: hidden;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 22px 56px rgba(15, 17, 23, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.pkg-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 62px rgba(15, 17, 23, 0.12);
}

.pkg-card .pkg-img {
  position: relative;
  overflow: hidden;
}

.pkg-card .pkg-img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.pkg-rating,
.pkg-tag {
  position: absolute;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
}

.pkg-rating {
  top: 16px;
  right: 16px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--brand-text);
  box-shadow: 0 12px 30px rgba(15, 17, 23, 0.12);
}

.pkg-rating i {
  color: var(--brand-primary);
}

.pkg-tag {
  top: 16px;
  left: 16px;
  background: var(--brand-primary);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.72rem;
}

.pkg-body {
  padding: 1.75rem;
}

.pkg-dest {
  font-size: 0.88rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--brand-primary);
  margin-bottom: 0.65rem;
}

.pkg-name {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

.pkg-copy {
  color: var(--brand-muted);
  line-height: 1.85;
  margin-bottom: 1.4rem;
}

.pkg-metas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
  color: var(--brand-muted);
}

.pkg-metas span {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.88rem;
}

.pkg-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.pkg-price {
  display: inline-flex;
  flex-direction: column;
  gap: 0.1rem;
}

.pfrom,
.pper {
  font-size: 0.78rem;
  color: var(--brand-muted);
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.pamount {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--brand-text);
}

.pkg-card-wide .pkg-img img {
  height: 340px;
}

.enquiry-card {
  background: #fff;
  border-radius: 32px;
  padding: 2.75rem;
  box-shadow: 0 30px 80px rgba(15, 17, 23, 0.08);
}

.enquiry-card .section-label {
  margin-bottom: 1rem;
}

.enquiry-copy {
  color: var(--brand-muted);
  margin-bottom: 2rem;
  max-width: 520px;
}

.enquiry-form .form-control {
  background: #f8f6f0;
  border: 1px solid rgba(15, 17, 23, 0.08);
  border-radius: 16px;
  padding: 1rem 1.1rem;
  color: var(--brand-text);
}

.enquiry-form .form-control:focus {
  border-color: var(--brand-primary);
  box-shadow: none;
}

.enquiry-form select.form-control {
  appearance: none;
}

.enquiry-form textarea.form-control {
  min-height: 140px;
}

.enquiry-visual {
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(15, 17, 23, 0.08);
  height: 450px;
}

.enquiry-visual img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}

.site-footer {
  background: #0f1117;
  color: rgba(255, 255, 255, 0.9);
}

.site-footer a {
  color: rgba(255, 255, 255, 0.86);
  text-decoration: none;
}

.site-footer a:hover {
  color: #f2b57d;
}

.footer-top {
  padding: 4rem 0 2rem;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
}

.footer-brand .logo-mark {
  background: var(--brand-primary);
}

.footer-links {
  gap: 2rem;
}

.footer-links h6 {
  font-size: 0.95rem;
  margin-bottom: 1rem;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.5rem 0 2rem;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
}

@media (max-width: 991px) {
  .package-intro {
    margin-top: 0;
  }
}
