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);
});

LMI Holdings — Website & Online Presence

Industry: Industrial Infrastructure & Diversified Conglomerate
Domain: lmi-ghana.com
Services: Corporate Website Design & Development, Subsidiary Architecture, Content Strategy, Brand Digital Presence

Stimuluz shaped the digital presence of LMI Holdings, a diversified Ghanaian conglomerate spanning construction, industrial park development, real estate, logistics, utilities and ICT and the developer of the Tema Free Zones and Dawa Industrial Zone, delivering a corporate website that presents its subsidiaries, flagship projects and group vision in a clean, corporate digital format aimed at investors, industrial tenants, partners and government stakeholders.