.whatsapp-float{
    position: fixed;
    right: 20px;
    bottom: 95px;
    width: 65px;
    height: 65px;
    background: #25d366;
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    z-index: 999;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.back-to-top{
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 55px;
    height: 55px;
    background: #ffc107;
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    border: none;
    z-index: 999;
    cursor: pointer;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    display: none; /* Hidden by default */
}


