.sidebar {
    color: white;
}

.service-hide {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.service-show {
    max-height: 500px;
    transition: max-height 0.4s ease;
}

#service-ddl a {
    margin-left: 1rem;
    margin-bottom: 0rem;
    font-size: 0.8rem;
    color: white;
    display: block;
}

.service-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.1rem 1.3rem;
    font-size: 1rem;
    color: white;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s;
}

.service-toggle:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.service-toggle i {
    font-size: 0.9rem;
}

.service-parent {
    color: white;
    display: block;
    font-size: 1.1rem;
}

.sidebar .lang-dropdown-wrapper{
    text-align: right;
    padding: 20px 10px;
    padding-top: 10px;
    margin-left: 5px;
}