/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 04 2025 | 04:30:53 */
/* Add shadow to nav section on scroll */
.nav-section.elementor-sticky--effects {
    background-color: rgba(0, 0, 0, 1) !important; 
    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 */
    }
}


/* Sticky header CTA control */
body:not(.elementor-editor-active) .nav-section .cta-1 {
    display: none;
}

body:not(.elementor-editor-active) .nav-section.elementor-sticky--effects .cta-1 {
    display: flex;
}

body:not(.elementor-editor-active) .nav-section.elementor-sticky--effects .cta-0 {
    display: none;
}

body:not(.elementor-editor-active) .nav-section.elementor-sticky--effects .elementor-widget-theme-site-logo img {
   width: 90px !important;
    margin-top: 40px;
}

@media (min-width: 1200px) {
   /* body:not(.elementor-editor-active) .nav-section.elementor-sticky--effects .left-menu .elementor-nav-menu > li:first-child {
        display: none;
    }*/
}

@media (min-width: 1201px) and (max-width: 1420px) {
	.nav-section .menu-item-home  {
		display: none !important;
	}
}

@media (max-width: 1366px) {
	body:not(.elementor-editor-active) .nav-section.elementor-sticky--effects .elementor-widget-theme-site-logo img {		
		   width: 80px !important;
    margin-top: 80px;
}
	}
}