.header-bottom-nav .so-megamenu-wrapper .megamenu-container .megamenu {
    gap: 50px;
}

.header-bottom-nav .so-megamenu-wrapper .megamenu-container .megamenu>li>a {
    color: #fff !important;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 500;
    transition: color 0.3s;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Inter';
    height: auto;
}

.main-header.scrolled .so-megamenu-wrapper .megamenu-container .megamenu>li>a {
    color: #000 !important;
}

.header-bottom-nav .so-megamenu-wrapper .megamenu-container {
    justify-content: center;
}

.information-information .information-information-container .information-section-wrapper .information-section-item-wrapper .isi-header .isih-title>h1 {
    font-family: var(--font-sans) !important;
}

.language-wrapper {
    position: absolute;
    right: 10px;
    top: 10px;
}

.language-wrapper>button {
    border: none;
    background: no-repeat;
    color: #fff;
}