.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-box {
  border-right: 1px solid rgba(var(--theme-color-white-rgb), 0.2);
  overflow: hidden;
  position: relative;
  min-height: 670px;
  display: flex;
  align-items: self-end;
  z-index: 1;
  transition: all 300ms ease;
}
@media (max-width: 767.98px) {
  .service-block-style2 .inner-box {
    min-height: 500px;
  }
}
.service-block-style2 .inner-box:hover .content, .service-block-style2 .inner-box.active .content {
  background: linear-gradient(180deg, rgba(15, 53, 45, 0.16) 4.71%, rgba(18, 66, 56, 0.14) 100%);
  backdrop-filter: blur(60px);
}
.service-block-style2 .inner-box:hover .content .btn-box, .service-block-style2 .inner-box.active .content .btn-box {
  border-top-color: rgba(var(--theme-color-white-rgb), 0.1);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  margin-bottom: 0;
}
.service-block-style2 .content {
  position: relative;
  padding: 43px 50px 35px;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  transition: all 300ms ease;
}
@media (max-width: 1399.98px) {
  .service-block-style2 .content {
    padding: 43px 35px 47px;
  }
}
@media (max-width: 575.98px) {
  .service-block-style2 .content {
    padding: 30px 15px 60px;
  }
}
.service-block-style2 .content .service-title {
  color: var(--theme-color-white);
  margin-bottom: 11px;
  transition: all 300ms ease;
}
.service-block-style2 .content .service-title a {
  color: #fff;
}
.service-block-style2 .content .service-title a:hover {
  color: #fff;
}
.service-block-style2 .content .text {
  color: rgba(var(--theme-color-white-rgb), 0.65);
}
.service-block-style2 .content .btn-box {
  border-top: 1px solid transparent;
  padding-top: 26px;
  padding-bottom: 12px;
  margin-top: 30px;
  margin-bottom: -92px;
  transition: all 300ms ease;
}
.service-block-style2 .content .btn-box .btn-arrow {
  color: #fff;
  font-family: var(--heading-font-family);
  font-weight: 600;
  transition: all 300ms ease;
}
.service-block-style2 .content .btn-box .btn-arrow i {
  margin-left: 4px;
  position: relative;
  top: 1px;
  transition: all 300ms ease;
}

[data-widget_type="tm-ele-service-block.skin-style2"] .tm-sc-service {
  overflow: hidden;
  position: relative;
  margin-right: -1px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: background-image 0.3s ease-in-out;
  transition: background-image 0.3s ease-in-out;
}
[data-widget_type="tm-ele-service-block.skin-style2"] .tm-sc-service::before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(15%, rgba(15, 53, 45, 0)), color-stop(85%, #0F352D));
  background: linear-gradient(180deg, rgba(15, 53, 45, 0) 15%, #0F352D 85%);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}