.ChatBot-module__DD6NWG__chatbotContainer{z-index:1000;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;position:fixed;bottom:20px;right:20px}.ChatBot-module__DD6NWG__chatImageContainer{z-index:1000;cursor:pointer;display:inline-block;position:fixed;bottom:20px;right:20px}.ChatBot-module__DD6NWG__botIcon{fill:#fff;width:20px;height:20px}.ChatBot-module__DD6NWG__chatImage{-o-object-fit:contain;object-fit:contain;cursor:pointer;border-radius:8px;width:110px;height:100px;transition:transform .3s,filter .3s}.ChatBot-module__DD6NWG__chatImage:hover{filter:brightness(1.1);transform:scale(1.1)}.ChatBot-module__DD6NWG__chatImage:active{transform:scale(.95)}.ChatBot-module__DD6NWG__hoverPopup{color:#fff;white-space:nowrap;opacity:0;visibility:hidden;pointer-events:none;z-index:1001;background:rgba(0,0,0,.9);border-radius:8px;padding:8px 12px;font-size:12px;transition:all .3s;position:absolute;bottom:50px;right:0}.ChatBot-module__DD6NWG__chatImageContainer:hover .ChatBot-module__DD6NWG__hoverPopup{opacity:1;visibility:visible;transform:translateY(-5px)}.ChatBot-module__DD6NWG__hoverPopup:after{content:"";border-top:5px solid rgba(0,0,0,.9);border-left:5px solid transparent;border-right:5px solid transparent;width:0;height:0;position:absolute;top:100%;right:20px}.ChatBot-module__DD6NWG__feedbackSection{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;background:rgba(248,250,252,.8);border-top:1px solid rgba(59,130,246,.2);padding:12px 16px}.ChatBot-module__DD6NWG__feedbackSection h4{color:#333;margin:0 0 12px;font-size:14px;font-weight:600}.ChatBot-module__DD6NWG__starRating{justify-content:center;gap:4px;margin-bottom:12px;display:flex}.ChatBot-module__DD6NWG__star{cursor:pointer;color:#ddd;font-size:24px;transition:all .2s}.ChatBot-module__DD6NWG__star:hover,.ChatBot-module__DD6NWG__star.ChatBot-module__DD6NWG__active{color:gold;transform:scale(1.2)}.ChatBot-module__DD6NWG__submitFeedback{color:#fff;cursor:pointer;background:linear-gradient(135deg,#1e40af 0%,#3b82f6 50%,#1e40af 100%);border:none;border-radius:6px;padding:8px 16px;font-size:12px;font-weight:600;transition:all .2s}.ChatBot-module__DD6NWG__submitFeedback:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(30,64,175,.3)}.ChatBot-module__DD6NWG__partyAnimation{pointer-events:none;z-index:9999;width:100%;height:100%;position:fixed;top:0;left:0;overflow:hidden}.ChatBot-module__DD6NWG__confetti{background:gold;width:10px;height:10px;animation:3s linear infinite ChatBot-module__DD6NWG__fall;position:absolute}.ChatBot-module__DD6NWG__confetti:nth-child(odd){background:#ff6b6b}.ChatBot-module__DD6NWG__confetti:nth-child(3n){background:#4ecdc4}.ChatBot-module__DD6NWG__confetti:nth-child(5n){background:#45b7d1}@keyframes ChatBot-module__DD6NWG__fall{0%{opacity:1;transform:translateY(-100vh)rotate(0)}to{opacity:0;transform:translateY(100vh)rotate(360deg)}}.ChatBot-module__DD6NWG__chatButton{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#000 0%,#3b82f6 50%,#000 100%);border:1px solid rgba(255,255,255,.2);border-radius:50px;padding:16px 24px;font-size:16px;font-weight:600;transition:all .3s;box-shadow:0 8px 32px rgba(0,0,0,.3)}.ChatBot-module__DD6NWG__chatButton:hover{transform:translateY(-2px);box-shadow:0 12px 40px rgba(0,0,0,.4)}.ChatBot-module__DD6NWG__chatButton:active{transform:translateY(0)}.ChatBot-module__DD6NWG__chatWindow{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:rgba(255,255,255,.95);border:1px solid rgba(255,255,255,.2);border-radius:20px;flex-direction:column;width:350px;height:420px;animation:.3s ease-out ChatBot-module__DD6NWG__slideUp;display:flex;box-shadow:0 20px 60px rgba(0,0,0,.15)}@keyframes ChatBot-module__DD6NWG__slideUp{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.ChatBot-module__DD6NWG__header{color:#fff;background:linear-gradient(135deg,#1e40af 0%,#3b82f6 50%,#1e40af 100%);border-top-left-radius:20px;border-top-right-radius:20px;justify-content:space-between;align-items:center;padding:20px;display:flex;box-shadow:0 4px 20px rgba(30,64,175,.3)}.ChatBot-module__DD6NWG__header h3{background:linear-gradient(45deg,#fff,#fcc);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:18px;font-weight:700}.ChatBot-module__DD6NWG__header button{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,255,255,.2);border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:18px;transition:all .2s;display:flex}.ChatBot-module__DD6NWG__header button:hover{background:rgba(255,255,255,.3);transform:scale(1.1)}.ChatBot-module__DD6NWG__messages{scrollbar-width:thin;scrollbar-color:rgba(30,64,175,.3) transparent;flex-direction:column;flex:1;gap:12px;padding:20px;display:flex;overflow-y:auto}.ChatBot-module__DD6NWG__messages::-webkit-scrollbar{width:6px}.ChatBot-module__DD6NWG__messages::-webkit-scrollbar-track{background:0 0}.ChatBot-module__DD6NWG__messages::-webkit-scrollbar-thumb{background:rgba(30,64,175,.3);border-radius:3px}.ChatBot-module__DD6NWG__userMessage{color:#fff;background:linear-gradient(135deg,#1e40af 0%,#3b82f6 50%,#1e40af 100%);border-radius:18px 18px 4px;align-self:flex-end;max-width:75%;padding:12px 16px;font-size:14px;line-height:1.4;animation:.3s ease-out ChatBot-module__DD6NWG__messageSlideIn;box-shadow:0 4px 12px rgba(30,64,175,.2)}.ChatBot-module__DD6NWG__botMessage{color:#334155;background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);border:1px solid rgba(148,163,184,.1);border-radius:18px 18px 18px 4px;align-self:flex-start;max-width:75%;padding:12px 16px;font-size:14px;line-height:1.4;animation:.3s ease-out ChatBot-module__DD6NWG__messageSlideIn;box-shadow:0 2px 8px rgba(0,0,0,.08)}@keyframes ChatBot-module__DD6NWG__messageSlideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.ChatBot-module__DD6NWG__inputArea{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(248,250,252,.8);border-top:1px solid rgba(148,163,184,.2);border-bottom-right-radius:20px;border-bottom-left-radius:20px;padding:16px 20px;display:flex}.ChatBot-module__DD6NWG__inputArea input{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#333;background:rgba(255,255,255,.9);border:2px solid rgba(148,163,184,.2);border-radius:25px;flex:1;margin-right:12px;padding:12px 16px;font-size:14px;transition:all .2s}.ChatBot-module__DD6NWG__inputArea input:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.ChatBot-module__DD6NWG__inputArea button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#1e40af 0%,#3b82f6 50%,#1e40af 100%);border:none;border-radius:25px;padding:12px 20px;font-size:14px;font-weight:600;transition:all .2s;box-shadow:0 4px 12px rgba(30,64,175,.3)}.ChatBot-module__DD6NWG__inputArea button:hover{transform:translateY(-1px);box-shadow:0 6px 16px rgba(30,64,175,.4)}.ChatBot-module__DD6NWG__inputArea button:active{transform:translateY(0)}.ChatBot-module__DD6NWG__contactForm,.ChatBot-module__DD6NWG__projectForm{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(248,250,252,.9);border:1px solid rgba(59,130,246,.1);border-radius:12px;max-height:200px;margin:12px 16px;padding:12px 16px;overflow-y:auto}.ChatBot-module__DD6NWG__formGroup{margin-bottom:12px}.ChatBot-module__DD6NWG__formGroup label{color:#333;margin-bottom:4px;font-size:12px;font-weight:600;display:block}.ChatBot-module__DD6NWG__formGroup input,.ChatBot-module__DD6NWG__formGroup textarea,.ChatBot-module__DD6NWG__formGroup select{color:#333;background:rgba(255,255,255,.9);border:2px solid rgba(59,130,246,.2);border-radius:6px;width:100%;padding:8px 12px;font-size:14px;transition:all .2s}.ChatBot-module__DD6NWG__formGroup input:focus,.ChatBot-module__DD6NWG__formGroup textarea:focus,.ChatBot-module__DD6NWG__formGroup select:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.ChatBot-module__DD6NWG__formGroup textarea{resize:vertical;min-height:40px;max-height:80px}.ChatBot-module__DD6NWG__formButtons{gap:8px;margin-top:16px;display:flex}.ChatBot-module__DD6NWG__submitBtn,.ChatBot-module__DD6NWG__cancelBtn{cursor:pointer;border:none;border-radius:6px;flex:1;padding:10px 16px;font-size:14px;font-weight:600;transition:all .2s}.ChatBot-module__DD6NWG__submitBtn{color:#fff;background:linear-gradient(135deg,#1e40af 0%,#3b82f6 50%,#1e40af 100%)}.ChatBot-module__DD6NWG__submitBtn:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(30,64,175,.3)}.ChatBot-module__DD6NWG__cancelBtn{color:#64748b;background:#f1f5f9;border:1px solid #e2e8f0}.ChatBot-module__DD6NWG__cancelBtn:hover{background:#e2e8f0}@media (max-width:480px){.ChatBot-module__DD6NWG__chatWindow{width:calc(100vw - 40px);max-width:350px;height:calc(100vh - 100px)}.ChatBot-module__DD6NWG__chatbotContainer{bottom:10px;right:10px}.ChatBot-module__DD6NWG__actionButtons{grid-template-columns:1fr}}
