/* ============================================================
   HATEEM TRAVELS - Pages Extra Stylesheet (pages.css)
   Shared styles for all inner pages
   ============================================================ */

/* ---- INNER SECTION ---- */
.inner-section { padding: 5rem 0; background: var(--cream); }
.inner-section.bg-white { background: var(--white); }
.text-center { text-align: center; }

/* ---- PAGE HERO ---- */
.page-hero { background-size: cover; background-position: center; background-repeat: no-repeat;
  min-height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-top: 80px;
  background: var(--dark) center/cover no-repeat;
  text-align: center;
}
.page-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(26,26,46,0.6) 0%, rgba(26,26,46,0.75) 100%);
}
.page-hero-content {
  position: relative;
  z-index: 2;
  color: var(--white);
  padding: 3rem 1.5rem 2rem;
}
.page-hero-content h1 { color: var(--white); margin: 0.8rem 0 1rem; }
.page-hero-content h1 em { color: var(--gold-light); }
.page-hero-content p { color: rgba(255,255,255,0.8); font-size: 1.05rem; max-width: 560px; margin: 0 auto 1.5rem; }
.breadcrumb { display: inline-flex; align-items: center; gap: 0.6rem; font-size: 0.85rem; color: rgba(255,255,255,0.6); }
.breadcrumb a { color: var(--gold-light); }
.breadcrumb i { font-size: 0.7rem; }

/* ---- SEARCH BAR (Packages page) ---- */
.search-bar-section { background: var(--white); padding: 1.5rem 0; border-bottom: 1px solid rgba(201,168,76,0.12); box-shadow: var(--shadow); position: sticky; top: 72px; z-index: 99; }
.search-bar-form { display: flex; align-items: flex-end; gap: 1rem; flex-wrap: wrap; }
.sb-group { flex: 1; min-width: 160px; }
.sb-group label { display: flex; align-items: center; gap: 0.4rem; font-size: 0.78rem; font-weight: 700; color: var(--text-mid); text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 0.4rem; }
.sb-group label i { color: var(--gold); }
.sb-group select { width: 100%; padding: 0.65rem 0.9rem; border: 1.5px solid rgba(44,44,44,0.12); border-radius: 8px; font-family: inherit; font-size: 0.9rem; color: var(--text); background: var(--cream); }
.sb-group select:focus { outline: none; border-color: var(--gold); }

/* ---- FULL PACKAGES GRID ---- */
.packages-grid.full-grid { grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.pkg-desc { font-size: 0.88rem; color: var(--text-mid); margin-bottom: 1rem; line-height: 1.6; }
.custom-pkg { display: flex; align-items: center; justify-content: center; min-height: 380px; background: linear-gradient(135deg, var(--cream) 0%, rgba(201,168,76,0.08) 100%); border: 2px dashed rgba(201,168,76,0.4); }
.custom-pkg-inner { text-align: center; padding: 2rem; }
.custom-pkg-inner i { font-size: 2.5rem; color: var(--gold); margin-bottom: 1rem; }
.custom-pkg-inner h3 { margin-bottom: 0.8rem; }
.custom-pkg-inner p { margin-bottom: 1.5rem; font-size: 0.9rem; }

/* What's Included */
.included-section { margin-top: 4rem; text-align: center; }
.included-section h2 { margin-bottom: 2.5rem; }
.included-grid { display: flex; justify-content: center; gap: 1.5rem; flex-wrap: wrap; }
.included-item { display: flex; flex-direction: column; align-items: center; gap: 0.6rem; width: 100px; }
.included-item i { width: 64px; height: 64px; background: var(--gold); color: var(--dark); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; }
.included-item span { font-size: 0.85rem; font-weight: 700; color: var(--text); text-align: center; }

/* Package Comparison Table (Responsive) */
.comparison-section { padding: 4.5rem 0; background-color: var(--bg-alt); }
.comparison-table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  border: 1px solid rgba(201, 168, 76, 0.25);
  background: #ffffff;
  margin-top: 1.5rem;
}
.comparison-table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
  text-align: left;
}
.comparison-table th, .comparison-table td {
  padding: 1rem 1.25rem;
  border-bottom: 1px solid #f0ede6;
  font-size: 0.9rem;
}
.comparison-table th {
  background: var(--primary);
  color: #ffffff;
  font-weight: 700;
  font-size: 0.95rem;
}
.comparison-table th.popular-th {
  background: var(--primary-dk);
}
.comparison-table tr:last-child td {
  border-bottom: none;
}
.comparison-table td.feature-name {
  font-weight: 600;
  color: var(--text);
  background: #fdfcf9;
}
.comparison-table-hint {
  display: none;
  font-size: 0.78rem;
  color: var(--gold);
  text-align: right;
  margin-top: 0.4rem;
  font-weight: 600;
}


/* ---- ABOUT PAGE ---- */
.about-story-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 4rem; align-items: center; }
.about-story-img { position: relative; }
.about-story-img img { border-radius: var(--radius-lg); width: 100%; height: 500px; object-fit: cover; box-shadow: var(--shadow-md); }
.about-badge { position: absolute; bottom: -1.5rem; right: -1.5rem; background: var(--gold); padding: 1.2rem 1.8rem; border-radius: var(--radius); text-align: center; box-shadow: var(--shadow-md); }
.about-badge .ab-num { display: block; font-family: 'Cormorant Garamond', serif; font-size: 2.2rem; font-weight: 700; color: var(--dark); line-height: 1; }
.about-badge .ab-lbl { font-size: 0.82rem; font-weight: 700; color: rgba(26,26,46,0.7); }
.about-story-text p { margin-bottom: 1rem; }
.about-values { display: flex; gap: 2rem; margin-top: 2rem; flex-wrap: wrap; }
.av-item { display: flex; align-items: center; gap: 0.6rem; font-weight: 700; font-size: 0.9rem; color: var(--text); }
.av-item i { color: var(--gold); font-size: 1.2rem; }

/* Stats section */
.about-stats-section { background: var(--dark); padding: 4rem 0; }
.about-stats-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 1rem; max-width: 1200px; margin: 0 auto; padding: 0 2rem; }
.about-stat-card { text-align: center; padding: 2rem 1rem; border: 1px solid rgba(255,255,255,0.08); border-radius: var(--radius); transition: var(--transition); }
.about-stat-card:hover { border-color: var(--gold); background: rgba(201,168,76,0.08); }
.as-num { display: block; font-family: 'Cormorant Garamond', serif; font-size: 2.2rem; font-weight: 700; color: var(--gold); line-height: 1; margin-bottom: 0.5rem; }
.as-lbl { font-size: 0.82rem; color: rgba(255,255,255,0.6); text-transform: uppercase; letter-spacing: 0.06em; }

/* Team */
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; }
.team-card { text-align: center; }
.team-img { width: 160px; height: 160px; margin: 0 auto 1.2rem; border-radius: 50%; overflow: hidden; border: 4px solid rgba(201,168,76,0.25); }
.team-img img { width: 100%; height: 100%; object-fit: cover; }
.team-card h4 { font-size: 1rem; margin-bottom: 0.3rem; }
.team-role { display: inline-block; font-size: 0.8rem; color: var(--gold); font-weight: 700; margin-bottom: 0.8rem; }
.team-card p { font-size: 0.86rem; line-height: 1.65; }

/* ---- GALLERY PAGE ---- */
.gallery-filter-tabs { display: flex; justify-content: center; gap: 0.6rem; margin-bottom: 2.5rem; flex-wrap: wrap; }
.gf-tab { padding: 0.55rem 1.4rem; border: 1.5px solid rgba(44,44,44,0.15); border-radius: 50px; background: none; font-family: inherit; font-size: 0.88rem; font-weight: 600; color: var(--text-mid); cursor: pointer; transition: var(--transition); }
.gf-tab.active, .gf-tab:hover { background: var(--gold); border-color: var(--gold); color: var(--dark); }

.full-gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.fg-item { position: relative; overflow: hidden; border-radius: var(--radius); cursor: pointer; aspect-ratio: 4/3; }
.fg-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.fg-item:hover img { transform: scale(1.08); }
.fg-item .gallery-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(26,26,46,0.8) 0%, transparent 60%); display: flex; flex-direction: column; justify-content: flex-end; padding: 1.2rem; opacity: 0; transition: var(--transition); }
.fg-item:hover .gallery-overlay { opacity: 1; }

/* Lightbox */
.lightbox { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.95); z-index: 9999; align-items: center; justify-content: center; }
.lightbox.open { display: flex; }
.lb-content { max-width: 90vw; max-height: 90vh; text-align: center; }
.lb-content img { max-width: 100%; max-height: 80vh; border-radius: 8px; }
.lb-caption { color: rgba(255,255,255,0.8); font-size: 0.95rem; margin-top: 1rem; }
.lb-close, .lb-prev, .lb-next { position: fixed; background: rgba(255,255,255,0.1); border: none; color: var(--white); cursor: pointer; border-radius: 50%; width: 48px; height: 48px; font-size: 1.2rem; display: flex; align-items: center; justify-content: center; transition: var(--transition); }
.lb-close { top: 1.5rem; right: 1.5rem; }
.lb-prev { left: 1.5rem; top: 50%; transform: translateY(-50%); }
.lb-next { right: 1.5rem; top: 50%; transform: translateY(-50%); }
.lb-close:hover, .lb-prev:hover, .lb-next:hover { background: var(--gold); color: var(--dark); }

/* Video grid */
.video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.video-card { background: var(--cream); border-radius: var(--radius); overflow: hidden; transition: var(--transition); }
.video-card:hover { box-shadow: var(--shadow-md); transform: translateY(-4px); }
.video-thumb { position: relative; aspect-ratio: 16/9; overflow: hidden; }
.video-thumb img { width: 100%; height: 100%; object-fit: cover; }
.play-btn { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; background: rgba(0,0,0,0.4); }
.play-btn i { width: 56px; height: 56px; background: var(--gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--dark); font-size: 1.2rem; transition: var(--transition); }
.video-thumb:hover .play-btn i { transform: scale(1.1); }
.video-card h4 { padding: 1rem 1rem 0.4rem; font-size: 0.95rem; }
.video-card p { padding: 0 1rem 1rem; font-size: 0.85rem; }

/* ---- TESTIMONIALS PAGE ---- */
.rating-summary-section { background: var(--white); padding: 3rem 0; border-bottom: 1px solid rgba(201,168,76,0.12); }
.rating-summary-grid { display: grid; grid-template-columns: 180px 1fr 1fr; gap: 3rem; align-items: center; max-width: 900px; margin: 0 auto; padding: 0 2rem; }
.rs-main { text-align: center; }
.rs-score { font-family: 'Cormorant Garamond', serif; font-size: 4rem; font-weight: 700; color: var(--text); line-height: 1; }
.rs-stars { color: #f5a623; font-size: 1.1rem; margin: 0.5rem 0; }
.rs-main p { font-size: 0.82rem; color: var(--text-light); }
.rs-bar-row { display: flex; align-items: center; gap: 0.8rem; margin-bottom: 0.6rem; font-size: 0.82rem; color: var(--text-mid); }
.rs-bar-row > span:first-child { width: 50px; flex-shrink: 0; }
.rs-bar-row > span:last-child { width: 35px; text-align: right; }
.rs-bar { flex: 1; height: 8px; background: var(--cream-dark); border-radius: 4px; overflow: hidden; }
.rs-fill { height: 100%; background: var(--gold); border-radius: 4px; }
.rc-item { display: flex; justify-content: space-between; align-items: center; padding: 0.5rem 0; border-bottom: 1px solid var(--cream-dark); font-size: 0.88rem; color: var(--text-mid); }
.rc-item strong { color: var(--gold); font-size: 1rem; }

.testimonial-filter { display: flex; justify-content: center; gap: 0.6rem; margin-bottom: 2.5rem; flex-wrap: wrap; }
.tf-btn { padding: 0.5rem 1.2rem; border: 1.5px solid rgba(44,44,44,0.15); border-radius: 50px; background: none; font-family: inherit; font-size: 0.85rem; font-weight: 600; color: var(--text-mid); cursor: pointer; transition: var(--transition); }
.tf-btn.active, .tf-btn:hover { background: var(--gold); border-color: var(--gold); color: var(--dark); }
.testimonials-grid.big-grid { grid-template-columns: repeat(3, 1fr); }

/* Testi CTA */
.testi-cta { margin-top: 4rem; }
.testi-cta-inner { background: var(--dark); border-radius: var(--radius-lg); padding: 3rem; text-align: center; }
.testi-cta-inner h3 { color: var(--white); font-size: 1.8rem; margin-bottom: 0.8rem; }
.testi-cta-inner h3 em { color: var(--gold-light); }
.testi-cta-inner p { color: rgba(255,255,255,0.7); margin-bottom: 2rem; }
.testi-cta-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* ---- FAQ PAGE ---- */
.faq-search-wrap { max-width: 560px; margin: 0 auto 2.5rem; }
.faq-search-box { display: flex; align-items: center; gap: 0.8rem; background: var(--white); border: 2px solid rgba(201,168,76,0.25); border-radius: 50px; padding: 0.7rem 1.4rem; box-shadow: var(--shadow); }
.faq-search-box i { color: var(--gold); }
.faq-search-box input { flex: 1; border: none; background: none; font-family: inherit; font-size: 0.95rem; color: var(--text); }
.faq-search-box input:focus { outline: none; }

.faq-categories { display: flex; justify-content: center; gap: 0.6rem; margin-bottom: 3rem; flex-wrap: wrap; }
.faq-cat { display: flex; align-items: center; gap: 0.4rem; padding: 0.55rem 1.2rem; border: 1.5px solid rgba(44,44,44,0.15); border-radius: 50px; background: var(--white); font-family: inherit; font-size: 0.85rem; font-weight: 600; color: var(--text-mid); cursor: pointer; transition: var(--transition); }
.faq-cat.active, .faq-cat:hover { background: var(--gold); border-color: var(--gold); color: var(--dark); }

.faq-full-grid { max-width: 900px; margin: 0 auto; }
.faq-section-group { margin-bottom: 2.5rem; }
.faq-group-title { display: flex; align-items: center; gap: 0.7rem; font-size: 1.1rem; color: var(--text); margin-bottom: 1rem; padding-bottom: 0.6rem; border-bottom: 2px solid rgba(201,168,76,0.2); }
.faq-group-title i { color: var(--gold); }

/* FAQ Contact CTA */
.faq-contact-cta { max-width: 700px; margin: 4rem auto 0; text-align: center; background: var(--white); padding: 3rem; border-radius: var(--radius-lg); box-shadow: var(--shadow-md); border: 1px solid rgba(201,168,76,0.15); }
.faq-contact-cta h3 { font-size: 1.6rem; margin-bottom: 0.8rem; }
.faq-contact-cta p { margin-bottom: 2rem; }
.faq-contact-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.btn-whatsapp { display: inline-flex; align-items: center; gap: 0.5rem; background: #25D366; color: var(--white); font-weight: 700; font-size: 0.9rem; padding: 0.85rem 2rem; border-radius: 6px; border: none; cursor: pointer; transition: var(--transition); }
.btn-whatsapp:hover { background: #1da851; transform: translateY(-2px); }

/* ---- CONTACT PAGE ---- */
.quick-contact-section { background: var(--dark); padding: 3rem 0; }
.quick-contact-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.qc-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08); border-radius: var(--radius); padding: 1.8rem; text-align: center; transition: var(--transition); color: var(--white); }
.qc-card:hover { background: rgba(201,168,76,0.12); border-color: var(--gold); transform: translateY(-4px); }
.qc-card.whatsapp:hover { background: rgba(37,211,102,0.15); border-color: #25D366; }
.qc-icon { width: 60px; height: 60px; background: rgba(201,168,76,0.15); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem; font-size: 1.4rem; color: var(--gold); }
.qc-card.whatsapp .qc-icon { color: #25D366; background: rgba(37,211,102,0.15); }
.qc-card h4 { margin-bottom: 0.4rem; font-size: 1rem; color: var(--white); }
.qc-card p { font-size: 0.95rem; color: rgba(255,255,255,0.85); margin-bottom: 0.2rem; font-weight: 600; }
.qc-card span { font-size: 0.8rem; color: rgba(255,255,255,0.5); }

/* Form check */
.form-check { display: flex; align-items: flex-start; gap: 0.7rem; margin-top: 0.5rem; }
.form-check input { margin-top: 3px; accent-color: var(--gold); }
.form-check label { font-size: 0.85rem; color: var(--text-mid); cursor: pointer; }

/* Response promise */
.response-promise { display: flex; align-items: flex-start; gap: 1rem; background: rgba(201,168,76,0.08); border: 1px solid rgba(201,168,76,0.2); border-radius: var(--radius); padding: 1.2rem; margin-top: 2rem; }
.response-promise i { color: var(--gold); font-size: 1.5rem; flex-shrink: 0; margin-top: 2px; }
.response-promise strong { display: block; font-size: 0.92rem; color: var(--text); margin-bottom: 0.3rem; }
.response-promise span { font-size: 0.85rem; color: var(--text-mid); line-height: 1.6; }

/* Map */
.map-section { padding: 5rem 0; background: var(--white); }
.map-wrapper { margin-bottom: 2rem; }
.directions-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.dir-card { background: var(--cream); padding: 1.5rem; border-radius: var(--radius); border: 1px solid rgba(201,168,76,0.12); }
.dir-card i { font-size: 1.5rem; color: var(--gold); margin-bottom: 0.8rem; }
.dir-card h5 { font-family: 'Cormorant Garamond', serif; font-size: 1rem; margin-bottom: 0.5rem; }
.dir-card p { font-size: 0.88rem; }

/* ============================================================
   RESPONSIVE - Inner Pages Master System
   ============================================================ */
@media (max-width: 1024px) {
  .packages-grid.full-grid { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
  .about-stats-grid { grid-template-columns: repeat(3, 1fr); }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .rating-summary-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .rating-summary-grid .rs-categories { grid-column: 1 / -1; }
  .about-story-grid { gap: 2.5rem; }
}

@media (max-width: 768px) {
  .inner-section { padding: 3.5rem 0; }
  .page-hero { min-height: 220px; padding-top: 70px; }
  .page-hero-content { padding: 2rem 1rem 1.5rem; }
  .page-hero-content h1 { font-size: clamp(1.75rem, 5.5vw, 2.2rem); }
  .page-hero-content p { font-size: 0.92rem; }
  
  .search-bar-section { position: static; padding: 1.25rem 0; }
  .search-bar-form { flex-direction: column; gap: 0.85rem; }
  .sb-group { width: 100%; }
  .sb-group select { font-size: 16px; padding: 0.75rem 1rem; }
  .search-bar-form button { width: 100%; min-height: 46px; justify-content: center; padding: 0.85rem; }

  .comparison-table-hint { display: block; }
  .comparison-section { padding: 3.5rem 0; }

  .packages-grid.full-grid { grid-template-columns: 1fr; }
  .about-story-grid { grid-template-columns: 1fr; gap: 2rem; }
  .about-story-img img { height: 280px; }
  .about-badge {
    position: static;
    margin-top: 1rem;
    display: inline-block;
    padding: 0.9rem 1.4rem;
  }
  .about-stats-grid { grid-template-columns: repeat(2, 1fr); gap: 0.75rem; }
  .about-stat-card { padding: 1.25rem 0.6rem; }
  .as-num { font-size: 1.8rem; }
  
  .team-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .full-gallery-grid { grid-template-columns: 1fr 1fr; gap: 0.75rem; }
  .video-grid { grid-template-columns: 1fr; }

  .included-grid { gap: 1rem; }
  .included-item { width: 75px; }
  .included-item i { width: 50px; height: 50px; font-size: 1.2rem; }
  .included-item span { font-size: 0.78rem; }
  
  .rating-summary-grid { grid-template-columns: 1fr; text-align: center; gap: 1.5rem; }
  .rs-bar-row { justify-content: center; }
  .testimonials-grid.big-grid { grid-template-columns: 1fr; }
  .testi-cta-inner { padding: 2rem 1.25rem; }
  .testi-cta-inner h3 { font-size: 1.5rem; }

  .quick-contact-grid { grid-template-columns: 1fr 1fr; gap: 0.85rem; }
  .qc-card { padding: 1.25rem 0.65rem; }
  .directions-cards { grid-template-columns: 1fr; gap: 1rem; }
  .about-values { gap: 1rem; }
  
  .faq-contact-cta { padding: 2rem 1.25rem; margin-top: 2.5rem; }

  /* Lightbox Mobile Adjustments */
  .lb-close { top: 1rem; right: 1rem; width: 42px; height: 42px; font-size: 1.1rem; }
  .lb-prev { left: 0.5rem; width: 40px; height: 40px; }
  .lb-next { right: 0.5rem; width: 40px; height: 40px; }
  .lb-content img { max-height: 72vh; max-width: 92vw; }
}

@media (max-width: 480px) {
  .full-gallery-grid { grid-template-columns: 1fr; }
  .quick-contact-grid { grid-template-columns: 1fr; }
  .about-stats-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   HAJJ 2027 DEDICATED PAGE STYLING
   ============================================================ */

.hajj-hero-banner {
  position: relative;
  background: linear-gradient(135deg, rgba(13, 27, 42, 0.92) 0%, rgba(20, 39, 58, 0.88) 100%),
              url('https://thumb.wikimedia.org/wikipedia/commons/thumb/0/07/Masjid_al-Haram_at_night_in_Makkah.jpg/1280px-Masjid_al-Haram_at_night_in_Makkah.jpg') center/cover no-repeat;
  padding: 8rem 0 5.5rem;
  color: #ffffff;
  border-bottom: 2px solid rgba(201, 168, 76, 0.3);
}

.hajj-hero-content {
  max-width: 860px;
}

.hajj-hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  background: rgba(201, 168, 76, 0.15);
  border: 1px solid rgba(201, 168, 76, 0.4);
  color: #e5c46e;
  font-family: 'Inter', sans-serif;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.45rem 1.1rem;
  border-radius: 50px;
  margin-bottom: 1.2rem;
}

.hajj-hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.3rem, 4.5vw, 3.6rem);
  font-weight: 700;
  line-height: 1.15;
  color: #ffffff;
  margin-bottom: 1.2rem;
}

.hajj-hero-title em {
  font-style: italic;
  color: #d4af37;
}

.hajj-hero-desc {
  font-family: 'Inter', sans-serif;
  font-size: 1.05rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 2.2rem;
}

.hajj-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.1rem;
}

.hajj-hero-badge-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.hajj-badge-item {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.9);
}

.hajj-badge-item i {
  color: #c9a84c;
  font-size: 1.1rem;
}

/* Hajj 6 Days Timeline */
.hajj-days-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.8rem;
  margin-top: 2rem;
}

.hajj-day-card {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid rgba(201, 168, 76, 0.2);
  padding: 2rem 1.7rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
  transition: all 0.35s ease;
  position: relative;
  display: flex;
  flex-direction: column;
}

.hajj-day-card:hover {
  transform: translateY(-6px);
  border-color: #c9a84c;
  box-shadow: 0 16px 36px rgba(201, 168, 76, 0.14);
}

.hajj-day-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.2rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid rgba(201, 168, 76, 0.15);
}

.hajj-day-badge {
  background: #0d1b2a;
  color: #e5c46e;
  font-family: 'Inter', sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0.35rem 0.85rem;
  border-radius: 50px;
}

.hajj-day-hijri {
  font-size: 0.82rem;
  font-weight: 700;
  color: #2C6B2F;
}

.hajj-day-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #0d1b2a;
  margin-bottom: 0.85rem;
}

.hajj-day-arabic {
  font-family: 'Amiri', 'Traditional Arabic', serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #c9a84c;
  margin-bottom: 0.8rem;
  display: block;
  line-height: 1.5;
  direction: rtl;
}

.hajj-day-desc {
  font-size: 0.9rem;
  color: #555047;
  line-height: 1.7;
  margin-bottom: 1.2rem;
  flex: 1;
}

.hajj-day-rituals {
  list-style: none;
  padding: 0;
  margin: 0;
  background: rgba(248, 245, 237, 0.7);
  padding: 1rem;
  border-radius: 10px;
  border-left: 3px solid #c9a84c;
}

.hajj-day-rituals li {
  font-size: 0.84rem;
  color: #333;
  padding: 0.25rem 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.hajj-day-rituals li i {
  color: #2C6B2F;
  font-size: 0.8rem;
}

/* Hajj Places Grid */
.hajj-places-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 2rem;
}

.hajj-place-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(201, 168, 76, 0.22);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  transition: all 0.35s ease;
  display: flex;
  flex-direction: column;
}

.hajj-place-card:hover {
  transform: translateY(-6px);
  border-color: #c9a84c;
  box-shadow: 0 16px 36px rgba(201, 168, 76, 0.16);
}

.hajj-place-img {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.hajj-place-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.hajj-place-card:hover .hajj-place-img img {
  transform: scale(1.08);
}

.hajj-place-loc {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: rgba(13, 27, 42, 0.88);
  backdrop-filter: blur(6px);
  color: #e5c46e;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.35rem 0.8rem;
  border-radius: 50px;
  border: 1px solid rgba(201, 168, 76, 0.35);
}

.hajj-place-body {
  padding: 1.6rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.hajj-place-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.45rem;
  font-weight: 700;
  color: #0d1b2a;
  margin-bottom: 0.4rem;
}

.hajj-place-sub {
  font-size: 0.82rem;
  color: #7a7062;
  font-weight: 600;
  margin-bottom: 0.8rem;
}

.hajj-place-text {
  font-size: 0.88rem;
  color: #555047;
  line-height: 1.65;
  margin-bottom: 1.2rem;
  flex: 1;
}

/* Nusuk & Pre-Registration CTA */
.hajj-nusuk-box {
  background: linear-gradient(135deg, #0d1b2a 0%, #152538 100%);
  border-radius: 20px;
  padding: 3.5rem;
  color: #ffffff;
  border: 1px solid rgba(201, 168, 76, 0.3);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.2);
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.hajj-nusuk-left h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.3rem;
  color: #ffffff;
  margin-bottom: 1rem;
}

.hajj-nusuk-left h2 em {
  color: #d4af37;
}

.hajj-nusuk-steps {
  list-style: none;
  padding: 0;
  margin: 1.8rem 0 0;
}

.hajj-nusuk-steps li {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.2rem;
}

.hajj-step-circle {
  width: 34px;
  height: 34px;
  background: rgba(201, 168, 76, 0.2);
  border: 1px solid #c9a84c;
  color: #e5c46e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.9rem;
  flex-shrink: 0;
}

.hajj-step-info h5 {
  font-size: 0.95rem;
  color: #ffffff;
  margin-bottom: 0.2rem;
}

.hajj-step-info p {
  font-size: 0.84rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
}

.hajj-form-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 2.2rem;
  color: #0d1b2a;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.hajj-form-card h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #0d1b2a;
  margin-bottom: 0.4rem;
}

.hajj-form-card p {
  font-size: 0.85rem;
  color: #666;
  margin-bottom: 1.4rem;
}

.hajj-input-group {
  margin-bottom: 1rem;
}

.hajj-input-group label {
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #333;
  margin-bottom: 0.35rem;
}

.hajj-input-group input,
.hajj-input-group select {
  width: 100%;
  padding: 0.75rem 1rem;
  border-radius: 8px;
  border: 1px solid #dcd5c9;
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  color: #333;
  background: #fdfbf7;
  transition: all 0.25s ease;
}

.hajj-input-group input:focus,
.hajj-input-group select:focus {
  outline: none;
  border-color: #c9a84c;
  box-shadow: 0 0 0 3px rgba(201, 168, 76, 0.2);
}

@media (max-width: 992px) {
  .hajj-days-grid,
  .hajj-places-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .hajj-nusuk-box {
    grid-template-columns: 1fr;
    padding: 2.5rem 1.8rem;
    gap: 2rem;
  }
}

@media (max-width: 640px) {
  .hajj-hero-banner {
    padding: 5.5rem 0 3.5rem;
  }
  .hajj-hero-title {
    font-size: clamp(1.8rem, 5.8vw, 2.35rem);
    line-height: 1.18;
    margin-bottom: 0.85rem;
  }
  .hajj-hero-desc {
    font-size: 0.92rem;
    line-height: 1.65;
    margin-bottom: 1.6rem;
  }
  .hajj-hero-actions {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 0.65rem;
  }
  .hajj-hero-actions a {
    width: 100%;
    min-height: 46px;
    justify-content: center;
    font-size: 0.9rem;
  }
  .hajj-hero-badge-strip {
    gap: 0.65rem 1rem;
    margin-top: 1.6rem;
    padding-top: 1.25rem;
  }
  .hajj-badge-item {
    font-size: 0.82rem;
  }
  .hajj-days-grid,
  .hajj-places-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
  .hajj-day-card {
    padding: 1.4rem 1.15rem;
    border-radius: 12px;
  }
  .hajj-day-title {
    font-size: 1.35rem;
  }
  .hajj-place-card {
    border-radius: 12px;
  }
  .hajj-place-img {
    height: 190px;
  }
  .hajj-place-body {
    padding: 1.25rem 1.1rem;
  }
  .hajj-nusuk-box {
    padding: 1.6rem 1.2rem;
    border-radius: 14px;
    gap: 1.5rem;
  }
  .hajj-nusuk-left h2 {
    font-size: 1.8rem;
  }
  .hajj-form-card {
    padding: 1.5rem 1.1rem;
    border-radius: 12px;
  }
}




