.carousel-container{display:flex;justify-content:space-between;overflow:hidden}.carousel-track{display:flex;animation:scroll-left 10s linear infinite}.carousel-card{flex:0 0 auto;width:200px;height:150px;margin-right:16px;background:#f4f4f4;display:flex;align-items:center;justify-content:center;font-weight:700;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,0.1)}@keyframes scroll-left{0%{transform:translateX(50%)}100%{transform:translateX(-50%)}}.workshop-card{position:relative;width:500px;height:350px;overflow:hidden;border-radius:8px}.workshop-thumbnail{width:100%;height:100%;position:relative}.workshop-thumbnail img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.4s ease}.workshop-details{position:absolute;inset:0;background:linear-gradient(to bottom right,rgba(31,0,92,0.92),rgba(255,107,107,0.92));color:#fff;padding:2rem;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;opacity:0;transition:opacity 0.4s ease}.workshop-card:hover .workshop-details{opacity:1}.workshop-card:hover .workshop-thumbnail img{transform:scale(1.05)}.cta-button{margin-top:1.5rem;background:#fff;color:#000;padding:0.75rem 1.5rem;text-decoration:none;font-weight:600;border-radius:6px;transition:background 0.3s ease}.cta-button:hover{background:#f4f4f4}