.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;
}

.tm-sc-service-skin-style8 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: background-image 0.3s ease-in-out;
  -moz-transition: background-image 0.3s ease-in-out;
  transition: background-image 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.service-block-style8 {
  display: block;
  position: relative;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-border-end: 1px solid rgba(255, 255, 255, 0.2);
  border-inline-end: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 1199.98px) {
  .service-block-style8 {
    height: 720px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.service-block-style8 .service__content {
  padding: 60px;
  width: 100%;
  transition: all 0.3s ease;
  transform: translateY(80px);
}
@media (max-width: 991.98px) {
  .service-block-style8 .service__content {
    padding: 30px;
  }
}
.service-block-style8 .service__content .service-count {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.4);
  display: inline-block;
  position: relative;
  color: transparent;
  font-size: 100px;
  line-height: 120px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.service-block-style8 .service__content .service-count:after {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  bottom: 0;
  color: #fff;
  height: 2px;
  background-color: #fff;
}
.service-block-style8 .service__content .service-title {
  color: #fff;
}
.service-block-style8 .service__content .service-details {
  margin-top: 20px;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.service-block-style8:hover .service__content {
  transform: translate(0);
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
}
.service-block-style8:hover .service__content .service-count {
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--theme-color-white);
  color: var(--theme-color-white);
  font-size: 100px;
  line-height: 120px;
  font-weight: 500;
}
.service-block-style8:hover .service__content .service-details {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 991.98px) {
  .service-block-style8 {
    height: 500px;
  }
}