.custom-logo-link,
.custom-logo-link img {
    display: block;
    width: 100%;
}

.custom-logo-link img {
    max-width: 136px;
}

.top-menu-center .menu-item:not(:last-child) {
    margin-right: 15px;
}

.navbar {
    background-color: #000000;
    background: #000;
    box-shadow: 0px -4px 4px 0px rgba(140, 140, 140, 0.25) inset;
    /* min-height: 90px; */
    padding: 20px;
}

.navbar .navbar-collapse {
    margin-top: 20px;
}



.navbar-dark .navbar-nav .nav-link {
    color: #FFF;

    font-family: "Noto Sans";
    font-size: var(--Font-Size-Paragraph-body--md, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-wrap: nowrap;
    padding-right: 7px;
    padding-left: 7px;
    padding-bottom: 9px;
    padding-top: 9px;
}

.navbar-dark .navbar-nav .nav-link.active {
    color: #8DC63F;
    font-weight: 700;
    text-decoration: underline;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #8DC63F;
    /* Change text color on focus and hover */
    transition: color 0.3s ease, text-decoration 0.3s ease;
    /* Smooth transition */
}

/* .navbar-dark .navbar-nav .nav-link:after {
    content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNOCAxMEwxMiAxNEwxNiAxMCIgc3Ryb2tlPSIjMjYyNjI2IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4=);
    position: absolute;
    top: 25px;
    transform: translateY(-50%);
    right: 16px;
} */



.dropdown-item {
    font-family: "Noto Sans";
    font-size: var(--Font-Size-Paragraph-body--md, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-wrap: nowrap;
}


.btn.btn-success {
    text-wrap: nowrap;
    border-radius: var(--border-radius--button, 8px);
    background: #8DC63F;
    display: flex;
    /* width: 120px;
    height: 35px; */
    padding: 0px var(--Components-Buttons-padding-button-lg, 40px);
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    /* aspect-ratio: 24/7; */
    color: var(--Text-primary--invert, #FFF);
    text-align: center;

    /* Button 2  Desktop */
    font-family: "Noto Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    max-height: 35px;
    border: none;
    /* 16px */
}

.btn.btn-success:hover {
    color: #FFF;
    background-color: #609912;
    border-color: transparent;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url('../images/menu.svg');
}

@media (min-width: 1000px) {
    .navbar-nav {
        display: flex;
        /* align-items: center; */
    }
}

@media (max-width: 1024px) {

    nav.navbar {
        padding: 16px;
    }

    .custom-logo-link,
    .custom-logo-link img {
        /* max-width: 102px; */
    }

    /* .custom-logo-link img {
        width: 102px;
        height: 18px;
    } */

    .navbar>.container-fluid:first-child {
        margin-left: 20px;
        margin-right: 20px;
    }

    .nav-horizontal .sub-menu {
        display: none;
        overflow: hidden;
        padding: 12px 16px;
        transition: max-height 0.5s ease-in-out;
    }
}

@media (min-width: 1380px) {
    .navbar>.container-fluid:first-child {
        margin-left: 5%;
        margin-right: 5%;
    }

    .top-menu-right {
        align-items: center;
    }

    .section-banner>.container:first-child {
        max-width: 1280px;
    }
}

@media (min-width: 1200px) {
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }

    ul.dropdown-menu {
        background: #FAFAFA;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        border-radius: 8px;
    }

    .navbar .navbar-collapse {
        margin-top: 0;
    }
}

@media (max-width: 1200px) {
    .navbar .navbar-collapse .top-menu-right li:first-child {
        display: none;
    }

    .dropdown-menu {
        transition: all 0.2s ease;
    }

    .navbar-dark .navbar-toggler {
        border: none;
    }


    .navbar .navbar-collapse .top-menu-right {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-around;
        padding-top: 20px;
        row-gap: 20px;
    }

    #login-button {
        border: 2px solid #8DC63F;
        border-radius: 8px;
        color: #FFF;
        background-color: transparent;
        padding: 8px 16px;
        font-family: "Noto Sans";
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        transition: all 0.3s ease;
        max-height: 35px;
        min-width: 120px;
        text-wrap: nowrap;
        border-radius: var(--border-radius--button, 8px);
        display: flex;
        padding: 0px var(--Components-Buttons-padding-button-lg, 40px);
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        aspect-ratio: 24 / 7;
        color: var(--Text-primary--invert, #FFF);
        text-align: center;
        font-family: "Noto Sans";
        font-size: var(--Font-Size-Button-button--md, 16px);
        font-style: normal;
        font-weight: 700;
        line-height: 100%;
        max-height: 35px;
    }

    #mobile-topmenu-language .dropdown-menu {
        position: absolute;
        left: auto;
        right: 0;
        -webkit-transform: none;
        transform: none;
    }



}

@media (max-width: 768px) {
    .top-menu-right {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .top-menu-right li {
        width: -webkit-fill-available;
    }

    .top-menu-right li a {
        width: 100%;
        min-height: 52px;
    }
}