/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 01 2024 | 10:30:37 */
/* Hide the menu by default on mobile */
@media (max-width: 767px) {
    .elementor-nav-menu.navclild.linkhober {
        display: none;
    }

    .mobile-menu-container {
        display: block;
    }

    .mobile-menu {
        display: none;
		color: #FFB23E;
        background: #fff0; /* Adjust background color as needed */
        border: 1px solid #ddd; /* Adjust border as needed */
      
    }

    .mobile-menu.active {
        display: block;
    }

    .mobile-menu select {
		color: #FFB23E;
        width: 100%;
        border: 1px solid #ddd;
        border-radius: 5px;
		
    
	}
	
	.elementor-element.elementor-element-56865ca.elementor-widget.elementor-widget-shortcode select {
        width: 90% !important; 
		padding: 8px 10px !important;
}
}