#adhq-chatbot-container{
position:fixed;
bottom:40px;
right:20px;
z-index:9999;
font-family:Arial, sans-serif;
}

#adhq-chat-icon{
background:#0073aa;
color:#fff;
width:60px;
height:60px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:26px;
cursor:pointer;
box-shadow:0 5px 20px rgba(0,0,0,0.2);
}

#adhq-contact-link{
display:block;
text-align:center;
background:#222;
color:#fff;
padding:6px;
margin-top:6px;
font-size:13px;
text-decoration:none;
border-radius:5px;
}

#adhq-contact-link:hover{
background:#444;
}

#adhq-chat-window{
width:300px;
height:400px;
background:#fff;
position:absolute;
bottom:85px;
right:0;
border-radius:10px;
box-shadow:0 10px 30px rgba(0,0,0,0.2);
display:none;
}

.adhq-header{
background:#0073aa;
color:#fff;
padding:12px;
font-weight:bold;
border-radius:10px 10px 0 0;
}

#adhq-close{
float:right;
cursor:pointer;
}

#adhq-chat-body{
padding:10px;
height:320px;
overflow:auto;
font-size:14px;
}

.bot-msg{
background:#f1f1f1;
padding:8px;
margin-bottom:8px;
border-radius:6px;
}

.user-msg{
background:#0073aa;
color:#fff;
padding:8px;
margin-bottom:8px;
border-radius:6px;
text-align:right;
}

.chat-buttons{
margin-top:10px;
}

.chat-btn{
width:100%;
margin-bottom:6px;
padding:8px;
background:#0073aa;
color:#fff;
border:none;
cursor:pointer;
border-radius:5px;
}

.chat-btn:hover{
background:#005f8d;
}
