.elementor-34583 .elementor-element.elementor-element-47ced09{--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-34583 .elementor-element.elementor-element-47ced09.e-con{--flex-grow:0;--flex-shrink:0;}:root{--page-title-display:none;}@media(max-width:1366px) and (min-width:768px){.elementor-34583 .elementor-element.elementor-element-47ced09{--width:1020px;}}/* Start custom CSS for html, class: .elementor-element-b5257be */.wmoi-new {
  /* Theme */
  --primary: #1d4e89;
  --primary-dark: #252525;
  --accent: #f6a623;
  --bg-light: #f5f7fa;
  --text-main: #222;
  --text-muted: #666;
  --border-soft: #e1e4ea;

  /* UI */
  --radius-lg: 10px;
  --pill: 999px;
  --shadow-soft: 0 8px 20px rgba(0, 0, 0, 0.06);

  line-height: 1.5;
  color: var(--text-main);
  font-family: "TT Norms Pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

.wmoi-new *,
.wmoi-new *::before,
.wmoi-new *::after {
  box-sizing: border-box;
}

.wmoi-new a {
  color: inherit;
  text-decoration: none;
}

.wmoi-new .page {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1.5rem 3rem;
}

/* =========================
   HERO
   ========================= */
.wmoi-new section.hero {
  border-top: 0 !important;
}


.wmoi-new .hero {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 2.5fr);
  gap: 2.5rem;
  padding: 0rem 0 3rem;
  align-items: center;
}

.wmoi-new .hero-eyebrow {
  margin: 0 0 0.75rem;
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.wmoi-new .hero-title {
  margin: 0 0 1rem;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.1;
  color: var(--primary-dark);
}

.wmoi-new .hero-title span {
  color: var(--primary);
}

.wmoi-new .hero-subtitle {
  margin: 0 0 1.75rem;
  font-size: 18px;
  color: var(--text-muted);
  max-width: 40rem;
}

.wmoi-new .hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  margin: 0 0 1.25rem;
}

.wmoi-new .hero-meta {
  font-size: 18px;
  color: var(--text-muted);
}

.wmoi-new .hero-tag {
  position: absolute;
  top: 1.2rem;
  left: 1.2rem;
  padding: 0.4rem 0.9rem;
  border-radius: var(--pill);
  font-size: 18px;
  background: rgba(29, 78, 137, 0.94);
  color: #fff;
}

/* Buttons */
.wmoi-new .btn-primary,
.wmoi-new .btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.8rem 1.6rem;
  border-radius: var(--pill);
  font-size: 0.95rem;
  font-weight: 600;
  border: 1px solid transparent;
  cursor: pointer;
  white-space: nowrap;
  transition: transform 0.08s ease, box-shadow 0.08s ease, background-color 0.15s ease,
    border-color 0.15s ease;
}

.wmoi-new .btn-primary {
  background: var(--primary);
  color: #fff;
  box-shadow: var(--shadow-soft);
}
.wmoi-new .btn-primary:hover {
  transform: translateY(-1px);
  background: var(--primary);
  color: #fff;
  border-radius: 999px;
}

.wmoi-new .btn-primary:focus {
  background: var(--primary) !important;
  color: #fff !important;
  border-radius: 999px !important;
}

.wmoi-new .btn-secondary {
  background: #fff !important;
  color: var(--primary-dark) !important;
  border-color: var(--border-soft) !important;
}
.wmoi-new .btn-secondary:hover {
  transform: translateY(-1px) !important;
  background: #fff !important;
  color: var(--primary-dark) !important;
  border-radius: 999px !important;
}

.wmoi-new .btn-secondary:focus {
  background: #fff !important;
  color: var(--primary-dark) !important;
  border-color: var(--border-soft) !important;
}

/* Hero media */
.wmoi-new .hero-media-main {
  width: 600px;
  height: 500px;
  margin: 0 0 1rem;
  display: flex;
  overflow: visible;
  border-radius: var(--pill);
  background: none !important;
}

.wmoi-new .hero-media-main img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}

/* =========================
   SECTIONS / GRIDS
   ========================= */

.wmoi-new section {
  padding: 2.5rem 0;
  border-top: 1px solid rgba(225, 228, 234, 0.8);
}

.wmoi-new .section-header {
  max-width: 1600px;
  margin: 0 0 1.75rem;
}

.wmoi-new .section-header-center {
  max-width: 950px;
  margin: 0 auto 1.75rem;
  text-align: center;
}

.wmoi-new .section-kicker {
  font-size: 18px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.wmoi-new .section-title {
  margin: 0 0 0.5rem;
  font-size: 2rem !important;
  font-weight: 700 !important;
  color: var(--primary-dark);
}

.wmoi-new .section-intro {
  margin: 0;
  font-size: 1.125rem;
  letter-spacing: .04125rem;
  color: var(--text-muted);
}

.wmoi-new .grid-4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
}

.wmoi-new .grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.5rem;
}

/* =========================
   BENEFITS
   ========================= */

.wmoi-new .benefits-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
}

.wmoi-new .benefit {
  text-align: left;
}

.wmoi-new .benefit h3 {
  margin: 0 0 0.4rem;
  font-size: 20px;
  color: var(--primary-dark);
}

.wmoi-new .benefit p {
  margin: 0;
  font-size: 18px;
  color: var(--text-muted);
}

/* =========================
   BENEFITS (Swiper Cards)
   Scoped to .wmoi-new to avoid global/body overrides
   ========================= */

.wmoi-new #benefits {
  padding: 2.5rem 0;
  border-top: 1px solid rgba(225, 228, 234, 0.8);
}

.wmoi-new #benefits .benefits-inner {
  width: 100%;
}

/* Remove the old static grid if it exists somewhere */
.wmoi-new #benefits .benefits-row {
  display: none !important;
}

/* Swiper spacing / layout */
.wmoi-new #benefits .steps {
  width: 100%;
  margin-top: 18px;
}

/* Card layout */
.wmoi-new #benefits .card-wrapper {
  position: relative;
  display: flex;
  width: 100%;
}

.wmoi-new #benefits .card {
  --r: 30px;
  --s: 40px;

  background-color: #eef8ff;
  padding: 24px;
  width: 100%;
  text-align: left;
  border-radius: 18px;
  display: flex;
  flex-direction: column;

  clip-path: shape(
    from 0 0,
    hline to calc(100% - var(--s) - 2 * var(--r)),
    arc by var(--r) var(--r) of var(--r) cw,
    arc by var(--s) var(--s) of var(--s),
    arc by var(--r) var(--r) of var(--r) cw,
    vline to 100%,
    hline to 0
  );
}

.wmoi-new #benefits .card-circle {
  width: 60px;
  height: 60px;
  background-color: #eef8ff;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  color: #252525;
}

.wmoi-new #benefits .card-title {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px;
  padding-right: 70px;
  color: var(--primary-dark);
}

.wmoi-new #benefits .card-desc {
  font-size: 18px;
  line-height: 1.5;
  color: var(--text-muted);
  margin: 0 0 12px;
  padding-right: 5px;
}

.wmoi-new #benefits .card-figure {
  height: 200px;
  background-color: var(--bg-light);
  border-radius: 14px;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  margin: 0;
}

.wmoi-new #benefits .card-img {
  height: 100%;
  position: absolute;
  width: 100%;
  inset: 0;
  object-fit: cover;
}

/* Pagination */
.wmoi-new #benefits .swiper-pagination {
  position: static;
  margin-top: 24px;
}

/* Hide support overlay from original snippet (don’t need it in-page) */
.wmoi-new #benefits .no-support {
  display: none !important;
}

/* Responsive */
@media (max-width: 900px) {
  .wmoi-new #benefits .card-figure {
    height: 180px;
  }
}


/* =========================
   FEATURES
   ========================= */

.wmoi-new .feature-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.5rem;
  align-items: center;
  margin: 0 0 3rem;
}

.wmoi-new .feature-row.reverse {
  direction: rtl;
}
.wmoi-new .feature-row.reverse > * {
  direction: ltr;
}

.wmoi-new .feature-image {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  background: var(--bg-light);
}

.wmoi-new .feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.wmoi-new .feature-text h3 {
  margin: 0 0 0.6rem;
  font-size: 24px;
  color: var(--primary-dark);
}

.wmoi-new .feature-text p {
  margin: 0 0 0.6rem;
  font-size: 18px;
  color: var(--text-muted);
}

/* =========================
   CATEGORIES
   ========================= */

.wmoi-new .category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
}

.wmoi-new .category-card {
  background: #fff;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-soft);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.03);
  overflow: hidden;
}

.wmoi-new .category-media {
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--bg-light);
}

.wmoi-new .category-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.wmoi-new .category-body {
  padding: 1rem 1.2rem 1.3rem;
}

.wmoi-new .category-body h4 {
  margin: 0 0 0.3rem;
  font-size: 20px;
  color: var(--primary-dark);
}

.wmoi-new .category-body p {
  margin: 0;
  font-size: 16px;
  color: var(--text-muted);
}



/* =========================
   CTA
   ========================= */

.wmoi-new .cta-section {
  margin-top: 1.5rem;
  padding: 1.8rem;
  text-align: center;
  border-radius: 16px;
  border: 1px solid #f4e0b4;
  background: radial-gradient(circle at top left, #fef4e3, #fff);
}

.wmoi-new .cta-section h2 {
  margin: 0 0 0.4rem;
  font-size: 32px;
  color: var(--primary-dark);
}

.wmoi-new .cta-section p {
  margin: 0 0 1.4rem;
  font-size: 18px;
  color: var(--text-muted);
}

/* =========================
   OLD PARTNERS LIST (kept)
   ========================= */

.wmoi-new .partners-list {
  list-style: disc;
  padding-left: 1.25rem;
  max-width: 700px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.6rem 2rem;
  text-align: left;
}

.wmoi-new .partners-list li {
  font-size: 18px;
  color: var(--text-muted);
}

/* =========================
   FEATURED PARTNERS (integrated)
   ========================= */

.wmoi-new .wmoi-partners {
  --bg: #ffffff;
  --text: #0f172a;
  --muted: #475569;
  --brand: #1d4e89;
  --card-bg: #ffffff;
  --card-border: #e2e8f0;
  --radius: 18px;
  --shadow: 0 8px 24px rgba(2, 8, 23, 0.08);
  --shadow-hover: 0 14px 34px rgba(2, 8, 23, 0.14);

  background: var(--bg);
  padding: 48px 16px;
  border-top: 1px solid rgba(225, 228, 234, 0.8);
}

.wmoi-new .wmoi-partners .container {
  max-width: 1600px;
  margin: 0 auto;
}

.wmoi-new #partners-heading {
  margin: 0 0 24px;
  text-align: center;
  letter-spacing: 0.2px;
  font: 600 28px/1.2 "TT Norms Pro", system-ui, -apple-system, "Segoe UI", Roboto, Inter,
    "Helvetica Neue", Arial, sans-serif;
  color: var(--primary-dark);
}

.wmoi-new .wmoi-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.wmoi-new .partner-card {
  position: relative;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  text-decoration: none;
  color: inherit;

  background: var(--card-bg);
  border: 2px solid var(--card-border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.wmoi-new .partner-card:focus-visible {
  outline: 3px solid var(--brand);
  outline-offset: 2px;
}

.wmoi-new .partner-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-hover);
  border-color: #d7dee7;
}

.wmoi-new .partner-body {
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.wmoi-new .partner-head {
  display: flex;
  align-items: center;
  gap: 12px;
}

.wmoi-new .partner-logo-img {
  height: 40px;
  width: auto;
  max-width: 120px;
  object-fit: contain;
}

.wmoi-new .partner-text {
  margin: 2px 0 0;
  font-size: 16px;
  font-weight: 400;
  color: var(--text-muted);
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.wmoi-new .partner-media {
  margin-top: 14px;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid var(--card-border);
  background: #eef4fb;
}

.wmoi-new .partner-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.wmoi-new .partner-card:hover .partner-media img {
  transform: scale(1.03);
}

.wmoi-new .partner-cta {
  width: fit-content;
  margin-top: 14px;
  padding: 10px 14px;
  border-radius: var(--pill);
  display: inline-flex;
  align-items: center;
  gap: 8px;

  font: 600 14px/1 system-ui, -apple-system, "Segoe UI", Roboto, Inter, Arial, sans-serif;
  background: #eef8ff;
  color: #1d4e89;
  border: 1px solid #bfe6ff;
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.wmoi-new .partner-card:hover .partner-cta {
  background: #dbefff;
  color: #163e6f;
  border-color: #93c5fd;
}

/* =========================
   MORE PARTNERS
   ========================= */

.wmoi-new .more-partners {
  padding: 2.5rem 0;
  text-align: center;
  border-top: 1px solid rgba(225, 228, 234, 0.8);
}

.wmoi-new .more-partners .section-header {
  max-width: 1400px;
  margin: 0 auto 2rem;
  text-align: center;
}

.wmoi-new .more-partners-grid {
  display: inline-grid;
  text-align: left;
  grid-template-columns: repeat(3, minmax(320px, max-content));
  gap: 3rem 6rem;
  justify-content: start;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  transform: translateX(20px);
}

.wmoi-new .mp-group {
  margin-bottom: 2.25rem;
}

.wmoi-new .mp-letter {
  margin: 0 0 0.75rem;
  font-size: 22px;
  font-weight: 700;
  color: var(--primary-dark);
}

.wmoi-new .mp-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wmoi-new .mp-list li {
  margin: 0 0 0.55rem;
  color: #666;
  line-height: 1.4;
}

/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 1024px) {
  .wmoi-new .hero {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .wmoi-new .benefits-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wmoi-new .feature-row {
    grid-template-columns: 1fr;
  }

  .wmoi-new .category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wmoi-new .steps-row {
    justify-content: center;
  }

  .wmoi-new .more-partners-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
    transform: none;
  }
}

@media (max-width: 768px) {
  .wmoi-new .hero-image-wrap {
    display: none;
  }

  .wmoi-new .btn-primary,
  .wmoi-new .btn-secondary {
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  .wmoi-new .page {
    padding: 0 1.1rem 2.5rem;
  }

  .wmoi-new section {
    padding: 2rem 0;
  }

  .wmoi-new .benefits-row,
  .wmoi-new .category-grid {
    grid-template-columns: 1fr;
  }

  .wmoi-new .more-partners-grid {
    grid-template-columns: 1fr;
    transform: none;
  }
}

@media (min-width: 1024px) {
  .wmoi-new #partners-heading {
    font-size: 32px;
  }
}/* End custom CSS */