/* Style 1 CSS Start */
.style_1{
  text-align: center;
    background-image: url('../images/bg-line.svg');
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}

.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;
}

.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;
}


/* Style 1 CSS End */


/* Style 2 CSS Start */
.slider-with-content-section.style_2 .style2-container{
  max-width: 1100px;
  margin: 0 auto;
}

.slider-with-content-section.style_2 .main-title{
  margin-bottom: 15px;
}

.style-two-content .description-text h5{
  font-size: 24px;
  font-weight: 500;
}


.style-two-content {
  padding-right: 60px;
}

.style2-container .button-container{
    text-align: center;
    margin-top: 20px;
}

.style2-container .read-more-button,
.style2-container .read-more-button:visited,
.style2-container .read-more-button:focus-visible{
    background-color: var(--primary-color);
    color: var(--white-color);
    text-decoration: none;
    padding: 14px 24px 14px 24px;
    display: inline-block;
    font-family: var(--figtree-font);
    font-size: var(--font-18);
    font-weight: 400;
    border: 2px solid var(--primary-color);
    transition: 0.3s ease all;
    line-height: 100%;
    box-shadow: none;
    outline: none;
}

.style2-container .read-more-button .arrow-icon{
    margin-left: 10px;
    filter: brightness(0) invert(1);
}

.style2-container .read-more-button:hover{
    background-color: transparent;
    color: var(--primary-color);
    transition: 0.3s ease all;
}

.style2-container .read-more-button img{
    transition: 0.3s ease all;
}

.style2-container .read-more-button:hover img{
    filter: brightness(1) invert(0);
    transition: 0.3s ease all;
}

/* Style 2 CSS End */

/* Style 3 CSS Start */
.slider-with-content-section.style_3 {
  background-image: url(../images/bg-image.png);
  background-repeat: no-repeat;
  background-position: right 0% bottom -3px;
  background-size: 900px;
}

.slider-with-content-section.style_3 .description-text{
  font-weight: 400;
  font-size: var(--font-20);
}

.slider-with-content-section.style_3 .description-text h5{
  font-size: var(--font-24);
  font-weight: 400;
  line-height: 1.3em;
}

.slider-with-content-section.style_3 .description-text h5 u{
  text-decoration-color: var(--primary-color);
  text-decoration-thickness: 3px;
  text-underline-offset: 6px;
}
/* Style 3 CSS End */

@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: 1024px){
  .style-two-content {
  padding-right: 20px;
}
}

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

  .style_1{
    background-image: none;
  }
}

@media screen and (max-width: 768px){
  .slider-with-content-section.style_3 {
    background-size: 400px;
  }
}

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