/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    font-size: 14px;
    color: var(--text-color-secondary);
    background-image: radial-gradient(circle at top left, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.95) 100%), url('/upload/default/20240312/95ec16fe975aa64ff26c9aa6b1047f13.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

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

}

#footer a {
    color: #FFFFFF;
}

#footer a:hover {
    color: var(--primary-color);
}

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

}

#footer .footer-top .footer-logo {
    max-width: 180px;
    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(--primary-color);
}

#footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    color: var(--text-color-secondary);
}

#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;
    color: #777777;
    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 {
    color: #777777;
    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: var(--primary-color);
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #2b2b2b;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
    background: var(--primary-color);
    color: #fff;
    text-decoration: none;
}

#footer .footer-copyright {
    background-color: rgba(255, 255, 255, 0.05);
}


#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;
}
