.widget-visible{}

/* WhatsApp Widget Stilleri */
.whatsapp-widget{position:fixed;bottom:30px;right:30px;z-index:1000;}
.whatsapp-button{display:flex;align-items:center;justify-content:center;background:#25D366;color:white;padding:15px 20px;border-radius:50px;text-decoration:none;box-shadow:0 4px 20px rgba(37,211,102,0.4);transition:all 0.3s ease;font-weight:600;font-size:16px;gap:10px;}
.whatsapp-button:hover{background:#20BA5A;box-shadow:0 6px 30px rgba(37,211,102,0.6);transform:translateY(-3px) scale(1.05);}
.whatsapp-button:active{transform:translateY(-1px) scale(1.02);}
.whatsapp-icon{width:28px;height:28px;animation:pulse 2s infinite;fill: #fff !important;color: #fff;}
.whatsapp-text{font-size:15px;letter-spacing:0.5px;color: #fff;font-weight: 400;}

/* Pulse Animasyonu */
@keyframes pulse{
    0%,100%{transform:scale(1);}
    50%{transform:scale(1.1);}
}

/* Tooltip Stilleri */
.whatsapp-tooltip{position:absolute;bottom: 70px;right: auto;background:white;color:#333;padding:12px 18px;border-radius:10px;box-shadow:0 4px 15px rgba(0,0,0,0.15);white-space:nowrap;opacity:0;visibility:hidden;transition:all 0.3s ease;font-size:14px;pointer-events:none;left: 0;}
.whatsapp-tooltip::after{content:'';position:absolute;bottom: -8px;left: 70px;width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top: 8px solid #000000;}
.whatsapp-widget:hover .whatsapp-tooltip{opacity:1;visibility:visible;bottom: 60px;}

/* Responsive TasarÃ„Â±m */
@media screen and (max-width:768px){
    .whatsapp-widget{bottom:20px;right:20px;}
    .whatsapp-button{padding:12px 16px;font-size:14px;}
    .whatsapp-icon{width:24px;height:24px;}
    .whatsapp-text{font-size:14px;}
    .whatsapp-tooltip{font-size:13px;padding:10px 15px;}
    .demo-content{padding:30px 20px;}
}
@media screen and (max-width:480px){
    .whatsapp-widget{bottom:15px;right:15px;}
    .whatsapp-button{padding:12px;border-radius:50%;width:56px;height:56px;}

    /* Mobilde sadece ikon gÃƒÂ¶ster */
    .whatsapp-text{display:none;}
    .whatsapp-tooltip{right:auto;left:50%;transform:translateX(-50%);bottom:70px;}
    .whatsapp-tooltip::after{left:50%;right:auto;transform:translateX(-50%);}
    .whatsapp-widget:hover .whatsapp-tooltip{bottom:75px;}
}

/* Ekstra KÃƒÂ¼ÃƒÂ§ÃƒÂ¼k Ekranlar */
@media screen and (max-width:360px){
    .whatsapp-button{width:50px;height:50px;padding:10px;}
    .whatsapp-icon{width:22px;height:22px;}
}
