.sv03-srvice-box {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.sv03-srvice-box figure {
  display: block;
  height: 100%;
}
.sv03-srvice-box figure::before {
}
.sv03-srvice-box figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s all;
  position: relative;
  z-index: 2;
}
.sv03-srvice-box:hover figure img {
  transform: scale(1.2) rotate(5deg);
}
.sv03-sbody {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px;
  z-index: 3;
}
.sv03-sbody h4 {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
}
.sv03-sbody .ss-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: #efff02;
  padding: 0;
  position: absolute;
  right: 0;
  bottom: 0;
}
.sv03-sbody .ss-btn svg {
  width: 13px;
  height: 12px;
}
.sv03-catlist {
  position: absolute;
  right: 0;
  top: -57px;
  display: flex;
  gap: 2px;
}
.sv03-catlist li a {
  padding: 11px 24px;
  min-width: 80px;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  background: #292929;
  display: inline-block;
}
.sv03-catlist li.active a,
.sv03-catlist li a:hover {
  background: #efff02;
  color: #000000;
}

@media (max-width: 1199px) {
  .sv03-srvice-box {
    height: 320px;
  }
  .sv03-sbody {
    padding: 20px;
  }
  .sv03-sbody h4 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .sv03-catlist {
    position: relative;
    top: 0;
    margin-bottom: 20px;
  }
  .sv03-srvice-box {
    height: 400px;
  }
  .service03-lvmob-slider .slick-dots {
    display: none !important;
  }
  .service03-lvmob-slider .slick-list {
    padding-left: 0 !important;
  }
  .service03-lvmob-slider .col-md-3 {
    padding: 0 15px;
  }
}
