
        .social-buttons {
            position: fixed;
            bottom: 30px;
            right: 7px;
            display: flex;
            flex-direction: column;
            gap: 15px;
            z-index: 999;
        }
        
        .social-btn {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 20px;
            text-decoration: none;
            box-shadow: 0 4px 10px rgba(0,0,0,0.2);
            transition: all 0.3s;
        }
        
        .social-btn:hover {
            transform: translateY(-5px);
        }
        
        .phone-btn { background: #8d8dc7; }
        .whatsapp-btn { background: #299b17; }
		.email-btn { background: #2e859f; }