.custom-whatsapp-button {
    position: fixed;
    top: 60%;
    right: 20px;
    transform: translateY(-50%);
    background-color: #000;
    color: white;
    border: 2px solid white;
    border-radius: 50px;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 4px 15px;
    font-family: Arial, sans-serif;
    z-index: 9999;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease;
}

.custom-whatsapp-button:hover {
    transform: translateY(-50%) scale(1.05);
}

.custom-whatsapp-button svg {
    width: 36px;
    height: 36px;
    margin-right: 10px;
}

.btn-text {
    line-height: 1.1;
}

.btn-text strong {
    font-size: 16px;
    color: white;
}

.sub-text {
    font-size: 13px;
    color: #00ff00;
}