.testimonial-slider .swiper-slide { width: 509px; }
.testimonial-box { width: 100%; height: 100%; padding: 32px; color: var(--nhc-black); background-color: var(--nhc-light-grey); border: 1px solid var(--nhc-light-grey); border-radius: 30px; }
.tb-company { font-size: 16px; font-weight: 600; margin-top: auto; }
.tb-cta { padding-top: 30px; margin-top: auto; }
.tb-company ~ .tb-cta { margin-top: 0 !important; }
.content-container.has-bottom-shape-type3:has(~ .testimonial-container) .section-bg { bottom: -450px; }
.blob-shape.testimonial-blob-shape-1 { inset:auto; bottom: -355px; left: -270px; }
.blob-shape.testimonial-blob-shape-1 span { transform: rotate(-14deg); }
.testimonial-container[class*="prev-"] .blob-shape,
.testimonial-container[class*="next-"] .blob-shape { display: none !important; }
/* ========================================== 
! Large devices (desktops, less than 1200px)
=========================================== */
@media (max-width:1199.98px) {
 }
/*==========================================
! Medium devices (tablets, less than 992px)
========================================== */
@media (max-width:991.98px) {
 .testimonial-slider .swiper-slide { width: 300px; }
.testimonial-box { padding: 24px; border-radius: 20px; }
.testimonial-box p { margin-bottom: 20px; }
.tb-cta { padding-top: 24px; }
 }
/* =================================================  
! Small devices (landscape phones, less than 768px)
================================================= */
@media (max-width:767.98px) {
 .testimonial-slider .swiper-slide { width: 320px; }
.testimonial-container ~ .content-container.has-top-shape-type3 .section-bg { top: -250px; }
 }
/* ======================================================
! Extra small devices (portrait phones, less than 576px)
====================================================== */
@media (max-width:575.98px) {
 .testimonial-slider .swiper-slide { width: 270px; }
 }
