.footer {
    margin-bottom: 0 !important;
}

.top-footer-section {
    background-color: var(--bg-card-body);
    color: var(--text-high);
    margin-top: 1rem;
    padding-top: 10px;
    padding-bottom: 8px;
    border-top: 2px solid var(--famous-primary);
}

.top-footer-section .featured-box {
    padding: 10px 8px;
}

.top-footer-section .featured-box h3 {
    font-size: 14px;
    margin-bottom: 8px;
}

.top-footer-section .featured-box p {
    font-size: 12px;
    margin-bottom: 0;
}

.bottom-footer-section {
    margin-bottom: 0 !important;
    background: var(--bg-gradient);
}


.footer-main {
    padding: 2rem 0;

}

.footer-block-title {
    color: var(--header-text) !important;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
}

.footer-link-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-link-list li+li {
    margin-top: 8px;
}

.footer-link-list a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.footer-link-list a:hover {
    color: var(--header-hover);
}

#footer .footer-bottom {
    margin-top: 0;
    padding: 1rem 0;
    text-align: center;

}

.facebook-icon {
    color: var(--famous-primary);

}

#footer .footer-bottom .copyright-text {
    margin-bottom: 0 !important;
    color: var(--text-medium);
}

.footer-bottom-grid {
    row-gap: 8px;
}

.footer-image-col {
    display: flex;
    align-items: flex-start;
}

.footer-logo-column {
    width: 100%;
}

.footer-brand-img {
    width: 100%;
    max-width: 200px;
    height: auto;
    display: block;
    margin-right: 0;
}

.footer-address-text {
    color: var(--header-text);
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.footer-contact-list li+li {
    margin-top: 6px;
}

.footer-payment-social .payments-types {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.footer-payment-social .payments-types li {
    margin-right: 0 !important;
}

.footer-payment-social .payments-types img {
    border-color: #d9e3f1 !important;
}

.footer-social-icons {
    margin: 0;
    padding: 0;
    gap: 10px;
}

.footer-social-icons li {
    list-style: none;
}

.footer-social-icons li a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #d9e3f1;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991.98px) {
    .footer-main {
        padding: 1.5rem 0;
    }

    .footer-image-col {
        justify-content: flex-start;
    }

    .footer-brand-img {
        max-width: 160px;
        margin-bottom: 6px;
    }

    .top-footer-section .featured-box {
        padding: 8px 6px;
    }

    .top-footer-section .featured-box h3 {
        font-size: 13px;
    }
}

@media (min-width: 992px) {
    .footer-payment-social .payments-types {
        flex-wrap: nowrap;
        gap: 4px;
    }

    .footer-payment-social .payments-types img {
        width: 46px !important;
        height: 42px !important;
        object-fit: contain;
    }
}

@media (max-width: 575.98px) {
    .footer-payment-social .payments-types {
        gap: 4px;
    }

    .footer-social-icons {
        gap: 8px;
    }
}