.elementor-61047 .elementor-element.elementor-element-21c64c1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-61047 .elementor-element.elementor-element-fee3197{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-698a8fe */:root{
      --brand:#86198f;
      --brand-soft:#fdf4ff;
      --ink:#111827;
      --muted:#6b7280;
      --line:#e5e7eb;
      --bg:#faf5ff;
      --radius:18px;
      --shadow:0 18px 50px rgba(15,23,42,.10);
    }
   
    /* Generic layout */
    .wrap{max-width:1180px;margin:0 auto;padding:0 20px}

    /* HERO */
    .hero{
      background:
        radial-gradient(120% 160% at 0% 0%, rgba(134,25,143,.18), transparent 60%),
        radial-gradient(120% 160% at 100% 0%, rgba(236,72,153,.14), transparent 60%),
        #ffffff;
      border-bottom:1px solid #e5e7eb;
      padding:clamp(48px, 7vw, 86px) 0 40px;
    }
    .hero-inner{
      display:grid;
      grid-template-columns: minmax(0,2.2fr) minmax(0,1.3fr);
      gap:34px;
      align-items:center;
    }
    .hero-title{
      font-family:"Playfair Display",serif;
      font-weight:600;
      font-size:clamp(34px,5vw,52px);
      letter-spacing:.03em;
      margin:0 0 10px;
    }
    .hero-sub{
      margin:0 0 18px;
      color:var(--muted);
      font-size:clamp(15px,2.2vw,17px);
    }
    .hero-badge{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:6px 12px;
      border-radius:999px;
      background:rgba(236,72,153,.06);
      color:#9d174d;
      font-size:12px;
      font-weight:600;
      text-transform:uppercase;
      letter-spacing:.14em;
      margin-bottom:10px;
    }
    .hero-cta{
      margin-top:18px;
      display:flex;
      flex-wrap:wrap;
      gap:10px;
    }
    .btn-primary{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      padding:12px 22px;
      border-radius:999px;
      border:none;
      background:linear-gradient(135deg,#ec4899,#8b5cf6);
      color:#fff;
      font-weight:600;
      font-size:14px;
      text-decoration:none;
      cursor:pointer;
      box-shadow:0 14px 40px rgba(236,72,153,.35);
      transition:transform .14s ease, box-shadow .14s ease;
    }
    .btn-primary span{font-size:18px;line-height:1;transform:translateY(1px)}
    .btn-primary:hover{
      transform:translateY(-1px);
      box-shadow:0 18px 55px rgba(88,28,135,.4);
    }
    .hero-meta{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      font-size:12px;
      color:#6b7280;
      margin-top:10px;
    }
    .hero-pill{
      padding:6px 12px;
      border-radius:999px;
      border:1px solid #e5e7eb;
      background:rgba(255,255,255,.78);
      backdrop-filter:blur(6px);
    }

    .hero-photo-wrap{
      position:relative;
    }
    .hero-photo-card{
      border-radius:24px;
      overflow:hidden;
      background:#fff;
      box-shadow:var(--shadow);
      border:1px solid rgba(148,163,184,.35);
    }
    .hero-photo-card img{
      width:100%;
      height:100%;
      max-height:360px;
      object-fit:cover;
      display:block;
    }
    .hero-floating-tag{
      position:absolute;
      left:10%;
      bottom:-18px;
      background:var(--brand-soft);
      border-radius:999px;
      padding:8px 16px;
      font-size:12px;
      color:#4b5563;
      border:1px solid #f3e8ff;
      box-shadow:0 10px 35px rgba(148,163,184,.45);
      display:flex;
      gap:6px;
      align-items:center;
    }
    .dot{
      width:8px;height:8px;border-radius:999px;
      background:linear-gradient(135deg,#ec4899,#a855f7);
    }

    /* ABOUT SECTION */
    .about{
      background:#fff;
      padding:52px 0 70px;
    }
    .about-grid{
      display:grid;
      grid-template-columns:minmax(0,1.1fr) minmax(0,2fr);
      gap:40px;
      align-items:flex-start;
    }
    .about-heading-wrap{
      padding-right:14px;
      border-right:1px solid var(--line);
    }
    .section-tag{
      font-size:13px;
      letter-spacing:.16em;
      text-transform:uppercase;
      color:#a855f7;
      font-weight:600;
      margin-bottom:8px;
    }
    .about-kicker{
      font-family:"Playfair Display",serif;
      font-size:clamp(28px,4vw,40px);
      line-height:1.1;
      letter-spacing:.08em;
      text-transform:uppercase;
    }
    .about-kicker span{
      display:block;
    }
    .about-kicker .muted{
      color:#9ca3af;
    }

    .about-body p{
      margin:0 0 12px;
      color:#4b5563;
      font-size:15px;
      max-width:58ch;
    }

    /* ICON GRID */
    .icon-grid{
      margin-top:26px;
      display:grid;
      grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
      gap:18px;
    }
    .icon-card{
      border-radius:18px;
      padding:16px 16px 14px;
      border:1px solid #e5e7eb;
      background:#f9fafb;
    }
    .icon-chip{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      width:28px;
      height:28px;
      border-radius:999px;
      background:var(--brand-soft);
      color:#a21caf;
      font-weight:700;
      font-size:14px;
      margin-bottom:8px;
    }
    .icon-card h3{
      margin:0 0 4px;
      font-size:15px;
      font-weight:600;
    }
    .icon-card p{
      margin:0;
      font-size:13px;
      color:#6b7280;
    }

    /* STORY SECTION */
    .story{
      background:linear-gradient(to bottom,#fff,#faf5ff);
      padding:0 0 70px;
    }
    .story-inner{
      display:grid;
      grid-template-columns:minmax(0,1.6fr) minmax(0,1.4fr);
      gap:36px;
      align-items:center;
    }
    .story-copy h2{
      font-family:"Playfair Display",serif;
      font-size:26px;
      margin:0 0 10px;
    }
    .story-copy p{
      margin:0 0 10px;
      color:#4b5563;
      font-size:15px;
    }
    .story-highlights{
      display:grid;
      grid-template-columns:repeat(auto-fit,minmax(130px,1fr));
      gap:18px;
      margin-top:18px;
    }
    .stat{
      border-radius:18px;
      padding:14px 14px 12px;
      background:#fff;
      border:1px solid #e5e7eb;
      box-shadow:0 14px 40px rgba(148,163,184,.18);
    }
    .stat strong{
      display:block;
      font-size:18px;
      font-weight:700;
    }
    .stat span{
      font-size:12px;
      color:#6b7280;
    }

    .story-photo{
      border-radius:24px;
      overflow:hidden;
      background:#0f172a;
      min-height:260px;
      position:relative;
      box-shadow:var(--shadow);
    }
    .story-photo img{
      width:100%;
      height:100%;
      object-fit:cover;
      opacity:.96;
      display:block;
    }
    .story-photo-note{
      position:absolute;
      right:16px;
      bottom:16px;
      background:rgba(15,23,42,.85);
      color:#f9fafb;
      padding:8px 12px;
      border-radius:999px;
      font-size:11px;
      display:flex;
      align-items:center;
      gap:6px;
      backdrop-filter:blur(10px);
    }

    /* FOOTER STRIP */
    .closing{
      padding:30px 0 46px;
      background:#020617;
      color:#e5e7eb;
    }
    .closing-inner{
      display:flex;
      flex-wrap:wrap;
      align-items:center;
      justify-content:space-between;
      gap:14px;
      font-size:13px;
    }
    .closing a{
      color:#f472b6;
      text-decoration:none;
    }

    /* RESPONSIVE */
    @media(max-width:960px){
      .hero-inner,
      .about-grid,
      .story-inner{
        grid-template-columns:1fr;
      }
      .hero-inner{gap:26px}
      .hero-photo-wrap{order:-1}
      .about-heading-wrap{
        border-right:none;
        border-bottom:1px solid var(--line);
        padding-bottom:18px;
      }
      .story-photo{order:-1}
    }
    @media(max-width:640px){
      .hero{padding-top:36px}
      .hero-title{text-align:left}
      .hero-sub{text-align:left}
      .hero-meta{gap:8px}
      .hero-floating-tag{left:50%;transform:translateX(-50%);bottom:-22px;}
    }
    
    
    /* BLOG */
.blog { background:#fff; padding:48px 0 64px; border-top:1px solid var(--line); }
.blog-head{
  display:flex; align-items:flex-end; justify-content:space-between; gap:24px; margin-bottom:22px;
}
.blog-title{
  font-family:"Playfair Display",serif; font-size:clamp(28px,4.8vw,40px); margin:6px 0 6px;
  letter-spacing:.02em;
}
.blog-sub{ color:var(--muted); max-width:62ch; margin:0; font-size:15px; }
.blog-cta .btn-primary span{ transform:none; }

/* Grid */
.blog-grid{
  display:grid; grid-template-columns:repeat(3, minmax(0,1fr)); gap:22px;
}
.post-card{
  background:#fff; border:1px solid #e5e7eb; border-radius:20px; overflow:hidden; box-shadow:var(--shadow);
  display:flex; flex-direction:column; transition:transform .18s ease, box-shadow .18s ease;
}
.post-card:hover{ transform:translateY(-2px); box-shadow:0 20px 60px rgba(15,23,42,.12); }
.post-media{ display:block; aspect-ratio: 16/10; background:#f3f4f6; }
.post-media img{ width:100%; height:100%; object-fit:cover; display:block; }

.post-body{ padding:16px 16px 18px; }
.post-meta{
  display:flex; align-items:center; gap:10px; font-size:12px; color:#6b7280; margin-bottom:8px;
}
.post-pill{
  background:var(--brand-soft); color:#a21caf; border:1px solid #f3e8ff; border-radius:999px; padding:4px 8px; font-weight:600;
}
.post-title{ margin:0 0 6px; font-size:18px; line-height:1.3; }
.post-title a{ color:var(--ink); text-decoration:none; }
.post-title a:hover{ text-decoration:underline; text-decoration-thickness:2px; }
.post-excerpt{ margin:0 0 12px; color:#4b5563; font-size:14px; }
.post-more{
  display:inline-flex; gap:8px; align-items:center; font-weight:600; font-size:14px; color:#7c3aed; text-decoration:none;
}
.post-more:hover{ text-decoration:underline; }

/* Pager */
.blog-pager{ display:flex; justify-content:center; gap:12px; margin-top:26px; }
.pager-link{
  display:inline-flex; align-items:center; justify-content:center; min-width:110px; padding:10px 14px;
  border-radius:999px; border:1px solid #e5e7eb; background:#fff; text-decoration:none; color:#111827; font-weight:600;
}
.pager-link:hover{ background:#f9fafb; }
.pager-link.is-disabled{ opacity:.45; pointer-events:none; }

/* Responsive */
@media (max-width:1024px){
  .blog-grid{ grid-template-columns:repeat(2, minmax(0,1fr)); }
}
@media (max-width:640px){
  .blog-head{ flex-direction:column; align-items:flex-start; }
  .blog-grid{ grid-template-columns:1fr; }
  
  .blog-head {
 
    padding: 0;
}
  .blog-grid {
    grid-template-columns: 1fr;
    padding: 0;
}
  
}/* End custom CSS */