/* 
    Created on : 17 Dec 2025, 22:52:30
    Author     : Owner
*/

/* ----------------------------------------------------------------------- */
/* Footer Styles                                                         */
/* ----------------------------------------------------------------------- */
footer {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    background: #223;
    color: #ccc;
    padding: 2rem 0;
    text-align: center;
    font-size: 0.9rem;
    margin-top: auto;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding: 0 20px;
}

.footer-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.footer-copyright {
    margin-top: 1rem;
}



