.footer {
    /* background: var(--footer-bg, #111);
    color: var(--footer-text, #fff); */
    padding: 60px 0;
    font-size: 15px;
}

.footer a {
    color: inherit;
    text-decoration: none;
}

.footer-logo img {
    max-width: 180px;
    margin-bottom: 20px;
}

/* NAV */
.footer-nav ul {
    list-style: none;
    padding: 0;
}
.footer-nav li {
    margin-bottom: 8px;
}
.footer-nav a:hover {
    color: #f39c12;
}
.footer-navigation {
    margin-top: 40px;
}

.footer-nav-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 18px;
    color: #fff;
}
h4.footer-menu-title {
    /* color: #fff; */
    font-size: 20px;
}

/* SOCIAL */
.footer-social {
    margin-top: 20px;
}
.footer-social a {
    display: inline-block;
    margin-right: 12px;
    font-size: 18px;
}

/* CONTACT */
.footer-contact .contact-item {
    margin-bottom: 10px;
}
.footer-contact i {
    margin-right: 8px;
}

/* STYLE VARIANTS */
.footer-style-2 {
    text-align: center;
}
.footer-style-2 .footer-nav {
    margin-top: 15px;
}

.footer-style-3 {
    padding: 25px 0;
    border-top: 1px solid rgba(255,255,255,.1);
}

.footer-style-4 {
    background: #0d0d0d;
}
.footer-style-4 .footer-nav {
    padding-top: 20px;
}


.footer-social {
    margin-top: 25px;
}

.footer-social-list {
    display: flex;
    gap: 14px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-social-list li a {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.08);
    border-radius: 50%;
    color: #fff;
    font-size: 15px;
    transition: all .3s ease;
}

.footer-social-list li a:hover {
    background: #ffffff;
    color: #000;
    transform: translateY(-3px);
}

.footer-bottom.text-center {
    background: #202020;
    padding: 15px;
    color: #fff;
}
.footer-style-2 .footer-social-list {
    display: flex;
    justify-content: center;
}
.footer-style-2 .footer-social {
    margin-top: 0px;
    margin-bottom: 20px;
}