.whatsapp-container {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 100;
    display: flex;
    align-items: center;
}

.whatsapp-float {
    position: relative;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 101;
    display: flex;
    justify-content: center;
    align-items: center;
}

.whatsapp-text {
    background-color: #f0f0f0;
    color: #333;
    padding: 8px 12px;
    border-radius: 6px;
    position: absolute;
    right: 70px; /* Adjust as needed */
    white-space: nowrap;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.whatsapp-ico {
    fill: white;
    width: 40px;
    height: 40px;
}