.event-slider-cls {
    width: 100%;
    margin: 0 auto;
}

.event-slider-cls .swiper {
    padding-bottom: 40px;
    padding-top: 100px;
}

.event-slider-cls .swiper-slide.swiper-slide-active {
    position: relative;
    height: auto;
}

.event-slider-cls .img-div {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.event-slider-cls .img-div img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    border-radius: 16px;
}

.event-slider-cls .swiper-slide.swiper-slide-next,
.event-slider-cls .swiper-slide.swiper-slide-duplicate-next
{
    height: auto;
    position: relative;
}

.event-slider-cls .custom-prev:focus-visible,
.event-slider-cls .custom-next:focus-visible{
    outline: none;
}

.my-arrow-nav-02 {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 4;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
    gap: 30px;
    height: auto;
}

.custom-button img {
    width: 40px;
    height: 40px;
    display: block;
}

.custom-prev:focus-visible,
.custom-next:focus-visible {
    outline: none;
}

.event-empty-1{
    width: 36%;
}

.event-empty-2{
    width: 36%;
}

.event-empty-3{
    width: 6%;
}

.event-arrow-img {
    width: 36%;
    display: flex;
    gap: 30px;
    position: relative;
}

.event-arrow-img .custom-button.custom-prev {
    position: absolute;
    left: 70px;
}

.event-arrow-img .custom-button.custom-next {
    position: absolute;
    left: 0px;
}

.event-arrow-img .custom-button {
    cursor: pointer;
}



@media(max-width: 768px){

  .event-slider-cls .swiper {
    /* margin-left: 20px; */
    padding-top: 80px;
    padding-bottom: 0px;

  }

  .event-slider-cls {
       width: 100%; 
  }

  .event-slider-cls .custom-next,
  .event-slider-cls .custom-prev{
      display: none;
  }

}

/* Hide dots on desktop */
.event-swiper-pagination {
     /*display: none !important; */
    text-align: center;
    margin-top: 40px;
}

/* Show dots only on tablet and mobile */
@media (max-width: 1024px) {
    .event-swiper-pagination {
        display: block !important;
        text-align: center;
    }
}

/* Optional style for pagination bullets */
.event-swiper-pagination .swiper-pagination-bullet {
    background: #000;
    opacity: 0.3;
    width: 15px;
    height: 15px;
    margin: 0 4px;
    transition: background 0.3s ease;
}

.event-swiper-pagination .swiper-pagination-bullet-active {
    background: #00B9E3;
    opacity: 1;
}