.elementor-968 .elementor-element.elementor-element-950e519{--display:flex;--min-height:0px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-e4abbf7 */#menuToggle {
        position: fixed;
        top: 80px; /* push down below the header/logo */
        right: 15px; /* Position it on the right */
        z-index: 9999; /* higher than sidebar */
        background: #008B32;
        color: #fff;
        border: none;
        padding: 10px 15px;
        border-radius: 5px;
        display: none;
        font-size: 16px;
    }

    @media (max-width: 768px) {
        #menuToggle {
            display: block;
        }

        #sidebar {
            position: fixed;
            top: 0;
            left: 0;
            height: 100vh;
            transform: translateX(-100%);
            z-index: 999;
            transition: transform 0.3s ease-in-out;
            box-shadow: 2px 0 5px rgba(0,0,0,0.2);
        }

        #sidebar.open {
            transform: translateX(0);
        }

        #accountContainer {
            flex-direction: column;
        }

        #mainContent {
            width: 100%;
        }
    }/* End custom CSS */