.footer {
    background-color: #26292e;
    padding: 100px 0 0 0;
}

.footer-logo, .footer-logo:hover {
    text-decoration: none;
    color: var(--color-white);
    font-size: 42px;
    font-weight: 800;
    margin-right: 4rem;
    padding: 15px 0;
}

.footer-hotline{
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 0;
    display: flex;
    gap: 16px;
    align-items: center;
}

.footer-hotline .icon{
    color: var(--color-sec-red);
    font-size: 36px;
}

.footer-hotline a {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
}

.footer .description {
    color: #fff;
    line-height: 24px;
    margin-bottom: 3px;
    width: 350px;
}

.follow-social-media{
    display: flex;
    gap: 10px;
    margin-top: 20px;
}
.social-icon{
    height: 45px;
    width: 45px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #2f333a;
}

.social-icon:hover{
   background-color: #fff;
    color: #2f333a;
}

.social-icon.facebook{
    background-color: #3c5b9a;
    color: #fff;
}

.social-icon.twitter{
    background-color: #0c0002;
    color: #fff;
}

.social-icon.linkedin{
    background-color: #3c5b9a;
    color: #fff;
}

.social-icon.insta{
    background-color: #897763;
    color: #fff;
}

.footer-title h5 {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 20px;
}

.footer-content {
    line-height: 30px;
    font-size: 14px;
    color: #999;
    font-weight: 500;
}


.footer .list-unstyled.text-content li a {
    color: #999;
    display: block;
    font-weight: 500;
    padding: 3px 0;
    text-decoration: none;
}



.articles{
    padding: 15px 0;
}

.articles-inner{
    display: flex;
}

.articles-inner .articles-image {
    position: relative;
    float: left;
    width: 90px;
}

.articles-inner .articles-image img {
    max-width: 100%;
    height: auto;
}

.article-content {
    text-align: left;
    padding-left: 20px;
    float: left;
    width: calc(100% - 100px);
}

.articles-name {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 18px;
    position: relative;
    margin-bottom: 6px;
    margin-top: 0;
    color: #ffffff;
}

.articles-date {
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 400;
    color: #999;
    display: block;
}


.footer-contact {
    padding-top: 3px;
    padding-bottom: 7px;
    margin: 0;
    color: #999;
    font-weight: 500;
}

.open-time {
    padding-top: 7px;
}

.open-time p {
    line-height: 24px;
    margin: 0;
    color: #999;
    font-weight: 500;
}

.open-time p span {
    color: #fff;
}
.footer-bottom {
    margin-top: 2rem;
    border-top: 1px solid rgba(77, 77, 77, 0.5);
}


.copyright-inner {
    padding: 10px 0;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    color: #999;
}

.copyright-inner a{
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}

.footer-copyright {
    float: left;
    padding: 15px 0;
}

.footer-bottom .payment {
    float: right;
    padding: 10px 0;
}


@media (max-width: 767px) {
    .copyright-inner {
        text-align: center;
    }

    .footer-bottom .payment {
        float: none;
    }

}