.testimonial-section .swiper-nav-btn{background-color:#fff;border:1px solid #ccc;width:40px;height:40px;border-radius:100%;font-weight:700;color:#000;display:flex;align-items:center;justify-content:center;cursor:pointer}.testimonial-section .swiper-nav-btn:hover{background-color:var(--primary-blue);color:#fff;border-color:var(--primary-blue)}.testimonial-card{border-radius:10px;padding:24px;border:1px solid #eeebeb;transition:all .3s ease-in-out;background-color:#fff;display:flex;flex-direction:column;justify-content:space-between;height:100%;min-height:300px;position:relative}.testimonial-card:hover{box-shadow:0 10px 20px #091f5f46;cursor:pointer;border:1px solid var(--primary-blue)}.testimonial-card.inactive{border-color:#eee;box-shadow:none}.testimonial-quote{font-size:48px;color:var(--primary-blue)}.testimonial-name{font-weight:700;color:var(--primary-blue);margin-bottom:0}.testimonial-role{font-size:.9rem;color:#888}.testimonial-text{margin-top:16px;font-size:1rem;color:#333}.swiper-button-next,.swiper-button-prev{background:#fff;border:1px solid #ccc;width:48px;height:48px;border-radius:100px;display:flex;align-items:center;justify-content:center;color:#000}@media (max-width:768px){.testimonial-card{padding:18px;min-height:auto}.testimonial-text{font-size:.95rem}.testimonial-bnr{width:28px!important;height:28px!important}.testimonial-section .swiper-nav-btn{width:34px;height:34px;font-size:.9rem}}.swiper-button-next:after,.swiper-button-prev:after{font-size:16px}.more-btn{background-color:var(--primary-blue);color:#fff;border-radius:8px;padding:10px 24px;border:none;font-weight:600;margin-top:24px}