.elementor-48 .elementor-element.elementor-element-ef9a5c9{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-c32bbaf *//* ============================================================
   SEERAH AIR TRAVEL — Packages Page CSS (Updated)
   Theme: White background / Black text / Red CTAs
   Scoped to .seerah-wrap
   Paste into: Appearance > Customize > Additional CSS
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Playfair+Display:wght@600;700&family=Dancing+Script:wght@600&display=swap');

/* ── TOKENS ── */
.seerah-wrap {
  --black:       #111111;
  --black-soft:  #1a1a1a;
  --red:         #E0263C;
  --red-dark:    #b81e30;
  --white:       #ffffff;
  --off-white:   #f8f8f8;
  --text:        #111111;
  --muted:       #6b6b6b;
  --border:      #e5e5e5;
  --shadow-sm:   0 2px 8px rgba(0,0,0,.06);
  --shadow:      0 8px 30px rgba(0,0,0,.09);
  --shadow-lg:   0 20px 60px rgba(0,0,0,.14);
  --radius:      12px;
  --radius-lg:   20px;
  --transition:  0.3s ease;

  font-family: 'Poppins', sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.7;
  overflow-x: hidden;
}

.seerah-wrap *, .seerah-wrap *::before, .seerah-wrap *::after { box-sizing: border-box; }
.seerah-wrap a { text-decoration: none; color: inherit; transition: color var(--transition); }
.seerah-wrap ul { list-style: none; padding: 0; margin: 0; }
.seerah-wrap img { max-width: 100%; display: block; }
.seerah-wrap p { margin: 0; }
.seerah-wrap h1, .seerah-wrap h2, .seerah-wrap h3 { font-family: 'Playfair Display', serif; line-height: 1.25; margin: 0; color: var(--black); }
.seerah-wrap h4, .seerah-wrap h5 { font-family: 'Poppins', sans-serif; margin: 0; color: var(--black); }

/* ── LAYOUT ── */
.seerah-wrap .container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.seerah-wrap section { padding: 90px 0; }
.seerah-wrap .bg-light { background: var(--off-white); }
.seerah-wrap .text-center { text-align: center; }

/* ── GRIDS ── */
.seerah-wrap .grid-3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 28px;
}
.seerah-wrap .grid-2-umrah {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  margin-top: 12px;
}

/* ── TYPOGRAPHY ── */
.seerah-wrap .section-title { font-size: clamp(1.9rem, 4vw, 2.8rem); color: var(--black); margin-bottom: 14px; }
.seerah-wrap .section-subtitle { color: var(--muted); font-size: 1rem; max-width: 560px; margin: 0 auto 52px; }
.seerah-wrap .script-title { font-family: 'Dancing Script', cursive; font-size: clamp(1.6rem, 3vw, 2.2rem); color: var(--red); display: block; margin-bottom: 6px; }

/* ── BUTTONS (CTA — always red) ── */
.seerah-wrap .btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 30px; border-radius: 50px; font-weight: 600;
  font-size: .88rem; letter-spacing: .04em; cursor: pointer;
  border: 2px solid transparent; transition: all var(--transition);
  position: relative; overflow: hidden; font-family: 'Poppins', sans-serif;
}
.seerah-wrap .btn::before {
  content: ''; position: absolute; top: 0; left: -100%;
  width: 60%; height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,.25), transparent);
  transition: left .5s ease;
}
.seerah-wrap .btn:hover::before { left: 150%; }
.seerah-wrap .btn-gold { background: var(--red); color: var(--white); box-shadow: 0 4px 18px rgba(224,38,60,.35); }
.seerah-wrap .btn-gold:hover { background: var(--red-dark); box-shadow: 0 6px 24px rgba(224,38,60,.5); transform: translateY(-2px); }
.seerah-wrap .btn-outline-white { border-color: rgba(255,255,255,.7); color: var(--white); background: transparent; }
.seerah-wrap .btn-outline-white:hover { background: var(--white); color: var(--red); }
.seerah-wrap .btn-lg { padding: 16px 38px; font-size: .95rem; }

/* ── ENQUIRE BUTTON (inside cards — red, the key CTA) ── */
.seerah-wrap .pkg-enquire-btn {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--red); color: var(--white);
  padding: 10px 22px; border-radius: 50px;
  font-size: .8rem; font-weight: 600;
  transition: background var(--transition), transform var(--transition);
}
.seerah-wrap .pkg-enquire-btn:hover { background: var(--red-dark); transform: translateY(-2px); }

/* ── CARD DESCRIPTION TEXTS ── */
.seerah-wrap .pkg-desc {
  font-size: .88rem; color: var(--muted); line-height: 1.75;
  margin-bottom: 16px; margin-top: 8px;
}
.seerah-wrap .pkg-desc-sm {
  font-size: .84rem; color: var(--muted); line-height: 1.7;
  margin-bottom: 14px; margin-top: 8px;
}

/* ── CARD BODY SHARED ── */
.seerah-wrap .card-body { padding: 22px 24px; flex: 1; }
.seerah-wrap .card-tag {
  display: inline-block; font-size: .68rem; font-weight: 600;
  letter-spacing: .08em; text-transform: uppercase;
  color: var(--red); margin-bottom: 8px;
}
.seerah-wrap .card-body h3 { font-size: 1.15rem; color: var(--black); margin-bottom: 6px; }
.seerah-wrap .card-meta {
  display: flex; flex-wrap: wrap; gap: 10px;
  color: var(--muted); font-size: .78rem;
  margin-bottom: 14px; padding-bottom: 14px;
  border-bottom: 1px solid var(--border);
}
.seerah-wrap .card-meta span { display: flex; align-items: center; gap: 5px; }
.seerah-wrap .card-cta-row { margin-top: 14px; }

/* ── PACKAGE GRID CARDS ── */
.seerah-wrap .pkg-card-large {
  background: var(--white); border-radius: var(--radius-lg);
  overflow: hidden; box-shadow: var(--shadow);
  transition: transform var(--transition), box-shadow var(--transition);
  display: flex; flex-direction: column;
  border: 1px solid var(--border);
}
.seerah-wrap .pkg-card-large:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: var(--red); }
.seerah-wrap .pkg-card-large > img { width: 100%; height: 220px; object-fit: cover; transition: transform .5s ease; background: var(--off-white); }
.seerah-wrap .pkg-card-large:hover > img { transform: scale(1.05); }
.seerah-wrap .pkg-card-large .card-body { flex: 1; }

/* ── HAJJ & UMRAH CARDS ── */
.seerah-wrap .umrah-card {
  background: var(--white); border-radius: var(--radius-lg);
  overflow: hidden; box-shadow: var(--shadow);
  border: 1px solid var(--border);
  transition: transform var(--transition), box-shadow var(--transition);
}
.seerah-wrap .umrah-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); border-color: var(--red); }
.seerah-wrap .umrah-card > img { width: 100%; height: 240px; object-fit: cover; background: var(--off-white); }
.seerah-wrap .umrah-card-body { padding: 30px 28px; }
.seerah-wrap .umrah-card-body h3 { font-size: 1.5rem; color: var(--black); margin-bottom: 10px; }
.seerah-wrap .umrah-includes {
  margin-top: 18px; display: flex; flex-direction: column; gap: 10px;
}
.seerah-wrap .umrah-includes li {
  display: flex; align-items: center; gap: 10px;
  font-size: .88rem; color: var(--text);
}
.seerah-wrap .umrah-includes i { color: var(--red); font-size: .85rem; flex-shrink: 0; }

/* ── CTA BANNER (black overlay, red accent) ── */
.seerah-wrap .cta-banner {
  background:
    linear-gradient(140deg, rgba(10,10,10,.9) 0%, rgba(20,20,20,.78) 100%),
    url('https://images.unsplash.com/photo-1476514525535-07fb3b4ae5f1?w=1600') center/cover fixed;
  padding: 88px 0;
}
.seerah-wrap .cta-content { display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.seerah-wrap .cta-text-wrapper h2 { color: var(--white); font-size: clamp(1.8rem, 4vw, 2.8rem); }

/* ── SCROLL REVEAL ── */
.seerah-wrap .reveal { opacity: 0; transform: translateY(28px); transition: opacity .65s ease, transform .65s ease; }
.seerah-wrap .reveal.revealed { opacity: 1; transform: translateY(0); }
.seerah-wrap .reveal-left { opacity: 0; transform: translateX(-44px); transition: opacity .65s ease, transform .65s ease; }
.seerah-wrap .reveal-left.revealed { opacity: 1; transform: translateX(0); }
.seerah-wrap .reveal-right { opacity: 0; transform: translateX(44px); transition: opacity .65s ease, transform .65s ease; }
.seerah-wrap .reveal-right.revealed { opacity: 1; transform: translateX(0); }
.seerah-wrap .delay-1 { transition-delay: .1s !important; }
.seerah-wrap .delay-2 { transition-delay: .2s !important; }
.seerah-wrap .delay-3 { transition-delay: .3s !important; }
.seerah-wrap .delay-4 { transition-delay: .4s !important; }
.seerah-wrap .delay-5 { transition-delay: .5s !important; }

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .seerah-wrap section { padding: 60px 0; }
  .seerah-wrap .grid-3 { grid-template-columns: 1fr; }
  .seerah-wrap .grid-2-umrah { grid-template-columns: 1fr; }
  .seerah-wrap .cta-content { flex-direction: column; text-align: center; gap: 28px; }
}

@media (prefers-reduced-motion: reduce) {
  .seerah-wrap *, .seerah-wrap *::before, .seerah-wrap *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}/* End custom CSS */