body{.chat-toggle-btn{position:fixed;bottom:2%;right:20px;background:none;border:none;padding:0;cursor:pointer;z-index:1000;}.chat-toggle-btn img{width:150px;height:auto;border-radius:20px;}.chatbot-window{position:fixed;bottom:5%;right:20px;width:510px;max-height:80%;background-color:#fff;border-radius:10px;box-shadow:0 2px 12px rgba(0,0,0,0.4);display:none;flex-direction:column;overflow:hidden;z-index:1001;}.chatbot-window.show{display:flex;}.chatbot-header{background-color:#00c300;color:#fff;padding:10px;display:flex;align-items:center;justify-content:space-between;}.chatbot-title{font-weight:bold;}.chat-close-btn{background-color:#fff;color:#00c300;border:none;border-radius:50%;width:28px;height:28px;font-size:16px;line-height:28px;text-align:center;padding:0;cursor:pointer;font-weight:bold;}.chatbot-messages{flex:1;padding:10px;overflow-y:auto;background-color:#e5ddd5;}.chat-message{display:flex;margin:12px 0;align-items:flex-start;}.chat-message.received{justify-content:flex-start;}.chat-message.sent{justify-content:flex-end;}.message-bubble{max-width:75%;padding:10px 14px;border-radius:18px;line-height:1.6;white-space:pre-wrap;word-wrap:break-word;background-color:#fff;box-shadow:0 1px 1px rgba(0,0,0,0.1);display:inline-block;text-align:left;}.chat-message.sent .message-bubble{background-color:#d4f8c6;text-align:left;}.chat-message.received .message-bubble{background-color:#fff;text-align:left;}.bot-icon{width:80px;height:80px;border-radius:50%;margin-right:12px;object-fit:cover;align-self:flex-start;}.chatbot-input{display:flex;align-items:center;padding:10px;background-color:#f0f0f0;border-top:1px solid #ddd;}.chatbot-input textarea{flex:1;padding:10px 14px;border:1px solid #ccc;border-radius:20px;resize:none;font-size:14px;min-height:40px;max-height:120px;overflow-y:auto;line-height:1.4;display:flex;align-items:center;}.chat-send-btn{margin-left:10px;padding:10px 16px;background-color:#00c300;color:#fff;border:none;border-radius:20px;font-size:14px;cursor:pointer;}.chat-suggestions{display:flex;flex-wrap:wrap;gap:8px;margin:4px 0 12px 52px;}.chat-suggestion-btn{display:inline-block;padding:8px 14px;border:1px solid #8eb8d8;border-radius:18px;background-color:#fff;color:#4a7a9b;font-size:13px;line-height:1.4;cursor:pointer;font-family:inherit;}.chat-suggestion-btn:hover{background-color:#eef6fc;}.message-bubble a{color:#007bff;text-decoration:underline;word-break:break-all;}.chat-message.loading .message-bubble{font-style:italic;color:#888;animation:blink 1.2s infinite;}@keyframes blink{0%{opacity:1;}50%{opacity:0.4;}100%{opacity:1;}}@media screen and (max-width:768px){.chat-toggle-btn{bottom:2%;right:10px;}.chat-toggle-btn img{width:100px;height:auto;}.chatbot-window{bottom:0;right:0;left:0;width:100%;height:60vh;max-height:100vh;border-radius:0;}.chatbot-header{padding:12px;font-size:16px;}.chat-close-btn{width:30px;height:30px;font-size:16px;line-height:30px;}.chatbot-messages{padding:12px;font-size:16px;}.bot-icon{width:40px;height:40px;margin-right:10px;}.chat-suggestions{margin-left:50px;}.chatbot-input{flex-direction:column;padding:10px;}.chatbot-input textarea{width:100%;font-size:16px !important;padding:10px 14px;margin-bottom:8px;border-radius:16px;border:1px solid #ccc;}.chat-send-btn{width:100%;font-size:16px;padding:12px;border-radius:16px;}html{-webkit-text-size-adjust:100%;}}