/* CSS perkeltas iš seo-services/index.php <style> bloko. */

.order-steps .order-step {
    position: relative;
  }

  .order-steps .order-circle {
    width: 6.5rem;
    height: 6.5rem;
    min-width: 6.5rem;
    background: #fff !important;
    border: 6px solid;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    position: relative;
    z-index: 3;
  }

  .order-steps .order-circle .number {
    font-size: 2.9rem;
    font-weight: 700;
    line-height: 1;
  }

.order-steps .order-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 3.25rem;
  left: 9.4rem;
  width: calc(100% - 9.0rem);
  height: 2rem;
  background: #d9dee8;
  transform: translateY(-50%);
  z-index: 1;
  clip-path: polygon(
    0 42%,
    calc(100% - 1.4rem) 42%,
    calc(100% - 1.4rem) 0,
    100% 50%,
    calc(100% - 1.4rem) 100%,
    calc(100% - 1.4rem) 58%,
    0 58%
  );
}

  .order-steps .order-step:not(:last-child)::before {
    display: none;
  }

  @media (max-width: 991.98px) {
    .order-steps .order-step::after {
      display: none;
    }
  }

/* Sąrašų <li> ikonėlės – šviesiai žalios. */
.icon-list.bullet-bg.bullet-soft-leaf i {
  color: #4fbf73 !important;
  background-color: #e7f7ed !important;
}
