/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    padding: 0;
    color: var(--text-color-secondary);
    font-size: 14px;
    background: #3e3e3e;
    position: relative;
}

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

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

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

#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(--focus-color);
}

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

#footer .footer-top h4,
#footer .footer-top h4 > a,
#footer .nav-title {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    position: relative;
    padding-bottom: 1rem;
    display: flex;
}

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

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

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: var(--focus-color);
    font-size: 12px;
    line-height: 1;
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    justify-content: start;
}

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

#footer .footer-top .footer-links ul a {
    color: var(--text-color-secondary);
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: var(--focus-color);
}

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

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

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

#footer .poweredby {
    display: none;
    float: right;
    text-align: center;
    font-size: 13px;
    color: var(--text-color-secondary);
}


.ft-links a {
    color: var(--text-color-secondary);
    padding-right: 10px;
}

.ft-links a:last-child {
    padding-right: 0;
}

.foot-nav .dropdown-toggle.show .rotate-90 {
    transform: rotate(90deg);
}

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

    .nav-title i {
        visibility: hidden;
        opacity: 0;
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .nav-title {
        display: flex;
        justify-content: space-between;
    }

    .nav-title i.bi-chevron-down {
        visibility: visible;
        opacity: 1;
        display: inline-block;
    }

    .nav-title i.bi-chevron-up {
        visibility: hidden;
        opacity: 0;
        display: none;
    }

    .nav-title.show i.bi-chevron-up {
        visibility: visible;
        opacity: 1;
        display: inline-block;
    }

    .nav-title.show i.bi-chevron-down {
        visibility: hidden;
        opacity: 0;
        display: none;
    }

    .footer-links {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    #footer .footer-top .footer-links ul {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

.nav-store a {
    display: flex;
}

.nav-store h4, .nav-store a {
    margin-bottom: 0;
    padding-bottom: 0 !important;
}
