.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-style1 {
  padding: 50px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  transition: all 300ms ease;
  /*Btn Style */
}
@media (max-width: 1199.98px) {
  .service-block-style1 {
    padding: 40px;
  }
}
@media (max-width: 575.98px) {
  .service-block-style1 {
    padding: 30px;
  }
}
.service-block-style1::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
  transition: all 300ms ease;
  opacity: 0;
  visibility: hidden;
}
.service-block-style1 .content {
  position: relative;
  z-index: 2;
}
.service-block-style1 .content .service-count {
  position: absolute;
  top: 0;
  left: 0;
  color: #f2f0ec;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.2s ease-in-out;
}
.service-block-style1 .content .head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 60px;
}
.service-block-style1 .content .head .service-title {
  writing-mode: sideways-lr;
  color: var(--headings-color);
  text-align: left;
  margin: 0;
  margin-right: 30px;
  color: #fff;
  transition: all 0.2s ease-in-out;
}
.service-block-style1 .content .head .service-title a {
  color: #fff;
}
.service-block-style1 .content .head .service-title a:hover {
  color: #fff;
}
.service-block-style1 .content .head .service-title br {
  display: block;
}
.service-block-style1 .content .head .image {
  position: relative;
  width: 100%;
  max-width: 272px;
  height: 286px;
  border-radius: 14px;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .service-block-style1 .content .head .image {
    max-width: 100%;
  }
}
.service-block-style1 .content .head .image img {
  width: 100%;
  height: 100%;
  border-radius: 0;
  display: block;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.service-block-style1 .content .head .image img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translate(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.service-block-style1 .content .service-details {
  padding: 20px 0;
  transition: all 0.2s ease-in-out;
  color: #f2f0ec;
}
.service-block-style1:hover {
  border: 1px solid var(--theme-color1);
}
.service-block-style1:hover::after {
  background: var(--theme-color1);
  opacity: 1;
  visibility: visible;
}
.service-block-style1:hover .content .service-count {
  color: var(--theme-color-white);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
  transition: all 0.2s ease-in-out;
}
.service-block-style1:hover .content .head {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.service-block-style1:hover .content .head .service-title {
  color: var(--theme-color-white);
}
.service-block-style1:hover .content .head .image img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translate(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.service-block-style1:hover .content .head .image img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.service-block-style1:hover .content .service-details {
  color: var(--theme-color-white);
}
.service-block-style1:hover .btn-style1 {
  background-color: #fff;
  transition: all 0.2s ease-in-out;
}
.service-block-style1:hover .btn-style1 .btn-title {
  color: #101010;
}
.service-block-style1:hover .btn-style1 .icon {
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
}
.service-block-style1:hover .btn-style1 .icon svg path {
  stroke: var(--theme-color1-text-color) !important;
}
.service-block-style1 .theme-btn {
  display: inline-flex;
  gap: 20px;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  transition: all 300ms ease;
}
.service-block-style1 .btn-style1 {
  background-color: var(--theme-color1);
  border-radius: 30px;
  border: none;
  color: var(--theme-color1-text-color);
  font-family: var(--body-font-family);
  line-height: var(--body-line-height);
  overflow: hidden;
  padding-left: 30px;
  position: relative;
  text-transform: capitalize;
  z-index: 0;
}
.service-block-style1 .btn-style1 .btn-title {
  color: var(--theme-color1-text-color);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 54px;
  transition: all 300ms ease;
}
.service-block-style1 .btn-style1 .icon {
  background-color: var(--theme-color1-text-color);
  border: none;
  color: #000;
  border-radius: 50%;
  display: inline-block;
  font-size: 20px;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  transform: rotate(-30deg);
  transition: all 300ms ease;
  margin-right: 5px;
  margin-top: 4px;
}
.service-block-style1 .btn-style1 .icon svg {
  width: 30px;
}
.service-block-style1 .btn-style1 .icon svg path {
  fill: none;
  stroke: var(--theme-color1);
  transition: all 300ms ease;
}
.service-block-style1 .btn-style1:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 30px;
  transform: scaleX(0);
  transform-origin: right center;
  background-color: #ffffff;
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  z-index: -1;
  backface-visibility: hidden;
  perspective: 1000px;
}
.service-block-style1 .btn-style1:hover .btn-title {
  color: #101010;
}
.service-block-style1 .btn-style1:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.service-block-style1 .btn-style1:hover .icon {
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
  transform: rotate(0deg);
}
.service-block-style1 .btn-style1:hover .icon svg path {
  stroke: var(--theme-color1-text-color) !important;
}