/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 20 2025 | 08:30:19 */
/* 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 */
    }
}


@media (max-width: 1420px) {
    body:not(.elementor-editor-active) .nav-section .elementor-nav-menu > li:first-child {
        display: none;
    }
}