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

				
			

Botanical

Control

Botanical Control

Capsber has effective biological solutions to control all the life stages of plant-parasitic nematodes infecting the plant roots. Our solutions are durable and have a unique mode of action to reduce the infestation of the nematode population like root-knot nematode, potato cyst nematode, and burrowing nematode. These products are formulated with a higher count of nematophagous fungi and it has the ability to capture, parasitize, disorient, and even paralyze nematodes during their various stages of development.