.fcfb-footer-call-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fcb800;
    padding: 12px 20px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 -3px 10px rgba(0,0,0,0.2);
}

.fcfb-footer-call-bar a {
    color: #000;
    text-decoration: none;
}

.fcfb-footer-call-bar i {
    font-size: 20px;
    color: #000;
}

/* Show only on mobile */
@media (min-width: 769px) {
    .fcfb-footer-call-bar {
     display: none !important;
    }
}
