#ajmal-chatbot-wrapper *,#ajmal-chatbot-wrapper *::before,#ajmal-chatbot-wrapper *::after{box-sizing:border-box!important;margin:0!important;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif!important}#ajmal-chatbot-wrapper{position:fixed!important;bottom:28px!important;z-index:2147483647!important;display:flex!important;flex-direction:column!important;align-items:flex-end!important}#ajmal-chatbot-wrapper.ajmal-pos-right{right:28px!important;left:auto!important}#ajmal-chatbot-wrapper.ajmal-pos-left{left:28px!important;right:auto!important;align-items:flex-start!important}@keyframes ajmal-pulse{0%{box-shadow:0 0 0 0 rgb(46 125 50 / .55)}70%{box-shadow:0 0 0 14px #fff0}100%{box-shadow:0 0 0 0 #fff0}}#ajmal-chat-toggle{width:60px!important;height:60px!important;border-radius:50%!important;background:#2e7d32!important;border:none!important;cursor:pointer!important;display:flex!important;align-items:center!important;justify-content:center!important;box-shadow:0 4px 20px rgb(0 0 0 / .25)!important;transition:background .25s,transform .2s!important;position:relative!important;outline:none!important;padding:0!important;animation:ajmal-pulse 2s infinite!important;flex-shrink:0!important}#ajmal-chat-toggle:hover{background:#43a047!important;transform:scale(1.08)!important}#ajmal-badge{position:absolute!important;top:-3px!important;right:-3px!important;background:#e53935!important;color:#fff!important;font-size:11px!important;font-weight:700!important;width:20px!important;height:20px!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;border:2px solid #fff!important;line-height:1!important}#ajmal-chat-box{width:350px!important;max-width:calc(100vw - 56px)!important;border-radius:16px!important;overflow:hidden!important;box-shadow:0 8px 40px rgb(0 0 0 / .22)!important;background:#ffffff!important;display:flex!important;flex-direction:column!important;margin-bottom:14px!important;border:1px solid #c8e6c9!important;animation:ajmal-slide-up .25s ease!important}#ajmal-chat-box.ajmal-hidden{display:none!important}@keyframes ajmal-slide-up{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}#ajmal-chat-header{background:linear-gradient(135deg,#1b5e20,#43a047)!important;padding:14px 16px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;color:#ffffff!important;flex-shrink:0!important}#ajmal-chat-header-info{display:flex!important;align-items:center!important;gap:10px!important}#ajmal-chat-avatar{font-size:22px!important;background:rgb(255 255 255 / .18)!important;width:42px!important;height:42px!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-shrink:0!important}#ajmal-chat-title{font-weight:700!important;font-size:15px!important;color:#fff!important;line-height:1.3!important}#ajmal-chat-subtitle{font-size:11px!important;opacity:.85!important;color:#fff!important;line-height:1.3!important}#ajmal-chat-close{background:none!important;border:none!important;color:#fff!important;font-size:20px!important;cursor:pointer!important;padding:4px 6px!important;line-height:1!important;border-radius:6px!important;transition:background .2s!important;flex-shrink:0!important}#ajmal-chat-close:hover{background:rgb(255 255 255 / .2)!important}#ajmal-chat-messages{height:300px!important;overflow-y:auto!important;padding:14px 12px!important;display:flex!important;flex-direction:column!important;gap:10px!important;background:#f1f8e9!important;scroll-behavior:smooth!important}#ajmal-chat-messages::-webkit-scrollbar{width:4px!important}#ajmal-chat-messages::-webkit-scrollbar-thumb{background:#a5d6a7!important;border-radius:4px!important}.ajmal-msg{max-width:82%!important;padding:10px 13px!important;border-radius:14px!important;font-size:13.5px!important;line-height:1.55!important;word-wrap:break-word!important;animation:ajmal-pop .2s ease!important;display:block!important}@keyframes ajmal-pop{from{opacity:0;transform:scale(.93)}to{opacity:1;transform:scale(1)}}.ajmal-msg-bot{background:#ffffff!important;color:#212121!important;border:1px solid #c8e6c9!important;align-self:flex-start!important;border-bottom-left-radius:4px!important}.ajmal-msg-user{background:#2e7d32!important;color:#ffffff!important;align-self:flex-end!important;border-bottom-right-radius:4px!important}.ajmal-msg-bot a{color:#1b5e20!important;font-weight:600!important;text-decoration:underline!important}.ajmal-msg-user a{color:#b9f6ca!important}.ajmal-typing{display:flex!important;gap:5px!important;align-items:center!important;padding:11px 15px!important;background:#ffffff!important;border:1px solid #c8e6c9!important;border-radius:14px!important;border-bottom-left-radius:4px!important;align-self:flex-start!important;width:auto!important}.ajmal-typing span{width:7px!important;height:7px!important;background:#2e7d32!important;border-radius:50%!important;display:inline-block!important;animation:ajmal-bounce 1.1s infinite!important}.ajmal-typing span:nth-child(2){animation-delay:.18s!important}.ajmal-typing span:nth-child(3){animation-delay:.36s!important}@keyframes ajmal-bounce{0%,80%,100%{transform:translateY(0) scale(1)}40%{transform:translateY(-5px) scale(1.2)}}#ajmal-chat-input-area{display:flex!important;padding:10px 12px!important;gap:8px!important;border-top:1px solid #e0e0e0!important;background:#ffffff!important;align-items:center!important;flex-shrink:0!important}#ajmal-chat-input{flex:1!important;border:1.5px solid #c8e6c9!important;border-radius:24px!important;padding:9px 14px!important;font-size:13px!important;outline:none!important;color:#212121!important;background:#fff!important;transition:border-color .2s!important;min-width:0!important}#ajmal-chat-input:focus{border-color:#2e7d32!important}#ajmal-chat-send{width:40px!important;height:40px!important;background:#2e7d32!important;border:none!important;border-radius:50%!important;cursor:pointer!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-shrink:0!important;padding:0!important;transition:background .2s,transform .15s!important}#ajmal-chat-send:hover{background:#43a047!important;transform:scale(1.07)!important}#ajmal-chat-send:active{transform:scale(.94)!important}#ajmal-watermark{text-align:center!important;font-size:10px!important;color:#9e9e9e!important;padding:5px 0 7px!important;letter-spacing:.4px!important;background:#ffffff!important;border-top:1px solid #f0f0f0!important;flex-shrink:0!important}@media (max-width:420px){#ajmal-chat-box{width:calc(100vw - 40px)!important}#ajmal-chatbot-wrapper.ajmal-pos-right{right:16px!important}#ajmal-chatbot-wrapper.ajmal-pos-left{left:16px!important}#ajmal-chatbot-wrapper{bottom:16px!important}}