.elementor-26517 .elementor-element.elementor-element-978c6ae > .elementor-widget-container{background-color:var( --e-global-color-e4cdd51 );}.elementor-26517 .elementor-element.elementor-element-978c6ae{text-align:start;}.elementor-26517 .elementor-element.elementor-element-978c6ae .elementor-heading-title{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );color:var( --e-global-color-9ff8730 );}.elementor-26517 .elementor-element.elementor-element-bd8e4d3{--grid-template-columns:repeat(0, auto);--grid-column-gap:5px;--grid-row-gap:0px;}.elementor-26517 .elementor-element.elementor-element-bd8e4d3 .elementor-widget-container{text-align:center;}.elementor-26517 .elementor-element.elementor-element-0ee07bf > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-26517 .elementor-element.elementor-element-0ee07bf .elementor-menu-toggle{margin:0 auto;}.elementor-26517 .elementor-element.elementor-element-0ee07bf .elementor-nav-menu--main .elementor-item{color:#000000;fill:#000000;padding-left:16px;padding-right:16px;}.elementor-26517 .elementor-element.elementor-element-2ae4fa2 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-26517 .elementor-element.elementor-element-2ae4fa2 .elementor-menu-toggle{margin:0 auto;}.elementor-26517 .elementor-element.elementor-element-2ae4fa2 .elementor-nav-menu--main .elementor-item{color:#000000;fill:#000000;padding-left:16px;padding-right:16px;}@media(min-width:768px){.elementor-26517 .elementor-element.elementor-element-4a27f7e{width:29.884%;}.elementor-26517 .elementor-element.elementor-element-d67a775{width:69.583%;}}/* Start custom CSS for nav-menu, class: .elementor-element-0ee07bf */document.addEventListener('DOMContentLoaded', function() {
    const toggle = document.querySelector('.elementor-menu-toggle');
    const menu = document.querySelector('.elementor-nav-menu--dropdown');
    const overlay = document.createElement('div');
    overlay.className = 'elementor-menu-overlay';
    document.body.appendChild(overlay);
    
    toggle?.addEventListener('click', function() {
        menu?.classList.toggle('show');
        overlay.classList.toggle('show');
    });
    
    overlay.addEventListener('click', function() {
        menu?.classList.remove('show');
        overlay.classList.remove('show');
    });
    
    // Handle dropdown toggles on mobile
    document.querySelectorAll('.menu-item-has-children > .elementor-item').forEach(item => {
        item.addEventListener('click', function(e) {
            if (window.innerWidth <= 768) {
                e.preventDefault();
                this.parentElement.classList.toggle('open');
            }
        });
    });
});/* End custom CSS */
/* Start custom CSS for nav-menu, class: .elementor-element-2ae4fa2 */document.addEventListener('DOMContentLoaded', function() {
    const toggle = document.querySelector('.elementor-menu-toggle');
    const menu = document.querySelector('.elementor-nav-menu--dropdown');
    const overlay = document.createElement('div');
    overlay.className = 'elementor-menu-overlay';
    document.body.appendChild(overlay);
    
    toggle?.addEventListener('click', function() {
        menu?.classList.toggle('show');
        overlay.classList.toggle('show');
    });
    
    overlay.addEventListener('click', function() {
        menu?.classList.remove('show');
        overlay.classList.remove('show');
    });
    
    // Handle dropdown toggles on mobile
    document.querySelectorAll('.menu-item-has-children > .elementor-item').forEach(item => {
        item.addEventListener('click', function(e) {
            if (window.innerWidth <= 768) {
                e.preventDefault();
                this.parentElement.classList.toggle('open');
            }
        });
    });
});/* End custom CSS */