@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.testimonial-marquee-container{overflow:hidden;width:100%;background-color:rgba(247,250,255,.7);padding:20px 0;margin-top:0;position:absolute;bottom:0;border-top:1px solid rgba(78,115,223,.1);border-bottom:1px solid rgba(78,115,223,.1);z-index:1}@media(max-width:768px){.testimonial-marquee-container{position:fixed;bottom:0;z-index:1}}@media(max-width:400px){.testimonial-marquee-container{padding:10px 0;height:70px}}.testimonial-marquee{display:flex;width:-moz-fit-content;width:fit-content;animation:marquee 60s linear infinite}.testimonial-marquee:hover{animation-play-state:paused}.testimonial-item{display:flex;align-items:center;background-color:#fff;border-radius:12px;padding:12px 18px;margin:0 10px;min-width:300px;max-width:400px;box-shadow:0 4px 12px rgba(0,0,0,.05);transition:transform .3s ease,box-shadow .3s ease}@media(max-width:400px){.testimonial-item{min-width:260px;padding:8px 12px;margin:0 6px}}.testimonial-item:hover{transform:translateY(-5px);box-shadow:0 8px 16px rgba(0,0,0,.1)}.testimonial-avatar{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;margin-right:15px;flex-shrink:0}.testimonial-content p{font-size:14px;margin-bottom:5px;color:#444;line-height:1.4;font-weight:400}@media(max-width:400px){.testimonial-content p{font-size:12px;line-height:1.3;margin-bottom:3px}}.testimonial-content .testimonial-name{font-size:12px;font-weight:600;color:#4e73df}@media(max-width:400px){.testimonial-content .testimonial-name{font-size:10px}}