function updateHeaderHeight() {
        // Get the height of #brx-header
        const headerHeight = document.querySelector('#brx-header').offsetHeight;
          
        // Store the height in the CSS custom property --header-height
        document.documentElement.style.setProperty('--brxw-header-height', headerHeight + 'px');
    }

    // Execute the function as soon as the document is ready
    document.addEventListener('DOMContentLoaded', function() {
        updateHeaderHeight();  // Initial update of header height when the document is ready

        // Update the header height on window resize and orientation change
        window.addEventListener('resize', updateHeaderHeight);
        window.addEventListener('orientationchange', updateHeaderHeight);
});

Jospong Group of Companies — Group Website & Online Presence

Industry: Diversified Conglomerate (Sanitation, Waste Management, Technology, and more)

Domain:

Services: Group Website Design & Development, Subsidiary Directory, Corporate Communications Platform

For one of Ghana’s largest business conglomerates, Stimuluz designed a group-wide website bringing together the parent company’s profile, its network of subsidiaries, news, and corporate social responsibility initiatives into a single, cohesive digital presence.