.chat-body .contact-info{display:none!important}.chat-body .purpose{display:block}.chat-body .box-form{width:100%;padding:10px 0;background:transparent!important}.chat-body .form-box{padding:8px!important;margin:0!important}.chat-body .box-form .row .col-md-8,.chat-body .form-box .col-md-6{width:100%}.chat-body input,.chat-body select,.chat-body textarea{width:100%;border:1px solid #a7a7a7c2!important;border-radius:8px!important;padding:10px;font-size:14px;outline:none;transition:all .2s ease}.chat-body input:focus,.chat-body select:focus,.chat-body textarea:focus{border-color:#4caf50;box-shadow:0 0 5px rgba(76,175,80,.3)}.chat-icon{position:fixed;bottom:40px;right:20px;z-index:1000;cursor:pointer;transform:translateX(120px);opacity:0;transition:transform .4s ease,opacity .4s ease}.chat-icon.slide-in{transform:translateX(0);opacity:1}.chat-icon.slide-out{transform:translateX(120px);opacity:0}.chat-icon img{width:55px;height:55px;border-radius:50%;box-shadow:0 4px 10px rgba(0,0,0,.2)}.chat-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:1001}.chat-box{position:fixed;bottom:10px;right:-400px;width:350px;max-width:100%;background:#fff;border-radius:15px;box-shadow:0 5px 20px rgba(0,0,0,.2);z-index:9999;transition:right .3s ease-in-out;overflow:hidden}.chat-box.open{right:0}.chat-header{justify-content:space-between;padding:12px 18px;background:radial-gradient(#a8feac9e,#a8feac47,transparent);color:#263d4f}.chat-header,.chat-header h5{display:flex;align-items:center}.chat-header h5{margin:0;font-size:16px;font-weight:600;gap:4px}.chat-header button{background:transparent;border:none;font-size:18px;color:#494848;cursor:pointer}.chat-subtitle{font-size:13px;padding:10px 15px;color:#555;background:#fafafa;border-bottom:1px solid #eee}.chat-body{max-height:70vh;overflow-y:auto}.chat-body .submit-btn{padding:10px;width:100%;border-radius:10px;margin-top:-10px}.chat-body textarea{height:100px}.chat-bubble-svg{background:#2196f3;border-radius:50%;padding:10px;box-shadow:0 4px 15px rgba(0,0,0,.3);animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(1);box-shadow:0 0 0 0 rgba(33,150,243,.6)}70%{transform:scale(1.08);box-shadow:0 0 0 15px rgba(33,150,243,0)}to{transform:scale(1);box-shadow:0 0 0 0 rgba(33,150,243,0)}}@media only screen and (min-width:320px) and (max-width:767px){.chat-icon{bottom:130px;right:10px}.chat-box{width:90%;z-index:9999;right:-700px}}@media only screen and (min-width:767px) and (max-width:1023px){.chat-box{right:-900px}}