.ChatBot_chatbotContainer__FhrWh{position:fixed;bottom:20px;right:20px;z-index:1000;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.ChatBot_chatImageContainer__CggEX{position:fixed;bottom:20px;right:20px;z-index:1000;cursor:pointer;display:inline-block}.ChatBot_botIcon__LS5eg{width:20px;height:20px;fill:white}.ChatBot_chatImage__NfMZJ{width:110px;height:100px;-o-object-fit:contain;object-fit:contain;cursor:pointer;transition:transform .3s ease,filter .3s ease;border-radius:8px}.ChatBot_chatImage__NfMZJ:hover{transform:scale(1.1);filter:brightness(1.1)}.ChatBot_chatImage__NfMZJ:active{transform:scale(.95)}.ChatBot_hoverPopup__mmph1{position:absolute;bottom:50px;right:0;background:rgba(0,0,0,.9);color:white;padding:8px 12px;border-radius:8px;font-size:12px;white-space:nowrap;opacity:0;visibility:hidden;transition:all .3s ease;pointer-events:none;z-index:1001}.ChatBot_chatImageContainer__CggEX:hover .ChatBot_hoverPopup__mmph1{opacity:1;visibility:visible;transform:translateY(-5px)}.ChatBot_hoverPopup__mmph1:after{content:"";position:absolute;top:100%;right:20px;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid rgba(0,0,0,.9)}.ChatBot_feedbackSection__nFnvc{padding:12px 16px;border-top:1px solid rgba(59,130,246,.2);background:rgba(248,250,252,.8);backdrop-filter:blur(10px);text-align:center}.ChatBot_feedbackSection__nFnvc h4{margin:0 0 12px;font-size:14px;font-weight:600;color:#333}.ChatBot_starRating__62Bdq{display:flex;justify-content:center;gap:4px;margin-bottom:12px}.ChatBot_star__eExVy{font-size:24px;cursor:pointer;color:#ddd;transition:all .2s ease}.ChatBot_star__eExVy.ChatBot_active__QLxhu,.ChatBot_star__eExVy:hover{color:#ffd700;transform:scale(1.2)}.ChatBot_submitFeedback__OBUTL{background:linear-gradient(135deg,#1e40af,#3b82f6 50%,#1e40af);color:white;border:none;border-radius:6px;padding:8px 16px;cursor:pointer;font-size:12px;font-weight:600;transition:all .2s ease}.ChatBot_submitFeedback__OBUTL:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(30,64,175,.3)}.ChatBot_partyAnimation__LZZMf{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:9999;overflow:hidden}.ChatBot_confetti___c8Vm{position:absolute;width:10px;height:10px;background:#ffd700;animation:ChatBot_fall__uMFYu 3s linear infinite}.ChatBot_confetti___c8Vm:nth-child(odd){background:#ff6b6b}.ChatBot_confetti___c8Vm:nth-child(3n){background:#4ecdc4}.ChatBot_confetti___c8Vm:nth-child(5n){background:#45b7d1}@keyframes ChatBot_fall__uMFYu{0%{transform:translateY(-100vh) rotate(0deg);opacity:1}to{transform:translateY(100vh) rotate(1turn);opacity:0}}.ChatBot_chatButton__vZCk5{background:linear-gradient(135deg,#000000,#3b82f6 50%,#000000);color:white;border:none;border-radius:50px;padding:16px 24px;cursor:pointer;font-size:16px;font-weight:600;box-shadow:0 8px 32px rgba(0,0,0,.3);transition:all .3s ease;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.ChatBot_chatButton__vZCk5:hover{transform:translateY(-2px);box-shadow:0 12px 40px rgba(0,0,0,.4)}.ChatBot_chatButton__vZCk5:active{transform:translateY(0)}.ChatBot_chatWindow__QxEBQ{width:350px;height:420px;background:rgba(255,255,255,.95);backdrop-filter:blur(20px);border-radius:20px;display:flex;flex-direction:column;box-shadow:0 20px 60px rgba(0,0,0,.15);border:1px solid rgba(255,255,255,.2);animation:ChatBot_slideUp__gKGlh .3s ease-out}@keyframes ChatBot_slideUp__gKGlh{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.ChatBot_header__PHKTb{padding:20px;background:linear-gradient(135deg,#1e40af,#3b82f6 50%,#1e40af);color:white;border-top-left-radius:20px;border-top-right-radius:20px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 4px 20px rgba(30,64,175,.3)}.ChatBot_header__PHKTb h3{margin:0;font-size:18px;font-weight:700;background:linear-gradient(45deg,#ffffff,#ffcccc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.ChatBot_header__PHKTb button{background:rgba(255,255,255,.2);border:none;color:white;cursor:pointer;font-size:18px;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease;backdrop-filter:blur(10px)}.ChatBot_header__PHKTb button:hover{background:rgba(255,255,255,.3);transform:scale(1.1)}.ChatBot_messages__9byql{flex:1;padding:20px;overflow-y:auto;display:flex;flex-direction:column;gap:12px;scrollbar-width:thin;scrollbar-color:rgba(30,64,175,.3) transparent}.ChatBot_messages__9byql::-webkit-scrollbar{width:6px}.ChatBot_messages__9byql::-webkit-scrollbar-track{background:transparent}.ChatBot_messages__9byql::-webkit-scrollbar-thumb{background:rgba(30,64,175,.3);border-radius:3px}.ChatBot_userMessage__dLmP0{align-self:flex-end;background:linear-gradient(135deg,#1e40af,#3b82f6 50%,#1e40af);color:white;border-radius:18px 18px 4px 18px;box-shadow:0 4px 12px rgba(30,64,175,.2)}.ChatBot_botMessage__B_jnO,.ChatBot_userMessage__dLmP0{padding:12px 16px;max-width:75%;font-size:14px;line-height:1.4;animation:ChatBot_messageSlideIn__aFXFt .3s ease-out}.ChatBot_botMessage__B_jnO{align-self:flex-start;background:linear-gradient(135deg,#f8fafc,#e2e8f0);color:#334155;border-radius:18px 18px 18px 4px;box-shadow:0 2px 8px rgba(0,0,0,.08);border:1px solid rgba(148,163,184,.1)}@keyframes ChatBot_messageSlideIn__aFXFt{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.ChatBot_inputArea__7Un0b{display:flex;padding:16px 20px;border-top:1px solid rgba(148,163,184,.2);background:rgba(248,250,252,.8);backdrop-filter:blur(10px);border-bottom-left-radius:20px;border-bottom-right-radius:20px}.ChatBot_inputArea__7Un0b input{flex:1;padding:12px 16px;border:2px solid rgba(148,163,184,.2);border-radius:25px;margin-right:12px;font-size:14px;transition:all .2s ease;background:rgba(255,255,255,.9);backdrop-filter:blur(10px);color:#333}.ChatBot_inputArea__7Un0b input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.ChatBot_inputArea__7Un0b button{background:linear-gradient(135deg,#1e40af,#3b82f6 50%,#1e40af);color:white;border:none;border-radius:25px;padding:12px 20px;cursor:pointer;font-size:14px;font-weight:600;transition:all .2s ease;box-shadow:0 4px 12px rgba(30,64,175,.3)}.ChatBot_inputArea__7Un0b button:hover{transform:translateY(-1px);box-shadow:0 6px 16px rgba(30,64,175,.4)}.ChatBot_inputArea__7Un0b button:active{transform:translateY(0)}.ChatBot_contactForm__r5P9H,.ChatBot_projectForm__Iu1Cq{padding:12px 16px;background:rgba(248,250,252,.9);border-radius:12px;margin:12px 16px;backdrop-filter:blur(10px);border:1px solid rgba(59,130,246,.1);max-height:200px;overflow-y:auto}.ChatBot_formGroup__FSEe5{margin-bottom:12px}.ChatBot_formGroup__FSEe5 label{display:block;font-size:12px;font-weight:600;color:#333;margin-bottom:4px}.ChatBot_formGroup__FSEe5 input,.ChatBot_formGroup__FSEe5 select,.ChatBot_formGroup__FSEe5 textarea{width:100%;padding:8px 12px;border:2px solid rgba(59,130,246,.2);border-radius:6px;font-size:14px;transition:all .2s ease;background:rgba(255,255,255,.9);color:#333}.ChatBot_formGroup__FSEe5 input:focus,.ChatBot_formGroup__FSEe5 select:focus,.ChatBot_formGroup__FSEe5 textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.ChatBot_formGroup__FSEe5 textarea{resize:vertical;min-height:40px;max-height:80px}.ChatBot_formButtons__MP_bQ{display:flex;gap:8px;margin-top:16px}.ChatBot_cancelBtn__FMN32,.ChatBot_submitBtn__sdSHd{flex:1;padding:10px 16px;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.ChatBot_submitBtn__sdSHd{background:linear-gradient(135deg,#1e40af,#3b82f6 50%,#1e40af);color:white}.ChatBot_submitBtn__sdSHd:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(30,64,175,.3)}.ChatBot_cancelBtn__FMN32{background:#f1f5f9;color:#64748b;border:1px solid #e2e8f0}.ChatBot_cancelBtn__FMN32:hover{background:#e2e8f0}@media (max-width:480px){.ChatBot_chatWindow__QxEBQ{width:calc(100vw - 40px);height:calc(100vh - 100px);max-width:350px}.ChatBot_chatbotContainer__FhrWh{bottom:10px;right:10px}.ChatBot_actionButtons__Md9Nl{grid-template-columns:1fr}}