.chatbot-card{position:fixed;bottom:80px;right:20px;width:400px;background:#fff;border-radius:20px;box-shadow:0 8px 20px rgba(0,0,0,.15);display:flex;flex-direction:column;overflow:hidden;z-index:2000;animation:slideUp .3s ease;font-family:sans-serif}@media (max-width:1400px){.chatbot-card{right:80px}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.chatbot-card-header{display:flex;justify-content:space-between;align-items:center;padding:12px;border-bottom:1px solid #eee}.chatbot-info{display:flex;align-items:center;gap:10px}.chatbot-avatar{width:36px;height:36px;border-radius:50%}.chatbot-title{font-weight:600;font-size:14px}.chatbot-subtitle{font-size:12px;color:#555}.chatbot-close{cursor:pointer;color:#666}.chat-msg.bot{padding:10px;border-radius:12px;font-size:14px;line-height:1.4;color:#333}.chatbot-card-footer{padding:12px;display:flex;flex-direction:column;align-items:center;gap:8px;border-top:1px solid #eee}.chat-now-btn{background:#000;color:#fff;font-weight:600;padding:10px 20px;border:none;border-radius:8px;cursor:pointer;width:100%}.chatbot-powered{font-size:11px;color:#777}.chatbot-powered .brand{color:#ff4500;font-weight:600}.chat-container{max-width:600px;margin:5px auto;padding:10px;display:flex;flex-direction:column;height:60vh;font-family:Arial,sans-serif}.chat-box{flex:1;padding:10px;overflow-y:auto;background:#f9f9f9}.chat-msg{background:#e6f0ff}.chat-msg.user{background:#d4f8d4;padding:10px;border-radius:12px;font-size:14px;margin-top:10px;margin-bottom:10px;line-height:1.4;color:#333}.chat-input{display:flex;border:1px solid #ccc}.chat-input input{flex:1;padding:10px;border:none;outline:none}.chat-input button{padding:10px 20px;border:none;background:#007bff;color:#fff;cursor:pointer}