:root {
    --brand-red: #e31b23;   
    --footer-bg: #2b2b2b;
}


.custom-footer {
    background-color: var(--footer-bg) !important;
    padding: 4rem 1.5rem 2rem !important;
    border-top: 3px solid var(--brand-red);
}


.footer h3.subtitle {
    color: var(--brand-red) !important;
    font-weight: 800 !important; 
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 2rem !important;
}


.footer .title.is-5,
.footer p:not(a), 
.footer span:not(a) {
    color: #ffffff !important;
}


.footer a {
    color: #ffffff !important;
    font-weight: 400 !important;   
    text-decoration: none !important;
    transition: color 0.2s ease-in-out !important;
}

.footer a[href^="mailto:"]
 {
    font-weight: 700 !important;   
}


.footer a:hover,
.footer a:hover span,
.footer a:hover i {
    color: var(--brand-red) !important; 
    text-decoration: none !important;
}

.map-container {
    border-radius: 12px;
    overflow: hidden;
    line-height: 0;
    box-shadow: 0 10px 40px rgba(0,0,0,0.6);
    border: 1px solid #555;
}

.copyright-text-container {
    border-top: 1px solid #444;
    padding-top: 2rem;
    margin-top: 3rem;
    text-align: center;
}

.copyright-text-container p {
    color: #ffffff !important;
}

@media screen and (max-width: 768px) {
    .footer-right-col, .footer-left-col {
        text-align: center !important;
        margin-bottom: 3rem;
    }
    .footer .icon-text, .footer a {
        justify-content: center !important;
        display: flex;
        align-items: center;
    }
}