document.addEventListener('DOMContentLoaded', function () {
  const fixedHeader = document.querySelector('.fixed-header'); // Fixed header class
  const stickyHeader = document.querySelector('.sticky-header'); // Sticky header class

  window.addEventListener('scroll', function () {
    const fixedHeaderHeight = fixedHeader.offsetHeight;

    if (window.scrollY > fixedHeaderHeight) {
      stickyHeader.style.display = 'flex'; // Show sticky header
    } else {
      stickyHeader.style.display = 'none'; // Hide sticky header
    }
  });
});

				
			

Get In Touch

    Contact Details

    • Location

      No.4, Ditp, Arehalli, doddaballapur industrial area, doddaballapur, Bengaluru rural, Karnataka-561203, India

    • Mobile Phone

      +91 9900993223

    • Email

      info@capsber.com