.ChatWidget-module__MMKJYW__widgetContainer{z-index:9999;flex-direction:column;align-items:flex-end;gap:16px;display:flex;position:fixed;bottom:20px;right:20px}.ChatWidget-module__MMKJYW__chatBubble{color:#fff;cursor:pointer;background:#00374b;border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .2s;animation:2s infinite ChatWidget-module__MMKJYW__pulse;display:flex;box-shadow:0 4px 12px #00374b4d}.ChatWidget-module__MMKJYW__chatBubble:hover{transform:scale(1.05)}.ChatWidget-module__MMKJYW__chatBubbleIcon{fill:currentColor;width:30px;height:30px}.ChatWidget-module__MMKJYW__chatWindow{transform-origin:100% 100%;background-color:#f4f6f8;border-radius:16px;flex-direction:column;width:400px;height:min(600px,100dvh - 40px);max-height:calc(100dvh - 40px);transition:all .3s;animation:.3s cubic-bezier(.16,1,.3,1) ChatWidget-module__MMKJYW__slideUpFade;display:flex;overflow:hidden;box-shadow:0 4px 20px #00000026}.ChatWidget-module__MMKJYW__chatWindow.ChatWidget-module__MMKJYW__fullScreen{z-index:10000;width:100vw;height:100dvh;max-height:100dvh;box-shadow:none;border-radius:0;position:fixed;top:0;left:0}.ChatWidget-module__MMKJYW__chatHeader{color:#fff;background:#00374b;align-items:flex-start;gap:12px;padding:16px 20px;display:flex}.ChatWidget-module__MMKJYW__headerLogo{background-color:#fff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;display:flex;box-shadow:0 2px 8px #0000001a}.ChatWidget-module__MMKJYW__headerLogo svg{fill:#00374b;width:26px;height:26px}.ChatWidget-module__MMKJYW__headerText{text-align:left;flex-direction:column;flex:1;gap:4px;display:flex}.ChatWidget-module__MMKJYW__headerTitle{font-size:1.125rem;font-weight:700;line-height:1.2}.ChatWidget-module__MMKJYW__headerSubtitle{opacity:.9;font-size:.8rem;line-height:1.3}.ChatWidget-module__MMKJYW__headerActions{align-items:flex-start;gap:8px;display:flex}.ChatWidget-module__MMKJYW__actionButton{color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:background .2s;display:flex}.ChatWidget-module__MMKJYW__actionButton:hover{background:#ffffff40}.ChatWidget-module__MMKJYW__actionButton svg{fill:currentColor;width:16px;height:16px}.ChatWidget-module__MMKJYW__messagesArea{background:linear-gradient(#f4f6f8 0%,#eef1f5 100%);flex-direction:column;flex:1;gap:16px;min-height:0;padding:20px;display:flex;overflow-y:auto}.ChatWidget-module__MMKJYW__messageWrapper{flex-direction:column;max-width:85%;animation:.2s forwards ChatWidget-module__MMKJYW__slideUpFade;display:flex}.ChatWidget-module__MMKJYW__messageWrapper.ChatWidget-module__MMKJYW__user{align-self:flex-end}.ChatWidget-module__MMKJYW__messageWrapper.ChatWidget-module__MMKJYW__agent{align-self:flex-start}.ChatWidget-module__MMKJYW__messageBubble{word-wrap:break-word;text-align:left;border-radius:16px;padding:16px;font-size:.95rem;line-height:1.5;box-shadow:0 2px 10px #0000000d}.ChatWidget-module__MMKJYW__messageWrapper.ChatWidget-module__MMKJYW__user .ChatWidget-module__MMKJYW__messageBubble{color:#00374b;background-color:#e1d768}.ChatWidget-module__MMKJYW__messageWrapper.ChatWidget-module__MMKJYW__agent .ChatWidget-module__MMKJYW__messageBubble{color:#fff;background-color:#00374b}.ChatWidget-module__MMKJYW__markdownContent p{margin-top:0;margin-bottom:8px}.ChatWidget-module__MMKJYW__markdownContent p:last-child{margin-bottom:0}.ChatWidget-module__MMKJYW__markdownContent ul,.ChatWidget-module__MMKJYW__markdownContent ol{margin-top:4px;margin-bottom:8px;padding-left:20px}.ChatWidget-module__MMKJYW__markdownContent li{margin-bottom:4px}.ChatWidget-module__MMKJYW__markdownContent strong{font-weight:700}.ChatWidget-module__MMKJYW__suggestedActions{flex-direction:row;justify-content:flex-start;gap:8px;width:100%;margin-top:12px;display:flex}.ChatWidget-module__MMKJYW__actionBtn{color:#00374b;cursor:pointer;text-align:center;box-sizing:border-box;background-color:#e1d768;border:none;border-radius:6px;width:calc(50% - 4px);padding:10px 8px;font-size:.8rem;font-weight:600;transition:opacity .2s;box-shadow:0 2px 4px #0000001a}.ChatWidget-module__MMKJYW__actionBtn:hover{opacity:.9}.ChatWidget-module__MMKJYW__recommendationsWrapper{flex-direction:column;gap:8px;margin-top:8px;padding:0 20px;display:flex}.ChatWidget-module__MMKJYW__recommendationChip{color:#00374b;cursor:pointer;text-align:left;background-color:#fff;border:1px solid #e1d768;border-radius:24px;align-self:flex-start;padding:10px 16px;font-size:.9rem;font-weight:500;transition:all .2s;box-shadow:0 2px 8px #00374b0d}.ChatWidget-module__MMKJYW__recommendationChip:last-child{margin-bottom:5px}.ChatWidget-module__MMKJYW__recommendationChip:hover{background-color:#fafbf2;border-color:#00374b}.ChatWidget-module__MMKJYW__footerWrapper{background:#fff;flex-direction:column;display:flex}.ChatWidget-module__MMKJYW__chatFooter{border-top:1px solid #eaeaea;align-items:center;gap:12px;padding:16px 20px;display:flex}.ChatWidget-module__MMKJYW__inputField{background:#fff;border:1px solid #ddd;border-radius:24px;outline:none;flex:1;padding:14px 20px;font-family:inherit;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.ChatWidget-module__MMKJYW__inputField:focus{border-color:#00374b;box-shadow:0 0 0 3px #00374b1a}.ChatWidget-module__MMKJYW__sendButton{color:#fff;cursor:pointer;background-color:#00374b;border:none;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;transition:transform .1s;display:flex;box-shadow:0 4px 12px #00374b33}.ChatWidget-module__MMKJYW__sendButton:active{transform:scale(.95)}.ChatWidget-module__MMKJYW__sendButton:disabled{opacity:.6;cursor:not-allowed}.ChatWidget-module__MMKJYW__sendIcon{fill:currentColor;width:20px;height:20px}.ChatWidget-module__MMKJYW__poweredByBar{color:#fff;text-align:center;letter-spacing:.5px;background:#00374b;justify-content:center;align-items:center;gap:6px;padding:8px 0;font-size:.75rem;font-weight:700;display:flex}.ChatWidget-module__MMKJYW__poweredByLogo{font-size:.85rem;font-weight:900}.ChatWidget-module__MMKJYW__poweredByLogo span{color:#e1d768}.ChatWidget-module__MMKJYW__typingIndicator{align-items:center;gap:4px;padding:8px 4px;display:flex}.ChatWidget-module__MMKJYW__typingDot{background-color:#fff;border-radius:50%;width:6px;height:6px;animation:1s ease-in-out infinite ChatWidget-module__MMKJYW__typing}.ChatWidget-module__MMKJYW__typingDot:first-child{animation-delay:0s}.ChatWidget-module__MMKJYW__typingDot:nth-child(2){animation-delay:.2s}.ChatWidget-module__MMKJYW__typingDot:nth-child(3){animation-delay:.4s}@keyframes ChatWidget-module__MMKJYW__pulse{0%{box-shadow:0 0 #00374b99}70%{box-shadow:0 0 0 15px #00374b00}to{box-shadow:0 0 #00374b00}}@keyframes ChatWidget-module__MMKJYW__slideUpFade{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes ChatWidget-module__MMKJYW__typing{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@media (max-width:480px){.ChatWidget-module__MMKJYW__chatWindow{z-index:10000;box-shadow:none;border-radius:0;position:fixed;top:0;left:0;width:100vw!important;height:100dvh!important;max-height:100dvh!important}.ChatWidget-module__MMKJYW__chatHeader{padding:12px 16px}.ChatWidget-module__MMKJYW__messagesArea{padding:16px}.ChatWidget-module__MMKJYW__chatFooter{padding:12px 16px}.ChatWidget-module__MMKJYW__actionBtn{font-size:11px}}
.EnquiryForm-module__ZxCRSG__container{box-sizing:border-box;background:#fff;flex-direction:column;width:100%;height:100%;animation:.3s ease-in-out EnquiryForm-module__ZxCRSG__fadeIn;display:flex;overflow-y:auto}.EnquiryForm-module__ZxCRSG__formContent{flex-direction:column;flex:1;justify-content:center;padding:32px 24px;display:flex}.EnquiryForm-module__ZxCRSG__heading{color:#00374b;text-align:center;margin:0 0 8px;font-size:1.35rem;font-weight:700}.EnquiryForm-module__ZxCRSG__subheading{color:#556b73;text-align:center;margin:0 0 24px;font-size:.9rem}.EnquiryForm-module__ZxCRSG__form{flex-direction:column;gap:16px;display:flex}.EnquiryForm-module__ZxCRSG__formGroup{box-sizing:border-box;flex-direction:column;align-items:flex-start;width:100%;display:flex}.EnquiryForm-module__ZxCRSG__label{color:#00374b;margin-bottom:6px;font-size:.85rem;font-weight:600;display:block}.EnquiryForm-module__ZxCRSG__input{color:#00374b;box-sizing:border-box;background:#fff;border:1px solid #d0d5dd;border-radius:8px;outline:none;width:100%;padding:12px 16px;font-family:inherit;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.EnquiryForm-module__ZxCRSG__input:focus{border-color:#00374b;box-shadow:0 0 0 3px #00374b1a}.EnquiryForm-module__ZxCRSG__inputError{border-color:#fda29b!important}.EnquiryForm-module__ZxCRSG__inputError:focus{box-shadow:0 0 0 3px #f044381a!important}.EnquiryForm-module__ZxCRSG__errorText{color:#f04438;text-align:left;margin-top:4px;font-size:.75rem;font-weight:500;display:block}.EnquiryForm-module__ZxCRSG__submitButton{color:#fff;cursor:pointer;background-color:#00374b;border:none;border-radius:8px;margin-top:8px;padding:14px 20px;font-size:.95rem;font-weight:600;transition:background-color .2s,transform .1s,box-shadow .2s;box-shadow:0 1px 2px #1018280d}.EnquiryForm-module__ZxCRSG__submitButton:hover{background-color:#00222f}.EnquiryForm-module__ZxCRSG__submitButton:active{transform:scale(.98)}@keyframes EnquiryForm-module__ZxCRSG__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:480px){.EnquiryForm-module__ZxCRSG__formContent{padding:24px 16px}.EnquiryForm-module__ZxCRSG__heading{font-size:1.2rem}}
