.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-style4 {
  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;
}
.tm-sc-service-skin-style4::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  z-index: -1;
}

.service-block-style4 {
  display: block;
  position: relative;
  height: 80vh;
  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-style4 {
    height: 720px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.service-block-style4 .service__content {
  padding: 60px;
  width: 100%;
  transition: all 0.3s ease;
  transform: translateY(80px);
}
@media (max-width: 991.98px) {
  .service-block-style4 .service__content {
    padding: 30px;
  }
}
.service-block-style4 .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-style4 .service__content .service-title {
  color: #fff;
}
.service-block-style4 .service__content .service-details {
  margin-top: 20px;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.service-block-style4:hover .service__content, .service-block-style4.active .service__content {
  transform: translate(0);
  background: #222222;
}
.service-block-style4:hover .service__content .service-count, .service-block-style4.active .service__content .service-count {
  -webkit-text-fill-color: var(--theme-color1);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--theme-color1);
  color: var(--theme-color-white);
  font-size: 100px;
  line-height: 120px;
  font-weight: 500;
}
.service-block-style4:hover .service__content .service-details, .service-block-style4.active .service__content .service-details {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 991.98px) {
  .service-block-style4 {
    height: 500px;
  }
}