.service-item {
  background: #ffffff;
  border-radius: 24px;
  border: 1px solid #f6f6f6;
  padding: 24px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.service-content,
.service-arrow {
  position: relative;
  z-index: 2;
}

.service-item::before {
  background: #00a8d0;
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  bottom: 0;
  border-radius: 500px 500px 0 0;
  transition: all 0.4s ease-in-out;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0;
}

.service-item:hover::before {
  top: 0;
  border-radius: 0;
  opacity: 1;
}

.service-item:hover .service-title,
.service-item:hover .service-desc {
  color: #fff;
}

.service-item:hover .service-arrow a {
  background: #000000;
  rotate: -45deg;
}

.service-item .service-icon {
  width: 112px;
  height: 112px;
  background: #f3fbfd;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
}

.service-icon svg {
  width: 64px;
  height: 64px;
  transition: all 0.3s ease-in-out;
}
.service-item:hover .service-icon svg,
.service-item:hover .service-icon i {
  animation: spinAround 0.5s linear;
  -moz-animation: spinAround 0.5s linear;
  -webkit-animation: spinAround 0.5s linear;
}

@keyframes spinAround {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(10deg);
  }

  50% {
    transform: rotate(0deg);
  }

  75% {
    transform: rotate(-10deg);
  }

  100% {
    transform: rotate(0deg);
  }
}
.service-icon i {
  font-size: 64px;
  color: #00a8d0;
  transition: all 0.3s ease-in-out;
}


.service-content .service-title {
  font-weight: 600;
  font-size: 22px;
  line-height: 120%;
  margin-bottom: 14px;
  transition: all 0.3s ease-in-out;
}

.service-content .service-desc {
  color: #555555;
  line-height: 140%;
  transition: all 0.3s ease-in-out;
}

.service-arrow a {
  background: #00a8d0;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #fff;
  margin-top: 32px;
  transition: all 0.3s ease-in-out;
}

.tf-service-carousel .owl-nav button,
.tf-steps-slider .owl-nav button {
  position: absolute;
  top: 43.5%;
  transform: translateY(-50%);
  font-size: 28px !important;
  color: #1c1c1c !important;
}
.tf-service-carousel .owl-nav button:hover {
  color: #00a8d0 !important;
}

.tf-service-carousel .owl-nav button.disabled,
.tf-steps-slider .owl-nav button.disabled {
  opacity: 0.3;
}

.tf-service-carousel .owl-nav button.owl-prev,
.tf-steps-slider .owl-nav button.owl-prev {
  left: -43px;
}

.tf-service-carousel .owl-nav button.owl-next,
.tf-steps-slider .owl-nav button.owl-next {
  right: -43px;
}

.tf-service-carousel .owl-dots {
  text-align: center;
  margin-top: 47px;
}
.owl-stage {
  transition-timing-function: ease-in-out !important;
}

.owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  background: #e4e4e4 !important;
  border-radius: 100px;
  margin: 0px 5px;
}

.owl-dots .owl-dot.active {
  background: #00a8d0 !important;
  position: relative;
}

.owl-dots .owl-dot.active::before {
  width: 14px;
  height: 14px;
  border: 1px solid #00a8d0;
  border-radius: 100%;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.owl-nav.tf-owl-nav-carousel {
  display: flex;
  align-items: center;
  justify-content: center;
}
.owl-nav.tf-owl-nav-carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 56px;
}
.owl-nav.tf-owl-nav-carousel > button {
  width: 58px;
  height: 58px;
  border-radius: 100%;
  border: 1px solid #ededed !important;
  color: #000000;
  font-size: 20px !important;
  transition: all 0.3s ease-in-out;
  background: #fff !important;
}
.owl-nav.tf-owl-nav-carousel > button:hover {
  border: 1px solid #00a8d0 !important;
  background-color: #00a8d0 !important;
  color: #ffffff;
}
.owl-nav.tf-owl-nav-carousel > button > span {
  display: grid;
}
.owl-nav button.disabled {
  opacity: 0.5;
}
.car-item {
  border-radius: 16px;
  overflow: hidden;
  display: block;
  border: 1px solid #ededed;
}

.car-item .car-meta {
  padding: 13px 16px 16px 16px;
}

.car-item .car-category {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #00a8d0;
  margin-bottom: 11px;
  display: inline-block;
}

.car-item .car-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  margin-bottom: 10px;
}

.car-item .car-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 13px;
  color: #555555;
}

.car-item .car-info li {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
}

.car-item .car-status {
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  margin-top: 19px;
  color: #000000;
}

.hover-image {
  overflow: hidden;
  position: relative;
}

.hover-image img {
  object-fit: cover;
  width: 100%;
  transition: all 1s;
}

.hover-image:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
  pointer-events: none;
}

.image-box:hover .hover-image img {
  transform: scale(1.1);
}

.image-box:hover .hover-image:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
@media only screen and (max-width: 1450px) {
  .tf-service-carousel .owl-nav button.owl-prev,
  .tf-steps-slider .owl-nav button.owl-prev {
    left: -20px;
  }
  .tf-service-carousel .owl-nav button.owl-next,
  .tf-steps-slider .owl-nav button.owl-next {
    right: -20px;
  }
  .tf-service-carousel .owl-nav button,
  .tf-steps-slider .owl-nav button {
    top: 50%;
    font-size: 20px !important;
  }
}
@media only screen and (max-width: 768px) {
  .service-item .service-icon {
    width: 90px;
    height: 90px;
    margin-bottom: 20px;
  }
  .service-icon i {
    font-size: 40px;
  }
  .tf-service-carousel .owl-dots {
    margin-top: 25px;
}
  .owl-nav.tf-owl-nav-carousel > button {
    width: 45px;
    height: 45px;
    font-size: 15px !important;
  }
  .owl-nav.tf-owl-nav-carousel,
  .tf-testimonials-carousel .owl-nav.tf-owl-nav-carousel {
    margin-top: 30px !important;
  }
  .tf-service-carousel .owl-nav button {
    display: none;
  }
}
