.mean-container .mean-bar {
    width: 100%;
    position: relative;
    background: transparent;
    z-index: 999999;
}

.mean-container a.meanmenu-reveal {
    width: 22px;
    height: 22px;
    padding: 13px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #111;
    text-decoration: none;
    text-indent: -9999em;
    display: block;
}

.mean-container a.meanmenu-reveal span {
    display: block;
    background: #111;
    height: 3px;
    margin-top: 4px;
    border-radius: 3px;
}

.mean-container .mean-nav {
    width: 100%;
    background: transparent;
}

.mean-container .mean-nav ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style: none;
    background: transparent;
}

.mean-container .mean-nav ul li {
    position: relative;
    width: 100%;
    background: transparent;
}

.mean-container .mean-nav ul li a {
    display: block;
    width: 100%;
    padding: 16px 0;
    color: #222 !important;
    background: transparent;
    text-align: left;
    text-decoration: none;
    border-bottom: 1px solid #eeeeee;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 600;
}

.mean-container .mean-nav ul li a:hover {
    color: #05783D !important;
    background: transparent;
}

.mean-container .mean-nav ul li li a {
    width: 100%;
    padding: 14px 0 14px 18px;
    background: transparent;
    color: #555 !important;
    opacity: 1;
    border-bottom: 1px solid #eeeeee;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 500;
}

.mean-container .mean-nav ul li li li a {
    padding-left: 32px;
    background: transparent;
}

.mean-container .mean-nav ul li a.mean-expand {
    width: 42px;
    height: 52px;
    padding: 0 !important;
    line-height: 52px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    background: transparent;
    color: #05783D !important;
    border-left: 0;
    border-bottom: 0;
    font-size: 20px;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    background: transparent;
    color: #05783D !important;
}

.mean-remove {
    display: none !important;
}

/* MOBILE SIDEBAR DESIGN */
.euro-mobile-sidebar {
    background: #ffffff !important;
    padding: 28px 24px !important;
    width: 86% !important;
    max-width: 390px;
    min-height: 100vh;
    box-shadow: 12px 0 35px rgba(0, 0, 0, 0.12);
}

.euro-mobile-sidebar .sidebar__overlay {
    display: none !important;
}

.mobile-close-btn {
    position: absolute;
    top: 22px;
    right: 22px;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: #f3f3f3;
    color: #222;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.mobile-logo {
    display: block;
    margin-bottom: 34px;
    max-width: 190px;
}

.mobile-logo img {
    max-width: 100%;
    height: auto;
}

.mobile-language {
    margin-top: 24px;
}

.mobile-language select {
    width: 100%;
    height: 54px;
    border: 1px solid #e1e1e1 !important;
    border-radius: 12px;
    background: #fafafa !important;
    color: #666 !important;
    padding: 0 18px;
    font-size: 16px;
    outline: none;
}

.mobile-language select option {
    color: #666 !important;
    background: #fff !important;
}

.mobile-info {
    padding: 28px 0 0;
    margin: 0;
    list-style: none;
}

.mobile-info li {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 10px 0;
    color: #222;
    font-size: 16px;
}

.mobile-info li i {
    color: #05783D !important;
    font-size: 18px;
    width: 22px;
}

.mobile-info li a {
    color: #222 !important;
    text-decoration: none;
}

.mobile-social {
    display: flex;
    gap: 12px;
    margin-top: 26px;
}

.mobile-social a {
    width: 42px;
    height: 42px;
    border: 1px solid #e2e2e2;
    border-radius: 50%;
    color: #05783D !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.mobile-social a:hover {
    background: #05783D;
    color: #fff !important;
    border-color: #05783D;
}