/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.3.0.1750341549
Updated: 2025-06-19 13:59:09

*/

.mobile-menu .elementor-nav-menu li.menu-item a {
    justify-content: space-between;
}
.mobile-menu .elementor-nav-menu li.menu-item a span {
    font-size: 23px;
}
.header-menu .elementor-nav-menu li a:after {
    content: "";
    height: 3px;
    width: 0%;
    background: #F7A62B !important;
    bottom: -14px;
    margin: 0 auto;
    right: 0;
    left: 0;
    transition: all 0.3s ease;
    opacity: 1 !important;
}
.header-menu .elementor-nav-menu li a:hover:after,
.header-menu .elementor-nav-menu li.current-menu-item a:after{
	width:82%;
}
.sub-menu {
    margin-left: 20px !important;
    display: block;
}
.sub-menu a {
    font-weight: 300 !important;
}
.link-hover a{
	transition:all 0.3s ease;
}
.white-link a{
	color:#fff !important; 
}
.link-hover a:hover{
	color:#f7a600 !important;
}
.contact-form .elementor-form .elementor-form-fields-wrapper .elementor-field-group input, .contact-form .elementor-form .elementor-form-fields-wrapper .elementor-field-group textarea {
    padding: 16px 35px;
}
.contact-form .elementor-form .elementor-form-fields-wrapper .elementor-field-group .elementor-button {
    width: auto;
    flex-basis: auto;
    min-height: auto;
}

.number-list .elementor-icon-list-items {
    counter-reset: chapter;
}
.number-list .elementor-icon-list-items li:before {
    counter-increment: chapter;
    content: counter(chapter) ". ";
    color: #fff;
    margin-right: 12px;
}
ul.elementor-nav-menu--dropdown a, ul.elementor-nav-menu--dropdown a:focus, ul.elementor-nav-menu--dropdown a:hover {
    border-inline-start: 0 !important;
}
.elementor-nav-menu .sub-arrow {
    padding: 0 !important;
}
.header-menu .elementor-nav-menu li.menu-item .sub-menu li.menu-item a:after {
    content: none;
}
.header-menu .elementor-nav-menu li.menu-item .sub-menu {
    margin-left: -20px !important;
    left: auto !important;
}

@media screen and (max-width: 767px) {
   .contact-form .elementor-form .elementor-form-fields-wrapper .elementor-field-group .elementor-button {
		padding: 12px 50px !important;
	}
}