.whatsapp-float-btn-04176bcf {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.whatsapp-float-btn-04176bcf:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
}

.whatsapp-float-icon-04176bcf {
    width: 28px;
    height: 28px;
}

@media (max-width: 768px) {
    .whatsapp-float-btn-04176bcf {
        bottom: 16px;
        right: 16px;
        width: 54px;
        height: 54px;
    }

    .whatsapp-float-icon-04176bcf {
        width: 24px;
        height: 24px;
    }
}
