@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.marquee-track{display:flex;gap:4rem;animation:marquee 45s linear infinite}.marquee-container:hover .marquee-track{animation-play-state:paused}.client-card{transition:all .5s ease}.client-card:hover{transform:translateY(-12px);box-shadow:0 25px 50px -12px rgba(0,0,0,.15);border-color:#e5e7eb}.testimonials-section{position:relative;padding:3rem 0;background-color:#f9fafb;overflow:hidden}@media (min-width:768px){.testimonials-section{padding:4rem 0}}@media (min-width:1024px){.testimonials-section{padding:5rem 0}}.testimonials-infinite-scroll{position:relative;width:100%;overflow:hidden;padding:2rem 0}.testimonials-track{display:flex;gap:1.5rem;animation:scroll 40s linear infinite;width:max-content}.testimonials-track:hover{animation-play-state:paused}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.testimonial-card-css{background:white;border-radius:1rem;box-shadow:0 10px 25px rgba(0,0,0,.05);transition:all .3s ease;width:300px;flex-shrink:0;padding:1.5rem;border:1px solid #e5e7eb}@media (min-width:768px){.testimonial-card-css{width:350px;padding:2rem}}.testimonial-card-css:hover{box-shadow:0 20px 40px rgba(159,57,37,.1);transform:translateY(-5px)}.testimonial-card-css:before{content:'"';position:absolute;top:1rem;right:1rem;font-size:5rem;color:rgba(159,57,37,.05);font-family:serif;line-height:1}.rating-stars{display:flex;gap:.25rem;margin-bottom:1rem}.star-icon{color:#FBBF24;width:1.25rem;height:1.25rem}@media (min-width:768px){.star-icon{width:1.5rem;height:1.5rem}}.review-text{color:#4B5563;font-style:italic;line-height:1.6;margin-bottom:1.5rem;position:relative;z-index:1;font-size:.875rem}@media (min-width:768px){.review-text{font-size:1rem}}.client-info{display:flex;align-items:center;gap:1rem}.client-avatar{width:4rem;height:4rem;border-radius:50%;overflow:hidden;border:3px solid white;box-shadow:0 4px 12px rgba(0,0,0,.1);flex-shrink:0}.client-avatar img{width:100%;height:100%;object-fit:cover}.client-details{flex:1;min-width:0}.client-name{color:#111827;font-weight:600;font-size:1.125rem;margin-bottom:.25rem}.client-title{color:#6B7280;font-size:.875rem}.testimonials-fade-left{left:0;background:linear-gradient(90deg,#f9fafb,transparent)}.testimonials-fade-left,.testimonials-fade-right{position:absolute;top:0;bottom:0;width:100px;z-index:10;pointer-events:none}.testimonials-fade-right{right:0;background:linear-gradient(270deg,#f9fafb,transparent)}@media (max-width:768px){.testimonials-track{gap:1rem}.testimonial-card-css{width:280px}.testimonials-fade-left,.testimonials-fade-right{width:50px}}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}h1,p{animation:fadeUp 1s ease-out forwards}p{animation-delay:.3s;opacity:0}