.custom-bg-blue,
.swiper-slide .custom-bg-blue {
  background-color: #2a7ef2 !important;
}

.category-image-container img {
  /* transition: transform 0.5s ease; */
  object-fit: cover;
  transform: scale(0.9);
  transition: transform 0.5s ease;
}
.category-image-container:hover img {
  transform: scale(1) translateY(0);
}

.swiper-container .category-swiper {
  width: 100%;
  height: 200px;
  height: auto !important;
}

.category-swiper .swiper-slide {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.category-swiper .swiper-slide img {
  max-width: 70%;
  max-height: 100%;
}

.category-swiper-next,
.category-swiper-prev {
  border-radius: 2px !important;
  color: rgba(0, 0, 0, 0.8) !important;
}

.category-swiper-next::after,
.category-swiper-prev::after {
  font-size: 33px;
}
.category-section .category-grid{
  height: 100%;
}

.swiper-wrapper.custom-bg-blue.swiper-slide {
  height: 220px;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0;
}