/* Sticky Header Actions Positioning */
.tbta-sticky-actions-52d40c53 {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

body.admin-bar .tbta-sticky-actions-52d40c53 {
    top: calc(var(--wp-admin--admin-bar--height, 32px) + 20px);
}

@media screen and (max-width: 782px) {
    body.admin-bar .tbta-sticky-actions-52d40c53 {
        top: 66px;
    }
}

.tbta-sticky-btn-52d40c53 {
    text-decoration: none !important;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 18px;
    border-radius: 30px;
    color: #ffffff !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.tbta-sticky-btn-52d40c53:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.4);
}

.call-btn-52d40c53 {
    background-color: #0052CC;
}

.wa-btn-52d40c53 {
    background-color: #25D366;
}

/* Floating WhatsApp Button */
.tbta-whatsapp-floating-52d40c53 {
    position: fixed;
    bottom: 90px;
    right: 20px;
    background-color: #25D366;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    z-index: 9999;
    transition: transform 0.2s ease;
}

.tbta-whatsapp-floating-52d40c53:hover {
    transform: scale(1.1);
}

/* Chatbot Interface Styling */
.tbta-chat-trigger-52d40c53 {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #0052CC;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    padding: 12px 24px;
    border-radius: 30px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    cursor: pointer;
    z-index: 9999;
    transition: background 0.2s ease, transform 0.2s ease;
    border: 2px solid #39FF14;
}

.tbta-chat-trigger-52d40c53:hover {
    background: #0043b3;
    transform: translateY(-2px);
}

.tbta-chat-container-52d40c53 {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 380px;
    max-width: calc(100vw - 40px);
    height: 550px;
    max-height: calc(100vh - 120px);
    background: #0B0E14;
    border: 2px solid #39FF14;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.5);
    z-index: 10000;
    display: none;
    flex-direction: column;
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
}

.tbta-chat-header-52d40c53 {
    background: #141822;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(57, 255, 20, 0.2);
}

.tbta-chat-title-52d40c53 {
    color: #39FF14;
    font-weight: 700;
    font-size: 16px;
}

.tbta-chat-close-52d40c53 {
    background: none;
    border: none;
    color: #ffffff;
    font-size: 24px;
    cursor: pointer;
}

.tbta-chat-body-52d40c53 {
    flex: 1;
    padding: 20px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.tbta-chat-message-52d40c53 {
    background: #141822;
    color: #ffffff;
    padding: 15px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.5;
    border-left: 4px solid #0052CC;
}

.tbta-chat-message-52d40c53 p {
    margin: 0 0 10px 0;
}

.tbta-chat-message-52d40c53 ul {
    margin: 0 0 10px 0;
    padding-left: 20px;
}

.tbta-chat-form-52d40c53 {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.tbta-form-group-52d40c53 {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.tbta-form-group-52d40c53 label {
    color: #A0AEC0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}

.tbta-form-group-52d40c53 input,
.tbta-form-group-52d40c53 select {
    background: #141822;
    border: 1px solid #A0AEC0;
    color: #ffffff;
    padding: 10px;
    border-radius: 6px;
    font-size: 14px;
}

.tbta-form-group-52d40c53 input:focus,
.tbta-form-group-52d40c53 select:focus {
    border-color: #39FF14;
    outline: none;
}

.tbta-submit-btn-52d40c53 {
    background: #39FF14;
    color: #0B0E14;
    border: none;
    padding: 12px;
    font-weight: bold;
    border-radius: 6px;
    cursor: pointer;
    font-size: 15px;
    transition: opacity 0.2s;
    text-transform: uppercase;
}

.tbta-submit-btn-52d40c53:hover {
    opacity: 0.9;
}
