/** Shopify CDN: Minification failed

Line 20:4 "border-buttom" is not a known CSS property
Line 49:18 Unexpected "{"
Line 49:26 Expected ":"
Line 53:18 Unexpected "{"
Line 53:26 Expected ":"
Line 130:20 Unexpected "{"
Line 130:28 Expected ":"
Line 138:21 Unexpected "{"
Line 138:29 Expected ":"
Line 152:21 Unexpected "{"
... and 1 more hidden warnings

**/
.mySwiper_slider{
  width:100% !important;
}
  .underline-para{
    border-buttom:1px solid;
  }
   .slider-button-left:after{
    display:none ;
  }
    .slider-button-right:after{
    display:none;
  }

   .slider-button-right{
         background-image:var( --slider-next-image)!important;
      background-size:100% auto;
       background-position:center;
       background-repeat:no-repeat;
     right:0px !important;
     padding:15px;
    position: absolute !important;

  }
    .slider-button-left{
    background-image:var( --slider-prev-image)!important;
      background-size:100% auto;
       background-position:center;
       background-repeat:no-repeat;
       left:0px !important;
       padding:15px;
          position: absolute !important;

}
.mySwiper_slider-{{section.id}}  .swiper-slide-slideshow{

    width:100%;
  }
.mySwiper_slider-{{section.id}} .swiper-slide-slideshow>img {
    height: 100%;
    width: 100%;
    object-fit: cover !important;
}
  .left-text-icon {
    display: none;
    justify-content: center;
        margin-top: 50px;
        width: 100%;
    gap: 20px;
}
  .text-icon {
    display: flex;
    gap: 15px;
    text-align: left;
    align-items: center;
        word-break: break-word;
}
   .text-icon img{
     width:50px;
     height:50px;
   }
  .text-icon p{
    line-height:1.2;
  }
.test h2 {
 font-family: 'FontsFree-Net-Poppins-Bold';
  font-weight: 700; /* Numeric value for bold */
  font-size: 34px;
  line-height:normal;
}
    .test a{
  font-family:'Poppins', sans-serif;
    font-weight:bold;
      text-decoration:underline;
  }
  .test {
    width: 100%;
    word-wrap: break-word;
    height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--color);
  
}
    .section-slider-2 {
        display: flex;
        align-items: center;
        padding: 70px 30px 20px 30px;
        gap: 30px;
        max-width: 1600px;
        margin: 0 auto;
        align-items: stretch;
        flex-direction: row-reverse;
      justify-content: center;
    }

.left-text {
    display: flex;
    align-items: center;
    text-align: center;
  
    justify-content: center;
    height:auto;
  width:50%;
    padding: 50px; /* Adjust the padding as needed */
    box-sizing: border-box; /* Include padding and border in the total width and height */
   /* background-image: var(--background-image-url); no image pic keep showing*/
  background-color:var(--background-color);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

  .mySwiper_slider-{{section.id}}  .right-slider-2 {
        overflow: hidden;
        position: relative;
         height:auto;
  width:50%;
      
    }

   .mySwiper_slider-{{section.id}} .slider-container-2 {
        display: flex;
        transition: transform 0.5s ease-in-out;
        height: 100%;
    }

    .slider-item-2 {
        min-width: 100%;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
    }

   .mySwiper_slider-{{section.id}} .slider-item-2>img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .slider-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        font-size: 15px;
        color: #000;
        background-color: yellow;
        padding: 0px 10px;
    }

    .prev-arrow {
        left: 0px;
    }

    .next-arrow {
        right: 0px;
    }

    

    @media screen and (max-width: 768px) {
      .left-text-icon{
        flex-direction:column;
        align-items: center;
      }
        .section-slider-2 {
            display: flex;
            flex-direction: column;
            gap: 20px;
            padding: 0px 30px 0px 30px;
            margin: var(--vertical-breather) 0;
          
          align-items:center;
        }

        .left-text {
          width:100%;
          height:100%;
          padding:30px;
        }

        .right-slider-2 {
             height:100%;
      width:100%;
          
        }
      .test h2 {
  font-size: 16px;
}
    }


