@media (min-width: 968px) {
    .slider-header .swiper-pagination {
      bottom: 20px;
    }
  }

  /* Custom Pagination Dots Styling */
  .slider-header .swiper-pagination {
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
  }

  .slider-header .swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, 0.967);
    /* Light color for inactive dots */
    width: 12px;
    height: 12px;
    margin: 0 5px;
    border-radius: 50%;
    transition: background-color 0.3s ease, transform 0.3s ease;
  }

  .slider-header .swiper-pagination-bullet-active {
    background-color: #186ddd;
    transform: scale(1.2);
  }

  .slider-header .swiper-pagination-bullet:hover {
    background-color: #186ddd;
    /* Color change on hover */
  }
  .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{
    display: none !important;
  }
  .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{
    display: none !important;
  }