/*============================================================================================
   Start Category Area
=============================================================================================*/

.category-section-head {
    margin-bottom: 32px;
    text-align: center;
}
.category-section-head h3 {
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 12px;
}
.category-section-head p {
    text-align: center;
    margin: 0;
}

.category.style-2 .category-inner {
  position: relative;
}

.category.style-2 .swiper.category-slider {
  overflow: hidden;
  padding: 0px 2px;
}
.category.style-2 .swiper-slide {
  position: relative;
  width: 142px !important;
  height: 142px !important;
  border-radius: 100%;
  overflow: hidden;
}
.category.style-2 .category-img img {
  width: 142px !important;
  height: 142px !important;
  border-radius: 100%;
  overflow: hidden;
  object-fit: cover;
  transition: all 0.3s ease;
}
.category.style-2 .category-img {
  overflow: hidden;
  transition: all 0.3s ease;
}
.category.style-2 .swiper-slide:hover .category-img img {
  transform: scale(1.04);
}
.category.style-2 .category-info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.category.style-2 .category-info p {
  border-radius: 4px;
  background: var(--white-color);
  box-shadow: 0px 2px 2px 0px rgba(44, 44, 84, 0.08);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: 4px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin: 0;
  text-align: center;
}

/* Slider Controls  */
.category.style-2 .swiper-button-next,
.category.style-2 .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-2 .swiper-button-next::before,
.category.style-2 .swiper-button-prev::before {
  display: none;
}

.category.style-2 .swiper-button-next:hover,
.category.style-2 .swiper-button-prev:hover {
  background: var(--title-color);
  color: var(--white-color);
}

.category.style-2 .swiper-button-prev,
.category.style-2 .swiper-rtl .swiper-button-next {
  left: -18px;
  right: auto;
}
.category.style-2 .swiper-button-next,
.category.style-2 .swiper-rtl .swiper-button-prev {
  right: -18px;
  left: auto;
}
/*============================================================================================
   End Category Area
=============================================================================================*/
