.elementor-25 .elementor-element.elementor-element-60149e7{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-458495b */@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 {
  --navy:        #1a1a1a;
  --navy-dark:   #111111;
  --red:         #E0263C;
  --red-dark:    #b81e30;
  --gold:        #C9A84C;
  --gold-light:  #F5D78E;
  --white:       #ffffff;
  --off-white:   #f8f9fc;
  --text:        #111111;
  --muted:       #6b7280;
  --border:      #e5e7eb;
  --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; }

/* ── 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(280px, 1fr)); gap: 28px; }
.seerah-wrap .grid-4 { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 24px; }

/* ── TYPOGRAPHY ── */
.seerah-wrap h1,
.seerah-wrap h2,
.seerah-wrap h3 { font-family: 'Playfair Display', serif; line-height: 1.25; margin: 0; }
.seerah-wrap h4,
.seerah-wrap h5 { font-family: 'Poppins', sans-serif; margin: 0; }
.seerah-wrap p { margin: 0; }

.seerah-wrap .section-title { font-size: clamp(1.9rem, 4vw, 2.8rem); color: var(--navy); 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(--gold); display: block; margin-bottom: 6px; }

/* ── BUTTONS ── */
.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,.22), transparent);
  transition: left .5s ease;
}
.seerah-wrap .btn:hover::before { left: 150%; }

.seerah-wrap .btn-gold { background: var(--gold); color: var(--navy); box-shadow: 0 4px 18px rgba(201,168,76,.35); }
.seerah-wrap .btn-gold:hover { background: #b89235; box-shadow: 0 6px 24px rgba(201,168,76,.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(--navy); }

.seerah-wrap .btn-lg { padding: 16px 38px; font-size: .95rem; }

/* ── PAGE HERO ── */
.seerah-wrap .page-hero {
  position: relative;
  height: clamp(280px, 38vw, 420px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.seerah-wrap .page-hero-bg {
  position: absolute;
  inset: 0;
  background: url('https://images.unsplash.com/photo-1436491865332-7a61a109cc05?w=1600') center/cover no-repeat;
  transform: scale(1.06);
  transition: transform 8s ease;
}
.seerah-wrap .page-hero:hover .page-hero-bg { transform: scale(1); }

/* Hero overlay: deep red instead of blue */
.seerah-wrap .page-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(26,6,8,.88) 0%, rgba(176,18,28,.65) 100%);
}

.seerah-wrap .page-hero-content {
  position: relative;
  text-align: center;
  color: var(--white);
}
.seerah-wrap .page-hero-content h1 {
  font-size: clamp(2rem, 6vw, 3.8rem);
  margin-bottom: 18px;
  animation: seerahHeroIn .8s ease-out both;
}
.seerah-wrap .breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: .85rem;
  color: rgba(255,255,255,.7);
  animation: seerahHeroIn .8s .15s ease-out both;
}
.seerah-wrap .breadcrumb a { color: rgba(255,255,255,.85); }
.seerah-wrap .breadcrumb a:hover { color: var(--gold-light); }
.seerah-wrap .breadcrumb i { font-size: .65rem; }

@keyframes seerahHeroIn {
  from { opacity: 0; transform: translateY(22px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ── SERVICE CARDS ── */
.seerah-wrap .icon-wrap {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, rgba(224,38,60,.1), rgba(224,38,60,.06));
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: var(--red);
  margin: 0 auto 16px;
  transition: all var(--transition);
}
.seerah-wrap .service-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 36px 24px 28px;
  text-align: center;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
  border-bottom: 3px solid transparent;
  transition: all var(--transition);
  position: relative;
  overflow: hidden;
}
.seerah-wrap .service-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(224,38,60,.03), rgba(176,18,28,.02));
  opacity: 0;
  transition: opacity var(--transition);
}
.seerah-wrap .service-card:hover { transform: translateY(-7px); box-shadow: var(--shadow-lg); border-bottom-color: var(--red); }
.seerah-wrap .service-card:hover::before { opacity: 1; }
.seerah-wrap .service-card:hover .icon-wrap { background: var(--red); color: var(--white); transform: scale(1.1) rotate(-6deg); }
.seerah-wrap .service-card h4 { font-size: .95rem; font-weight: 600; color: var(--navy); }
.seerah-wrap .service-card p { font-size: .83rem; color: var(--muted); margin-top: 8px; line-height: 1.6; }
.seerah-wrap .service-card i { display: inline-block; transition: transform .3s cubic-bezier(.34,1.56,.64,1); }
.seerah-wrap .service-card:hover i { transform: scale(1.2) translateY(-3px); }

/* ── WHY CARDS ── */
.seerah-wrap .why-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 36px 28px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border);
  transition: all var(--transition);
}
.seerah-wrap .why-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); }

/* Why icon: red gradient instead of navy→red */
.seerah-wrap .why-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--red-dark), var(--red));
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 1.25rem;
  margin-bottom: 18px;
}
.seerah-wrap .why-card h4 { font-size: 1rem; font-weight: 600; color: var(--navy); margin-bottom: 10px; }
.seerah-wrap .why-card p { font-size: .87rem; color: var(--muted); }

/* ── CTA BANNER ── */
/* Overlay: deep red theme instead of blue */
.seerah-wrap .cta-banner {
  background:
    linear-gradient(140deg, rgba(42,10,14,.92) 0%, rgba(176,18,28,.78) 100%),
    url('https://images.unsplash.com/photo-1476514525535-07fb3b4ae5f1?w=1600') center/cover fixed;
  padding: 88px 0;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
}
.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: 64px 0; }
  .seerah-wrap .grid-4 { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .seerah-wrap .grid-3 { grid-template-columns: 1fr; }
  .seerah-wrap .cta-content { flex-direction: column; text-align: center; gap: 28px; }
}
@media (max-width: 480px) {
  .seerah-wrap .grid-4 { grid-template-columns: 1fr; }
}
@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 */