.call-icon-container {
    width: 35px;
    height: 35px;
    background-color: #4bafaf;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 15px;
    position: relative;
}

.whatsapp-icon-container {
    width: 35px;
    height: 35px;
    background-color: #25D366;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 20px;
    position: relative;
}

/* All Buttons Yellow with Black Text */
button,
.btn,
.pix-btn,
.callnow,
.nav-btn {
    background-color: #F5F500 !important;
    color: black !important;
    border: none !important;
}

/* Button Hover Effect */
button:hover,
.btn:hover,
.pix-btn:hover,
.callnow:hover,
.nav-btn:hover {
    background-color: #F5F500 !important; /* darker yellow */
    color: black !important;
}
