.service-tabs {
  padding: 200px 0;
}
.service-tabs .title-section {
  color: #6A7F7F;
  text-align: center;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0 0 40px 0;
}
.service-tabs .tabs-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.service-tabs .tabs-wrapper:before {
  content: "";
  position: absolute;
  width: 794.07px;
  height: 85.885px;
  -webkit-transform: rotate(6.369deg);
          transform: rotate(6.369deg);
  border-radius: 23px;
  opacity: 0.7;
  background: var(--Violet-solid, #544EC9);
  -webkit-filter: blur(227px);
          filter: blur(227px);
  right: 9px;
  bottom: 72px;
  z-index: -1;
}
.service-tabs .tabs-wrapper:after {
  content: "";
  position: absolute;
  width: 125.443px;
  height: 351.661px;
  -webkit-transform: rotate(78.733deg);
          transform: rotate(78.733deg);
  border-radius: 23px;
  opacity: 0.7;
  background: var(--Violet-solid, #544EC9);
  -webkit-filter: blur(227px);
          filter: blur(227px);
  right: 238px;
  bottom: 10px;
  z-index: -1;
}
.service-tabs .tabs-wrapper .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 326px;
  width: 33.33%;
  gap: 12px;
}
.service-tabs .tabs-wrapper .tabs .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 12px;
  background-color: #e6f7fc;
  gap: 10px;
  padding: 16px;
  color: #333;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
  cursor: pointer;
}
.service-tabs .tabs-wrapper .tabs .tab:not(.active):hover .tab-title {
  color: #544ec9;
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
}
.service-tabs .tabs-wrapper .tabs .tab:not(.active):hover svg path {
  fill: #544ec9;
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
}
.service-tabs .tabs-wrapper .tabs .tab.active {
  background-color: #544ec9;
  color: #fff;
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
}
.service-tabs .tabs-wrapper .tabs .tab.active svg path {
  fill: #fff;
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
}
.service-tabs .tabs-wrapper .tabs .tab-title {
  margin: 0;
  cursor: pointer;
}
.service-tabs .tabs-wrapper .tabs .tab svg {
  width: 16px;
  min-width: 16px;
  height: auto;
  cursor: pointer;
}
.service-tabs .tabs-wrapper .tabs .tab svg path {
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
}
.service-tabs .tabs-wrapper .tabs .tab-content-mob-item {
  display: none;
}
.service-tabs .tabs-wrapper .tab-content-mob-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #e6f7fc;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}
.service-tabs .tabs-wrapper .tab-content-mob-item.active {
  margin-top: -71px;
}
.service-tabs .tabs-wrapper .tab-content-mob-item .svg-block {
  position: relative;
  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;
  width: 32px;
  height: 32px;
}
.service-tabs .tabs-wrapper .tab-content-mob-item .svg-block svg {
  width: 32px;
  height: 32px;
}
.service-tabs .tabs-wrapper .tab-content-mob-item .svg-block .svg-static {
  opacity: 1;
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
}
.service-tabs .tabs-wrapper .tab-content-mob-item .svg-block .svg-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
}
.service-tabs .tabs-wrapper .tab-content-mob-item .item-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.service-tabs .tabs-wrapper .tab-content-mob-item .item-content {
  padding: 30px;
  width: 100%;
}
.service-tabs .tabs-wrapper .tab-content-mob-item .item-content .item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.service-tabs .tabs-wrapper .tab-content-mob-item .item-content .item-top .item-title {
  color: #333;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
}
.service-tabs .tabs-wrapper .tab-content-mob-item .item-content .item-text p {
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 130% */
  letter-spacing: 0.2px;
  margin: 14px 0;
}
.service-tabs .tabs-wrapper .tab-content-mob-item .item-content .item-text p:first-child {
  margin-top: 0;
}
.service-tabs .tabs-wrapper .tab-content-mob-item .item-content .item-text p:last-child {
  margin-bottom: 0;
}
.service-tabs .tabs-wrapper .tab-content-mob-item .item-img {
  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;
  width: 100%;
  overflow: hidden;
}
.service-tabs .tabs-wrapper .tab-content-mob-item .item-img img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
}
.service-tabs .tabs-wrapper .tab-content-mob-item:hover .svg-static {
  opacity: 0;
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
}
.service-tabs .tabs-wrapper .tab-content-mob-item:hover .svg-hover {
  opacity: 1;
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
}
.service-tabs .tabs-wrapper .tab-content-mob-item:hover .item-img img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
}
.service-tabs .tabs-wrapper .tab-content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 24px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  background-color: #e6f7fc;
  border-radius: 24px;
  overflow: hidden;
}
.service-tabs .tabs-wrapper .tab-content-item.not-hover:after {
  display: none;
}
.service-tabs .tabs-wrapper .tab-content-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 24px;
  width: 100%;
  height: 100%;
  border: 2px solid rgb(88, 17, 164);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
}
.service-tabs .tabs-wrapper .tab-content-item:hover:after {
  opacity: 1;
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
}
.service-tabs .tabs-wrapper .tab-content-item.active {
  opacity: 1;
  visibility: visible;
}
.service-tabs .tabs-wrapper .tab-content-item .svg-block {
  position: relative;
  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;
  width: 32px;
  height: 32px;
}
.service-tabs .tabs-wrapper .tab-content-item .svg-block svg {
  width: 32px;
  height: 32px;
}
.service-tabs .tabs-wrapper .tab-content-item .svg-block .svg-static {
  opacity: 1;
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
}
.service-tabs .tabs-wrapper .tab-content-item .svg-block .svg-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
}
.service-tabs .tabs-wrapper .tab-content-item .item-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.service-tabs .tabs-wrapper .tab-content-item .item-content {
  padding: 40px 0 40px 40px;
  width: 66.5%;
}
.service-tabs .tabs-wrapper .tab-content-item .item-content.full {
  padding-right: 20px;
  width: 100%;
}
.service-tabs .tabs-wrapper .tab-content-item .item-content .item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.service-tabs .tabs-wrapper .tab-content-item .item-content .item-top .item-title {
  color: #333;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
}
.service-tabs .tabs-wrapper .tab-content-item .item-content .item-text p {
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 130% */
  letter-spacing: 0.2px;
  margin: 14px 0;
}
.service-tabs .tabs-wrapper .tab-content-item .item-content .item-text p:first-child {
  margin-top: 0;
}
.service-tabs .tabs-wrapper .tab-content-item .item-content .item-text p:first-child .btn {
  margin-top: 0;
}
.service-tabs .tabs-wrapper .tab-content-item .item-content .item-text p:last-child {
  margin-bottom: 0;
}
.service-tabs .tabs-wrapper .tab-content-item .item-content .item-text p:last-child .btn {
  margin-bottom: 0;
}
.service-tabs .tabs-wrapper .tab-content-item .item-content .item-text .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 48px;
  padding: 0 24px;
  min-width: 140px;
  margin-top: 18px;
  margin-bottom: 18px;
}
.service-tabs .tabs-wrapper .tab-content-item .item-img {
  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;
  width: 42.5%;
  overflow: hidden;
}
.service-tabs .tabs-wrapper .tab-content-item .item-img img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
}
.service-tabs .tabs-wrapper .tab-content-item:hover .svg-static {
  opacity: 0;
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
}
.service-tabs .tabs-wrapper .tab-content-item:hover .svg-hover {
  opacity: 1;
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
}
.service-tabs .tabs-wrapper .tab-content-item:hover .item-img img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
}
.service-tabs .tabs-wrapper .tab-content {
  width: 66.66%;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .service-tabs {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 992px) {
  .service-tabs .tabs-wrapper .tabs {
    width: 100%;
    min-width: 100%;
  }
  .service-tabs .tabs-wrapper .tabs .tab.active {
    opacity: 0;
  }
  .service-tabs .tabs-wrapper .tabs .tab-content-mob-item .svg-block svg {
    width: 24px;
    height: 24px;
  }
  .service-tabs .tabs-wrapper .tabs .tab-content-mob-item .item-content {
    padding: 16px;
  }
  .service-tabs .tabs-wrapper .tabs .tab-content-mob-item .item-content .item-top {
    margin-bottom: 12px;
  }
  .service-tabs .tabs-wrapper .tabs .tab-content-mob-item .item-content .item-top .item-title {
    font-size: 20px;
  }
  .service-tabs .tabs-wrapper .tabs .tab-content-mob-item .item-content .item-text p {
    font-size: 14px;
    margin: 5px 0;
  }
  .service-tabs .tabs-wrapper .tabs .tab-content-mob-item .item-content .item-text p:first-child {
    margin-top: 0;
  }
  .service-tabs .tabs-wrapper .tabs .tab-content-mob-item .item-content .item-text p:last-child {
    margin-bottom: 0;
  }
  .service-tabs .tab-content {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .service-tabs {
    padding: 72px 0;
  }
  .service-tabs .title-section {
    font-size: 24px;
    letter-spacing: -0.24px;
    margin-bottom: 24px;
  }
}
