/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 12 2025 | 10:55:17 */
/* Add shadow to nav section on scroll */
.nav-section.elementor-sticky--effects {
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.4);
}


/* Menu arrow control */
@media (min-width: 1200px) {
    .elementor-nav-menu .sub-arrow {
        display: none; /* Hide arrows to give more menu space */
    }
}