@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400&family=Montserrat:wght@200;400;600;800&display=swap";html,body{width:100%;height:100%;margin:0;padding:0;font-family:Montserrat,sans-serif;overflow-x:hidden}div#main{flex-direction:column;width:100vw;display:flex}section{width:100vw;position:relative}section.min-height{min-height:100vh}section.padding{padding:5rem 0}section img.background{object-fit:cover;pointer-events:none;z-index:-1;width:100vmax;height:100%;position:absolute;top:0;left:50%;transform:translate(-50%)}h1{margin:0;font-family:Cormorant Garamond,serif;font-size:7rem;font-weight:400;line-height:.8}h2{margin:0;padding-top:1rem;font-size:2rem;font-weight:400}h3{margin:0;font-size:1.25rem;font-weight:400}p{margin-bottom:0;font-size:18px;font-weight:300;line-height:1.5}p.large{font-size:24px}p.small{font-size:15px}hr{margin:2.5rem}li{line-height:1.7}li::marker{color:#4e567e}a{color:#000;text-decoration:none}a:hover{color:#4e567e}.container{grid-gap:20px;grid-template-columns:330px 300px;margin:20px auto;display:grid}.container .box{text-align:center;border:1px solid #ccc;border-radius:10px;flex-direction:column;justify-content:flex-start;padding:24px 16px;display:flex}img.socialIcon{width:30px;height:30px}#chatbot{background:linear-gradient(135deg,#f5f7fa 0%,#c3cfe2 100%);justify-content:center;align-items:center;padding:5rem 0;display:flex}.chatbot-section{width:100%;position:relative}.chatbot-container{width:95%;max-width:1400px;margin:0 auto;padding:0 2rem}.chatbot-header{text-align:center;color:#4e567e;margin-bottom:3rem}.chatbot-header h2{color:#4e567e;margin-bottom:.5rem;font-size:2.5rem}.chatbot-header p{color:#666;font-size:1.1rem}.chatbot-widget{background:#fff;border-radius:15px;flex-direction:column;height:70vh;min-height:500px;max-height:800px;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 10px 40px #0000001a}.chatbot-widget.open{visibility:visible;opacity:1}.chatbot-messages{background-color:#f9f9f9;flex-direction:column;flex:1;gap:1.5rem;padding:2rem;display:flex;overflow-y:auto}.chatbot-messages::-webkit-scrollbar{width:8px}.chatbot-messages::-webkit-scrollbar-track{background:#f1f1f1}.chatbot-messages::-webkit-scrollbar-thumb{background:#4e567e;border-radius:4px}.chatbot-messages::-webkit-scrollbar-thumb:hover{background:#3a4059}.message{animation:.3s slideIn;display:flex}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.user-message{justify-content:flex-end}.bot-message{justify-content:flex-start}.message-content{word-wrap:break-word;border-radius:10px;max-width:75%;padding:1rem 1.5rem}.user-message .message-content{color:#fff;background-color:#4e567e;border-bottom-right-radius:2px}.bot-message .message-content{color:#333;background-color:#e8eaf0;border-bottom-left-radius:2px}.message-time{opacity:.7;margin-top:.5rem;font-size:.75rem;display:block}.user-message .message-time{text-align:right}.typing-indicator{gap:6px;padding:.5rem 0;display:flex}.typing-indicator span{background-color:#4e567e;border-radius:50%;width:8px;height:8px;animation:1.4s infinite typing}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{opacity:.7;transform:translateY(0)}30%{opacity:1;transform:translateY(-10px)}}.chatbot-input-form{background:#fff;border-top:1px solid #e0e0e0;gap:.5rem;padding:1.5rem;display:flex}.chatbot-input{border:1px solid #ddd;border-radius:8px;flex:1;padding:.75rem 1rem;font-family:Montserrat,sans-serif;font-size:1rem;transition:border-color .3s}.chatbot-input:focus{border-color:#4e567e;outline:none;box-shadow:0 0 5px #4e567e33}.chatbot-input:disabled{cursor:not-allowed;background-color:#f5f5f5}.chatbot-send-btn{color:#fff;cursor:pointer;background-color:#4e567e;border:none;border-radius:8px;padding:.75rem 2rem;font-family:Montserrat,sans-serif;font-size:1rem;font-weight:600;transition:all .3s}.chatbot-send-btn:hover:not(:disabled){background-color:#3a4059;transform:translateY(-2px);box-shadow:0 5px 15px #4e567e4d}.chatbot-send-btn:disabled{cursor:not-allowed;opacity:.6;background-color:#ccc}.chatbot-toggle-btn{color:#fff;cursor:pointer;background-color:#4e567e;border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin-top:2rem;margin-left:auto;margin-right:auto;padding:1rem;font-size:1.5rem;transition:all .3s;display:flex;box-shadow:0 4px 12px #4e567e4d}.chatbot-toggle-btn:hover{background-color:#3a4059;transform:scale(1.1);box-shadow:0 6px 16px #4e567e66}.chatbot-toggle-btn:active{transform:scale(.98)}.chat-icon{display:block}@media (width<=1200px){.chatbot-container{width:90%;max-width:1000px}}@media (width<=768px){.chatbot-container{width:95%;padding:0 1.5rem}.chatbot-widget{height:65vh;min-height:450px;max-height:600px}.message-content{max-width:85%}.chatbot-header h2{font-size:1.75rem}.chatbot-toggle-btn{margin-top:1.5rem}}@media (width<=480px){.chatbot-container{width:100%;padding:0 1rem}.chatbot-header{margin-bottom:2rem}.chatbot-widget{height:60vh;min-height:400px;max-height:500px}.chatbot-messages{padding:1rem}.message-content{max-width:90%}.chatbot-input-form{gap:.25rem;padding:1rem}.chatbot-send-btn{padding:.75rem 1rem;font-size:.9rem}}
/*# sourceMappingURL=workspace.0b348f5d.css.map */
