/*============================================================================================
   Start Category Area
=============================================================================================*/
.category.style-4 .category-inner {
  position: relative;
}
.category.style-4 .swiper {
  overflow: hidden;
  padding: 0px 2px;
}
.category.style-4 .swiper-slide {
  position: relative;
}
.category.style-4 .category-card {
  border: 1px solid var(--border-color);
  display: block;
  border-radius: 1000px 1000px 52px 52px;
}
.category.style-4 .category-img {
  overflow: hidden;
  border-radius: 1000px 1000px 0px 0px;
}
.category.style-4 .category-img img {
  border-radius: 1000px 1000px 0px 0px;
  overflow: hidden;
  object-fit: cover;
  transition: all 0.3s ease;
}
.category.style-4 .category-img {
  overflow: hidden;
  transition: all 0.3s ease;
}
.category.style-4 .swiper-slide:hover .category-img img {
  transform: scale(1.04);
}
.category.style-4 .category-info {
}
.category.style-4 .category-info p {
  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;
  color: var(--title-color);
  transition: all 0.3s ease;
  border-top: 0;
  padding: 12px 8px;
}
.category.style-4 .swiper-slide:hover .category-info p {
  color: var(--primary-color);
}
/* Slider Controls  */
.category.style-4 .swiper-button-next,
.category.style-4 .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-4 .swiper-button-next::before,
.category.style-4 .swiper-button-prev::before {
  display: none;
}

.category.style-4 .swiper-button-next:hover,
.category.style-4 .swiper-button-prev:hover {
  background: var(--title-color);
  color: var(--white-color);
}

.category.style-4 .swiper-button-prev,
.category.style-4 .swiper-rtl .swiper-button-next {
  left: -18px;
  right: auto;
}
.category.style-4 .swiper-button-next,
.category.style-4 .swiper-rtl .swiper-button-prev {
  right: -18px;
  left: auto;
}
/*============================================================================================
   End Category Area
=============================================================================================*/
