.site-footer {
    background: var(--bs-blue-1050);
}

/**
 * ======================================================
 * Footer Company
 * ======================================================
 */
.footer-company img {
    background-color: var(--bs-white);
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 10px;
    max-width: 75%;
    height: auto;
}

.footer-company i {
    color: var(--bs-gray-400);
}

.footer-company a {
    color: var(--bs-gray-400);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.footer-company a:hover {
    color: var(--bs-white);
}

/**
 * ======================================================
 * Footer Link
 * ======================================================
 */
.footer-link {
    color: var(--bs-white);
    padding: 30px 20px;
    width: 100%;
}

.footer-link h3 {
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 35px;
    text-transform: uppercase;
}

.footer-link ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-link li {
    margin-bottom: 12px;
}

.footer-link a {
    color: var(--bs-gray-300);
    text-decoration: none;
    font-size: 14px;
}

.footer-link a:hover {
    color: var(--bs-white);
}

.footer-link img {
    width: 60px;
    height: auto;
    background: var(--bs-white);
    padding: 6px 10px;
    border-radius: 6px;
}

/* Tablet */
@media (min-width: 768px) {
    .footer-link {
        max-width: 250px;
    }
}

/* Mobile center alignment */
@media (max-width: 767px) {
    .footer-link li {
        margin-bottom: 10px;
    }
}

/**
 * ======================================================
 * Footer Link
 * ======================================================
 */
.footer-location p {
    color: var(--bs-gray-300);
    font-size: 14px;
    font-weight: 500;
    line-height: 36px;
}

.footer-location h3 {
    font-size: 16px;
    letter-spacing: 2px;
    margin-top: 15px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.footer-location a {
    color: var(--bs-gray-400);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 36px;
}

.footer-location a:hover {
    color: var(--bs-white);
}

/**
 * ======================================================
 * Footer Social
 * ======================================================
 */
.footer-social a {
    display: inline-flex;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    color: #000;
    text-decoration: none;
}

.footer-social a:hover {
    background: #0d6efd;
    color: #fff;
}