/* Footer (logo + link columns + Contact Us with icons) matching the live production footer. Site-wide. */

.footer-style-3 .footer-top { padding-top: 10px; }
.cbp-footer-logo {
    display: inline-block;
    background: #fff;
    border-radius: 50px;
    padding: 22px 40px;
    margin-bottom: 20px;
}
.cbp-footer-logo img { display: block; height: 54px; width: auto; }
.footer-style-3 .footer-middle { display: none; }

.cbp-payment-icons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 10px;
}
.cbp-payment-icons img { height: 32px; width: auto; }

@media (max-width: 991px) {
    .cbp-payment-icons { justify-content: flex-start; margin-top: 16px; }
}

/* Contact Us column icons, matching production footer */
.footer-style-3 h4.title-footer { margin: 0 0 26px; }

.footer-style-3 .content-footer.content-about li {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding-left: 0;
}
.footer-style-3 .content-footer.content-about li:before,
.footer-style-3 .content-footer.content-about li.address:before,
.footer-style-3 .content-footer.content-about li.phone:before,
.footer-style-3 .content-footer.content-about li.email:before,
.footer-style-3 .content-footer.content-about li.time-work:before {
    content: none !important;
}

.footer-style-3 .content-footer.content-about .icon-circle {
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-style-3 .content-footer.content-about .icon-circle svg {
    width: 22px;
    height: 22px;
    fill: #e31e24;
}
.footer-style-3 .content-footer.content-about .text-contact {
    padding-top: 10px;
}
