.elementor-7 .elementor-element.elementor-element-048088c{--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-7 .elementor-element.elementor-element-eee67b1{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + -69px) 0px;padding:0px 0px 0px 0px;}.elementor-7 .elementor-element.elementor-element-43ab082{--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-7 .elementor-element.elementor-element-772a1fe{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7 .elementor-element.elementor-element-e6310ea{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:26px;--padding-bottom:26px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-7 .elementor-element.elementor-element-43ab082{--content-width:1043px;}.elementor-7 .elementor-element.elementor-element-772a1fe{--content-width:1043px;}}/* Start custom CSS for html, class: .elementor-element-eee67b1 *//* ECOSYSTEMS CTA - BOTTOM SECTION */
.ecosystems-cta {
  margin-top: 56px;
  padding: 28px 22px 22px;
  border-radius: calc(var(--radius) + 6px);
  background: #ffffff;
  border: var(--border);
  box-shadow: var(--shadow);
}

.ecosystems-cta-header {
  text-align: center;
  margin-bottom: 18px;
}

.ecosystems-cta-title {
  font-size: 1.6rem; /* larger to match main headings */
  font-weight: 600;
  color: var(--nurstiva);
  margin: 0 0 4px;
}

.ecosystems-cta-subtitle {
  font-size: 0.95rem;
  color: #6b7280;
  margin: 0;
}

.ecosystem-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

/* Cards are full clickable blocks */
.ecosystem-card {
  display: flex;
  flex-direction: column;
  padding: 16px 16px 14px;
  border-radius: 16px;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(15,23,42,0.22);
  transform: translateY(0);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
  border: none;
}

/* Nurstiva card */
.ecosystem-card.nurstiva-card {
  background: #004aad;
}

/* MySimvi card */
.ecosystem-card.mysimvi-card {
  background: #a7087c;
}

/* Force all text on cards to white */
.ecosystem-card *,
.ecosystem-card h3,
.ecosystem-card p,
.ecosystem-card span {
  color: #ffffff !important;
}

/* Hover lift effect like hero buttons */
.ecosystem-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 30px rgba(15,23,42,0.32);
}

.ecosystem-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 700;
  opacity: 0.98;
}

.ecosystem-name {
  font-size: 1.05rem;
  font-weight: 600;
  margin: 4px 0 4px;
}

.ecosystem-text {
  font-size: 0.9rem;
  margin: 0;
  color: rgba(255,255,255,0.92) !important; /* softer, but still white-family */
}

/* Footnote */
.ecosystems-cta-footnote {
  margin-top: 14px;
  text-align: center;
  font-size: 0.82rem;
  color: #9ca3af;
}

/* Responsive stack */
@media (max-width: 720px) {
  .ecosystems-cta {
    padding: 22px 14px 18px;
  }
  .ecosystem-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e971192 *//* ECOSYSTEMS CTA - BOTTOM SECTION */
.ecosystems-cta {
  margin-top: 56px;
  padding: 28px 22px 22px;
  border-radius: calc(var(--radius) + 6px);
  background: #ffffff;
  border: var(--border);
  box-shadow: var(--shadow);
}

.ecosystems-cta-header {
  text-align: center;
  margin-bottom: 18px;
}

.ecosystems-cta-title {
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--nurstiva);
  margin: 0 0 4px;
}

.ecosystems-cta-subtitle {
  font-size: 0.95rem;
  color: #6b7280;
  margin: 0;
}

.ecosystem-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

/* Cards are full clickable blocks */
.ecosystem-card {
  display: flex;
  flex-direction: column;
  padding: 16px 16px 14px;
  border-radius: 16px;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(15,23,42,0.22);
  transform: translateY(0);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
  border: none;
}

/* Nurstiva card */
.ecosystem-card.nurstiva-card {
  background: #004aad;
}

/* MySimvi card */
.ecosystem-card.mysimvi-card {
  background: #a7087c;
}

/* Force all text on cards to white */
.ecosystem-card,
.ecosystem-card * {
  color: #ffffff !important;
}

/* Hover lift effect */
.ecosystem-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 30px rgba(15,23,42,0.32);
}

/* Label (NurstivaApps™ / MySimviApps™) */
.ecosystem-label {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  opacity: 0.98;
  margin-bottom: 2px;
}

/* Title inside card */
.ecosystem-name {
  font-size: 1.05rem;
  font-weight: 600;
  margin: 4px 0 4px;
}

/* Body text inside card */
.ecosystem-text {
  font-size: 0.9rem;
  margin: 0;
  color: rgba(255,255,255,0.92) !important;
}

/* Footnote */
.ecosystems-cta-footnote {
  margin-top: 14px;
  text-align: center;
  font-size: 0.82rem;
  color: #9ca3af;
}

/* Responsive stack */
@media (max-width: 720px) {
  .ecosystems-cta {
    padding: 22px 14px 18px;
  }
  .ecosystem-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */