.testimonial-row-container{width:100%;overflow:hidden;position:relative;mask-image:linear-gradient(90deg,transparent,black 10%,black 90%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,black 10%,black 90%,transparent)}.testimonial-scroll-left,.testimonial-scroll-right{display:flex;gap:12px;width:-moz-fit-content;width:fit-content}.testimonial-scroll-left{animation:scroll-left 120s linear infinite}.testimonial-scroll-right{animation:scroll-right 120s linear infinite}@keyframes scroll-left{0%{transform:translateX(0)}to{transform:translateX(calc(-100% / 3))}}@keyframes scroll-right{0%{transform:translateX(calc(-100% / 3))}to{transform:translateX(0)}}.testimonial-image-wrapper{flex-shrink:0;transition:transform .3s ease}.testimonial-image-item{position:relative;overflow:hidden;border-radius:12px;width:240px;height:160px;background:#f5f5f5;box-shadow:0 2px 8px rgba(0,0,0,.08);transition:all .3s ease}.testimonial-image-wrapper:hover{transform:translateY(-8px);z-index:10}.testimonial-image-wrapper:hover .testimonial-image-item{box-shadow:0 12px 24px rgba(0,0,0,.15)}.testimonial-row-container:hover .testimonial-scroll-left,.testimonial-row-container:hover .testimonial-scroll-right{animation-play-state:paused}@media (max-width:991px){.testimonial-image-item{width:210px;height:140px;border-radius:12px}.testimonial-scroll-left,.testimonial-scroll-right{gap:10px;animation-duration:110s}}@media (max-width:767px){.testimonial-image-item{width:190px;height:125px;border-radius:10px}.testimonial-scroll-left,.testimonial-scroll-right{gap:10px;animation-duration:100s}.testimonial-row-container{mask-image:linear-gradient(90deg,transparent,black 5%,black 95%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,black 5%,black 95%,transparent)}}@media (max-width:480px){.testimonial-image-item{width:160px;height:110px;border-radius:8px}.testimonial-scroll-left,.testimonial-scroll-right{gap:8px;animation-duration:90s}.testimonial-image-wrapper:hover{transform:translateY(-4px)}}