.chatbot-btn {
    position: fixed;
    bottom: 80px;
    right: 20px;
    background-color: var(--brand-color);
    color: white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1052;
    font-size: 24px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25),
    0 0 15px var(--brand-color),
    0 0 25px var(--dark-brand-color);
}

.chatbot-box {
    position: fixed;
    bottom: 140px;
    right: 20px;
    background: transparent;
    border-radius: 12px;
    display: none;
    z-index: 1051;
}

/*@media (max-width: 768px) {*/
/*    .chatbot-box {*/
/*        left: 20px;*/
/*        right: 20px;*/
/*    }*/
/*}*/
