/* Footer layout and icon compatibility fixes. */
.footer-redesign .footer-badges {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 24px;
    margin-top: 30px;
    width: 100%;
}

.footer-redesign .footul .footer-badges .eighteen,
.footer-redesign .footul .footer-badges .eighteen1 {
    display: block !important;
    float: none !important;
    margin: 0 !important;
}

.footer-redesign .footul .footer-badges .eighteen {
    flex: 0 0 250px !important;
    width: 250px !important;
    max-width: 100%;
}

.footer-redesign .footul .footer-badges .eighteen1 {
    flex: 0 0 160px !important;
    width: 160px !important;
    max-width: 100%;
}

.footer-redesign .footul .footer-badges img {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    object-fit: contain;
}

.footer-redesign .newsletter .socialicons .fa {
    color: inherit;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: inherit;
}

@media (max-width: 1199px) {
    .footer-redesign .footer-badges {
        align-items: flex-start;
    }
}

@media (max-width: 479px) {
    .footer-redesign .footer-badges {
        align-items: center;
        flex-direction: column;
        gap: 20px;
    }
}
