/*
Theme Name: Luxride Child
Theme URI: 
Description: A child theme of Luxride
Author: 
Author URI: 
Template: luxride
Version: 1.0.0
Text Domain: luxride-child
*/

/* Add your custom styles below this line */
.whatsapp-widget {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 9999;
}

.whatsapp-widget a {
    width: 60px;
    height: 60px;
    background: #25D366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.whatsapp-widget a:hover {
    background: #20b954;
}