/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 04 2026 | 06:08:27 */
/*====================================
	Menu Under Line CSS Start
======================================*/
.main-header-menu .current_page_item a span::after {
    content: "";
    height: 3px;
    width: 40%;
    background: #F35522;
    position: absolute;
    bottom: -33%;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 8px 8px 0 0;
}

.jet-nav__item a span::after {
	content: "";
    height: 3px;
    width: 0%;
    background: #F35522;
    position: absolute;
    bottom: -33%;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 8px 8px 0 0;
	transition: 0.5s;
}

.jet-nav__item a span:hover::after{
	width: 40%;
}
/*====================================
	Menu Under Line CSS End
======================================*/


/* ===================================
Mobile menu dropdown start
======================================*/

.elementor-21 .elementor-element.elementor-element-9c1eada .jet-hamburger-panel__instance {
    width: 380px;
    height: 285px;
    position: absolute;
    top: 60px;
	left: -210px;
}

@media (max-width: 425px) {
		.jet-nav__item a span:hover::after{
	width: 0%;
}
}

@media (max-width: 394px) {
	.elementor-21 .elementor-element.elementor-element-9c1eada .jet-hamburger-panel__instance {
    width: 350px;
    height: 285px;
    position: absolute;
    top: 60px;
	left: -195px;
}
}
/* ===================================
Mobile menu dropdown end
======================================*/