/* CSS for section section:Footer */
.site-footer-main {
    padding: 60px 0 24px 0 !important;
    background-color: #eff9fa;
}

.site-footer-main,
.site-footer-main.demo-2 {
    background-color: #eff9fa !important;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
    padding-bottom: 40px;
}


.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.studio-footer .studio-footer-html {
    background-color: #eff9fa;
}

.studio-footer .container.footer-container,
.studio-footer .container.copyright {
    max-width: 1240px;
}

.footer-about {
    max-width: 308px;
}

.footer-logo {
    display: block;
    margin-bottom: 16px;
}

.footer-about p {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 24px;
}

.social-links {
    display: flex;
    gap: 20px;
}

.footer-links h4 {
    font-size: 14px;
    font-weight: 800 !important;
    margin-bottom: 16px;
}

.footer-links ul li {
    margin-bottom: 8px;
}

footer .footer-links a {
    font-size: 14px;
    font-weight: 400;
    color: #000000 !important;
    text-decoration: none;
}

footer .copyright {
    display: grid;
    grid-template-columns: minmax(220px, 308px) repeat(3, minmax(160px, 220px));
    column-gap: 40px;
    align-items: center;
    text-align: left;
    padding-top: 6px;
    border-top: none;
}

footer .copyright p {
    font-size: 12px;
    color: #8a8a8a;
    margin: 0;
    line-height: 1.2;
}

footer .copyright a {
    color: #8a8a8a;
    text-decoration: none;
}

footer .footer-credit {
    margin: 0;
    white-space: nowrap;
    text-align: right;
    grid-column: 4;
    justify-self: end;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0;
}

footer .copyright p:first-child {
    grid-column: 1 / span 3;
}

footer .footer-credit a {
    display: inline-flex;
    align-items: center;
}

footer .footer-credit-text {
    font-size: 12px;
    color: #8a8a8a;
    line-height: 1;
    display: inline-flex;
    align-items: center;
}

footer .footer-credit img {
    height: 24px !important;
    width: auto !important;
    max-width: none !important;
    max-height: none !important;
    display: block;
    margin-top: -1px;
}

@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
    }

    footer .copyright {
        grid-template-columns: 1fr;
        row-gap: 6px;
        align-items: flex-start;
    }

    footer .footer-credit {
        text-align: left;
        grid-column: 1;
        justify-self: start;
    }
}
