/*============================================================================================
   Start Category Area
=============================================================================================*/
.category.style-3 .category-inner {
  position: relative;
}

.category.style-3 .swiper.category-slider {
  overflow: hidden;
  padding: 0px 2px;
}
.category.style-3 .swiper-slide {
  position: relative;
}
.category.style-3 .category-img {
  width: 142px !important;
  height: 142px !important;
  border-radius: 20px;
}
.category.style-3 .category-img img {
  width: 142px !important;
  height: 142px !important;
  border-radius: 20px;
  overflow: hidden;
  object-fit: cover;
  transition: all 0.3s ease;
}
.category.style-3 .category-img {
  overflow: hidden;
  transition: all 0.3s ease;
}
.category.style-3 .swiper-slide:hover .category-img img {
  transform: scale(1.04);
}
.category.style-3 .category-info {
}
.category.style-3 .category-info p {
  border-radius: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin: 0;
  text-align: center;
  margin-top: 10px;
  color: var(--title-color);
  transition: all 0.3s ease;
}
.category.style-3 .swiper-slide:hover .category-info p {
  color: var(--primary-color);
}


/* Slider Controls  */
.category.style-3 .swiper-button-next,
.category.style-3 .swiper-button-prev {
  padding: 0;
  z-index: 99;
  border: none;
  background-color: transparent;
  transition: all 0.3s;
  background: var(--primary-color);
  width: 32px;
  height: 32px;
  border-radius: 100%;
  font-size: 18px;
  color: var(--white-color);
}

.category.style-3 .swiper-button-next::before,
.category.style-3 .swiper-button-prev::before {
  display: none;
}

.category.style-3 .swiper-button-next:hover,
.category.style-3 .swiper-button-prev:hover {
  background: var(--title-color);
  color: var(--white-color);
}

.category.style-3 .swiper-button-prev,
.category.style-3 .swiper-rtl .swiper-button-next {
  left: -18px;
  right: auto;
}
.category.style-3 .swiper-button-next,
.category.style-3 .swiper-rtl .swiper-button-prev {
  right: -18px;
  left: auto;
}
/*============================================================================================
   End Category Area
=============================================================================================*/
