/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 12 2024 | 16:38:29 */
.custom-fixed-nav{
	position:fixed!important;
  	top: 0;
  	left: 0;
  	width: 100%;
	/*Use if you have scroll effects*/
  	/*background-color: rgba(0, 0, 0, 0.5);*/
  	/*transition: background-color 0.5s ease-in;*/
}

.nav-inner{
	backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); /* For Safari and iOS */
}


@media (max-width: 992px) {
	.elementor-nav-menu__container{
  backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); /* For Safari and iOS */
	}
  }

nav ul li ul{
	backdrop-filter: blur(10px)!important;
    -webkit-backdrop-filter: blur(10px)!important; /* For Safari and iOS */
}

/*@media (max-width: 992px) {
  .elementor-nav-menu__container {
    position: absolute; 
    left: 50%; 
    transform: translateX(-50%);
    margin: 0 20px; 
    max-width: calc(100% - 40px);
    box-sizing: border-box; 
  }
}*/

.nav-inner li a span{
	display:none;
}

