﻿.floating-btn-whatsapp
{
    background: #25d366;
    box-shadow: 0 6px 25px rgba(37, 211, 102, 0.4);
}
.floating-buttons
{
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.floating-btn-call
{
    background: #ffffff;
    box-shadow: 0 6px 25px rgba(30, 42, 58, 0.4);
}
.floating-btn
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.25);
    position: relative;
    font-size: 2rem;
    color: #fff;
    border: none;
    cursor: pointer;
}

@media (max-width: 480px)
{
    .floating-buttons
    {
        bottom: 16px;
        right: 16px;
        gap: 10px;
    }
}
@media (max-width: 768px)
{
    .floating-buttons
    {
        bottom: 20px;
        right: 20px;
        gap: 12px;
    }
}
.floating-buttons
{
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 14px;
}