.home-casestudy-carousel-container{flex-direction:column;gap:.5rem;width:100%;margin-top:2rem;display:flex;position:relative}.carousel-header{justify-content:flex-end;padding-right:1rem;display:flex}.carousel-controls{gap:.75rem;display:flex}.carousel-btn{color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s;display:flex}.carousel-btn:hover{color:#f33;background:#ff33331a;border-color:#ff333380;transform:scale(1.05)}.carousel-btn:active{transform:scale(.95)}.carousel-track-wrapper{width:100%;position:relative;overflow:hidden}.carousel-track.infinite{gap:2rem;width:max-content;padding-bottom:1rem;padding-left:0;padding-right:2rem;animation:35s linear infinite scrollMarquee;display:flex}@keyframes scrollMarquee{0%{transform:translate(0%)}to{transform:translate(-50%)}}.carousel-item{scroll-snap-align:start;flex-shrink:0;min-width:350px;max-width:350px;height:420px}.carousel-item .cs-card,.carousel-item .cs-card-skeleton{flex-direction:column;height:100%;display:flex}@media (max-width:768px){.home-casestudy-carousel-container{margin-top:.5rem}.carousel-track.infinite{animation-duration:45s}.carousel-item{min-width:280px;max-width:280px}.carousel-track{gap:1.5rem}.carousel-track.centered{justify-content:flex-start}}
