
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25D366;
    color: white;
    border-radius: 50%;
    font-size: 28px;
    padding: 15px;
    z-index: 999;
    box-shadow: 0 4px 6px rgba(0,0,0,0.2);
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.whatsapp-float:hover {
    background-color: #1ebea5;
    text-decoration: none;
}

.instagram-float {
    position: fixed;
    bottom: 90px;
    right: 20px;
    background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af);
    color: white;
    border-radius: 50%;
    font-size: 24px;
    padding: 14px;
    z-index: 999;
    box-shadow: 0 4px 6px rgba(0,0,0,0.2);
    text-align: center;
}

.instagram-float:hover {
    text-decoration: none;
    background: #C13584;
}
