Event Management

Welcome to our Event Management page. Stay tuned for updates on our latest events, workshops, and programs. We’re working behind the scenes to bring you exciting experiences!

.event-buttons { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; } .event-buttons a { padding: 10px 20px; border-radius: 6px; font-weight: 600; text-decoration: none; transition: 0.3s ease; } .event-buttons a:first-child { border: 2px solid #FF512F; color: #fff; } .event-buttons a:first-child:hover { background: linear-gradient(to right, #FF512F, #DD2476); border-color: transparent; } .event-buttons a:last-child { background: linear-gradient(to right, #FF512F, #DD2476); color: #fff; } .event-buttons a:last-child:hover { opacity: 0.9; }