/* Justified Slider Styles */
.justified-slider-wrp {
  margin-left: 2.617924em !important;
  padding-left: calc(50% - 920px) !important; 
}

.justified-slider {
  width: 100%;
  overflow: visible;   
  margin-left: 0 !important;
}

.justified-slider .swiper-wrapper {
  align-items: stretch; 
}

.justified-slider .swiper-slide {
  position: relative;
  height: auto;
  min-height: 300px;
  overflow: hidden;
  border-radius: 12px;
  /* background-color: #000; */
  color: #fff;
  display: flex;
  flex-direction: column;
}

.slide-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .justified-slider .swiper-slide {
    min-height: 200px;
  }
}

.justified-slider .swiper-slide[style*="flex: 0 0"] {
  flex-shrink: 0;
}

.justified-slider-container {
  position: relative;
}

.justified-slider .swiper-button-next,
.justified-slider .swiper-button-prev {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.2);
  margin-top: -22px;
  transition: all 0.3s ease;
}

.justified-slider .swiper-button-next:hover,
.justified-slider .swiper-button-prev:hover {
  background-color: rgba(0, 0, 0, 0.8);
  transform: scale(1.1);
}

.justified-slider .swiper-button-next::after,
.justified-slider .swiper-button-prev::after {
  font-size: 16px;
  font-weight: bold;
}

.justified-slider .swiper-button-prev::after {
  padding-right: 2px;
}
.justified-slider .swiper-button-next::after {
  padding-left: 2px;
}

.justified-slider .swiper-button-next.swiper-button-disabled,
.justified-slider .swiper-button-prev.swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
}

.justified-slider .swiper-pagination {
  bottom: 10px;
}

.justified-slider .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
  transition: all 0.3s ease;
}

.justified-slider .swiper-pagination-bullet-active {
  background-color: #ffffff;
  transform: scale(1.2);
}
