/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
    font-size: 14px;
    color: color-mix(in srgb, var(--surface-color), transparent 40%);
    background-image: radial-gradient(circle at top left, rgba(var(--dark-color-rgb), 0.9) 0%, rgba(var(--dark-color-rgb), 0.95) 100%), url('../img/footer-bg.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.footer .footer-logo {
    max-width: 200px;
}

.footer a {
    color: color-mix(in srgb, var(--surface-color), transparent 40%);
}

.footer a:hover {
    color: #FFFFFF;
}

.footer .footer-top {
    padding: 60px 0 30px 0;

}

.footer .footer-top .footer-logo {
    max-width: 90px;
    height: auto;
}

.footer .footer-top .footer-contact {
    margin-bottom: 30px;
}

.footer .footer-top .footer-contact i {
    display: inline-block;
    width: 20px;
    text-align: center;
    margin-right: 10px;
}

.footer .footer-top .footer-contact h3 {
    font-size: 24px;
    margin: 0 0 15px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
    color: #FFFFFF;
}

.footer .footer-top .footer-contact h3 span {
    color: var(--default-color);
}

.footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    color: color-mix(in srgb, var(--surface-color), transparent 40%);
}

.footer .footer-top .nav-title {
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    position: relative;
    padding-bottom: 12px;
    display: block;
}

.footer .footer-top .footer-links {
    margin-bottom: 10px;
}


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

.footer .footer-top .footer-links ul i {
    padding-right: 2px;
    font-size: 14px;
    line-height: 1;
}

.footer .footer-top .footer-links ul li {
    display: flex;
    margin-bottom: 10px;
    align-items: baseline;
}

.footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

.footer .footer-top .footer-links ul a {
    transition: 0.3s;
    display: inline-block;
}

.footer .footer-top .footer-links ul a:hover,
.footer .footer-top .footer-links ul a:hover i {
    text-decoration: none;
    color: #ffffff;
}

.footer .social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid color-mix(in srgb, var(--accent-color), transparent 50%);
    font-size: 16px;
    color: color-mix(in srgb, var(--accent-color), transparent 20%);
    margin-right: 10px;
    transition: 0.3s;
}

.footer .social-links a:hover {
    color: var(--surface-color);
    border-color: var(--surface-color);
}


.footer .footer-copyright span, .footer .footer-copyright a {
    color: #FFFFFF;
    opacity: 0.6;
    transition: 0.3s;
}

.footer .footer-copyright a:hover {
    color: #FFFFFF;
    opacity: 1;
}

.footer .copyright {
    text-align: center;
    float: left;

}

.footer .poweredby {
    float: right;
    text-align: center;
    font-size: 13px;
}

@media (max-width: 768px) {
    .footer .copyright, .footer .poweredby {
        float: none;
        text-align: center;
        padding: 2px 0;
    }
}

.foot-nav .dropdown-menu {
    position: relative !important;
    background: none;
    border: none;
    min-width: auto;
    padding: 0;
    font-size: 14px;
    transform: none !important;
}

.foot-nav .dropdown-menu .dropdown-item {
    padding: 0;
    background: none !important;
}

.footer .footer-top .nav-title:after {
    display: none;
}

@media (min-width: 768px) {
    .foot-nav .dropdown-menu {
        display: block;
    }


    .footer .footer-top .footer-links {
        margin-bottom: 30px;
    }
}

.foot-tel {
    font-size: 22px;
    margin-top: 1rem;
}
