.classic-testimonials { overflow: visible; padding-bottom: 20px; }
.classic-testimonials .testimonials-item { background-color: #FFFFFF; background-image: url(/wp-content/uploads/2026/06/nce-homecare-72-pattern.svg); text-align: left; padding: 50px 60px 50px 60px; background-position: center center; background-size: cover; box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.1); height: auto; }
.classic-testimonials .testimonials-item::before { content: '“'; position: absolute; top: clamp(40px, 5.5vw, 90px); left: -30px; font-size: clamp(150px, 20vw, 400px); color: #8ec63f; font-family: Poppins; z-index: -1; font-weight: 600; line-height: 0; }
.classic-testimonials .testimonials-item .name { font-family: "Rubik", Sans-serif; font-size: 20px; font-weight: bold; line-height: 1.3; color: #000; margin: 0; }
.classic-testimonials .testimonials-item .subtitle { color: #8EC640; font-family: "Rubik", Sans-serif; font-size: 20px; font-weight: 500; line-height: 24px; margin-bottom: 13px; }
.classic-testimonials .testimonials-item .subtitle::after { content: ''; width: 44px; height: 3px; background: #8ec63f; display: block; margin-top: 10px; }
.classic-testimonials .testimonials-item .testimonial-content { color: #000000; font-size: 17px; font-weight: 400; line-height: 1.5; }
.classic-testimonials .swiper-pagination { bottom: -30px; }
.classic-testimonials .swiper-pagination .swiper-pagination-bullet { background-color: #0A2658; }
.classic-testimonials .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { opacity: 1; }

@media screen and (max-width: 1200px) {
    .classic-testimonials .testimonials-item { padding: 24px; }
}

@media screen and (max-width: 767px) {
    .classic-testimonials .testimonials-item::before { left: -10px; }
}