/* Counter wrapper */ .counter-wrapper { display: flex; flex-direction: column; align-items: center; gap: 10px; } /* Number animation */ .counter-number { font-size: 100px; font-weight: bold; opacity: 0; transform: translateY(40px); transition: opacity 0.8s ease-out, transform 0.8s ease-out; } .counter-number.show { opacity: 1; transform: translateY(0); } /* Text animation */ .counter-text { font-size: 18px; opacity: 0; transform: translateY(20px); transition: opacity 0.8s ease-out, transform 0.8s ease-out; } .counter-text.show { opacity: 1; transform: translateY(0); } /* Trainers (optional) */ .trainers-wrapper { display: flex; flex-direction: row; gap: 20px; opacity: 0; transform: translateY(20px); transition: opacity 0.8s ease-out, transform 0.8s ease-out; } .trainers-wrapper.show { opacity: 1; transform: translateY(0); }
Founder of VOS Consulting with a
background in HR management
and leadership development
hours of
facilitation
clients in
coaching




















This program equips first-time leaders
with practical tools, real-life leadership
simulations, and personal coaching to
confidently lead teams, make strategic
decisions, and drive results
Learn skills that you can apply
immediately in your daily work