/* Canlı Destek Butonları ve Menü Sorunlarını Düzelt */

.support-button-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9998 !important; /* Menüden düşük ama görünür */
}

.support-contact-btn {
    background: linear-gradient(135deg, #FE4C23, #ff6b4a);
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(254, 76, 35, 0.4);
    transition: all 0.3s ease;
    z-index: 9998 !important;
}

.support-contact-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(254, 76, 35, 0.6);
}

/* Canlı destek balonunun menüyü kapatmaması için */
.support-button-container,
.support-contact-btn {
    pointer-events: auto !important;
}

/* Menü açıkken canlı destek butonunu gizleme */
.sidebar.active ~ .support-button-container,
.left-menu.active ~ .support-button-container,
.right-menu.active ~ .support-button-container {
    z-index: 9997 !important;
}

/* Canlı destek widget'ının z-index'ini ayarla */
#chat-widget-container,
.lc-chat-widget,
[class*="livechat"],
[class*="LiveChat"] {
    z-index: 9999 !important;
}

/* Menü ile çakışmayı önle */
.sidebar,
.left-menu,
.right-menu {
    z-index: 10000 !important;
}
