.tm-sc-service .icon {
  display: inline-block;
}
.tm-sc-service .icon,
.tm-sc-service .feature-title,
.tm-sc-service .feature-details {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block-style2 .inner-block {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  width: 424px;
  padding: 20px;
  padding-top: 0;
}
@media screen and (max-width: 1800px) {
  .service-block-style2 .inner-block {
    width: 100%;
    background: #fff;
  }
}
.service-block-style2 .inner-block:hover .image img {
  transform: scale(1.1);
}
.service-block-style2 .inner-block:hover .icon i {
  transform: scaleX(-1);
}
.service-block-style2 .inner-block:hover .icon img {
  transform: scaleX(-1);
}
.service-block-style2 .inner-block:hover .icon-plus {
  transform: rotate(260deg);
}
.service-block-style2 .inner-block:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  mask-image: url(../../../images/current-theme/service2-mask1.png);
  mask-size: contain;
  mask-position: center center;
  mask-repeat: no-repeat;
  background: #FFFFFF;
  backdrop-filter: blur(51.4000015259px);
  border: 1px solid rgba(12, 47, 37, 0.1);
  top: 0;
  left: 0;
  border-radius: 30px;
}
@media screen and (max-width: 1800px) {
  .service-block-style2 .inner-block:before {
    mask-image: none;
  }
}
.service-block-style2 .icon-plus {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: var(--theme-color1);
  color: var(--theme-color3);
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 300ms ease;
}
@media screen and (max-width: 1800px) {
  .service-block-style2 .icon-plus {
    top: 10px;
    right: 11px;
  }
}
.service-block-style2 .content {
  padding: 30px 20px 32px;
  position: relative;
}
@media screen and (max-width: 1800px) {
  .service-block-style2 .content {
    padding-left: 0;
    padding-right: 0;
  }
}
.service-block-style2 .icon {
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--theme-color3);
  margin-bottom: 49px;
}
@media (max-width: 575.98px) {
  .service-block-style2 .icon {
    margin-bottom: 20px;
  }
}
.service-block-style2 .icon i {
  color: var(--theme-color1);
  font-size: 40px;
  transition: all 300ms ease;
}
.service-block-style2 .icon img {
  transition: all 300ms ease;
}
.service-block-style2 .service-title {
  margin-bottom: 14px;
  margin-top: 0;
  letter-spacing: -0.02em;
}
.service-block-style2 .service-title a {
  background-image: linear-gradient(to right, currentColor 0, currentColor 100%);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: all 0.3s, background-size 0.8s;
}
.service-block-style2 .service-title a:hover {
  background-size: 100% 1px;
}
.service-block-style2 .text {
  margin-bottom: 0;
  letter-spacing: -0.03em;
}
.service-block-style2 .services-list {
  background-color: #F7F8ED;
  padding: 22px 30px 30px;
  border-radius: 20px;
  position: relative;
  list-style: none;
}
@media (max-width: 575.98px) {
  .service-block-style2 .services-list {
    padding: 15px 15px 20px;
  }
}
.service-block-style2 .services-list li {
  font-size: 16px;
  letter-spacing: -0.02em;
  color: var(--headings-color);
  font-weight: 500;
  border-bottom: 1px solid #fff;
  padding-bottom: 7px;
  margin-bottom: 8px;
}
.service-block-style2 .services-list li:last-child {
  margin-bottom: 0;
}
.service-block-style2 .services-list li i {
  color: var(--theme-color3);
  margin-right: 16px;
}