/* Umrah Packages Listing Page Styles */

.travel-umrah-packages-page {
  background: linear-gradient(180deg, var(--brand-navy) 0%, var(--brand-navy-deep) 100%);
}

.umrah-hero-section {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.umrah-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.umrah-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(8, 28, 45, 0.78), rgba(8, 28, 45, 0.45));
  z-index: 1;
}

.umrah-hero-section .container {
  position: relative;
  z-index: 2;
}

.umrah-hero-content {
  text-align: center;
  max-width: 780px;
  margin: 0 auto;
}

.umrah-hero-title {
  font-size: clamp(2.4rem, 5vw, 3.5rem);
  font-weight: 700;
  color: var(--brand-white);
  margin-bottom: 0.65rem;
}

.umrah-hero-subtitle {
  font-size: clamp(0.98rem, 2vw, 1.1rem);
  color: rgba(255, 255, 255, 0.92);
  font-weight: 400;
  max-width: 680px;
  margin: 0 auto;
}

.umrah-booking-section {
  padding-bottom: clamp(1.5rem, 5vw, 2.5rem);
  background: var(--brand-navy);
}

.umrah-listing-section {
  padding: clamp(2.5rem, 7vw, 4.5rem) 0;
  background: linear-gradient(180deg, var(--brand-navy) 0%, var(--brand-navy-deep) 100%);
}

.umrah-section-header {
  text-align: center;
  margin-bottom: clamp(1.8rem, 5vw, 2.5rem);
}

.umrah-eyebrow {
  display: inline-block;
  font-size: clamp(0.75rem, 1.5vw, 0.875rem);
  color: var(--brand-gold);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.umrah-section-header h2 {
  font-size: clamp(2rem, 5vw, 2.8rem);
  color: var(--brand-white);
  font-weight: 700;
  margin: 0.5rem 0 0;
}

.umrah-section-header p {
  font-size: clamp(0.95rem, 2vw, 1.05rem);
  color: var(--text-light);
  margin: 0.85rem auto 0;
  max-width: 680px;
}

.umrah-overview-strip {
  margin-bottom: clamp(1.5rem, 4vw, 2.25rem);
}

.umrah-highlight-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem 1.1rem;
  border-radius: 18px;
  border: 1px solid rgba(176, 135, 71, 0.24);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.umrah-highlight-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(176, 135, 71, 0.15);
  color: var(--brand-gold);
  font-size: 1.15rem;
}

.umrah-highlight-card h3 {
  margin: 0 0 0.3rem;
  font-size: 1rem;
  color: var(--brand-white);
}

.umrah-highlight-card p {
  margin: 0;
  color: var(--text-light);
  font-size: 0.92rem;
  line-height: 1.5;
}

.umrah-package-card {
  background: linear-gradient(180deg, rgba(13, 29, 44, 0.98) 0%, rgba(19, 42, 61, 0.98) 100%);
  border: 1px solid rgba(176, 135, 71, 0.24);
  border-radius: 22px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  display: flex;
  flex-direction: column;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.umrah-package-card:hover {
  transform: translateY(-6px);
  border-color: rgba(176, 135, 71, 0.7);
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.26);
}

.card-img-wrap {
  position: relative;
  width: 100%;
  height: 240px;
  overflow: hidden;
  background: var(--brand-navy-deep);
}

.card-img-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 18, 29, 0.02) 45%, rgba(6, 18, 29, 0.5) 100%);
}

.card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.umrah-package-card:hover .card-img-wrap img {
  transform: scale(1.06);
}

.umrah-card-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: rgba(8, 28, 45, 0.82);
  color: var(--brand-white);
  border: 1px solid rgba(176, 135, 71, 0.45);
  font-size: 0.82rem;
  font-weight: 600;
}

.umrah-card-badge i {
  color: var(--brand-gold);
}

.card-body-custom {
  padding: 1.15rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.umrah-card-topline {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.umrah-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--text-light);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.78rem;
  font-weight: 600;
}

.umrah-chip i {
  color: var(--brand-gold);
}

.card-title-custom {
  font-size: clamp(1.15rem, 2vw, 1.35rem);
  color: var(--brand-white);
  margin: 0;
  font-weight: 700;
  line-height: 1.35;
}

.umrah-key-details {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.55rem;
}

.umrah-key-details li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  color: var(--text-light);
  font-size: 0.9rem;
  line-height: 1.45;
}

.umrah-key-details i {
  color: var(--brand-gold);
  margin-top: 0.1rem;
}

.card-text-custom {
  font-size: 0.93rem;
  color: var(--text-light);
  margin: 0;
  line-height: 1.6;
}

.umrah-price-panel {
  margin-top: auto;
  padding: 0.95rem;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 16px;
  border: 1px solid rgba(176, 135, 71, 0.18);
}

.umrah-price-panel-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.85rem;
}

.price-label {
  display: block;
  font-size: 0.74rem;
  color: rgba(255, 255, 255, 0.68);
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 0.2rem;
}

.price-value {
  display: block;
  font-size: clamp(1.18rem, 2.5vw, 1.45rem);
  color: var(--brand-gold);
  font-weight: 700;
}

.price-note {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.65);
  white-space: nowrap;
}

.umrah-pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.6rem;
}

.pricing-mini-card {
  padding: 0.7rem 0.75rem;
  border-radius: 12px;
  background: rgba(8, 18, 29, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.pricing-mini-card span {
  display: block;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0.25rem;
}

.pricing-mini-card strong {
  display: block;
  font-size: 0.88rem;
  color: var(--brand-white);
  line-height: 1.4;
}

.pricing-mini-card.active {
  border-color: rgba(176, 135, 71, 0.45);
  background: linear-gradient(180deg, rgba(176, 135, 71, 0.16), rgba(176, 135, 71, 0.06));
}

.pricing-mini-card.full-width {
  grid-column: 1 / -1;
}

.umrah-card-footer {
  margin-top: 0.95rem;
}

.learn-more-btn {
  width: 100%;
  text-align: center;
  font-size: 0.9rem;
  color: var(--brand-gold);
  border: 1px solid var(--brand-gold);
  padding: 0.8rem 1rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.03em;
  transition: all 0.3s ease;
  display: inline-block;
}

.learn-more-btn:hover {
  background: var(--brand-gold);
  color: var(--brand-navy-deep);
}

@media (max-width: 991px) {
  .card-img-wrap {
    height: 220px;
  }
}

@media (max-width: 768px) {
  .umrah-hero-section {
    min-height: 290px;
  }

  .umrah-listing-section {
    padding: 2rem 0;
  }

  .umrah-price-panel-header {
    flex-direction: column;
    gap: 0.35rem;
  }
}

@media (max-width: 576px) {
  .umrah-hero-section {
    min-height: 240px;
  }

  .card-img-wrap {
    height: 190px;
  }

  .umrah-pricing-grid {
    grid-template-columns: 1fr;
  }
}
