/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .swiper {
    height: 250px;
    overflow: visible !important;
  }

  .section-testimonial-container{
    padding-bottom:40px;
    overflow: hidden;
  }

  .testimonial .swiper-slide{
   background-color: #fff;
   box-shadow: 0 6px 15px rgba(64, 79, 104, .5);
   border-radius: 8px; 
   opacity:0.5;
  }

  .testimonial .swiper-slide-active{
    opacity:1;
  }

  .testimonial .swiper-slide-container{
    padding:20px;
    @media (min-width: 768px) {
      padding:40px;
    }
  }

  .testimonial .swiper-slide-description{
    padding:0 !important;
  }

  .testimonial .swiper-testi-image img{
    border-radius:100px;
  }

  .swiper-frise .swiper-slide{
    text-align:center;
  }
  
  .section-frise-container {
    overflow: hidden;
  }

  /*
  * Swiper Pagination
  */

  .swiper-frise .swiper-pagination,
  .mySwiper .swiper-pagination{
    margin-bottom:-40px;
    
    @media (min-width: 768px) {
      margin-bottom:-50px;
    }
  }

  #faqAccordion .collapse {
    display: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
