/** Shopify CDN: Minification failed

Line 7:0 Unexpected "<"
Line 223:0 Unexpected "<"

**/
<style>


  .quality-section {
    position: relative;
    height: 90vh;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
  
  .quality-section__wrapper {
    display: flex;
    height: 100%;
    position: relative;
    margin: 0;
    padding: 0;
  }
  
  .quality-section__left {
    width: 50%;
    position: relative;
  }
  
  .quality-section__container {
    max-width: 1600px;
    margin: 0 auto;
    height: 100%;
    display: flex;
  }
  
  .quality-section__content {
    width: 100%;
        padding: 150px 100px 150px 30px;
    overflow-y: hidden;
    display: flex;
    flex-direction: column;
    max-width: 800px;
    margin-left: auto;
  }
  
  .quality-section__heading {
   
    margin-bottom: 20px;
 
     margin-top: 0 !important;
  }
  
  .quality-section__description {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 1.5;
  }
  
  .quality-section__faq {
    display: flex;
    flex-direction: column;
    flex-grow: 0;
  }
  
  .quality-section__faq-item {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
   
  }
  
  .quality-section__faq-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    width: 100%;
    text-align: left;
    background: none;
    border: none;
     padding: 24px 0;
  }


  
  .quality-section__faq-title {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 18px;
    color: #000;
  }

.active .quality-section__faq-title {
  font-weight: 600;
}
  
  .quality-section__faq-icon {
    margin-right: 12px;
    flex-shrink: 0;
  }
  
  .quality-section__faq-toggle {
    flex-shrink: 0;
    transition: transform 0.3s ease;
    color: #000;
  }


  
  .quality-section__faq-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding-left: 36px;
  }
  
  .quality-section__faq-item.active .quality-section__faq-toggle {
    transform: rotate(45deg);
  }
  
  .quality-section__faq-item.active .quality-section__faq-content {
    max-height: 500px;
        padding-bottom: 20px;
  }
  
  .quality-section__logos {
    display: flex;
    gap: 8px;
    padding-top: 40px;
  }
  
  .quality-section__logo {
  height: 50px;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain
  }
  
  .quality-section__right {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background-size: cover;
    background-position: top !important;
    background-repeat: no-repeat;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
  }
  
  .quality-section__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    object-fit: cover;
    will-change: transform;
    display: block;
  }

  @media screen and (max-width: 1024px) {
 .quality-section__wrapper {
      flex-direction: column;
       padding: 50px 3rem;
    }

     .quality-section__left {
      width: 100%;
      order: 2;
    }

      .quality-section__right {
      position: relative;
      width: 100%;
      height: 400px;
      order: 1;
         border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    }

     .quality-section__content {
      
       
       padding: 40px 1.5rem;
      margin: 0 auto;
    }

      .quality-section {
      height: auto;
    }
    
   
    
   
   
    
    .quality-section__heading {
      font-size: 28px;
     
    }
    
  }
  
  @media screen and (max-width: 767px) {
   .quality-section__wrapper {
      flex-direction: column;
       padding: 0;
    }


     .quality-section__right {
       height: 375px;
     }
    
  
  }
</style>