@charset "UTF-8";

html, body {
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    background-color: #1a1a1a !important;
}

#layout-container {
    display: flex;
    flex-direction: column;
    min-height: 100vh; 
    min-height: 100dvh; 
    margin: 0 !important;
    padding: 0 !important;
    background-color: transparent !important; 
}

#header, #container {
    background-color: #fff !important;
}

#container {
    flex: 1 0 auto; 
    width: 100%;
    margin: 0 !important;
    padding-bottom: 50px; 
}

footer.footer-signature-w {
    flex-shrink: 0;
    background-color: #1a1a1a !important;
    color: #fff;
    width: 100%;
    padding: 40px 0 30px 0 !important;
    margin: 0 !important;
    border: none !important;
}

.footer-inner-container {
    max-width: 960px;
    margin: 0 auto !important;
    padding: 0 20px;
    box-sizing: border-box;
}

#footer_js {
    display: flex;
    justify-content: flex-start;
    list-style: none;
    padding: 0 !important;
    margin: 0 0 15px 0 !important;
    gap: 25px;
    flex-wrap: wrap;
}

#footer_js li {
    margin: 0 !important;
}

#footer_js li a {
    color: #fff !important;
    text-decoration: none;
    font-size: 13px;
    line-height: 1.5;
}

#footer_js li a span {
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s;
}

#footer_js li a:hover span {
    border-bottom: 1px solid #fff;
}

.footer-copyright {
    display: block;
    text-align: left;
    font-size: 11px;
    color: #888;
    margin: 0 !important; 
    padding-top: 10px;
    letter-spacing: 0.5px;
}

.back {
    text-align: right;
    margin: 30px 0 0 0;
    padding-right: 20px;
}

@media screen and (max-width: 768px) {
    footer.footer-signature-w {
        padding: 30px 0 !important;
    }
    #footer_js {
        gap: 15px;
        flex-direction: column;
    }
}