/* background: linear-gradient(135deg, #001f5a 0%, #003087 100%); */ /* margin-top: 25px; margin-bottom: 25px; */ /* Active slide (center) */ /* Left / previous slide */ /* Right / next slide */ /* Hidden / far slides */ /* Dots */ /* Animation keyframes */ --> --> --> --> --> --> --> --> // Scroll reveal // Reveal on scroll // Auto-slide (optional – comment out if you don't want it) // ============================================= // Mobile Menu – Full Control & Debugging // ============================================= // Open menu document.body.classList.add("overflow-hidden"); // lock scroll // Close menu (× button) // Close when clicking any main menu link // Services submenu toggle // Close on Escape key // Close when clicking outside menu content (optional but great UX) // Only close if clicked on the overlay background, not on content // Reset services submenu // Coretech Coverflow Slider – standalone version // Optional: change background gradient based on slide (uncomment & customize) // const colors = ['#001f5a', '#003087', '#001f5a', '#0a1f40']; // bgLayer.style.background = `linear-gradient(135deg, ${colors[currentIndex]} 0%, #000814 100%)`; // Auto-rotate // Click dots startAutoPlay(); // restart timer // Pause on hover // Init