.chatbot-container{background-color:#fff;border-radius:16px;bottom:20px;box-shadow:0 4px 20px rgba(0,0,0,.3);color:#333;display:none;font-family:Roboto,sans-serif;max-height:85%;max-width:400px;overflow:hidden;position:fixed;right:20px;width:90%;z-index:9999}#chatbot-header{align-items:center;background:linear-gradient(135deg,#004080,#0070c0);border-radius:16px 16px 0 0;box-sizing:border-box;color:#fff;display:flex;font-size:18px;justify-content:space-between;padding:15px 20px;position:sticky;top:0;z-index:10}#chatbot-title{flex-grow:1;font-weight:700;margin:0;white-space:nowrap}.header-buttons{display:flex;gap:10px}.header-button{background:none;border:none;color:#fff;cursor:pointer;flex-shrink:0;font-size:16px;padding:5px 10px;transition:color .3s ease;white-space:nowrap}.header-button:hover{color:orange}#chatbox{background-color:#f9f9f9;border-top:1px solid #e0e0e0;box-sizing:border-box;display:flex;flex-direction:column;height:calc(100% - 60px);overflow-y:auto;padding:20px}.botText,.userText{background-color:#f0f0f0;border-radius:16px;color:#333;display:inline-block;margin:10px 0;max-width:80%;padding:12px 20px;word-wrap:break-word;box-shadow:0 2px 8px rgba(0,0,0,.1);font-size:15px;line-height:1.6}.userText{align-self:flex-end;background-color:#004080;border-top-right-radius:0;color:#fff}.botText{border-top-left-radius:0}#inputContainer{align-items:center;background-color:#e9e9e9;border-top:1px solid #d0d0d0;box-sizing:border-box;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-evenly;overflow-y:auto;padding:15px}.inquiry-button{background:linear-gradient(135deg,#004080,#0070c0);border:none;border-radius:10px;box-shadow:0 4px 15px rgba(0,0,0,.1);box-sizing:border-box;color:#fff;cursor:pointer;flex:1 1 calc(45% - 10px);font-size:15px;margin:3px;padding:12px 20px;text-align:center;transition:background-color .3s ease,transform .2s ease}.inquiry-button:hover{background-color:#0055a0;transform:scale(1.05)}.faq-container{background-color:#fff;border:1px solid #d0d0d0;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.1);margin-top:10px;max-height:300px;overflow-y:auto;padding:15px}.faq-container h3{color:#004080;font-size:16px;font-weight:700;margin:10px 0}.question-button{background-color:#f0f0f0;border:none;border-left:4px solid #0070c0;box-sizing:border-box;color:#333;cursor:pointer;font-size:14px;margin-bottom:5px;padding:10px;text-align:left;transition:background-color .3s ease;width:100%}.question-button:hover{background-color:#e0e0e0}.answer-div{background-color:#e9f5ff;border-radius:8px;box-shadow:0 2px 5px rgba(0,0,0,.1);color:#333;display:none;font-size:14px;line-height:1.4;margin:5px 0;padding:10px}#openChat{align-items:center;background-color:red;border:none;border-radius:50%;bottom:20px;box-shadow:0 4px 15px rgba(0,0,0,.2);color:#fff;cursor:pointer;display:flex;height:80px;justify-content:center;position:fixed;right:20px;transition:transform .3s ease,box-shadow .3s;width:80px;z-index:9999}#openChat:hover{box-shadow:0 6px 20px rgba(0,0,0,.3);transform:scale(1.1)}#openChat svg{height:40px;width:40px;fill:#fff}@media screen and (max-width:768px){.chatbot-container{width:90%}#openChat,.chatbot-container{bottom:10px;right:10px}.inquiry-button{flex:1 1 100%}}@media screen and (max-width:480px){.chatbot-container{bottom:5px;max-height:80%;right:5px;width:95%}}#minimizeTawkButton{background-color:#004080;border-radius:8px;bottom:100px;box-shadow:0 4px 15px rgba(0,0,0,.2);color:#fff;cursor:pointer;display:none;padding:10px 15px;position:fixed;right:30px;z-index:1002}#minimizeTawkButton:hover{background-color:#036}