/* सुनिश्चित करें कि यह केवल हमारे बटन पर ही लागू हो */
.vwop-float-btn {
    position: fixed !important;
    bottom: 20px !important;
    z-index: 99999 !important;
    background-color: #25d366 !important;
    padding: 15px 20px !important;
    border-radius: 50px !important;
    color: #ffffff !important;
    text-decoration: none !important;
    font-weight: bold !important;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.3) !important;
    font-family: sans-serif !important;
    font-size: 14px !important;
    display: block !important;
    line-height: normal !important;
}

.vwop-float-btn:hover {
    background-color: #128c7e !important;
    color: #ffffff !important;
}