/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 13 2026 | 08:45:02 */
/* base */ 
header { 
	position: sticky; top: 0; 
	z-index: 999; 
	transition: all 0.3s ease; 
    left: 0;
    right: 0;
}

/* mobile — without sticky */ 
@media (max-width: 767px) { 
	header { 
	 position: relative !important; 
	} 
}

/* Container smoothness */ 
header .elementor-container { 
	transition: all 0.3s ease; 
} 

/* State during scrolling*/ 
header.scrolled { 
	background-color: rgba(0,0,0,0.4); 
	backdrop-filter: saturate(180%) blur(20px); 
	-webkit-backdrop-filter: saturate(180%) blur(20px); 
}

/* Reduction in height */ 
header.scrolled .elementor-container {
	min-height: 70px; 
}