.testimonials-section{padding:var(--section-py) 0;overflow:hidden;position:relative;background-color:transparent}.testimonials-carousel-wrapper{position:relative;width:100%;padding:20px 0}.testimonial-card{background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.05);border-radius:12px;padding:20px;height:100%;min-height:375px;display:flex;flex-direction:column;justify-content:space-between;transition:all .3s ease;backdrop-filter:blur(10px)}:root[data-theme=light] .testimonial-card{background:#fff;border:1px solid rgba(0,0,0,.05);box-shadow:0 10px 30px -10px rgba(0,0,0,.05)}.testimonial-card:hover{transform:translateY(-5px);border-color:hsla(0,0%,100%,.1);box-shadow:0 20px 40px -20px rgba(0,0,0,.3)}:root[data-theme=light] .testimonial-card:hover{border-color:rgba(0,0,0,.1);box-shadow:0 20px 40px -20px rgba(0,0,0,.1)}.quote-icon{font-size:60px;line-height:1;color:var(--accent-color);opacity:.8}.testimonial-text{font-size:14px;line-height:1.7;color:var(--text-secondary);flex-grow:1;margin-bottom:20px}:root[data-theme=light] .testimonial-text{color:#4b5563}.testimonial-divider{height:1px;width:auto;margin-left:-20px;margin-right:-20px;background:hsla(0,0%,100%,.1);margin-bottom:20px}:root[data-theme=light] .testimonial-divider{background:rgba(0,0,0,.08)}.testimonial-author{display:flex;align-items:center;gap:15px}.author-image-wrapper{width:50px;height:50px;border-radius:50%;overflow:hidden;flex-shrink:0;position:relative;background-color:rgba(135,193,85,.1)}.author-image{width:100%;height:100%;object-fit:contain;transform:scale(.9)}.author-info{display:flex;flex-direction:column}.author-name{font-size:18px;font-weight:700;color:var(--text-primary);margin-bottom:4px}:root[data-theme=light] .author-name{color:#111827}.author-role{font-size:14px;color:var(--text-muted)}.swiper-button-next-custom,.swiper-button-prev-custom{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:20;transition:all .3s ease;color:#fff}:root[data-theme=light] .swiper-button-next-custom,:root[data-theme=light] .swiper-button-prev-custom{background:#fff;border:1px solid rgba(0,0,0,.1);color:#111827;box-shadow:0 4px 6px -1px rgba(0,0,0,.05)}.swiper-button-next-custom:hover,.swiper-button-prev-custom:hover{background:var(--accent-color);border-color:var(--accent-color);color:#fff}.swiper-button-prev-custom{left:-20px}.swiper-button-next-custom{right:-20px}@media (max-width:1280px){.swiper-button-prev-custom{left:0}.swiper-button-next-custom{right:0}}@media (max-width:768px){.testimonials-section{padding:30px 0}.testimonial-card{padding:25px 30px 40px;min-height:auto}.quote-icon{font-size:36px}.testimonial-text{font-size:14px}.author-name{font-size:16px;font-weight:700;color:var(--text-primary);margin-bottom:4px}.swiper-button-next-custom,.swiper-button-prev-custom{width:40px;height:40px;top:auto!important;bottom:0!important;transform:translateY(50%);margin:0}.swiper-button-prev-custom{left:calc(50% - 60px)!important}.swiper-button-next-custom{right:calc(50% - 60px)!important}.testimonials-carousel-wrapper{padding-bottom:50px}}