.footer {
    background: url('/img/gwk.jpg') center center/cover no-repeat;
    position: relative;
    color: #fff;
    margin-top: 80px;
}

.footer-overlay {
    background: rgba(0, 0, 0, 0.75);
    padding: 70px 0 30px 0;
}

.footer-logo {
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.footer-brand p {
    font-size: 14px;
    opacity: 0.85;
    line-height: 1.6;
}

.footer-title {
    font-weight: 600;
    margin-bottom: 20px;
}

.footer-list {
    list-style: none;
    padding: 0;
}

.footer-list li {
    margin-bottom: 10px;
    font-size: 14px;
}

.footer-list a {
    text-decoration: none;
    color: #fff;
    opacity: 0.8;
    transition: 0.3s;
}

.footer-list a:hover {
    opacity: 1;
    padding-left: 5px;
}

.footer-social a {
    color: #fff;
    font-size: 18px;
    margin-right: 15px;
    transition: 0.3s;
}

.footer-social a:hover {
    color: #4da6ff;
}

.footer-map iframe {
    border-radius: 10px;
}

.footer-divider {
    border-color: rgba(255,255,255,0.2);
    margin-top: 40px;
}

.footer-bottom {
    font-size: 14px;
    opacity: 0.7;
    padding-top: 15px;
}
