.site-footer {
    background: #1a2b3c;
    color: #e0e0e0;
    padding: 10px 0px;
    font-family: Helvetica, Arial, sans-serif;
    text-align: center;
}


.footer-heading {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
}

.footer-address {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
}

.address-col {
    display: flex;
    justify-content: center;
    align-items: center;
}

.address-icon {
    margin-right: 8px;
    opacity: 0.8;
}

.footer-divider {
    border: 0;
    border-top: 1px solid #444;
    margin: 30px 0;
}

.bi-linkedin {
    font-size: 30px;
    color: #ffffff;
}

.bi-linkedin:hover {
    color: #0077b5;
}



.footer-copyright {
    font-size: 12px;
    opacity: 0.8;
    margin: 10px 0;
}

.privacy-link {
    color: #e0e0e0;
    text-decoration: underline !important;
}

.footer-nav a {
    color: #e0e0e0;
    text-decoration: none;
    margin: 0 5px;
}

.footer-nav a:hover {
    text-decoration: underline;
}

nav {
    position: relative;
}

.location {
    margin-top: auto;
}