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

events-admin

events-admin

9:30 am - 11:00 am
Innovation Stage A

The Future of AI in Enterprise Systems

Understand how artificial intelligence is reshaping enterprise decision-making, automation, and customer engagement.

11:15 am - 12:45 pm
Innovation Stage A

Blockchain Beyond Cryptocurrency

Explore real-world applications of blockchain in supply chains, identity management, and digital security.

2:00 pm - 3:30 pm
Main Auditorium

Tech Startup Showcase: Disruptive Ideas 2025

Meet founders of groundbreaking startups and hear pitch-style presentations on how they are solving today’s toughest tech problems.