/** Shopify CDN: Minification failed

Line 93:0 Unexpected "<"
Line 223:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
.slider-section {
    position: relative;
    overflow: hidden;
  }

  .swiper-container {
    width: 100%;
  }

  .swiper-slide {
    position: relative;
    /* text-align: center; */
    background-size: cover;
    background-position: center;
    color: white;
    /* padding: 100px 20px; */
    height: 80vh;
  }

  .slide-content {
    max-width: 650px;
    margin: 0 auto;
    /* background: rgba(0,0,0,0.5); */
    /* padding: 20px; */
    border-radius: 10px;
    position: absolute;
    top: 23%;
    left: 10%;
  }

  .slide-heading {
    font-size: 63.79px;
    margin-bottom: 10px;
    color: var(--light-pink2);
    font-family: 'AlbraSansTRIAL';
  }

  .slide-subheading {
    font-size: 17.48px;
    margin-bottom: 20px;
  }

  .slide-button {
    display: inline-block;
    /* padding: 10px 20px; */
    /* background: #ffffff; */
    color: white;
    font-size: 19.19px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
  }

    /* Responsive */

    @media screen and (max-width: 768px) {
      .slide-content {
        top: 0px;
         padding-right: 20px !important;
        padding-left: 20px !important;
      }
      .slide-heading {
        font-size: 30px;
      }
      .slide-subheading {
        font-size: 12px;
      }
      .swiper-slide{
            height: 35vh;
      }
      .slide-button{
        font-size:14px;
      }
  }

    @media (min-width: 1366px) and (max-width: 1440px) {
    .slide-content {
       max-width: 575px;
        top: 15%;
         padding-right: 20px !important;
        padding-left: 20px !important;
      }
  }
<style>
  .testimonials-section {
    padding: 3rem 1rem;
    background: #fff;
    text-align: center;
  }

  .testimonials-section h2 {
    font-size: 55px;
    margin-bottom: 2rem;
    text-align: center;
    font-family: 'AlbraSansTRIAL';
  }

  .testimonial-slider-wrapper {
    position: relative;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin: 0 auto;
  }



  .testimonial-grid::-webkit-scrollbar {
    display: none;
  }

  .testimonial-card {
    background-color: #fef6f6;
    border-radius: 16px;
    padding: 1.5rem;
    text-align: left;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .testimonial-card img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-bottom: 0.5rem;
  }

  .testimonial-card strong {
    display: block;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0.25rem;
  }

  .testimonial-card p {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    padding-right: 20px;
    color: var(--gun-metalic);
  }

  .testimonial-card small {
    margin-top: auto;
    padding-top: 1.5rem;
    font-weight: bold;
    color: black;
  }

  .tile1 { height: 349px; width: 420px; }
  .tile2 { height: 308px; width: 420px; }
  .tile3 { height: 379px; width: 420px; }
  .tile4 { height: 354px; width: 420px; position: relative; top: -30px; }
  .tile5 { height: 394px; width: 420px; position: relative; top: -67px; }
  .tile6 { height: 323px; width: 420px; }

  .arrow {
    display: none;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    background-color: #fff;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    z-index: 10;
    padding: 0 10px;
    color: #333;
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
    border-radius: 50%;
  }

  .arrow.left {
    left: -10px;
  }

  .arrow.right {
    right: -10px;
  }


    @media (max-width: 1024px) {
    .testimonial-grid {
      display: flex;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
      gap: 1rem;
      padding-bottom: 1rem;
    }

    .testimonial-card {
      flex: 0 0 auto;
      scroll-snap-align: start;
    }

    /* .arrow {
      display: block;
    } */
    .tile1,.tile2,.tile3,.tile4,.tile5,.tile6{
      top: 0;
      height: 349px; 
      width: 350px;
      /* border-radius: 16px; */
    }
  }
</style>