.site-footer {
    background: #141b5c;
    color: #ffffff;
    position: relative;
}

.top-footer {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

.footer-left .site-logo {
    height: 36px;
}

.footer-left img {
    height: auto;
}

.footer-middle {
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
}

.footer-middle a {
    color: #ffffff;
}

.footer-right {
    display: flex;
    flex-direction: row;
    gap: 4px;
    height: 96px;
}

.footer-right img {
    max-width: 48px;
    max-height: 48px;
}

.footer-left {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 48px;
}

.footer-menu ul {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-left: 0;
}

.footer-menu li {
    list-style: none;
}

ul.sub-menu {
    margin: 12px 0 0 0;
    margin-left: 0 !important;
}

/* footer-menu template part css */
.menu-item li {
    list-style: none;
    padding: 5px 0;
    font-weight: 400;
}

.menu-item li:hover a {
    color: #3963FF;
}

.menu-item ul {
    padding: 0 5px 0 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-left: 0;
}

ul.sub-menu {
    margin: 0 !important;
}

.menu-item {
    padding: 0;
}

.footer-title {
    color: #ffffff;
    line-height: 20px;
    text-align: left;
    padding-bottom: 8px;
    border-bottom: solid 1px #ffffff;
    font-size: 20px;
    font-weight: bold;
}

.menu {
    display: flex;
    gap: 36px;
}

.footer-left {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 64px;
    width: 100%;
}

.site-branding-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.social-media-footer ul {
    display: flex;
    list-style-type: none;
    gap: 10px;
    padding: 0;
}

.icons-social-media-right {
    display: flex;
    gap: 24px;
}

.site-branding {
    display: none;
}

.site-logo-right {
    display: block;
}

@media screen and (min-width: 769px) {

    .footer-menu ul {
        gap: 24px;
        margin-left: 48px;
    }

    .top-footer {
        flex-direction: row;
    }

    .footer-left {
        flex-direction: row;
    }

    .footer-menu ul {
        margin-left: 16px;
        flex-direction: row;
    }

    .site-branding {
        display: block;
    }

    .site-logo-right {
        display: none;
    }
}

@media (max-width: 490px) {
    .site-navigation {
        text-align: center;
    }

    .footer-title {
        text-align: center;
    }
}
@media (max-width: 768px) {
    .footer-right{
        margin: auto;
    }
}