/* Custom Block - Testimonials */
[data-custom-block="testimonials"] {margin:60px 0px 90px 0;}
[data-custom-block="testimonials"]:has(.splide__pagination) .splide__track {margin-bottom:30px;}
[data-custom-block="testimonials"] .splide__pagination {bottom:-30px;}
[data-custom-block="testimonials"] .splide__pagination__page {height:10px;width:10px;border:1px solid var(--darkBlue);background:transparent;}
[data-custom-block="testimonials"] .splide__pagination__page.is-active {background:var(--darkBlue);transform:unset;opacity:1;}

[data-custom-block="testimonials"] .block-wrapper .heading{font-size:2.063rem;font-weight:700;margin-bottom:20px;}
[data-custom-block="testimonials"] .block-wrapper .text-content{font-size:1.125rem;font-weight:400;}
[data-custom-block="testimonials"].text-align-center .content {margin:auto;}
[data-custom-block="testimonials"] .testimonial-item {display:flex;flex-direction:column;gap:10px;height:100%;padding:50px 100px;border-radius:15px;position:relative;text-align:left;}
[data-custom-block="testimonials"] .testimonial-item::before {content:'\201C';display:block;position:absolute;background-position:center;background-size:contain;background-repeat:no-repeat;color:var(--lightBlue);font-family:var(--secondaryFont);font-weight:700;font-size:7rem;line-height:100%;}
[data-custom-block="testimonials"] .testimonial-item::before {top:30px;left:40px;}

@media(max-width:900px){
    [data-custom-block="testimonials"] {margin:40px 0px 70px;}
    [data-custom-block="testimonials"] .block-wrapper .heading{font-size:1.5rem;}
    [data-custom-block="testimonials"] .block-wrapper .text-content{font-size:1rem;}
}

@media(max-width:500px){
    [data-custom-block="testimonials"] .testimonial-item{padding:100px 50px 50px 50px;}
}