.marquee-container{overflow:hidden;position:relative;width:100%;max-width:100%}.marquee{display:flex;animation:scroll 30s linear infinite;gap:2rem}.marquee:hover{animation-play-state:paused}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.logo-item{flex:0 0 auto;padding:1rem;display:flex;align-items:center;justify-content:center}.logo-item img{max-width:150px;height:auto;filter:grayscale(100%);transition:filter .3s ease}.logo-item:hover img{filter:grayscale(0)}@media (max-width:768px){.marquee{gap:1rem}.logo-item{padding:.5rem}.logo-item img{max-width:100px}}