.cse-slider {
    margin: 20px 0;
}
.cse-slide {
    padding: 15px;
    text-align: center;
}
.cse-image img {
    width: 100%;
    border-radius: 16px;
    object-fit: cover;
}
.cse-title {
    margin-top: 12px;
    font-size: 1.1rem;
    font-weight: 600;
}
.custom-arrow {
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 10;
}

.prev-arrow {
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
}

.next-arrow {
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
}
.style1 .slider-controls-top {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 15px;
}
.style1 .custom-prev, .custom-next {
  background-color: #333;
  color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
}
.style1 .slider-controls-bottom {
  margin-top: 15px;
  display: flex;
  justify-content: center;
}
.style1 .swiper-pagination-bullet {
  background: #555;
  opacity: 0.5;
  margin: 0 5px;
}
.style1 .swiper-pagination-bullet-active {
  background: #000;
  opacity: 1;
}