.service-implementation-cycle {
  padding: 100px 0 92px;
}
.service-implementation-cycle .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service-implementation-cycle .title-section {
  color: #ffffff;
  text-align: center;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0 0 40px;
}
.service-implementation-cycle .box-mobile {
  display: none;
}
@media only screen and (min-width: 993px) {
  .service-implementation-cycle .box {
    border-radius: 24px;
    border: 2px dashed var(--White, #FFF);
    padding: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .service-implementation-cycle .box .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    width: 790px;
    max-width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .service-implementation-cycle .box .items .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    width: 264px;
    position: relative;
    border-radius: 32px 32px 0 0;
    padding: 16px 0;
    cursor: pointer;
  }
  .service-implementation-cycle .box .items .item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 32px 32px 0 0;
    background: rgba(255, 255, 255, 0.2);
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .service-implementation-cycle .box .items .item.active:before {
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .service-implementation-cycle .box .items .item-title {
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
    color: #ffffff;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
  }
  .service-implementation-cycle .box .items .item-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    z-index: 2;
  }
  .service-implementation-cycle .box .items .item-icon img {
    max-width: 76px;
    height: auto;
  }
  .service-implementation-cycle .box .items-content {
    margin-bottom: 30px;
    width: 890px;
    max-width: 100%;
  }
  .service-implementation-cycle .box .items-content .item-content {
    width: 100%;
    display: none;
    padding: 24px 40px;
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.2);
  }
  .service-implementation-cycle .box .items-content .item-content.active {
    display: block;
    -webkit-animation: fadeIn 0.5s ease;
            animation: fadeIn 0.5s ease;
  }
  .service-implementation-cycle .box .items-content .item-content .item-content-text {
    color: #ffffff;
  }
  .service-implementation-cycle .box .items-content .item-content .item-content-text *:first-child {
    margin-top: 0 !important;
  }
  .service-implementation-cycle .box .items-content .item-content .item-content-text *:last-child {
    margin-bottom: 0 !important;
  }
  .service-implementation-cycle .box .items-content .item-content .item-content-text p {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.2px;
    margin: 24px 0;
  }
  .service-implementation-cycle .box .items-content .item-content .item-content-text ul li {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.2px;
    margin: 24px 0;
  }
  .service-implementation-cycle .box .steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 626px;
    max-width: 100%;
    height: 40px;
  }
  .service-implementation-cycle .box .steps .step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
    width: 33.3333333333%;
    cursor: pointer;
  }
  .service-implementation-cycle .box .steps .step:first-child:before {
    display: none;
  }
  .service-implementation-cycle .box .steps .step:last-child {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .service-implementation-cycle .box .steps .step:last-child:after {
    display: none;
  }
  .service-implementation-cycle .box .steps .step:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
  }
  .service-implementation-cycle .box .steps .step:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
  }
  .service-implementation-cycle .box .steps .step .step-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    min-width: 24px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #E6F7FC;
    cursor: pointer;
  }
  .service-implementation-cycle .box .steps .step .step-number span {
    cursor: pointer;
    text-transform: uppercase;
    background: var(--Gradient-Main, linear-gradient(90deg, #5811A4 0%, #13B898 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .service-implementation-cycle .box .steps .step.active .step-number {
    min-width: 40px;
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 992px) {
  .service-implementation-cycle {
    padding: 0;
  }
  .service-implementation-cycle .box {
    display: none;
  }
  .service-implementation-cycle .title-section {
    color: #6A7F7F;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.24px;
    text-transform: uppercase;
    margin-bottom: 24px;
  }
  .service-implementation-cycle .box-mobile {
    display: block;
  }
  .service-implementation-cycle .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
  .service-implementation-cycle .items .item-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-image: url("../../img/accordion_item_mobile.webp");
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 12px;
    padding: 16px;
    min-height: 56px;
    -webkit-transition: var(--transition-base);
    transition: var(--transition-base);
  }
  .service-implementation-cycle .items .item-top-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 10px;
  }
  .service-implementation-cycle .items .item-top .item-icon {
    width: 44px;
    min-width: 44px;
    height: 44px;
  }
  .service-implementation-cycle .items .item-top .item-icon img {
    width: 44px;
    height: 44px;
  }
  .service-implementation-cycle .items .item-top .item-title {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
  }
  .service-implementation-cycle .items .item-top .item-title br {
    display: none;
  }
  .service-implementation-cycle .items .item-top svg {
    width: 16px;
    min-width: 16px;
    height: 16px;
    -webkit-transition: var(--transition-base);
    transition: var(--transition-base);
  }
  .service-implementation-cycle .items .item-content {
    display: none;
    background-color: #E6F7FC;
    color: #333333;
    padding: 18px;
  }
  .service-implementation-cycle .items .item-content-text *:first-child {
    margin-top: 0 !important;
  }
  .service-implementation-cycle .items .item-content-text *:last-child {
    margin-bottom: 0 !important;
  }
  .service-implementation-cycle .items .item-content-text p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    margin: 12px 0;
  }
  .service-implementation-cycle .items .item-content-text ul {
    padding-left: 20px;
  }
  .service-implementation-cycle .items .item-content-text ul li {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    margin: 12px 0;
  }
  .service-implementation-cycle .items .item.active .item-top {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-transition: var(--transition-base);
    transition: var(--transition-base);
  }
  .service-implementation-cycle .items .item.active .item-top svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: var(--transition-base);
    transition: var(--transition-base);
  }
}
