#chat-toggle-btn{position:fixed;bottom:25px;right:25px;width:50px;height:50px;background:#f96302;color:white;font-size:28px;border-radius:50%;cursor:pointer;box-shadow:0 2px 6px rgba(0,0,0,0.3);display:flex;align-items:center;justify-content:center;z-index:10000}#chat-window{position:fixed;bottom:85px;right:25px;width:360px;height:450px;background:white;border:1px solid #ccc;border-radius:10px;box-shadow:0 4px 20px rgba(0,0,0,0.2);display:flex;flex-direction:column;font-family:Arial, sans-serif;z-index:10000}#chat-header{background:#f96302;color:white;font-weight:bold;padding:10px;display:flex;justify-content:space-between;align-items:center;font-size:16px;border-top-left-radius:10px;border-top-right-radius:10px}#chat-close-btn{background:transparent;border:none;color:white;font-size:20px;cursor:pointer}#chat-messages{flex-grow:1;overflow-y:auto;padding:12px;font-size:14px;background-color:#f9f9f9;border-bottom:1px solid #ddd}.chat-message{margin-bottom:10px;padding:8px 12px;border-radius:6px;max-width:85%;word-wrap:break-word}.chat-message-You{background-color:#e1f3ff;color:#000;align-self:flex-end}.chat-message-Bot{background-color:#f0f0f0;color:#222;align-self:flex-start}#chat-input{width:calc(100% - 24px);min-height:45px;padding:8px 12px;margin:10px 12px 6px;font-size:15px;border-radius:6px;border:1px solid #ccc;resize:none;font-family:inherit}#chat-send-btn{margin:0 12px 12px;padding:10px 0;font-size:16px;font-weight:bold;background-color:#f96302;color:white;border:none;border-radius:6px;cursor:pointer;transition:background-color 0.3s ease}#chat-send-btn:hover{background-color:#e05200}
