.whatsapp-chat-widget {
            position: fixed;
            bottom: 10px;
            right: 20px;
            z-index: 1000;
        }
    
        .whatsapp-chat-widget img {
            width: 60px;
            height: 60px;
            cursor: pointer;
        }
    
        .whatsapp-dropdown {
            display: none;
            position: absolute;
            bottom: 70px;
            right: 0;

        
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            z-index: 1001;
            width: 300px;
        }
    
        .whatsapp-dropdown a {
            display: block;
            padding: 10px;
            text-decoration: none;
            color: #000;
            border-bottom: 1px solid #ddd;
        }
    
        .whatsapp-dropdown a:hover {
            background-color: #f1f1f1;
        }
    
        .whatsapp-dropdown a:last-child {
            border-bottom: none;
        }

        .whatsapp-chat{
            background-color: #ff4f00;
        }
