/* Agents Group Qatar - Chatbot Widget v2.2 — Professional UI */

/* ─── Base ─────────────────────────────────────── */
#agq-chatbot{position:fixed;right:20px;bottom:96px;z-index:9999;font-family:'Inter',system-ui,-apple-system,'Segoe UI',Roboto,sans-serif}
#agq-chatbot *{box-sizing:border-box;margin:0;padding:0}
#agq-chatbot .agq-hidden{display:none!important}

/* ─── Floating Button ──────────────────────────── */
#agq-chatbot .agq-btn{
  display:flex;align-items:center;gap:10px;
  background:#1a1a2e;color:#fff;
  border-radius:60px;padding:14px 20px;
  box-shadow:0 6px 20px rgba(0,0,0,.2);
  cursor:pointer;user-select:none;border:none;
  transition:all .25s ease;
}
#agq-chatbot .agq-btn:hover{transform:translateY(-2px);box-shadow:0 10px 28px rgba(0,0,0,.25)}
#agq-chatbot .agq-btn-title{font-weight:700;font-size:13.5px}
#agq-chatbot .agq-btn-sub{font-size:11px;opacity:.7;margin-top:1px}
#agq-chatbot .agq-btn-text{line-height:1.15}
#agq-chatbot .agq-dot-online{width:9px;height:9px;border-radius:50%;background:#22c55e;flex-shrink:0;box-shadow:0 0 0 3px rgba(34,197,94,.2)}

/* ─── Panel ────────────────────────────────────── */
#agq-chatbot .agq-panel{
  width:380px;max-width:calc(100vw - 32px);
  height:550px;max-height:calc(100vh - 120px);
  background:#f4f5f7;border-radius:16px;
  box-shadow:0 20px 60px rgba(0,0,0,.15),0 0 0 1px rgba(0,0,0,.05);
  overflow:hidden;display:flex;flex-direction:column;
}

/* ─── Header ───────────────────────────────────── */
#agq-chatbot .agq-head{
  background:#1a1a2e;color:#fff;
  padding:16px 18px;
  display:flex;align-items:center;justify-content:space-between;
  flex-shrink:0;
}
#agq-chatbot .agq-title{font-weight:700;font-size:14.5px;letter-spacing:.2px}
#agq-chatbot .agq-meta{font-size:12px;opacity:.75;display:flex;align-items:center;gap:6px;margin-top:3px}
#agq-chatbot .agq-actions{display:flex;gap:6px}
#agq-chatbot .agq-icon{
  width:34px;height:34px;display:flex;align-items:center;justify-content:center;
  border-radius:8px;background:rgba(255,255,255,.1);
  cursor:pointer;transition:background .2s;font-size:13px;
}
#agq-chatbot .agq-icon:hover{background:rgba(255,255,255,.2)}

/* ─── Chat Body ────────────────────────────────── */
#agq-chatbot .agq-body{
  flex:1;overflow-y:auto;padding:16px 14px;
  background:#f4f5f7;
}
#agq-chatbot .agq-body::-webkit-scrollbar{width:4px}
#agq-chatbot .agq-body::-webkit-scrollbar-track{background:transparent}
#agq-chatbot .agq-body::-webkit-scrollbar-thumb{background:rgba(0,0,0,.1);border-radius:10px}

/* ─── Bot Avatar ───────────────────────────────── */
#agq-chatbot .agq-avatar{
  width:28px;height:28px;min-width:28px;border-radius:50%;
  background:#1a1a2e;
  display:flex;align-items:center;justify-content:center;
  color:#c9a44e;font-size:12px;flex-shrink:0;
  margin-right:8px;margin-top:4px;
}

/* ─── Messages ─────────────────────────────────── */
#agq-chatbot .agq-msg{
  display:flex;align-items:flex-start;
  margin-bottom:14px;
}
#agq-chatbot .agq-bot{justify-content:flex-start}
#agq-chatbot .agq-user{justify-content:flex-end}

#agq-chatbot .agq-bubble{
  max-width:80%;padding:12px 16px;
  font-size:13.5px;line-height:1.55;
  white-space:pre-wrap;word-wrap:break-word;
}

/* Bot bubble */
#agq-chatbot .agq-bot .agq-bubble{
  background:#fff;
  border:1px solid #e2e4e9;
  border-radius:2px 16px 16px 16px;
  color:#2d3142;
  box-shadow:0 1px 3px rgba(0,0,0,.05);
}

/* User bubble */
#agq-chatbot .agq-user .agq-bubble{
  background:#1a1a2e;
  color:#fff;
  border-radius:16px 2px 16px 16px;
  box-shadow:0 2px 6px rgba(26,26,46,.15);
}

/* ─── Chips ────────────────────────────────────── */
#agq-chatbot .agq-chips{
  display:flex;flex-wrap:wrap;gap:8px;
  margin:0 0 14px 36px;
  padding:0;
}
#agq-chatbot .agq-chip{
  display:inline-flex;align-items:center;gap:6px;
  font-size:12.5px;padding:8px 14px;
  border-radius:10px;
  background:#fff;
  border:1px solid #d5d7de;
  cursor:pointer;color:#374151;
  transition:all .2s;
  font-family:inherit;line-height:1.2;
  box-shadow:0 1px 2px rgba(0,0,0,.04);
}
#agq-chatbot .agq-chip:hover{
  background:#1a1a2e;color:#fff;border-color:#1a1a2e;
  transform:translateY(-1px);
  box-shadow:0 3px 10px rgba(26,26,46,.15);
}
#agq-chatbot .agq-chip:active{transform:translateY(0)}
#agq-chatbot .agq-chip:disabled{cursor:default;pointer-events:none;opacity:.35}
#agq-chatbot .agq-chip i{font-size:11px;opacity:.6}
#agq-chatbot .agq-chip:hover i{opacity:1}

/* ─── Typing Indicator ─────────────────────────── */
#agq-chatbot .agq-typing-wrap{margin-bottom:14px}
#agq-chatbot .agq-typing{
  display:inline-flex;align-items:center;gap:5px;
  padding:12px 18px;background:#fff;
  border:1px solid #e2e4e9;
  border-radius:2px 16px 16px 16px;
  box-shadow:0 1px 3px rgba(0,0,0,.05);
}
#agq-chatbot .agq-typing span{
  width:7px;height:7px;background:#b0b3bb;
  border-radius:50%;
  animation:agq-bounce 1.4s infinite ease-in-out both;
}
#agq-chatbot .agq-typing span:nth-child(1){animation-delay:-.32s}
#agq-chatbot .agq-typing span:nth-child(2){animation-delay:-.16s}
@keyframes agq-bounce{0%,80%,100%{transform:scale(.35);opacity:.3}40%{transform:scale(1);opacity:1}}

/* ─── Footer / Input ───────────────────────────── */
#agq-chatbot .agq-foot{
  padding:12px 14px;background:#fff;
  border-top:1px solid #e8eaed;flex-shrink:0;
}
#agq-chatbot .agq-input-wrap{display:flex;gap:8px;align-items:center}
#agq-chatbot .agq-input-wrap input{
  flex:1;border:1.5px solid #d5d7de;
  border-radius:12px;padding:11px 14px;
  font-size:13.5px;outline:none;font-family:inherit;
  transition:border-color .2s,box-shadow .2s;
  background:#f9fafb;
}
#agq-chatbot .agq-input-wrap input:focus{
  border-color:#1a1a2e;background:#fff;
  box-shadow:0 0 0 3px rgba(26,26,46,.06);
}
#agq-chatbot .agq-input-wrap input::placeholder{color:#9ca3af}
#agq-chatbot .agq-input-wrap button{
  border:0;background:#1a1a2e;color:#c9a44e;
  border-radius:12px;padding:11px 14px;cursor:pointer;
  transition:all .2s;font-size:14px;
  display:flex;align-items:center;justify-content:center;
  min-width:44px;
}
#agq-chatbot .agq-input-wrap button:hover{background:#252547}

/* ─── Mobile ───────────────────────────────────── */
@media(max-width:520px){
  #agq-chatbot{right:14px;bottom:92px}
  #agq-chatbot .agq-btn{gap:0;padding:14px;border-radius:50%;width:54px;height:54px;justify-content:center}
  #agq-chatbot .agq-btn .agq-btn-text,
  #agq-chatbot .agq-btn .agq-dot-online{display:none}
  #agq-chatbot .agq-btn i{font-size:20px;margin:0}
  #agq-chatbot .agq-panel{
    position:fixed;left:0;top:0;right:0;bottom:0;
    width:100vw;max-width:100vw;height:100vh;max-height:100vh;
    border-radius:0;
  }
  #agq-chatbot .agq-bubble{max-width:88%;font-size:14px}
  #agq-chatbot .agq-chips{margin-left:0}
  #agq-chatbot .agq-chip{font-size:13px;padding:10px 14px}
}
@media(min-width:521px) and (max-width:768px){
  #agq-chatbot .agq-panel{width:340px;height:480px}
}
