.whatsapp_float {
    position: fixed;
    bottom: 20px;
    left: 20px;  /* LEFT SIDE */
    width: 60px;
    height: 60px;
    background-color: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    z-index: 9999;
    cursor: pointer;
    transition: 0.3s ease;
}

.whatsapp_float:hover {
    background-color: #1ebe5d;
    transform: scale(1.08);
}

.whatsapp_icon {
    width: 35px;
    height: 35px;
}
