03-08-2025, Pakistan Dispatches Additional Humanitarian Aid to Gaza under PM’s Special Directives
// ✅ Custom Modal class with Bootstrap-style events
// ✅ Close modal when clicking anywhere
// ✅ Prevent click inside modal from closing it
// ✅ Auto show on page load
// ✅ Auto Show only first time using LocalStorage
// if (!localStorage.getItem("welcome_shown")) {
// localStorage.setItem("welcome_shown", "true");
// }
// ✅ Events (optional logs)