@import"https://fonts.googleapis.com/css2?family=Inder&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Outfit:wght@100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,sans-serif}body{width:100%;min-height:100vh;background:linear-gradient(135deg,#f4f0ff,#dacdff)}.container{position:fixed;bottom:30px;right:30px;z-index:1000}#chatbot-toggler{position:absolute;bottom:0;right:0;height:60px;width:60px;background:linear-gradient(135deg,#6d4fc2,#8b5cf6);color:#fff;border:none;border-radius:50%;cursor:pointer;font-size:1.5rem;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 20px #6d4fc266;transition:all .3s ease;z-index:1001}#chatbot-toggler span{color:#fff}#chatbot-toggler:hover{transform:scale(1.1);box-shadow:0 8px 25px #6d4fc280}.chatbot-popup{width:420px;max-width:90vw;overflow:hidden;background:#fff;border-radius:15px;box-shadow:0 20px 40px #6d4fc226,0 10px 25px #0000001a;position:absolute;bottom:80px;right:0;transform:translateY(100%) scale(.8);opacity:0;visibility:hidden;transition:all .3s ease;transform-origin:bottom right}.container.show .chatbot-popup{transform:translateY(0) scale(1);opacity:1;visibility:visible}.chatbot-popup .chat-header{display:flex;padding:20px 22px;align-items:center;justify-content:space-between;background:linear-gradient(135deg,#6d4fc2,#8b5cf6);border-radius:15px 15px 0 0}.chat-header .header-info{display:flex;gap:10px;align-items:center}.header-info svg{width:40px;height:40px;padding:6px;flex-shrink:0;background-color:#fff;fill:#6d4fc2;border-radius:50%}.chat-header button{height:40px;width:40px;border:none;outline:none;color:#fff;cursor:pointer;font-size:1.9rem;padding-top:2px;border-radius:50%;margin-right:-10px;background:none;transition:all .2s ease}.chat-header button:hover{background:#ffffff1a;transform:scale(1.05)}.chat-body{display:flex;flex-direction:column;gap:15px;height:450px;overflow-y:auto;overflow-x:hidden;padding:25px 20px 20px;background:#fafafa;scrollbar-width:thin;scrollbar-color:#6d4fc2 #f1f1f1}.chat-body::-webkit-scrollbar{width:8px}.chat-body::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px;margin:5px 0}.chat-body::-webkit-scrollbar-thumb{background:#6d4fc2;border-radius:10px;border:1px solid #f1f1f1}.chat-body::-webkit-scrollbar-thumb:hover{background:#5a3fb5}.chat-body::-webkit-scrollbar-thumb{background:#6d4fc2;min-height:20px}.chat-body .message{display:flex;align-items:flex-start;gap:11px;margin-bottom:15px}.chat-body .bot-message svg{height:35px;width:35px;padding:6px;flex-shrink:0;fill:#fff;align-self:flex-start;margin-top:5px;background:#6d4fc2;border-radius:50%}.chat-body .message .message-text{padding:16px 20px;max-width:80%;word-wrap:break-word;word-break:break-word;white-space:normal;font-size:.95rem;line-height:1.6;animation:fadeInUp .3s ease;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.message-text strong{font-weight:600;color:#6d4fc2}.message-text em{font-style:italic;opacity:.9}.message-text .list-number{font-weight:600;color:#6d4fc2;margin-right:8px}.message-text .bullet-point{color:#6d4fc2;font-weight:700;margin-right:8px}.message-text br{margin:4px 0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chat-body .bot-message .message-text{background:linear-gradient(135deg,#f8f5ff,#f0ebff);border-radius:18px 18px 18px 4px;border-left:3px solid #6d4fc2;box-shadow:0 2px 8px #6d4fc21a;color:#333;text-align:left}.chat-body .bot-message .message-text strong{font-weight:600;color:#6d4fc2}.chat-body .bot-message .message-text em{font-style:italic;color:#555}.chat-body .bot-message .message-text ul,.chat-body .bot-message .message-text ol{margin:8px 0;padding-left:20px}.chat-body .bot-message .message-text li{margin:4px 0}.chat-body .user-message{flex-direction:column;align-items:flex-end}.chat-body .user-message .message-text{background:linear-gradient(135deg,#6d4fc2,#8b5cf6);color:#fff;border-radius:18px 18px 4px;box-shadow:0 2px 8px #6d4fc24d;text-align:left}.chat-footer{padding:20px 22px;background:#fff;border-top:1px solid #e5e5e5;border-radius:0 0 15px 15px}.chat-footer .chat-form{display:flex;align-items:center;gap:12px;background:#f8f9fa;border-radius:25px;padding:8px 8px 8px 20px;border:2px solid #e9ecef;transition:all .2s ease}.chat-footer .chat-form:focus-within{border-color:#6d4fc2;box-shadow:0 0 0 3px #6d4fc21a}.chat-form input{flex:1;border:none;outline:none;background:transparent;font-size:.95rem;color:#333;padding:8px 0}.chat-form input::placeholder{color:#999;font-style:italic}.chat-form button{height:40px;width:40px;border:none;outline:none;background:linear-gradient(135deg,#6d4fc2,#8b5cf6);color:#fff;border-radius:50%;cursor:pointer;font-size:1.1rem;display:flex;align-items:center;justify-content:center;transition:all .2s ease;box-shadow:0 2px 8px #6d4fc24d}.chat-form button:hover{transform:scale(1.05);box-shadow:0 4px 12px #6d4fc266}.chat-form button:disabled{background:#ccc;cursor:not-allowed;transform:none;box-shadow:none}.header-info h3{color:#fff;font-size:1.2rem;font-weight:600;margin:0}.header-info p{color:#ffffffe6;font-size:.85rem;margin:2px 0 0}.typing-indicator{display:flex;align-items:center;gap:4px;padding:12px 18px;background:#f0ebff;border-radius:18px 18px 18px 4px;max-width:75%}.typing-indicator span{height:8px;width:8px;background:#6d4fc2;border-radius:50%;animation:typing 1.4s infinite ease-in-out}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{transform:translateY(0);opacity:.5}30%{transform:translateY(-10px);opacity:1}}
