
.th-btn.style2:hover {
    background-color: #25D366 !important;
    color: white !important;
    border-color: #25D366 !important;
    font-weight: bold;
}

/* If your theme uses ::before for background effects */
.th-btn.style2:hover::before {
    background-color: #25D366 !important;
    opacity: 1 !important;
}

