#chat-icon,#send-msg{background:#6400e4;color:#fff}#chat-box,.faq-box{font-family:'Segoe UI',sans-serif}#chat-icon,.faq-item{cursor:pointer;text-align:center}#chatbot-container{position:fixed;bottom:20px;right:20px;z-index:9999}#chat-box{display:none;width:340px;border-radius:16px;overflow:hidden;box-shadow:0 8px 30px rgba(0,0,0,.2);background:#fff;display:flex;flex-direction:column}#chat-header{background:linear-gradient(135deg,#bf0fff,#ff3c6e);color:#fff;padding:15px;display:flex;align-items:center;gap:12px}#chat-header .avatar{width:40px;height:40px;border-radius:50%;background:url('https://cdn-icons-png.flaticon.com/512/149/149071.png') center center/cover no-repeat #fff}.online-status{font-size:12px;color:#ffdcdc}#chat-window{padding:15px;height:320px;overflow-y:auto}.chat-bot,.chat-msg{max-width:100%;padding:10px 14px;margin-bottom:10px;border-radius:18px;clear:both;line-height:1.4;font-size:14px}.chat-msg.bot{float:left}.chat-bot.msg{background:#a58fe2;color:#fff;float:left;border-bottom-left-radius:0}.chat-msg.user{background:linear-gradient(135deg,#ff3c6e);color:#fff;float:right;border-bottom-right-radius:0}#chat-input{display:flex;border-top:1px solid #ddd;padding:10px;background:#fff}#chat-input input{flex:1;border:none;border-radius:20px;padding:10px 14px;background:#f0f0f0;outline:0;font-size:14px}#send-msg{border:none;padding:0 14px;margin-left:8px;border-radius:50%;font-size:18px;cursor:pointer}#chat-icon{width:60px;height:60px;border-radius:50%;line-height:60px;font-size:30px;box-shadow:0 5px 15px rgba(0,0,0,.3);margin-left:auto}.faq-box{border:1px solid #ccc;border-radius:8px;width:250px}.faq-item{padding:12px 15px;border-top:1px solid #ccc;color:#888}.faq-item:first-child{border-top:none}.faq-item:hover{background-color:#f5f5f5;color:#333}.faq-item.active{color:#673ab7;font-weight:700}.link_color{color:#d0ff01}