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 } }); });
Showing all 6 results
A Bio-fertilizer consortia – enhances nutrient uptake and crop yield while decreasing NPK requirement
A Potassium cum Phosphorus solubilizer – converts non-absorbable Phosphorus & Potassium sources into absorbable forms.
A Nitrogen-Fixer – improves availability of Nitrogen and enhances root growth of plants
A Potassium solubilizer – enhances availability of Potassium and stress tolerance.
A nutrient mobilizer - accelerates nutrient uptake and enhances plant resistance.
A Phosphorus solubilizer – converts non-absorbable Phosphorus sources into absorbable form and enhances plant resistance.