.slider-with-content-swiper::before,
.single-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  background-color: var(--swiper-bg, #800000);
  clip-path: polygon(0 0, 100% 0, 100% 86%, 82% 100%, 0 100%);
  z-index: 0;
  pointer-events: none;
}

.slider-with-content-swiper,
.single-slide {
  position: relative;
  z-index: 1;
}

.layout-right .slider-with-content-swiper::before,
.layout-right .single-slide::before {
  left: auto;
  right: 0;
  clip-path: polygon(100% 0, 0 0, 0 86%, 18% 100%, 100% 100%);
}

.single-slide img {
  position: relative;
  z-index: 2;
}


.single-slide img,
.slider-with-content-section .swiper-slide .slide-item img {
  border-radius: var(--border-radius-18);
  box-shadow: 7px 1px 17.3px 0px #00000078;
  background-color: #E9E9E9;
  min-height: 450px;
  object-fit: contain;
}

.slider-with-content-section .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: #D9D9D9;
}

.slider-with-content-section .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: var(--primary-color);
}

.slider-with-content-section .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
}

/* .content-column .description-text strong{
  color: var(--white-color);
} */

.image-column:not(:has(.swiper)) ~ .content-column .description-text ul li,
.image-column:not(:has(.swiper)) ~ .content-column .description-text ul li::marker {
    color: #282A2F;
}

@media screen and (max-width: 1440px) {
  .single-slide img,
  .slider-with-content-section .swiper-slide .slide-item img {
    min-height: 350px;
  }
}

@media screen and (max-width: 991px) {
  .single-slide img,
  .slider-with-content-section .swiper-slide .slide-item img {
    min-height: 250px;
  }
}

@media screen and (max-width: 480px) {
  .single-slide img,
  .slider-with-content-section .swiper-slide .slide-item img {
    min-height: 300px;
  }
}