#chatbot-button{position:fixed;bottom:20px;right:20px;background:#0073aa;color:white;padding:12px 18px;border-radius:50px;cursor:pointer;z-index:9999;}
#chatbot-box{display:none;position:fixed;bottom:80px;right:20px;width:300px;background:white;border:1px solid #ccc;border-radius:8px;z-index:9999;}
#chatbot-header{background:#0073aa;color:white;padding:10px;text-align:center;}
#chatbot-messages{height:200px;overflow-y:auto;padding:10px;font-size:14px;}
#chatbot-input {
width: 100%;
padding: 8px;
border: none;
border-top: 1px solid #ccc;
}