/* ==========================================================================
   Group Umrah Packages UK — Mobile-first stylesheet
   ========================================================================== */

:root {
  --color-primary: #0b6e4f;      /* deep Islamic green */
  --color-primary-dark: #074a35;
  --color-primary-light: #10945f;
  --color-gold: #c9a227;
  --color-gold-light: #e6c765;
  --color-whatsapp: #25d366;
  --color-whatsapp-dark: #1da851;
  --color-dark: #0f1f1b;
  --color-text: #2c3630;
  --color-muted: #647169;
  --color-bg: #fbfaf7;
  --color-card: #ffffff;
  --color-border: #e6e2d8;
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 22px;
  --shadow-sm: 0 2px 8px rgba(15, 31, 27, 0.08);
  --shadow-md: 0 8px 24px rgba(15, 31, 27, 0.12);
  --shadow-lg: 0 16px 40px rgba(15, 31, 27, 0.18);
  --font-heading: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-body: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-arabic: 'Amiri', serif;
  --container-w: 1180px;
  --top-bar-h: 40px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--color-text);
  background: var(--color-bg);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { font-family: var(--font-heading); margin: 0; color: var(--color-dark); }
p { margin: 0; line-height: 1.6; }
ul { margin: 0; padding: 0; list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

.section {
  padding: 56px 20px;
  max-width: var(--container-w);
  margin: 0 auto;
}
.section__header { text-align: center; max-width: 680px; margin: 0 auto 36px; }
.section__eyebrow {
  color: var(--color-gold);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
  margin-bottom: 8px;
}
.section__title { font-size: 1.7rem; font-weight: 800; line-height: 1.25; }
.section__subtitle { margin-top: 12px; color: var(--color-muted); font-size: 0.98rem; }

/* ---------------- Buttons ---------------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  white-space: nowrap;
}
.btn i { font-size: 1.05em; }
.btn:active { transform: scale(0.97); }
.btn--whatsapp { background: var(--color-whatsapp); color: #fff; box-shadow: var(--shadow-sm); }
.btn--whatsapp:hover { background: var(--color-whatsapp-dark); }
.btn--primary { background: var(--color-primary); color: #fff; box-shadow: var(--shadow-sm); }
.btn--primary:hover { background: var(--color-primary-dark); }
.btn--outline { border: 2px solid #fff; color: #fff; background: rgba(255,255,255,0.08); }
.btn--outline-light { border: 2px solid #fff; color: #fff; }
.btn--outline-light:hover { background: #fff; color: var(--color-primary-dark); }
.btn--lg { padding: 15px 28px; font-size: 1.02rem; }
.btn--sm { padding: 9px 14px; font-size: 0.82rem; }

/* ---------------- Top contact bar ---------------- */
.top-bar {
  background: var(--color-dark);
  color: #f3f1e7;
  font-size: 0.78rem;
  height: var(--top-bar-h);
}
.top-bar__inner {
  max-width: var(--container-w);
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 14px;
}
.top-bar__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #f3f1e7;
  font-weight: 600;
}
.top-bar__whatsapp-btn i { color: var(--color-whatsapp); }
.top-bar__divider { opacity: 0.35; }
.top-bar__link span { display: inline; }

/* ---------------- Header / Nav ---------------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(251, 250, 247, 0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--color-border);
}
.site-nav {
  max-width: var(--container-w);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
}
.brand { display: flex; align-items: center; gap: 8px; }
.brand__icon { color: var(--color-gold); font-size: 1.3rem; }
.brand__text { font-weight: 800; font-size: 1.02rem; color: var(--color-dark); }
.brand__accent { color: var(--color-primary); }
.brand__uk { color: var(--color-muted); font-weight: 500; font-size: 0.85em; }
.site-nav__links { display: none; gap: 26px; font-weight: 600; font-size: 0.92rem; }
.site-nav__links a:hover { color: var(--color-primary); }
.site-nav__cta { display: none; }

@media (min-width: 860px) {
  .site-nav__links { display: flex; }
  .site-nav__cta { display: inline-flex; }
}

/* ---------------- Hero ---------------- */
.hero {
  position: relative;
  min-height: 88vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 90px 18px 60px;
  overflow: hidden;
}
.hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 30%;
  transform: scale(1.02);
}
.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7,20,16,0.72) 0%, rgba(7,20,16,0.55) 45%, rgba(7,20,16,0.88) 100%);
}
.hero__content {
  position: relative;
  z-index: 2;
  max-width: 760px;
  text-align: center;
  color: #fff;
}
.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.25);
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--color-gold-light);
  margin: 0 0 18px;
}
.hero__title {
  font-size: 2.1rem;
  font-weight: 800;
  line-height: 1.18;
  color: #fff;
  margin-bottom: 16px;
}
.hero__title-accent { color: var(--color-gold-light); }
.hero__subtitle {
  color: #eef1ec;
  font-size: 1rem;
  line-height: 1.65;
  margin-bottom: 26px;
}
.hero__cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-bottom: 26px;
}
.hero__trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 22px;
  font-size: 0.82rem;
  color: #dfe6e0;
}
.hero__trust li { display: flex; align-items: center; gap: 6px; }
.hero__trust i { color: var(--color-gold-light); }
.hero__scroll {
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  opacity: 0.7;
  animation: bounce 2s infinite;
  z-index: 2;
}
@keyframes bounce {
  0%, 100% { transform: translate(-50%, 0); }
  50% { transform: translate(-50%, 8px); }
}

@media (min-width: 640px) {
  .hero__title { font-size: 2.8rem; }
  .hero__subtitle { font-size: 1.08rem; }
}
@media (min-width: 960px) {
  .hero__title { font-size: 3.3rem; }
}

/* ---------------- Trust strip ---------------- */
.trust-strip {
  background: var(--color-primary-dark);
  color: #fff;
  padding: 14px 16px;
}
.trust-strip__inner {
  max-width: var(--container-w);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  text-align: center;
}
.trust-strip__label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--color-gold-light);
  font-weight: 700;
}
.trust-strip__names {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  justify-content: center;
  font-weight: 600;
  font-size: 0.88rem;
}

@media (min-width: 760px) {
  .trust-strip__inner { flex-direction: row; justify-content: space-between; text-align: left; }
}

/* ---------------- Packages ---------------- */
.packages-section { padding-top: 60px; }
.package-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}
@media (min-width: 640px) {
  .package-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1020px) {
  .package-grid { grid-template-columns: repeat(3, 1fr); }
}

.package-card {
  position: relative;
  background: var(--color-card);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--color-border);
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.package-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.package-card__badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 3;
  background: var(--color-gold);
  color: #2a2000;
  font-size: 0.7rem;
  font-weight: 800;
  padding: 5px 12px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.package-card__img-wrap { position: relative; height: 190px; overflow: hidden; }
.package-card__img { width: 100%; height: 100%; object-fit: cover; }
.package-card__operator {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(11, 31, 24, 0.72);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 5px 10px;
  border-radius: 999px;
}
.package-card__body { padding: 18px 18px 20px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.package-card__title { font-size: 1.08rem; font-weight: 700; line-height: 1.35; }
.package-card__meta { display: flex; flex-direction: column; gap: 6px; font-size: 0.85rem; color: var(--color-muted); }
.package-card__meta li { display: flex; align-items: flex-start; gap: 7px; }
.package-card__meta i { color: var(--color-primary); margin-top: 2px; }
.package-card__includes { display: flex; flex-direction: column; gap: 5px; font-size: 0.82rem; color: var(--color-text); }
.package-card__includes li { display: flex; align-items: flex-start; gap: 7px; }
.package-card__includes i { color: var(--color-primary-light); margin-top: 2px; font-size: 0.85em; }
.package-card__footer {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-top: 12px;
  border-top: 1px dashed var(--color-border);
  flex-wrap: wrap;
}
.package-card__price-value { font-size: 1.3rem; font-weight: 800; color: var(--color-primary-dark); display: block; }
.package-card__price-note { font-size: 0.72rem; color: var(--color-muted); }

.packages-section__more {
  margin-top: 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  color: var(--color-muted);
}

/* ---------------- Why Group section ---------------- */
.why-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
}
.why-section__media {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  max-height: 420px;
}
.why-section__media img { width: 100%; height: 100%; object-fit: cover; }
.why-list { margin-top: 24px; display: flex; flex-direction: column; gap: 20px; }
.why-item { display: flex; gap: 14px; align-items: flex-start; }
.why-item__icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(11, 110, 79, 0.1);
  color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}
.why-item h3 { font-size: 1rem; margin-bottom: 4px; }
.why-item p { color: var(--color-muted); font-size: 0.9rem; }

@media (min-width: 900px) {
  .why-section { grid-template-columns: 0.9fr 1.1fr; }
}

/* ---------------- Operators ---------------- */
.operator-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
@media (min-width: 640px) { .operator-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1020px) { .operator-grid { grid-template-columns: repeat(4, 1fr); } }
.operator-card {
  background: var(--color-card);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 22px 18px;
  box-shadow: var(--shadow-sm);
}
.operator-card h3 { font-size: 1rem; margin-bottom: 8px; color: var(--color-primary-dark); }
.operator-card p { font-size: 0.86rem; color: var(--color-muted); }
.operators-section__disclaimer {
  margin-top: 28px;
  font-size: 0.76rem;
  color: var(--color-muted);
  text-align: center;
  max-width: 780px;
  margin-inline: auto;
  line-height: 1.6;
}

/* ---------------- Gallery ---------------- */
.gallery-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
  max-height: 480px;
  overflow: hidden;
}
.gallery-section img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 1 / 1; }
@media (min-width: 760px) {
  .gallery-section { grid-template-columns: repeat(4, 1fr); max-height: 320px; }
}

/* ---------------- FAQ ---------------- */
.faq-list { display: flex; flex-direction: column; gap: 12px; max-width: 820px; margin: 0 auto; }
.faq-item {
  background: var(--color-card);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 4px 18px;
}
.faq-item__q {
  cursor: pointer;
  list-style: none;
  padding: 16px 0;
  font-weight: 700;
  font-size: 0.96rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.faq-item__q::-webkit-details-marker { display: none; }
.faq-item__icon { color: var(--color-primary); transition: transform 0.2s ease; flex-shrink: 0; }
.faq-item[open] .faq-item__icon { transform: rotate(45deg); }
.faq-item__a { padding: 0 0 16px; color: var(--color-muted); font-size: 0.9rem; }

/* ---------------- Final CTA ---------------- */
.final-cta {
  background: linear-gradient(135deg, var(--color-primary-dark), var(--color-primary));
  color: #fff;
  padding: 56px 20px;
  text-align: center;
}
.final-cta__inner { max-width: 640px; margin: 0 auto; }
.final-cta h2 { color: #fff; font-size: 1.6rem; font-weight: 800; margin-bottom: 12px; }
.final-cta p { color: #e7f0ea; margin-bottom: 26px; }
.final-cta__buttons { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }

/* ---------------- Footer ---------------- */
.site-footer { background: var(--color-dark); color: #cfd6d1; padding: 44px 20px 30px; }
.site-footer__inner { max-width: var(--container-w); margin: 0 auto; text-align: center; }
.site-footer__brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 800;
  font-size: 1.1rem;
  color: #fff;
  margin-bottom: 10px;
}
.site-footer__brand i { color: var(--color-gold); }
.site-footer__tagline { max-width: 520px; margin: 0 auto 20px; font-size: 0.88rem; color: #a9b3ac; }
.site-footer__contact { display: flex; gap: 18px; justify-content: center; margin-bottom: 26px; flex-wrap: wrap; font-weight: 600; }
.site-footer__contact a, .site-footer__contact button { display: flex; align-items: center; gap: 7px; color: #fff; font-size: 0.9rem; }
.site-footer__contact button i { color: var(--color-whatsapp); }
.site-footer__legal { font-size: 0.72rem; color: #6f7a73; line-height: 1.7; max-width: 820px; margin: 0 auto; border-top: 1px solid rgba(255,255,255,0.08); padding-top: 20px; }

/* ---------------- Floating WhatsApp button ---------------- */
.fab-whatsapp {
  position: fixed;
  bottom: 20px;
  right: 18px;
  z-index: 50;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--color-whatsapp);
  color: #fff;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(37, 211, 102, 0.5);
  animation: pulse 2.4s infinite;
}
@keyframes pulse {
  0% { box-shadow: 0 8px 20px rgba(37,211,102,0.5), 0 0 0 0 rgba(37,211,102,0.5); }
  70% { box-shadow: 0 8px 20px rgba(37,211,102,0.5), 0 0 0 14px rgba(37,211,102,0); }
  100% { box-shadow: 0 8px 20px rgba(37,211,102,0.5), 0 0 0 0 rgba(37,211,102,0); }
}

/* ---------------- WhatsApp modal ---------------- */
.wa-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: flex-end;
  justify-content: center;
}
.wa-modal.is-open { display: flex; }
.wa-modal__backdrop { position: absolute; inset: 0; background: rgba(6, 16, 12, 0.55); backdrop-filter: blur(2px); }
.wa-modal__panel {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 480px;
  background: #fff;
  border-radius: 22px 22px 0 0;
  padding: 26px 22px 30px;
  box-shadow: var(--shadow-lg);
  animation: slideUp 0.25s ease;
  max-height: 88vh;
  overflow-y: auto;
}
@media (min-width: 640px) {
  .wa-modal { align-items: center; }
  .wa-modal__panel { border-radius: var(--radius-lg); }
}
@keyframes slideUp { from { transform: translateY(30px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }

.wa-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #f1efe6;
  color: var(--color-dark);
  display: flex;
  align-items: center;
  justify-content: center;
}
.wa-modal__header { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.wa-modal__header i { color: var(--color-whatsapp); font-size: 1.6rem; }
.wa-modal__header h3 { font-size: 1.15rem; }
.wa-modal__intro { color: var(--color-muted); font-size: 0.88rem; margin-bottom: 16px; }
.wa-modal__package {
  display: none;
  background: #f4f8f5;
  border: 1px dashed var(--color-primary-light);
  border-radius: var(--radius-sm);
  padding: 10px 12px;
  font-size: 0.85rem;
  color: var(--color-primary-dark);
  font-weight: 600;
  margin-bottom: 16px;
}
.wa-modal__package.is-visible { display: block; }
.wa-modal__numbers { display: flex; flex-direction: column; gap: 10px; }
.wa-number-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 13px 16px;
  border-radius: var(--radius-md);
  border: 1px solid var(--color-border);
  background: #fafaf7;
  font-weight: 600;
  font-size: 0.92rem;
  color: var(--color-dark);
  transition: background 0.15s ease, border-color 0.15s ease;
}
.wa-number-btn:hover { background: #eefaf1; border-color: var(--color-whatsapp); }
.wa-number-btn i { color: var(--color-whatsapp); font-size: 1.25rem; }
.wa-number-btn__num { margin-left: auto; color: var(--color-muted); font-weight: 500; font-size: 0.85rem; }

/* ---------------- Utility ---------------- */
@media (max-width: 420px) {
  .top-bar__link span { font-size: 0.72rem; }
  .section__title { font-size: 1.45rem; }
}
