@import"https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body{margin:0;padding:0;max-width:100vw;overflow-x:hidden;box-sizing:border-box}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh;width:100%;height:auto}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.home{width:100vw;min-height:100vh}.home-container{display:flex;flex-direction:column;width:100%}.nav-container{background:#fffce8;color:#0f2d52;border-bottom:1px solid #8f8d8d;height:60px;width:100%;display:flex;align-items:center}.navbackground{display:flex;flex-direction:row;width:80%;margin:0 auto;justify-content:space-between;align-items:center}.Homeb-container{display:flex;flex-direction:row;gap:18px;margin-right:50px}@media (max-width: 768px){.navbackground{width:90%}.Homeb-container{gap:10px;margin-right:20px}}@media (max-width: 768px){.questionaries-button{display:none}}.logo{height:96px;width:97px;position:relative;z-index:10;margin-top:10px}.Homeb{position:relative;z-index:10}.linktext{font-size:18px;color:#000}.linktext{font-size:13px;color:#fff}.linktext:hover{color:#fff}.button{width:140px;height:40px}.body-web{display:flex;flex-direction:column;width:100%;background:linear-gradient(180deg,#fcf8e6,#f3f8ff 20%,#a0c4ff 80%,#012f72);color:#1a1a1a}.body-web1{width:80vw;margin:0 auto;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:2rem}.body-web11{width:100vw;min-height:600px;display:flex;align-items:center;justify-content:center;box-sizing:border-box;padding:1rem}@media (max-width: 768px){.body-web1{flex-direction:column;align-items:center;justify-content:center;text-align:center}}.body-pic{display:flex;justify-content:center;align-items:center}.bodypic{height:400px;width:400px;max-width:100%;object-fit:contain}@media (max-width: 768px){.bodypic{height:300px;width:300px}}.bodytext{display:flex;flex-direction:column}.textbig{font-family:Roboto,sans-serif;font-size:60px;font-weight:900}.textbig2{background:linear-gradient(90deg,#b657f0,#47015d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-family:Roboto,sans-serif;font-size:60px;font-weight:900;display:flex;align-items:center;line-height:72px;min-height:72px}.cursor{margin-left:4px;width:2px;height:60px;background-color:#c0a5ff;animation:blink 1s infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.textsmall{font-family:Roboto,sans-serif;font-size:20px;margin-top:10px}@media (max-width: 768px){.textbig{font-size:24px}.textbig2{font-size:20px}.textsmall{font-size:16px}.bodytext{justify-content:center;align-items:center;margin-bottom:10px}}.footer-container{background:linear-gradient(135deg,#7d318ed9,#31143cd9,#1e1e50cc,#486692cc);background-size:400% 400%;animation:gradientShift 15s ease infinite;border-top:2px solid rgba(255,255,255,.05);color:#f1f1f1;text-align:center;font-family:Segoe UI,sans-serif;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 -10px 30px #0006;position:relative;max-width:100vw;overflow-x:hidden;box-sizing:border-box;padding-left:1rem;padding-right:1rem}.footer-heading{font-size:2rem;margin-bottom:30px;color:#fff;animation:fadeIn 1s ease-out}.footer-form{max-width:600px;margin:auto;display:flex;flex-direction:column;gap:20px}.footer-form input,.footer-form textarea{padding:14px;border-radius:8px;border:none;background:#ffffff1a;color:#fff;font-size:1rem;outline:none;transition:all .3s ease}.footer-form input:focus,.footer-form textarea:focus{background:#fff3;transform:scale(1.02)}.rating-section{display:flex;flex-direction:column;align-items:center;gap:10px}.stars{display:flex;gap:8px}.star{font-size:1.5rem;cursor:pointer;transition:transform .2s ease}.star:hover{transform:scale(1.3)}.star.active{color:#ffc107;text-shadow:0 0 10px #ffc107}.submit-btn{background:linear-gradient(135deg,#4c84ff,#8854ff);padding:14px;border:none;border-radius:8px;color:#fff;font-weight:700;font-size:1.1rem;cursor:pointer;transition:background .4s ease,transform .2s ease}.submit-btn:hover{background:linear-gradient(135deg,#3c6df0,#7834f7);transform:translateY(-2px);box-shadow:0 4px 20px #8854ff66}.footer-thankyou{font-size:1.2rem;color:#9cf39b;display:flex;flex-direction:column;align-items:center;gap:15px}.checkmark{font-size:3rem;animation:pop .6s ease}.footer-credits{margin-top:40px;font-size:.9rem;color:#aaa;animation:fadeIn 2s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pop{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.animate-slide-up{animation:slideUp .7s ease forwards}.animate-fade-in{animation:fadeIn .7s ease forwards}@media (max-width: 600px){.footer-form{padding:0 10px}.footer-heading{font-size:1.5rem}.submit-btn{font-size:1rem}}.footer-card-wrapper{display:flex;justify-content:center;flex-wrap:wrap;gap:2rem;padding:0 2rem;margin-bottom:2rem}.footer-card{background:#ffffff0d;padding:2rem;border-radius:12px;flex:1 1 400px;min-width:320px;max-width:500px;box-shadow:0 8px 25px #0000004d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.footer-card h3{margin-bottom:1rem;font-size:1.4rem;color:#fff;animation:fadeIn 1s ease}.form-row{display:flex;gap:1rem}.form-row input{flex:1}@media (max-width: 768px){.form-row{flex-direction:column;gap:.75rem}.footer-card{flex:1 1 100%;min-width:auto;max-width:100%}.footer-card-wrapper{padding:0 1rem}}.questionaries-page{background:linear-gradient(135deg,#7d318ed9,#31143cd9,#1e1e50cc,#486692cc);background-size:400% 400%;animation:gradientShift 15s ease infinite;min-height:100vh;box-sizing:border-box;overflow-x:hidden;font-family:Segoe UI,sans-serif;padding-left:1rem;padding-right:1rem;color:#f1f1f1;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.questionaries-hero{text-align:center;padding:2rem 1rem;animation:fadeIn 1.5s ease}.questionaries-heading{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:.5rem;animation:fadeIn 1s ease forwards}.questionaries-subtext{font-size:1.1rem;color:#ddd}.question-form{max-width:800px;margin:2rem auto;padding:1rem;display:flex;flex-direction:column;gap:2rem}.question-block{display:flex;flex-direction:column;animation:slideUp .7s ease forwards}.question-label{font-weight:700;color:#ffc107;font-size:1.1rem;margin-bottom:.5rem;text-shadow:0 0 8px #ffc107}.question-textarea{padding:1rem;border-radius:10px;border:none;resize:vertical;color:#222;font-size:1rem;transition:.3s;min-height:80px;background:#ffffffe6;box-shadow:0 4px 15px #0000001a}.question-textarea:focus{outline:none;box-shadow:0 0 15px #ffc107;transform:scale(1.02)}.submit-button{align-self:center;background:linear-gradient(135deg,#4c84ff,#8854ff);color:#fff;padding:14px 40px;border:none;border-radius:8px;font-weight:700;font-size:1.1rem;cursor:pointer;transition:background .4s ease,transform .2s ease}.submit-button:hover{background:linear-gradient(135deg,#3c6df0,#7834f7);transform:translateY(-2px);box-shadow:0 5px 20px #8854ff66}.chat-style-response-container{max-width:700px;margin:3rem auto;background-color:#0000008c;border-radius:15px;padding:2rem;color:#fff;font-family:Segoe UI,sans-serif;box-shadow:0 10px 25px #0000004d;animation:fadeIn 1s ease}.chat-style-header{font-size:1.3rem;font-weight:600;margin-bottom:1.5rem;text-align:center;color:#fff}.chat-style-response{line-height:1.7;font-size:1.05rem;text-align:left}.markdown-heading{color:#5ad7ff;margin-top:1.5em}.markdown-list{margin-left:1.5em;margin-bottom:1em}.markdown-list-item{margin-bottom:.5em}.markdown-strong{color:#e1aaff;font-weight:700}.markdown-paragraph{margin-bottom:1em}.markdown-code{background:#2d2d2d;padding:2px 6px;border-radius:4px;font-family:monospace;color:#fffa}.markdown-em{color:#ccc;font-style:italic}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn 1s ease forwards}.animate-slide-up{animation:slideUp 1s ease forwards}@media (max-width: 768px){.questionaries-heading{font-size:2rem}.question-form{padding:1rem}.submit-button{width:100%}}@media (max-width: 450px){.questionaries-heading{font-size:1.6rem}.question-label{font-size:1rem}.question-textarea{font-size:.95rem}}
