﻿/* FOOTER */
footer#main-footer {
    color: #ffffff;
    position: relative;
    margin-bottom: 0px;
    margin-top: 0px;
}
    
footer#main-footer a {
        color: #ffffff !important;
    }

footer#main-footer #back-to-top {
        position: absolute;
    }

.footer-links {
    font-size: 0.875rem;
    gap: 0.75rem;
}

.footer-link {
    color: #ffffff;
    text-decoration: none;
    padding: 0.25rem 0;
    white-space: nowrap;
    transition: color 0.2s ease;
}

    .footer-link:hover {
        color: #495057;
        text-decoration: underline;
    }

.footer-info {
    font-size: 0.8rem;
    gap: 0.75rem;
}

.footer-info-item {
    color: #ffffff;
    white-space: nowrap;
    padding: 0.15rem 0;
}

.footer-info-value {
    font-weight: 500;
    color: #ffffff;
}

.footer-phone-link {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}

    .footer-phone-link:hover {
        color: #495057;
        text-decoration: underline;
    }

.footer-divider {
    color: #ffffff;
    font-weight: 300;
    user-select: none;
}

@media (max-width: 768px) {
    .footer-links {
        font-size: 0.8rem;
        gap: 0.5rem;
    }

    .footer-info {
        font-size: 0.75rem;
        gap: 0.5rem;
    }

    .footer-link,
    .footer-info-item {
        padding: 0.2rem 0;
    }
}

@media (max-width: 576px) {

    .footer-link,
    footer-info {
        justify-content: center !important;
        text-align: center;
    }

    .footer-info {
        margin-top: 0.5rem;
    }
}
