.elementor-11879 .elementor-element.elementor-element-d4049ea{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11879 .elementor-element.elementor-element-e550a1c{width:100%;max-width:100%;}.elementor-11879 .elementor-element.elementor-element-e550a1c > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-e550a1c */.menu-container {
    max-width: 100% !important;
    margin: 0 auto !important;
    background: white !important;
    overflow: hidden !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1) !important;
}

.menu-section {
    border-bottom: 1px solid #e0e0e0 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

.menu-section:last-child {
    border-bottom: none !important;
}

.menu-header {
    display: flex !important;
    align-items: center !important;
    padding: 10px !important;
    background-color: #fff !important;
    transition: background-color 0.3s ease !important;
}

.menu-header:hover {
    background-color: #f9f9f9 !important;
}

.menu-header.active {
    background-color: #d32f2f !important;
    color: white !important;
}

.menu-icon {
    width: 2em !important;
    height: 2em !important;
    border-radius: 50% !important;
    background-color: transparent !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-right: 10px !important;
    flex-shrink: 0 !important;
    position: relative !important;
}

.menu-header.active .menu-icon {
    background-color: transparent !important;
}

.icon-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    transition: opacity 0.3s ease !important;
}

.icon-default {
    opacity: 1 !important;
}

.icon-active {
    opacity: 0 !important;
    position: absolute !important;
}

.menu-header.active .icon-default {
    opacity: 0 !important;
}

.menu-header.active .icon-active {
    opacity: 1 !important;
}

.menu-title {
    font-size: 1em !important;
    font-weight: 600 !important;
    flex-grow: 1 !important;
}

.submenu {
    display: none !important;
    padding: 0 !important;
    background-color: #fafafa !important;
}

.submenu.show {
    display: block !important;
}

.submenu-item {
    padding: 5px 20px !important;
    border-top: 1px solid #e8e8e8 !important;
    color: #666 !important;
    font-size: 1em !important;
    transition: all 0.2s ease !important;
    cursor: pointer !important;
    text-decoration: none !important;
    display: block !important;
}

.submenu-item:hover {
    background-color: #f0f0f0 !important;
    color: #d32f2f !important;
    padding-left: 10px !important;
}

.submenu-item.highlight {
    color: #d32f2f !important;
    font-weight: 500 !important;
    border: 2px solid #d32f2f !important;
    border-left: none !important;
    border-right: none !important;
    background-color: white !important;
}

.sub-submenu {
    padding-left: 15px !important;
    font-size: 1em !important;
    color: #888 !important;
}

.arrow {
    width: 0 !important;
    height: 0 !important;
    border-left: 6px solid transparent !important;
    border-right: 6px solid transparent !important;
    border-top: 8px solid #666 !important;
    transition: transform 0.3s ease !important;
}

.menu-header.active .arrow {
    border-top-color: white !important;
    transform: rotate(180deg) !important;
}

@media (max-width: 768px) {
    .menu-icon {
        width: 1em !important;
        height: 1em !important;
    }

    .submenu-item {
        padding: 5px !important;
    }

    .sub-submenu {
        padding-left: 10px !important;
    }
}/* End custom CSS */