/*!* Floating Button *!*/
/*#chatbot-btn{*/
/*    position:fixed;*/
/*    bottom:20px;*/
/*    right:20px;*/
/*    width:65px;*/
/*    height:65px;*/
/*    background:#1e3a8a;*/
/*    color:white;*/
/*    border-radius:50%;*/
/*    display:flex;*/
/*    justify-content:center;*/
/*    align-items:center;*/
/*    font-size:26px;*/
/*    cursor:pointer;*/
/*    box-shadow:0 5px 15px rgba(0,0,0,0.3);*/
/*    z-index:9999;*/
/*}*/

/*!* Chat Window *!*/
/*#chatbot-box{*/
/*    position:fixed;*/
/*    bottom:100px;*/
/*    right:20px;*/
/*    width:320px;*/
/*    height:420px;*/
/*    background:white;*/
/*    border-radius:15px;*/
/*    display:none;*/
/*    flex-direction:column;*/
/*    overflow:hidden;*/
/*    box-shadow:0 10px 25px rgba(0,0,0,0.3);*/
/*    z-index:9999;*/
/*    font-family: Arial, sans-serif;*/
/*}*/

/*.chat-header{*/
/*    background:#1e3a8a;*/
/*    color:white;*/
/*    padding:12px;*/
/*    display:flex;*/
/*    justify-content:space-between;*/
/*    font-weight:bold;*/
/*}*/

/*.chat-body{*/
/*    flex:1;*/
/*    padding:10px;*/
/*    overflow-y:auto;*/
/*}*/

/*.bot-msg{*/
/*    background:#eee;*/
/*    padding:8px;*/
/*    border-radius:10px;*/
/*    margin-bottom:8px;*/
/*    max-width:80%;*/
/*}*/

/*.user-msg{*/
/*    background:#1e3a8a;*/
/*    color:white;*/
/*    padding:8px;*/
/*    border-radius:10px;*/
/*    margin-bottom:8px;*/
/*    max-width:80%;*/
/*    margin-left:auto;*/
/*}*/

/*.chat-footer{*/
/*    display:flex;*/
/*    border-top:1px solid #ddd;*/
/*}*/

/*.chat-footer input{*/
/*    flex:1;*/
/*    padding:10px;*/
/*    border:none;*/
/*    outline:none;*/
/*}*/

/*.chat-footer button{*/
/*    background:#1e3a8a;*/
/*    color:white;*/
/*    border:none;*/
/*    padding:10px 15px;*/
/*    cursor:pointer;*/
/*}*/
/*!* ===== CHATBOT ICON ANIMATION ===== *!*/
/*#chatbot-btn{*/
/*    transition: all 0.3s ease;*/
/*}*/

/*#chatbot-btn:hover{*/
/*    transform: scale(1.5) rotate(5deg);*/
/*    box-shadow: 0 10px 25px rgba(0,0,0,0.5);*/
/*}*/


/*!* ===== CHAT WINDOW ANIMATION ===== *!*/
/*#chatbot-box{*/
/*    opacity: 0;*/
/*    transform: translateY(40px) scale(0.9);*/
/*    transition: all 0.35s ease;*/
/*}*/

/*#chatbot-box.show{*/
/*    opacity: 1;*/
/*    transform: translateY(0) scale(1);*/
/*}*/


/*.chat-header span{*/
/*    cursor:pointer;*/
/*    padding:3px 8px;*/
/*    border-radius:50%;*/
/*    transition: all 0.3s ease;*/
/*}*/

/*.chat-header span:hover{*/
/*    background:red;*/
/*    transform: rotate(90deg) scale(0.8);*/
/*}*/


/*.chat-header{*/
/*    background:#1e3a8a;*/
/*    color:white;*/
/*    padding:12px;*/
/*    display:flex;*/
/*    justify-content:space-between;*/
/*    align-items:center;*/
/*}*/

/*.chat-title small{*/
/*    display:block;*/
/*    font-size:11px;*/
/*    opacity:0.8;*/
/*}*/

/*.chat-actions{*/
/*    display:flex;*/
/*    align-items:center;*/
/*    gap:8px;*/
/*}*/

/*!* Book Demo Button *!*/
/*.demo-btn{*/
/*    background:white;*/
/*    color:#1e3a8a;*/
/*    border:none;*/
/*    padding:5px 10px;*/
/*    border-radius:15px;*/
/*    font-size:12px;*/
/*    cursor:pointer;*/
/*    transition:0.3s;*/
/*}*/

/*.demo-btn:hover{*/
/*    background:#ff9800;*/
/*    color:white;*/
/*    transform:scale(1.1);*/
/*}*/
