.team-carousel-container{width:100%;max-width:1200px;overflow:hidden;padding:20px 0}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.team-carousel{display:flex;width:-moz-fit-content;width:fit-content;gap:30px}.team-carousel.animate{animation:scroll 30s linear infinite}.team-carousel:hover{animation-play-state:paused}.team-image-wrapper{flex:0 0 auto}.team-image{position:relative;width:400px;height:400px;border-radius:8px;overflow:hidden;box-shadow:0 4px 10px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease}.team-image:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,.15);cursor:pointer}.team-image:hover .image-overlay{opacity:1}.image-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(0deg,rgba(0,0,0,.8),transparent);padding:20px 10px 10px;opacity:0;transition:opacity .3s ease}.image-description{color:#fff;font-size:.9rem;text-align:center}@media(max-width:768px){.team-image{width:400px;height:400px}.team-carousel{gap:20px}}@media(max-width:480px){.team-image{width:400px;height:400px}.team-carousel{gap:15px}}