footer.footer-2025 {
    padding: 40px 0;
}
.nrx-footer-top-grids{
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 40px;
}
.nrx-footer-flag-grids {
    display: grid;
    grid-template-columns: 103px 1fr;
    gap: 40px;
}
.nrx-footer-top-grids {
    margin-bottom: 20px;
}
.nrx-footer-top-grids .nrx-footer-menu-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 40px;
}
.nrx-footer-logo {
    margin-bottom: 20px;
    display: block;
}
.nrx-footer-top-grids .menu li a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
}
footer .nrx-footer-top-grids .menu li.menu-item-has-children > a {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.13px;
    display: inline-block;
    margin-bottom: 20px;
    font-style: normal;
}
footer .menu-item-has-children .sub-menu .submenu-container {
    padding: 0;
}
.nrx-footer-horizontal-menu {
    border-width: 1px 0;
    border-style: solid;
    border-color: rgba(232,232,232,0.2);
    padding: 20px 0;
    margin-bottom: 20px;
}
.menu-footer-horizontal-container .menu {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}
.menu-footer-horizontal-container .menu li {
    margin-top: 0;
}
.nrx-footer-horizontal-menu .nrx-footer-social {
    justify-content: end;
}
.nrx-footer-flag-grids .footer_madein_flag_row {
    align-items: start;
}
.nrx-footer-flag-grids .footer_madein_flag_row .footer_madein_image {
    margin-left: 0;
    width: 100%;
}
.nrx-footer-flag-grids .footer_madein_flag_row .footer_madein_text.compounded-text {
    font-size: 16.4px;
}
.nrx-footer-flag-grids .footer_madein_flag_row .footer_madein_text {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.13px;
    text-align: center;
}
.nrx-footer-flag-grids .nrx-footer-disclaimer {
    padding: 0 0 20px;
    border-bottom: 1px solid rgba(232,232,232,.2);
}
.nrx-footer-flag-grids .nrx-footer-disclaimer p {
    border-top: 0;
    padding-top: 0;
}
.nrx-footer-flag-grids .nrx-footer-disclaimer p:first-child {
    margin-top: 0;
}
.footer-copyright-container {
    padding-top: 20px;
}
.footer-copyright-text {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.13px;
    color: #fff;
    margin-top: 20px;
}
footer .nrx-footer-social li.nrx-footer-icon.nrx-footer-icon-facebook a::before {
    background-image: url(../img/footer-facebook.svg);
}
footer .nrx-footer-social li.nrx-footer-icon.nrx-footer-icon-twitter a::before {
    background-image: url(../img/footer-X-Logo.svg);
}
footer .nrx-footer-social li.nrx-footer-icon.nrx-footer-icon-instagram a::before {
    background-image: url(../img/footer-Instagram.svg);
}
footer .nrx-footer-social li.nrx-footer-icon.nrx-footer-icon-tiktok a::before {
    background-image: url(../img/footer-Tiktok.svg);
}
footer .nrx-footer-social li.nrx-footer-icon a::before {
    background-repeat: no-repeat;
    background-position: center center !important;
}
footer .nrx-footer-social li.nrx-footer-icon a{
    width: 21px !important;
    height: 25px !important;
}
@media screen and (max-width: 991px) {
    .nrx-footer-top-grids{
        grid-template-columns: 1fr;
        gap: 25px;
    }
    .nrx-footer-flag-grids {
        grid-template-columns: 104px 1fr;
        gap: 25px;
    }
    .nrx-footer-top-grids .nrx-footer-menu-container {
        padding: 20px 0;
        border-width: 1px 0;
        border-style: solid;
        border-color: rgba(232,232,232,0.2);
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .nrx-footer-top-grids .nrx-footer-menu-container > div {
        padding-left: 0;
    }
    footer .menu-item-has-children .sub-menu {
        overflow: hidden;
        max-height: 0;
        transition: max-height 0.3s ease;
    }
    footer .menu-item-has-children .menu-dropdown-arrow {
        transform: translateY(7px);
        background: transparent;
    }
    footer .menu-item-has-children .menu-dropdown-arrow svg path {
        stroke: #fff;
    }
    footer .menu-item-has-children.active .menu-dropdown-arrow {
        transform: rotate(180deg) translateY(-7px) !important;
    }
    footer .nrx-footer-top-grids .menu li.menu-item-has-children > a,
    ul#menu-footer-nicerx-column-3 li {
        margin-bottom: 0;
    }
    footer .nrx-footer-top-grids .menu li.menu-item-has-children > a {
        padding: 10px 0;
    }
    footer .menu-item-has-children.active .sub-menu {
        margin-top: 10px;
    }
    .nrx-footer-horizontal-menu {
        border: 0;
        margin-bottom: 0;
        padding: 0;
    }
    .menu-footer-horizontal-container .menu {
        display: block;
    }
    .menu-footer-horizontal-container .menu li a {
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        color: #fff;
        display: block;
        padding: 10px 0;
    }
    .nrx-footer-horizontal-menu .nrx-footer-social {
        border-width: 1px 0;
        border-style: solid;
        border-color: rgba(232,232,232,0.2);
        justify-content: start;
        padding: 30px 0;
    }
    footer .nrx-copyright-links ul {
        row-gap: 10px;
    }
}
@media screen and (max-width: 767px) {
    .nrx-footer-flag-grids {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    .footer_madein_image{
        max-width: 105px;
    }
    .footer_madein_flag{
        display: flex;
        gap: 20px;
        align-items: center;
    }
    .footer-2025 .menu-item.menu-item-has-children{
        cursor: pointer;
    }
}