Gallery

document.addEventListener("DOMContentLoaded", function () { window.addEventListener("load", function () { const loader = document.getElementById("loader-wrapper"); if (loader) { loader.style.display = "none"; } }); });