.elementor-65 .elementor-element.elementor-element-c4b32b4{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-0d56066 */@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; }
.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; }
.seerah-wrap h4, .seerah-wrap h5 { font-family: 'Poppins', sans-serif; margin: 0; }

/* ── 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; }
.seerah-wrap .align-center { align-items: center; }

/* ── GRIDS ── */
.seerah-wrap .grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.seerah-wrap .grid-3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 28px; }

/* ── TYPOGRAPHY ── */
.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-lg { padding: 16px 38px; font-size: .95rem; }

/* ── ABOUT IMAGES ── */
.seerah-wrap .about-images { position: relative; height: 480px; }
.seerah-wrap .img-back {
  position: absolute; right: 0; top: 0;
  width: 76%; height: 340px; object-fit: cover;
  border-radius: var(--radius-lg); transform: rotate(4deg);
  box-shadow: var(--shadow-lg); transition: transform .4s ease;
}
.seerah-wrap .img-front {
  position: absolute; left: 0; bottom: 20px;
  width: 70%; height: 300px; object-fit: cover;
  border-radius: var(--radius-lg); border: 8px solid var(--white);
  box-shadow: var(--shadow-lg); z-index: 2;
  transform: rotate(-3deg); transition: transform .4s ease;
}
.seerah-wrap .about-images:hover .img-back  { transform: rotate(2deg) scale(1.02); }
.seerah-wrap .about-images:hover .img-front { transform: rotate(-1deg) scale(1.04); }

.seerah-wrap .experience-badge {
  position: absolute; top: 12%; left: 2%;
  background: linear-gradient(135deg, #2ecc71, #27ae60);
  color: var(--white); width: 130px; height: 130px;
  border-radius: 50%; display: flex; flex-direction: column;
  align-items: center; justify-content: center; text-align: center;
  font-weight: 500; font-size: .8rem; z-index: 3; line-height: 1.3;
  box-shadow: 0 8px 28px rgba(46,204,113,.35);
  animation: seerahBadgePulse 2.5s ease-in-out infinite;
}
.seerah-wrap .experience-badge span { font-size: 2.2rem; font-weight: 700; line-height: 1; }
@keyframes seerahBadgePulse {
  0%,100% { box-shadow: 0 0 0 0 rgba(46,204,113,.5), 0 8px 28px rgba(46,204,113,.35); }
  50%      { box-shadow: 0 0 0 14px rgba(46,204,113,0), 0 8px 28px rgba(46,204,113,.35); }
}

/* ── FEATURE LIST ── */
.seerah-wrap .feature-list li { margin-bottom: 12px; color: var(--muted); font-size: .92rem; display: flex; align-items: flex-start; gap: 10px; }
.seerah-wrap .feature-list i { color: var(--red); margin-top: 3px; flex-shrink: 0; }

/* ── STATS STRIP — red theme instead of navy ── */
.seerah-wrap .stats-strip {
  background: linear-gradient(135deg, #2a0a0e 0%, #1a0608 100%);
  padding: 52px 0;
}
.seerah-wrap .stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; text-align: center; }
.seerah-wrap .stat-item { padding: 20px; border-right: 1px solid rgba(255,255,255,.12); }
.seerah-wrap .stat-item:last-child { border-right: none; }
.seerah-wrap .stat-item h3 { font-family: 'Playfair Display', serif; font-size: 2.8rem; color: var(--gold-light); margin-bottom: 6px; }
.seerah-wrap .stat-item p { font-size: .85rem; color: rgba(255,255,255,.65); }

/* ── TESTIMONIALS ── */
.seerah-wrap .testimonial-card {
  background: var(--white); border-radius: var(--radius-lg); padding: 32px;
  box-shadow: var(--shadow); border: 1px solid var(--border);
  position: relative; transition: transform var(--transition), box-shadow var(--transition);
}
.seerah-wrap .testimonial-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.seerah-wrap .quote-icon { font-family: 'Playfair Display', serif; font-size: 5rem; line-height: 1; color: rgba(224,38,60,.12); position: absolute; top: 8px; left: 20px; }
.seerah-wrap .testimonial-stars { margin-bottom: 14px; }
.seerah-wrap .testimonial-stars i { color: #FBBC04; font-size: .9rem; }
.seerah-wrap .testimonial-card p { font-style: italic; color: var(--muted); font-size: .92rem; margin-bottom: 22px; position: relative; z-index: 1; }
.seerah-wrap .client-info { display: flex; align-items: center; gap: 12px; }

/* Avatar — red gradient instead of navy→red */
.seerah-wrap .client-avatar {
  width: 42px; height: 42px; border-radius: 50%;
  background: linear-gradient(135deg, var(--red-dark), var(--red));
  color: var(--white); display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 1rem; flex-shrink: 0;
}
.seerah-wrap .client-info h5 { font-size: .92rem; font-weight: 600; color: var(--navy); }
.seerah-wrap .client-info small { color: var(--muted); font-size: .75rem; }

/* ── CTA BANNER — 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;
}
.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-2        { grid-template-columns: 1fr; gap: 32px; }
  .seerah-wrap .grid-3        { grid-template-columns: 1fr; }
  .seerah-wrap .about-images  { height: 380px; margin-bottom: 16px; }
  .seerah-wrap .cta-content   { flex-direction: column; text-align: center; gap: 28px; }
  .seerah-wrap .stats-grid    { grid-template-columns: repeat(2, 1fr); }
  .seerah-wrap .stat-item     { border: none; border-bottom: 1px solid rgba(255,255,255,.1); }
}
@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 */