.site-footer {
    font-family: 'Panton', sans-serif;
    font-weight: 330;
}

.site-footer a {
    font-weight: 330;
}

.site-footer .footer-widgets-container .inner-padding {
    margin-bottom: 20px;
}

.footer-widgets {
    background-color: var(--blue);
    color: var(--white);
}

.footer-widgets h1,
.footer-widgets h2,
.footer-widgets h3,
.footer-widgets h4 {
    color: var(--white);
}

.footer-widgets h3 {
    font-size: 20px;
    font-weight: 700;
}

.footer-widgets a {
    color: var(--white);
    text-decoration: none;
}

.site-footer .social-media h3 {
    font-size: 36px;
    line-height: 1.6;
}

.site-footer .social-media .inside-footer-widgets {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

footer.site-footer {
    background: linear-gradient(180deg, #20375F 0%, #162032 100%);
    color: #FFFFFF;
}

footer.site-footer p {
    margin-bottom: 0 !important;
}

footer.site-footer .heading {
    margin-bottom: 24px;
    font-size: 23px;
    font-weight: 370;
    color: #FFFFFF !important;
    line-height: 28px;
}

footer.site-footer a {
    color: rgba(255, 255, 255, 0.80);
}

footer.site-footer > .container {
    display: flex;
    flex-direction: column;
    max-width: 1440px;
    margin: 0 auto;
    padding: 64px 64px 0 64px !important;
    gap: 64px;
}

footer.site-footer .top > .logo img {
    display: block;
    width: 225px;
    max-width: 100%;
}

footer.site-footer .middle {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 64px;
}

footer.site-footer .middle .column-1 .content {
    margin-bottom: 32px;
    font-size: 18px;
    line-height: 28px;
}

footer.site-footer .middle .column-1 .content p {
    margin-bottom: 0;
}

footer.site-footer .middle .column-1 .button {
    background: rgba(255, 255, 255, 0.20);
    font-weight: 350;
    color: #ffffff;
}

footer.site-footer .middle .column-1 .button::after {
    width: 24px;
    height: 24px;
    background: white;
    -webkit-mask: url('/wp-content/themes/strevon/assets/images/icons/arrow-right.svg') no-repeat center;
    mask: url('/wp-content/themes/strevon/assets/images/icons/arrow-right.svg') no-repeat center;
}

footer.site-footer .middle .column-2 ul {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 16px;
}

footer.site-footer .middle .column-2 ul li {
    font-size: 18px;
    line-height: 28px;
}

footer.site-footer .middle .column-3 {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

footer.site-footer .middle .column-3 .row-1 {
    font-size: 18px;
    line-height: 28px;
}

footer.site-footer .middle .column-3 .row-2 {
    font-size: 16px;
    line-height: 24px;
}

footer.site-footer .logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 64px;
}

footer.site-footer img {
    display: block;
    max-width: 128px;
    max-height: 128px;
}

footer.site-footer .column-4 .articles {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

footer.site-footer .column-4 .articles .article a {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
}

footer.site-footer .column-4 .articles img {
    width: 64px;
    height: 64px;
    border-radius: 8px;
    object-fit: cover;
}

footer.site-footer .column-4 .articles .image.type-loom {
    position: relative;
}

footer.site-footer .column-4 .articles .image.type-loom::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    content: '';
    background: url('/wp-content/themes/strevon/assets/images/icons/play.svg') no-repeat center;
    background-size: cover;
    transform: translate(-50%, -50%);
}

footer.site-footer .column-4 .articles .item-heading {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 330;
    color: #FFFFFF !important;
    line-height: 28px;
}

footer.site-footer .footer-social-media {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 64px;
}

footer.site-footer .bottom {
    margin-top: 64px;
    padding: 32px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
    text-align: center;
}

footer.site-footer .important-links {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
}

footer.site-footer .important-links li {
    display: inline-block;
    margin: 0 16px;
}



footer .buttons {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 394px;
    padding: 24px;
    border-radius: 24px;
    background: linear-gradient(180deg, #20375F 0%, #162032 100%);
    gap: 24px;
}

footer .buttons:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background-image: url('/wp-content/themes/strevon/assets/images/icons/dots.png');
    background-repeat: no-repeat;
}

footer .button-group {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    gap: 8px;
}

footer .button-group .button {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    padding: 14px 32px;
    border-radius: 8px;
    font-family: 'Panton', sans-serif;
    font-weight: 350;
    line-height: 28px;
    gap: 8px;
}

footer .button-group .button-caption {
    font-family: Panthon, sans-serif;
    font-size: 14px;
    font-weight: 330;
    color: rgba(255, 255, 255, 0.80);
    line-height: 24px;
}

@media (max-width: 768px) {
    footer .button-group .button {
        padding: 12px 24px;
        gap: 4px;
    }

    footer .button-group {
        gap: 4px;
    }

    footer .buttons {
        padding: 16px;
        gap: 16px;
    }
}

@media (max-width: 992px) {
    footer.site-footer .middle {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    footer.site-footer > .container {
        padding: 32px 32px 0 32px !important;
        gap: 48px;
    }

    footer.site-footer .top > .logo img {
        width: 150px;
    }

    footer.site-footer .middle {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    footer.site-footer .middle .column-1 .content {
        margin-bottom: 48px;
    }

    footer.site-footer .middle .column-1 .button {
        font-size: 16px;
        line-height: 24px;
    }

    footer.site-footer .heading {
        margin-bottom: 16px;
        font-size: 18px;
        line-height: 28px;
    }

    footer.site-footer .middle .column-2 ul {
        font-size: 16px;
        line-height: 24px;
    }

    footer.site-footer .middle .column-3 .row-1,
    footer.site-footer .middle .column-3 .row-2 {
        font-size: 16px;
        line-height: 24px;
    }
}