﻿.site-footer {
    background: #101b2d url('../media/footer.jpg') center center/cover no-repeat;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.footer-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, rgba(10,16,32,0.93) 75%, rgba(25,40,72,0.70) 100%);
    z-index: 1;
}

.site-footer .container, .site-footer .row, .site-footer .footer-links, .site-footer .footer-social {
    position: relative;
    z-index: 2;
}

.footer-logo img {
    vertical-align: middle;
}

.footer-title {
    color: #53b0e2;
    font-size: 1.1rem;
    margin-bottom: 1rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.footer-links {
    margin: 0;
    padding: 0;
}

.footer-link {
    color: #b9e2fb;
    display: block;
    padding: 0.15rem 0;
    text-decoration: none;
    font-size: 1rem;
    transition: color .2s;
}

    .footer-link:hover, .footer-link:focus {
        color: #ffd600;
        text-decoration: underline;
    }

.footer-social-link {
    font-size: 1.2rem;
    color: #b9e2fb !important;
    transition: color .2s;
}

    .footer-social-link:hover {
        color: #ffd600 !important;
    }

.footer-company {
    font-size: 1.12rem;
    letter-spacing: 0.02em;
    color: #fff;
}

.footer-contact i {
    color: #ffd600;
}

@media (max-width: 991px) {
    .site-footer .container, .site-footer .row {
        text-align: center;
    }

    .footer-title {
        margin-top: 2rem;
    }

    .footer-logo {
        justify-content: center;
    }
}
