
#sticky-call-button {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #0c7b29;
    color: white;
    text-align: center;
    padding: 12px 10px;
    font-size: 16px;
    z-index: 9999;
}

#sticky-call-button a {
    color: white;
    text-decoration: none;
    display: block;
}

#sticky-call-button .scb-text1 {
    font-weight: bold;
}

#sticky-call-button .scb-text2 {
    font-size: 14px;
    opacity: 0.9;
}
