/* WhatsApp Floating Button */
#whatsapp-float-btn {
    position: fixed;
    bottom: 80px;  /* Increased the bottom space */
    right: 20px;
    background-color: #25d366;
    border-radius: 50%;
    padding: 15px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

#whatsapp-float-btn img {
    width: 30px;
    height: 30px;
}