.footer-section {
    background: var(--bg-soft-gradient);
    color: #fff;
}

.footer-section .container {
    padding-top: 50px;
    padding-bottom: 50px;
}

.footer-section .container .footer-content {
    border-width: 1px 1px 1px 1px;
    border-color: rgba(255, 255, 255, 0.4);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 0;
}

.footer-box {
    padding: 30px;
}

.footer-icon img {
    width: 50px;
}

.footer-item h6 {
    font-weight: 700;
    letter-spacing: 1px;
}

.footer-copyright {
    font-weight: 600;
    letter-spacing: 1px;
}

.footer-item a {
    text-decoration: none !important;
}

.footer-item .fa-chevron-right:before{
    font-size: 12px;
}

.footer-divider {
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: rgba(255, 255, 255, 1);
    margin: 0;
}

.social-links a {
    color: #fff;
    font-size: 1rem;
    transition: color 0.3s ease;
}

.social-links a img{
    width: 40px;
    height: 40px;
}

.social-links a:hover {
    color: #C7A17A;
}

.footer-bottom {
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: 1px;
}

.btn-square{
    width: 38px;
    height: 38px;
}

@media (max-width: 992px) {
    .footer-item{
        align-items: center !important;
    }
    .footer-item .hours-wrapper{
        align-items: center !important;
    }
    .footer-item .store-wrapper{
        align-items: center !important;
    }
    .footer-section .container .footer-content .footer-location{
        margin-top: unset !important;
    }
    .footer-box{
        margin-top: unset !important;
    }
}