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

Tesah Capital — Website & Online Presence

Industry: Capital & Investment Services

Domain:

Services: Corporate Website Design & Development, Online Presence Strategy

Stimuluz developed Tesah Capital’s corporate website to strengthen its digital footprint, giving the firm a professional platform to present its services, research, and company profile to clients and stakeholders across its markets.