/* Aman Cargo Movers assistant widget */
.acm-chat-btn{position:fixed;right:22px;bottom:22px;z-index:1050;display:flex;align-items:center;gap:10px;background:#ffc700;color:#141414;border:0;border-radius:999px;padding:12px 18px 12px 14px;font:600 15px/1 "Urbanist",sans-serif;box-shadow:0 10px 30px rgba(0,0,0,.25);cursor:pointer;transition:transform .15s}
.acm-chat-btn:hover{transform:translateY(-2px)}
.acm-chat-btn svg{width:22px;height:22px}
.acm-chat-btn .acm-dot{position:absolute;top:6px;right:8px;width:10px;height:10px;border-radius:50%;background:#e53935;border:2px solid #ffc700}
.acm-chat{position:fixed;right:22px;bottom:90px;z-index:1051;width:370px;max-width:calc(100vw - 24px);height:560px;max-height:calc(100vh - 110px);background:#fff;border-radius:16px;box-shadow:0 24px 60px rgba(0,0,0,.3);display:none;flex-direction:column;overflow:hidden;font-family:"Urbanist",sans-serif}
.acm-chat.open{display:flex}
.acm-head{background:#141414;color:#fff;padding:14px 16px;display:flex;align-items:center;gap:12px}
.acm-head .acm-avatar{width:40px;height:40px;border-radius:50%;background:#ffc700;display:grid;place-items:center;color:#141414;flex:none}
.acm-head .acm-avatar svg{width:22px;height:22px}
.acm-head b{display:block;font-size:16px;line-height:1.1}
.acm-head small{color:#b9b9b9;font-size:12px}
.acm-head .acm-online{display:inline-block;width:8px;height:8px;border-radius:50%;background:#2ecc71;margin-right:5px}
.acm-close{margin-left:auto;background:none;border:0;color:#fff;font-size:22px;cursor:pointer;line-height:1;padding:4px}
.acm-body{flex:1;overflow-y:auto;padding:16px;background:#f6f6f6;display:flex;flex-direction:column;gap:10px}
.acm-msg{max-width:85%;padding:10px 13px;border-radius:14px;font-size:14.5px;line-height:1.45;white-space:pre-wrap;word-wrap:break-word}
.acm-msg.bot{background:#fff;color:#141414;border-bottom-left-radius:4px;align-self:flex-start;box-shadow:0 2px 6px rgba(0,0,0,.06)}
.acm-msg.user{background:#141414;color:#fff;border-bottom-right-radius:4px;align-self:flex-end}
.acm-msg a{color:inherit;text-decoration:underline;font-weight:600}
.acm-typing{align-self:flex-start;background:#fff;border-radius:14px;padding:10px 14px;display:flex;gap:4px}
.acm-typing i{width:7px;height:7px;border-radius:50%;background:#999;animation:acm-b 1s infinite}
.acm-typing i:nth-child(2){animation-delay:.15s}.acm-typing i:nth-child(3){animation-delay:.3s}
@keyframes acm-b{0%,80%,100%{transform:translateY(0);opacity:.5}40%{transform:translateY(-4px);opacity:1}}
.acm-quick{display:flex;flex-wrap:wrap;gap:6px;padding:0 16px 10px;background:#f6f6f6}
.acm-quick button{border:1px solid #ddd;background:#fff;border-radius:999px;padding:6px 11px;font:500 13px "Urbanist",sans-serif;color:#141414;cursor:pointer}
.acm-quick button:hover{border-color:#ffc700;background:#fff8dc}
.acm-foot{display:flex;gap:8px;padding:12px;border-top:1px solid #eee;background:#fff}
.acm-foot input{flex:1;border:1px solid #ddd;border-radius:999px;padding:11px 14px;font:15px "Urbanist",sans-serif;outline:none}
.acm-foot input:focus{border-color:#141414}
.acm-foot button{width:44px;height:44px;border-radius:50%;border:0;background:#ffc700;color:#141414;display:grid;place-items:center;cursor:pointer}
.acm-foot button:disabled{opacity:.5;cursor:default}
.acm-foot button svg{width:20px;height:20px}
.acm-note{font-size:11px;color:#888;text-align:center;padding:0 12px 8px;background:#fff}
@media (max-width:480px){.acm-chat{right:12px;bottom:80px;height:calc(100vh - 100px)}.acm-chat-btn{right:12px;bottom:12px}}
