Opportunity Description
Chief Revenue Officer (CRO) – Online Gaming & Sports Betting – South Africa Overview We are looking for a high-impact executive leader to oversee and scale all core commercial and operational areas of a fast-growing online gaming business, including CRM, Sportsbook, Casino, VIP, Marketing, Product, Analytics, Retention, and overall business performance. This role is designed for a commercially driven operator with deep experience in online gaming who understands how to combine strategy, execution, data, product, and customer experience into sustainable growth and profitability. SHAPE * MERGEFORMAT {
navLinks.classList.toggle('active');
const icon = mobileMenuToggle.querySelector('i');
icon.classList.toggle('fa-bars');
icon.classList.toggle('fa-times');
});
// Navbar Scroll Effect
const navbar = document.getElementById('navbar');
window.addEventListener('scroll', () => {
if (window.scrollY > 50) {
navbar.classList.add('scrolled');
} else {
navbar.classList.remove('scrolled');
}
});
// Close mobile menu on link click
document.querySelectorAll('.org-nav-links a').forEach(link => {
link.addEventListener('click', () => {
navLinks.classList.remove('active');
const icon = mobileMenuToggle.querySelector('i');
icon.classList.add('fa-bars');
icon.classList.remove('fa-times');
});
});