/* Umrah Package Details Page Styles */

main {
  background-color: #445C6A;
}

.umrah-details-hero {
  background: #263A46;
  min-height: 420px;
  display: flex;
  align-items: flex-end;
  padding: 2rem 0;
}

.umrah-details-hero .display-4 {
  line-height: 1.2;
  color: var(--brand-white) !important;
}

.umrah-details-hero .info-item {
  border-left: 3px solid var(--brand-gold);
  padding-left: 1rem;
}

.umrah-details-hero .info-item span:first-child {
  font-size: clamp(0.8rem, 1.5vw, 0.875rem);
  color: var(--text-muted) !important;
}

.umrah-details-hero .info-item span:last-child {
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: var(--brand-white) !important;
  font-weight: 600;
}

.umrah-feature-image-container {
  width: 100%;
  max-width: 500px;
  aspect-ratio: 16 / 10;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid rgba(176, 135, 71, 0.3);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
}

.umrah-feature-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.umrah-feature-image-container:hover .umrah-feature-image {
  transform: scale(1.05);
}

.umrah-details-content {
  background-color: #445C6A;
  padding: 3rem 0;
}

.content-card {
  background: linear-gradient(135deg, #1b2932 0%, #243847 100%) !important;
  border: 1px solid rgba(176, 135, 71, 0.3) !important;
}

.content-card h3 {
  font-family: 'Popins', sans-serif;
  font-size: clamp(1.25rem, 3vw, 1.5rem);
  font-weight: 700;
  color: var(--brand-gold) !important;
  border-bottom: 2px solid var(--brand-gold);
  padding-bottom: 0.75rem;
}

.description-text,
.journey-details,
.includes-text,
.excludes-text {
  font-size: clamp(0.9rem, 1.5vw, 1rem);
  line-height: 1.7;
  color: var(--text-light) !important;
}

.description-text p,
.journey-details p,
.includes-text p,
.excludes-text p {
  margin-bottom: 0.75rem;
  color: var(--text-light) !important;
}

.description-text p:last-child,
.journey-details p:last-child,
.includes-text p:last-child,
.excludes-text p:last-child {
  margin-bottom: 0;
}

.detail-row {
  display: flex;
  gap: 1.5rem;
  color: var(--text-light);
}

.detail-row strong {
  font-weight: 700;
  color: var(--brand-gold) !important;
  min-width: 150px;
}

.detail-row span {
  flex: 1;
  color: var(--text-light) !important;
  line-height: 1.6;
}

/* Pricing Table */
.pricing-table {
  margin: 0;
  border-collapse: collapse;
  background-color: rgba(0, 0, 0, 0.2) !important;
  border-radius: 6px;
  overflow: hidden;
  color: var(--text-light) !important;
  width: 100%;
}

.pricing-table * {
  background-color: transparent !important;
  border-color: rgba(176, 135, 71, 0.2) !important;
}

.pricing-table thead {
  background-color: rgba(0, 0, 0, 0.4) !important;
  border-top: 2px solid var(--brand-gold);
  border-bottom: 2px solid var(--brand-gold);
}

.pricing-table thead tr {
  background-color: rgba(0, 0, 0, 0.4) !important;
}

.pricing-table thead th {
  padding: 1rem;
  font-family: 'Popins', sans-serif;
  font-weight: 700;
  color: var(--brand-gold) !important;
  font-size: clamp(0.9rem, 1.5vw, 1rem);
  text-align: left;
  background-color: rgba(0, 0, 0, 0.4) !important;
  border: none !important;
}

.pricing-table tbody {
  background-color: transparent !important;
}

.pricing-table tbody tr {
  border-bottom: 1px solid rgba(176, 135, 71, 0.2) !important;
  background-color: rgba(0, 0, 0, 0.1) !important;
  transition: background-color 0.2s ease;
}

.pricing-table tbody tr:last-child {
  border-bottom: none !important;
}

.pricing-table tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.3) !important;
}

.pricing-table tbody td {
  padding: 1rem;
  font-size: clamp(0.9rem, 1.5vw, 1rem);
  color: var(--text-light) !important;
  border: none !important;
  background-color: transparent !important;
}

.pricing-table tbody td:first-child {
  color: var(--brand-white) !important;
  font-weight: 600;
  background-color: transparent !important;
}

.pricing-table tbody td:last-child {
  text-align: right;
  font-family: 'Popins', sans-serif;
  color: var(--brand-gold) !important;
  font-weight: 700;
  background-color: transparent !important;
}

.pricing-table tbody td:nth-child(2) {
  color: var(--brand-gold) !important;
}

/* Sidebar */
.sticky-sidebar {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.sidebar-card {
  background: linear-gradient(135deg, #1b2932 0%, #243847 100%) !important;
  border: 1px solid rgba(176, 135, 71, 0.3) !important;
}

.sidebar-card h4 {
  font-family: 'Popins', sans-serif;
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 700;
  color: var(--brand-gold) !important;
  border-bottom: 2px solid var(--brand-gold);
  padding-bottom: 0.75rem;
}

.related-services-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.related-service-item {
  background: linear-gradient(135deg, #1b2932 0%, #243847 100%);
  border: 1px solid rgba(176, 135, 71, 0.3);
  padding: 1rem !important;
  margin: 0.5rem 0 !important;
  color: var(--text-light) !important;
  transition: all 0.3s ease;
  border-radius: 6px;
}

.related-service-item:hover {
  border-color: var(--brand-gold);
  box-shadow: 0 12px 24px rgba(8, 18, 26, 0.28);
  padding-left: 1.25rem !important;
}

.related-service-item h6 {
  color: var(--brand-white) !important;
  font-size: clamp(0.9rem, 1.5vw, 1rem) !important;
}

.related-service-item .extra-small {
  font-size: clamp(0.75rem, 1.3vw, 0.8rem) !important;
  color: var(--brand-gold) !important;
}

.related-service-item i {
  transition: transform 0.3s ease;
  color: var(--brand-gold) !important;
}

.related-service-item:hover i {
  transform: translateX(4px);
}

.text-gold {
  color: var(--brand-gold) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.7) !important;
}

.text-white {
  color: var(--brand-white) !important;
}

.transition {
  transition: all 0.3s ease;
}

/* Button Styles */
.btn-gold {
  background-color: var(--brand-gold);
  border: 2px solid var(--brand-gold);
  color: var(--brand-white);
  font-weight: 700;
  font-family: 'Popins', sans-serif;
  transition: all 0.3s ease;
}

.btn-gold:hover {
  background-color: transparent;
  color: var(--brand-gold);
}

.btn-gold:focus {
  box-shadow: 0 0 0 0.25rem rgba(176, 135, 71, 0.25);
}

/* Responsive Design */
@media (max-width: 992px) {
  .umrah-details-hero {
    min-height: auto;
    padding: 2rem 0;
  }

  .umrah-feature-image-container {
    margin-top: 2rem;
  }

  .sticky-sidebar {
    position: static;
  }
}

@media (max-width: 768px) {
  .umrah-details-hero {
    padding: 1.5rem 0;
  }

  .umrah-details-hero .display-4 {
    font-size: clamp(1.75rem, 5vw, 2.5rem);
  }

  .umrah-feature-image-container {
    height: auto;
  }

  .detail-row {
    flex-direction: column;
    gap: 0.5rem;
  }

  .detail-row strong {
    min-width: auto;
  }

  .pricing-table thead th,
  .pricing-table tbody td {
    padding: 0.75rem 0.5rem;
  }

  .umrah-details-content {
    padding: 1.5rem 0;
  }

  .content-card {
    margin-bottom: 1.5rem !important;
  }
}

@media (max-width: 576px) {
  .umrah-details-hero {
    min-height: auto;
    padding: 1rem 0;
  }

  .umrah-details-hero .display-4 {
    font-size: 1.75rem;
  }

  .umrah-feature-image-container {
    margin-top: 1.5rem;
  }

  .d-flex {
    flex-wrap: wrap;
  }

  .gap-4 {
    gap: 1rem !important;
  }

  .info-item {
    flex: 0 0 48%;
  }
}
