/* ---------------------------------- */
/* Package Details page — professional redesign
------------------------------------- */
.pkg-hero {
  position: relative;
  padding: 130px 0 60px;
  background-size: cover;
  background-position: center;
}

.pkg-hero-badges {
  margin-bottom: 16px;
}

.pkg-badge {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #fff;
}

.pkg-badge--intl {
  background: linear-gradient(135deg, #2b7de9, #1a5bb8);
}

.pkg-badge--dom {
  background: linear-gradient(135deg, #e8483b, #d63031);
}

.pkg-hero h1 {
  color: #fff;
  font-size: 38px;
  font-weight: 800;
  margin: 0 0 16px;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

.pkg-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  color: #e8e5f2;
  font-size: 14.5px;
  margin-bottom: 24px;
}

.pkg-hero-meta i {
  color: #ff8a7a;
  margin-right: 6px;
}

.pkg-hero-price {
  display: inline-flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 12px;
  padding: 12px 22px;
  backdrop-filter: blur(4px);
}

.pkg-hero-price-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #d9d5e8;
}

.pkg-hero-price-value {
  font-size: 22px;
  font-weight: 800;
  color: #fff;
}

/* Content layout */
.pkg-details-section {
  background: #f7f6fb;
  padding: 60px 0 90px;
}

.pkg-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(20, 20, 40, 0.08);
  padding: 30px;
  margin-bottom: 28px;
}

.pkg-card-title {
  font-size: 20px;
  font-weight: 700;
  color: #1e1629;
  margin: 0 0 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.pkg-card-title i {
  color: #d63031;
}

.pkg-card-body {
  color: #555;
  font-size: 15px;
  line-height: 1.8;
}

.pkg-spec-body h2,
.pkg-spec-body h3 {
  font-size: 18px;
  color: #1e1629;
  margin-top: 22px;
}

.pkg-spec-body ul,
.pkg-spec-body ol {
  padding-left: 20px;
}

/* Gallery */
.pkg-gallery-card .carousel-inner {
  border-radius: 12px;
  overflow: hidden;
}

.pkg-gallery-card .carousel-item img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.pkg-gallery-card .carousel-indicators.smail-listing {
  display: flex;
  gap: 10px;
  margin: 14px 0 0;
  padding: 0;
  position: static;
  flex-wrap: wrap;
}

.pkg-gallery-card .carousel-indicators.smail-listing li {
  width: 80px;
  height: 60px;
  opacity: 0.55;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.pkg-gallery-card .carousel-indicators.smail-listing li.active,
.pkg-gallery-card .carousel-indicators.smail-listing li:hover {
  opacity: 1;
}

.pkg-gallery-card .carousel-indicators.smail-listing img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pkg-gallery-card .carousel-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  z-index: 2;
}

.pkg-gallery-card .carousel-control.left { left: 12px; }
.pkg-gallery-card .carousel-control.right { right: 12px; }

.pkg-gallery-card .carousel-control:hover {
  background: #d63031;
  color: #fff;
}

/* Map */
.pkg-map-card iframe {
  width: 100%;
  height: 360px;
  border: 0;
  border-radius: 12px;
}

/* Booking form */
.pkg-field {
  position: relative;
  margin-bottom: 14px;
}

.pkg-icon > i {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  font-size: 14px;
  color: #b5b0c9;
  pointer-events: none;
  z-index: 1;
}

.pkg-booking-form .form-control {
  width: 100%;
  height: 48px;
  padding: 0 16px;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  background: #f8f8f9;
  font-size: 14px;
  box-shadow: none;
}

.pkg-icon .form-control {
  padding-left: 42px;
}

.pkg-booking-form .form-control:focus {
  outline: none;
  border-color: #d63031;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(214, 48, 49, 0.12);
}

.pkg-submit-btn {
  width: 100%;
  height: 50px;
  border: none;
  border-radius: 8px;
  background: linear-gradient(135deg, #e8483b, #d63031);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 12px 26px rgba(214, 48, 49, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pkg-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(214, 48, 49, 0.38);
}

/* Other packages sidebar */
.pkg-other-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
  transition: background 0.2s ease;
}

.pkg-other-item:hover {
  background: #f7f6fb;
}

.pkg-other-item-img {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  border-radius: 8px;
  overflow: hidden;
}

.pkg-other-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pkg-other-item-info h6 {
  margin: 0 0 4px;
  font-size: 13.5px;
  font-weight: 700;
  color: #1e1629;
  line-height: 1.4;
}

.pkg-other-item-info p {
  margin: 0;
  font-size: 12.5px;
  color: #d63031;
  font-weight: 700;
}

@media (max-width: 991.98px) {
  .pkg-sidebar {
    margin-top: 10px;
  }
}

@media (max-width: 575px) {
  .pkg-hero {
    padding: 100px 0 40px;
  }

  .pkg-hero h1 {
    font-size: 26px;
  }

  .pkg-card {
    padding: 20px;
  }

  .pkg-gallery-card .carousel-item img {
    height: 240px;
  }
}
