@keyframes continuous-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.scrolling-wrapper{animation:continuous-scroll 60s linear infinite;will-change:transform}.scrolling-wrapper:hover{animation-play-state:paused}.scrollbar-hidden::-webkit-scrollbar{display:none}.scrollbar-hidden{-ms-overflow-style:none;scrollbar-width:none}.floating-btn{@apply w-14 h-14 rounded-full flex items-center justify-center shadow-lg transition-transform hover:scale-110;}.icon{width:24px;height:24px}.icon-img{width:24px;height:24px;object-fit:contain}
