.footer-contact {
    display: flex;
    align-items: center;
    gap: 8px; /* space between icon and number */
    margin-bottom: 4px; /* spacing between rows */
}

.footer-contact svg {
    flex-shrink: 0;
}

.footer-contact a {
    text-decoration: none;
    color: #000 !important;
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 137.25%;
}
.footer-contact a:hover {
    color: #E27343 !important;
    text-decoration: none !important;
}

.bg-black-important {
    background-color: #000 !important;
}

.nav-delay-100 { transition-delay: 100ms; }
.nav-delay-200 { transition-delay: 200ms; }
.nav-delay-300 { transition-delay: 300ms; }
.nav-delay-350 { transition-delay: 350ms; }
.nav-delay-400 { transition-delay: 400ms; }
