/**
* © 2025 Gabriel Muras Codei
* Wszystkie prawa zastrzeżone.
*
* Niniejszy plik stanowi część utworu chronionego prawem autorskim.
* Użytkowanie dozwolone wyłącznie w ramach licencji udzielonej
* w Umowie Wykonania i Wdrożenia Strony Internetowej.
* Zabronione kopiowanie, modyfikowanie i rozpowszechnianie bez zgody autora.
*/

/* ---------------------- FOOTER - OPTYMALIZOWANE STYLE ----------------------------------------------------*/

footer {
    background-color: var(--bg-color-dark) !important
}

.footer-wrapper {
    padding-top: 30px
}

.footer-heading {
    padding: 10px 0;
    font-weight: 400;
    font-size: 20px;
    color: var(--accent-color)
}

.footer-text {
    width: 70%
}

.footer-doc a {
    display: block
}

footer .nav-item {
    padding: 0 25px
}

footer .nav-link {
    color: var(--font-color-light) !important
}

.footer-contact a,
.footer-social a {
    text-decoration: none;
    color: var(--font-color-light);
    padding: 5px;
    transition: opacity .3s ease
}

.footer-social .fa-brands,
.footer-social .fab {
    font-size: 25px
}

.footer-social a:hover {
    opacity: .7
}

.footer-copywright p {
    margin-left: 35px
}

.footer-logo-wrapper {
    display: flex;
    justify-content: flex-end;
    margin-right: 30px
}

.footer-logo-wrapper a {
    padding: 0 15px 0 5px;
    color: var(--accent-color);
    text-decoration: none;
    transition: opacity .2s ease
}

.footer-logo-wrapper a:hover {
    opacity: .8
}

.footer-doc {
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

address {
    font-style: normal;
    line-height: var(--text-line-height);
}

@media (max-width:768px) {
    .footer-logo-wrapper {
        justify-content: center;
        margin-right: 0;
        /* margin-bottom: 5px */
    }

    .footer-copywright p {
        margin: 0 0 5px 0;
        text-align: center
    }

    .footer-nav {
        display: none
    }

    .footer-text {
        text-align: center;
        margin: 0 auto;
        width: 80%
    }

    .footer-contact,
    .footer-heading,
    .footer-social {
        text-align: center
    }

    p.footer-heading {
        margin: 0 5px;
        padding-bottom: 0;
    }

    .footer-social-link {
        margin: 8px 0 32px 0;
    }

    .footer-contact {}

    .footer-doc a {
        padding: 0 0 10px 0;
    }

    footer .col-md-4 {
        margin-bottom: 15px;
    }
}