.wpbce-process-steps {
  --wpbce-ps-accent: #1fa144;
  --wpbce-ps-text: #071225;
  --wpbce-ps-muted: #5e6775;
  --wpbce-ps-bg: #ffffff;
  box-sizing: border-box;
  width: 100%;
  padding: 42px 18px 48px;
  background: var(--wpbce-ps-bg);
  color: var(--wpbce-ps-text);
}

.wpbce-process-steps *,
.wpbce-process-steps *::before,
.wpbce-process-steps *::after {
  box-sizing: border-box;
}

.wpbce-ps-header {
  max-width: 780px;
  margin: 0 auto 58px;
  text-align: center;
}

.wpbce-ps-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 34px;
  margin-bottom: 18px;
  padding: 8px 18px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--wpbce-ps-accent), transparent 92%);
  color: var(--wpbce-ps-accent);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.wpbce-ps-eyebrow i {
  font-size: 20px;
  line-height: 1;
}

.wpbce-ps-title {
  max-width: 900px;
  margin: 0 auto;
  color: var(--wpbce-ps-text);
  line-height: 1.04;
  letter-spacing: 0;
}

.wpbce-ps-subtitle {
  max-width: 690px;
  margin: 22px auto 0;
  color: var(--wpbce-ps-muted);
  font-size: 20px;
  line-height: 1.55;
}

.wpbce-ps-grid {
  --wpbce-ps-gap: 88px;
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--wpbce-ps-gap);
  max-width: 1450px;
  margin: 0 auto;
}

.wpbce-ps-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 56px 20px 40px;
  border: 1px solid rgba(7, 18, 37, 0.09);
  border-radius: 8px;
  background: #ffffff;  
  text-align: center;
  transition: all 0.3s ease;
}

.wpbce-ps-card:hover {
  box-shadow: 0 18px 34px rgba(7, 18, 37, 0.07);
}

.wpbce-ps-connector {
  position: absolute;
  z-index: 3;
  top: 118px;
  left: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--wpbce-ps-gap);
  height: 42px;
  pointer-events: none;
  transform: translateY(-50%);
}

.wpbce-ps-connector::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  border-top: 2px dashed rgba(7, 18, 37, 0.18);
  transform: translateY(-50%);
}

.wpbce-ps-connector::after {
  content: "\F135";
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--wpbce-ps-accent);
  color: #ffffff;
  box-shadow: 0 10px 18px color-mix(in srgb, var(--wpbce-ps-accent), transparent 80%);
  font-family: "bootstrap-icons";
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}

.wpbce-ps-number {
  position: absolute;
  z-index: 2;
  top: -25px;
  left: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--wpbce-ps-accent);
  color: #ffffff;
  box-shadow: inset 0 -8px 14px rgba(7, 18, 37, 0.12), 0 10px 20px color-mix(in srgb, var(--wpbce-ps-accent), transparent 80%);
  font-size: 19px;
  font-weight: 900;
  line-height: 1;
  transform: translateX(-50%);
}

.wpbce-ps-icon-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  margin-bottom: 28px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--wpbce-ps-accent), transparent 92%);
  color: var(--wpbce-ps-text);
  transition: all 0.5s ease;
}

.wpbce-ps-card:hover .wpbce-ps-icon-wrap {
  background: var(--wpbce-ps-accent);
  color: #ffffff;
}

.wpbce-ps-icon-wrap > i {
  font-size: 40px;
  line-height: 1;
}

.wpbce-ps-check {
  position: absolute;
  right: 16px;
  bottom: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 4px solid color-mix(in srgb, var(--wpbce-ps-accent), white 72%);
  border-radius: 50%;
  background: var(--wpbce-ps-accent);
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
}

.wpbce-ps-card-title {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--wpbce-ps-text);
}

.wpbce-ps-rule {
  position: relative;
  z-index: 1;
  display: block;
  width: 50px;
  height: 2px;
  margin: 18px auto 26px;
  background: var(--wpbce-ps-accent);
}

.wpbce-ps-card-text {
  position: relative;
  z-index: 1;
  max-width: 245px;
  margin: 0 auto;
  color: var(--wpbce-ps-muted);
  line-height: 1.55;
}

.wpbce-ps-footnote {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 14px;
  width: fit-content;
  max-width: 620px;
  margin: 36px auto 0;
  padding: 14px 34px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--wpbce-ps-accent), transparent 92%);
  color: var(--wpbce-ps-text);
}

.wpbce-ps-footnote i {
  flex: 0 0 auto;
  margin-top: 3px;
  color: var(--wpbce-ps-accent);
  font-size: 18px;
  line-height: 1;
}

.wpbce-ps-footnote-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  text-align: left;
}

.wpbce-ps-footnote strong {
  color: var(--wpbce-ps-text);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25;
}

.wpbce-ps-footnote span {
  color: var(--wpbce-ps-muted);
  font-size: 16px;
  line-height: 1.35;
}

.wpbce-process-steps.is-image-card-style {
  padding-top: 32px;
}

.wpbce-process-steps.is-image-card-style .wpbce-ps-header {
  margin-bottom: 58px;
}

.wpbce-process-steps.is-image-card-style .wpbce-ps-eyebrow {
  min-height: 0;
  margin-bottom: 10px;
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.wpbce-process-steps.is-image-card-style .wpbce-ps-eyebrow::after {
  content: "";
  width: 24px;
  height: 2px;
  border-radius: 99px;
  background: currentColor;
  box-shadow: 9px 0 0 -2px currentColor;
}



.wpbce-process-steps.is-image-card-style .wpbce-ps-subtitle {
  margin-top: 12px;
  line-height: 1.35;
}

.wpbce-process-steps.is-image-card-style .wpbce-ps-grid {
  --wpbce-ps-gap: 78px;
  max-width: 1435px;
}

.wpbce-process-steps.is-image-card-style .wpbce-ps-card {
  min-height: 446px;
  padding: 64px 28px 42px;
}

.wpbce-process-steps.is-image-card-style .wpbce-ps-card:hover {
  box-shadow: 0 18px 34px rgba(7, 18, 37, 0.07);
}

.wpbce-process-steps.is-image-card-style .wpbce-ps-number {
  top: -31px;
  width: 62px;
  height: 62px;
  border: 8px solid #ffffff;
  background: color-mix(in srgb, var(--wpbce-ps-accent), transparent 90%);
  color: var(--wpbce-ps-accent);
  box-shadow: 0 8px 22px rgba(7, 18, 37, 0.08);
  font-size: 24px;
}

.wpbce-process-steps.is-image-card-style .wpbce-ps-icon-wrap {
  width: 220px;
  height: 220px;
  margin-bottom: 22px;
  background: color-mix(in srgb, var(--wpbce-ps-accent), transparent 92%);
  color: var(--wpbce-ps-text);
}

.wpbce-process-steps.is-image-card-style .wpbce-ps-card:hover .wpbce-ps-icon-wrap {
  background: color-mix(in srgb, var(--wpbce-ps-accent), transparent 92%);
  color: var(--wpbce-ps-text);
}

.wpbce-process-steps.is-image-card-style .wpbce-ps-icon-wrap > i {
  font-size: 78px;
}

.wpbce-process-steps.is-image-card-style .wpbce-ps-media-img {
  display: block;
  width: 112%;
  max-width: none;
  height: 112%;
  object-fit: contain;
}

.wpbce-process-steps.is-image-card-style .wpbce-ps-check {
  right: 8px;
  bottom: 54px;
  width: 48px;
  height: 48px;
  border-width: 7px;
  font-size: 24px;
}

.wpbce-process-steps.is-image-card-style .wpbce-ps-connector {
  top: 166px;
}

.wpbce-process-steps.is-image-card-style .wpbce-ps-connector::before {
  border-color: color-mix(in srgb, var(--wpbce-ps-accent), transparent 45%);
}

.wpbce-process-steps.is-image-card-style .wpbce-ps-card-title {
  font-size: 22px;
  font-weight: 900;
  line-height: 1.25;
}

.wpbce-process-steps.is-image-card-style .wpbce-ps-rule {
  display: none;
}

.wpbce-process-steps.is-image-card-style .wpbce-ps-card-text {
  max-width: 245px;
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.5;
}

.wpbce-process-steps.is-image-card-style .wpbce-ps-footnote {
  margin-top: 34px;
}

@media (max-width: 1240px) {
  .wpbce-ps-grid {
    --wpbce-ps-gap: 42px;
  }

  .wpbce-ps-connector {
    display: none;
  }

  .wpbce-ps-card {
    padding-left: 22px;
    padding-right: 22px;
  }

  .wpbce-process-steps.is-image-card-style .wpbce-ps-grid {
    --wpbce-ps-gap: 42px;
  }
}

@media (max-width: 980px) {
  .wpbce-process-steps {
    padding: 36px 16px 44px;
  }

  .wpbce-ps-header {
    margin-bottom: 44px;
  }

  .wpbce-ps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 58px;
    max-width: 760px;
  }
}

@media (max-width: 640px) {
  .wpbce-process-steps {
    padding: 30px 14px 38px;
  }

  .wpbce-ps-header {
    margin-bottom: 38px;
  }

  .wpbce-ps-eyebrow {
    font-size: 13px;
  }

  .wpbce-ps-title {
    font-size: 38px;
  }

  .wpbce-ps-subtitle {
    font-size: 17px;
  }

  .wpbce-ps-grid {
    grid-template-columns: 1fr;
    gap: 52px;
    max-width: 380px;
  }

  .wpbce-ps-card {
    min-height: 0;
    padding: 50px 24px 32px;
  }

  .wpbce-ps-icon-wrap {
    width: 118px;
    height: 118px;
    margin-bottom: 24px;
  }

  .wpbce-ps-icon-wrap > i {
    font-size: 48px;
  }

  .wpbce-ps-card-title {
    font-size: 22px;
  }

  .wpbce-ps-card-text {
    font-size: 16px;
  }

  .wpbce-ps-footnote {
    width: auto;
    max-width: 380px;
    padding: 14px 18px;
    border-radius: 20px;
  }

  .wpbce-process-steps.is-image-card-style .wpbce-ps-title {
    font-size: 42px;
  }

  .wpbce-process-steps.is-image-card-style .wpbce-ps-subtitle {
    font-size: 18px;
  }

  .wpbce-process-steps.is-image-card-style .wpbce-ps-icon-wrap {
    width: 190px;
    height: 190px;
  }
}
