.service-item-current-style3 {
  position: relative;
  margin-bottom: 30px !important;
  z-index: 1;
}
.service-item-current-style3 .inner-box {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 50px 60px 55px;
  padding-right: 50px;
  background-color: #ffffff;
  transition: all 300ms ease;
  border-radius: 10px;
  z-index: 3;
}
.service-item-current-style3 .inner-box:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  height: 100%;
  background-color: #f4f5fa;
  content: "";
  transition: all 300ms ease;
  z-index: -1;
}
.service-item-current-style3 .inner-box:hover {
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
}
.service-item-current-style3 .inner-box:hover:before {
  height: 0%;
}
.service-item-current-style3 .inner-box:hover .title::before {
  width: 100%;
}
.service-item-current-style3 .inner-box:hover .icon:before {
  background-color: #f4f5fa;
  transform: translateY(-10px);
}
.service-item-current-style3 .inner-box:hover .read-more span {
  opacity: 1;
  visibility: visible;
}
.service-item-current-style3 .inner-box:hover .read-more i {
  background: linear-gradient(to left, var(--theme-color3), var(--theme-color1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-left: 10px;
}
.service-item-current-style3 .sub-title {
  position: relative;
  display: block;
  font-size: 14px;
  color: #9899a3;
  font-weight: 400;
  text-transform: uppercase;
}
.service-item-current-style3 .title {
  position: relative;
  display: inline-block;
  font-size: 27px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 30px;
  margin-right: 30px;
}
.service-item-current-style3 .title::before {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0%;
  height: 2px;
  background: var(--theme-color1);
  content: "";
  transition: all 300ms ease;
}
.service-item-current-style3 .title:hover {
  color: var(--theme-color2);
}
.service-item-current-style3 .icon {
  position: relative;
  display: inline-block;
  margin-bottom: 35px !important;
  font-size: 74px;
  line-height: 1;
}
.service-item-current-style3 .icon:before {
  position: absolute;
  right: -30px;
  bottom: -20px;
  height: 100px;
  width: 100px;
  background-color: #ffffff;
  border-radius: 50%;
  content: "";
  z-index: -1;
  transition: all 300ms ease;
}
.service-item-current-style3 .service-details {
  position: relative;
  color: #67687a;
  transition: all 300ms ease;
  margin-bottom: 20px;
}
.service-item-current-style3 .read-more {
  position: relative;
  display: inline-flex;
  align-items: center;
  transition: all 300ms ease;
}
.service-item-current-style3 .read-more span {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  background: linear-gradient(to left, var(--theme-color3), var(--theme-color1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease;
}
.service-item-current-style3 .read-more span::before {
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 1px;
  background: linear-gradient(to left, var(--theme-color3), var(--theme-color1));
  content: "";
}
.service-item-current-style3 .read-more i {
  position: relative;
  margin-left: -90px;
  font-size: 28px;
  color: #67687a;
  font-weight: 700;
  transition: all 300ms ease;
}
.service-item-current-style3 .read-more:hover {
  color: var(--theme-color3);
}