body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (min-width:809px){.chat-container{background:#025176;border-radius:12px;box-shadow:0 6px 18px #00000026;display:flex;flex-direction:row;font-family:Segoe UI,sans-serif;height:600px;margin:20px auto;max-width:1200px;overflow:hidden}}.chat-sidebar{background:#025176;display:flex;flex-direction:column;flex-shrink:0;gap:10px;padding:10px;width:200px}.sidebar h4{align-items:center;display:flex;font-size:14px;gap:5px;margin-top:15px}.sidebar-list{list-style:none;margin-bottom:0;padding-left:0}.sidebar-list li{display:flex!important;justify-content:space-between;padding:2px}.sidebar-list li:hover{background-color:#ddd}.delete-icon{color:red;cursor:pointer;margin-left:5px}.sidebar-empty{color:#555;font-size:12px}.chat-main{background:#fff;display:flex;flex:1 1;flex-direction:column}.chat-header{align-items:center;background:#025176;color:#fff;display:flex;justify-content:space-between;padding:12px 15px}.chat-sidebar{transition:transform .3s ease}.chat-sidebar.closed{position:absolute;transform:translateX(-100%);z-index:1000}@media (min-width:768px){.chat-sidebar.closed{position:relative;transform:translateX(0)}}.close-btn{background:#0000;border:none;color:#fff;cursor:pointer;font-size:20px}.chat-messages{display:flex;flex:1 1;flex-direction:column;gap:10px;overflow-y:auto;padding:15px}.message{word-wrap:break-word;border-radius:12px;max-width:70%;padding:10px 12px}.message.bot{background:#fff}.message.bot,.message.user{border-radius:18px;box-shadow:0 2px 8px #0000001a;line-height:1.4;padding:12px 16px;white-space:pre-line}.message.user{align-self:flex-end;background:#007bff;color:#fff}.welcome-text{color:#555;margin-top:20px;text-align:center}.chat-input-area{border-top:1px solid #eee;display:flex;gap:8px;padding:10px}.chat-input-area input{border:1px solid #ddd;border-radius:25px;flex:1 1;outline:none;padding:10px 14px}.send-btn,.upload-btn{align-items:center;background:#025176;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:40px;justify-content:center;width:40px}.send-btn{background:#025176}.welcome-consent-card{animation:slideInUp .5s ease-out}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.welcome-consent-card button:hover{box-shadow:0 4px 16px #0003}.welcome-consent-card{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.welcome-consent-card:before{animation:shimmer 3s infinite;background:linear-gradient(45deg,#0000,#ffffff1a,#0000);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}@keyframes shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.consent-modal-overlay{animation:fadeIn .3s ease-out}.consent-modal{animation:modalSlideIn .3s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-50px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width:768px){.chat-sidebar{flex-direction:row;flex-wrap:wrap;gap:5px;width:100%}.chat-main{flex:1 1}.chat-messages{max-height:60vh;overflow-y:auto}}.mobile-toggle-btn{background:#025176;border:none;border-radius:6px;color:#fff;cursor:pointer;display:none;font-size:18px;padding:8px}.chat-sidebar{transition:all .3s ease}@media (max-width:768px){.feature-card{margin-left:5px!important}.chat-sidebar{background:#025176;left:0;padding:10px;position:fixed;transform:translateX(-100%);width:200px;z-index:99}.chat-sidebar.open{transform:translateX(0)}.mobile-toggle-btn{display:block}.chat-main{margin-left:0}}.header-right{align-items:center;display:flex;gap:8px}@media (min-width:768px){.mobile-toggle-btn{display:none}}.sidebar-section{width:100%!important}.sidebar-btn{background-color:#fff;border:none;border-radius:6px;color:#fff;flex-direction:column;font-size:12px;justify-content:center;padding:10px;text-align:center;width:100%}.sidebar-btn,.sidebar-list li{align-items:center;cursor:pointer;display:flex}.sidebar-list li{border-radius:4px;flex-direction:row;gap:4px;padding:6px}.sidebar-list li span{font-size:12px;text-align:center}.feature-card{background:#fff;border-radius:12px;box-shadow:0 2px 6px #0000001a;font-size:15px;margin-bottom:5px;margin-left:10px;margin-right:10px;padding:15px;width:45%}.feature-card p{color:#555;font-size:14px;margin:8px 0 0}.terms-modal{align-items:center;background:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.terms-modal-content{background:#fff;border-radius:16px;max-height:90%;max-width:800px;overflow-y:auto;padding:20px;position:relative;width:90%}.close-modal{background:none;border:none;cursor:pointer;font-size:24px;position:absolute;right:15px;top:10px}.service-3-item.active,.service-3-item:hover{width:100%}.service-3-item.active .service-3-item__thumb,.service-3-item:hover .service-3-item__thumb{opacity:0;width:0}.service-3-item.active .service-3-item__content,.service-3-item:hover .service-3-item__content{background-color:#025176;width:100%!important}@media (max-width:600px){.service-3-item.active .service-3-item__content,.service-3-item:hover .service-3-item__content{background-color:#025176;height:inherit;width:100%!important}}.service-3-item.active .service-3-item__content .box-count,.service-3-item:hover .service-3-item__content .box-count{color:var(--white-color)!important}.service-3-item.active .box-title,.service-3-item:hover .box-title{opacity:0;overflow:hidden}.service-3-item.active .service-3-item__top-icon,.service-3-item:hover .service-3-item__top-icon{background-color:#499db5}.service-3-item.active .service-3-item__hover,.service-3-item:hover .service-3-item__hover{height:100%;opacity:1;visibility:visible;width:100%}.service-3-item.active .service-3-item__hover .box-title,.service-3-item:hover .service-3-item__hover .box-title{color:var(--white-color);margin-bottom:11px;max-width:100%;opacity:1;position:relative;z-index:999}.service-3-item.active .service-3-item__hover .box-count,.service-3-item:hover .service-3-item__hover .box-count{color:var(--white-color);margin-bottom:30px}@media (max-width:460px){.service-3-item.active .service-3-item__content{height:370px}}@media (max-width:767px){.service-3-item__content{width:100%}}.modal{background-color:#00000080;border-radius:0 px;display:none;height:100%;left:0;overflow:auto;position:fixed;top:0;width:100%;z-index:9999}.social-btn{align-items:center;border:none;border-radius:5px;cursor:pointer;display:flex;font-weight:500;gap:10px;justify-content:center;padding:10px 20px;transition:.3s;width:100%}.social-btn:hover{opacity:.9}.google-btn{background-color:#fff;border:1px solid #ccc;color:#444}.linkedin-btn{background-color:#0077b5;color:#fff}.social-icon{height:20px;width:20px}.modal-content{border-radius:0;margin:10% auto;max-width:600px;position:relative;width:90%}.close{cursor:pointer;font-size:28px;font-weight:700;position:absolute;right:20px;top:15px}
/*# sourceMappingURL=main.f9d18939.css.map*/