body{background-color:#f9f9f9;box-sizing:border-box;font-family:Arial,sans-serif;padding:0}.hero-section{align-items:center;display:flex;justify-content:space-between;margin:50px auto;max-width:1200px;min-height:500px;padding:0 50px}.hero-content{flex:1 1;max-width:50%;padding-right:50px;text-align:left}.hero-headline{color:#000;font-size:4rem;font-weight:600;line-height:1.2;margin-bottom:20px;padding-top:20px}.hero-paragraph{color:#000;font-size:1.5rem;line-height:1.6;margin-bottom:30px}.hero-image-container{display:flex;flex:1 1;justify-content:flex-end;max-width:50%}.hero-image{height:auto;max-width:100%}.cta-button{background-color:#007bff;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:12px 25px;transition:background-color .3s}.cta-button:hover{background-color:#0056b3}.contact-section{color:#070707;margin:50px auto;max-width:1200px;padding:0 50px;text-align:center;width:100%}.contact-section h2{color:#4d4b4b;font-size:3rem;font-weight:600;margin-bottom:1px;margin-top:10px;padding-top:2}@media (max-width:992px){.hero-section{flex-direction:column;margin:30px auto;min-height:auto;padding:80px 20px 30px}.hero-image-container{justify-content:center;margin-bottom:2rem;max-width:80%;order:1}.hero-content{max-width:100%;order:2;padding:0 5%;text-align:center}.hero-headline{font-size:3rem}.hero-paragraph{font-size:1rem}.hero-content .cta-button{display:block;margin:0 auto}.contact-section{padding:0 20px}.contact-section h2{font-size:2.5rem}}@media (max-width:768px){.hero-section{padding:70px 15px 20px}.hero-image-container{margin-bottom:1.5rem;max-width:90%}.hero-headline{font-size:2.2rem}.hero-paragraph{font-size:.95rem}.cta-button{font-size:.9rem;padding:10px 20px}.contact-section{margin-top:30px;padding:0 15px}.contact-section h2{font-size:2rem}}@media (max-width:480px){.hero-section{margin-top:20px;padding:60px 10px 15px}.hero-image-container{max-width:100%}.hero-headline{font-size:1.8rem}.hero-paragraph{font-size:.9rem}.cta-button{font-size:.85rem;padding:8px 15px}.contact-section h2{font-size:1.7rem}}.contact-section{align-items:center;background-color:#fff;display:flex;font-family:Poppins,sans-serif;justify-content:center;margin:50;min-height:60;padding:3px}.contact-content{margin-bottom:0;margin-top:5%;max-width:450px;padding-top:1.5;text-align:center;width:100%}.contact-title{color:#000;font-size:5rem;font-weight:700;margin-bottom:5px;padding-top:5}.contact-subtitle{color:#000;font-size:.9rem;line-height:1.6;margin-bottom:30px}.contact-subtitle a{color:#f006f0ec;font-weight:500;text-decoration:none}.contact-subtitle a:hover{text-decoration:underline}.contact-form{display:flex;flex-direction:column;gap:15px}.contact-form input,.contact-form textarea{background-color:#fff;border:1px solid #ddd;border-radius:10px;box-sizing:border-box;color:#000;font-size:.95rem;outline:none;padding:12px 15px;transition:border-color .3s ease,box-shadow .3s ease;width:100%}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#000}.contact-form input:focus,.contact-form textarea:focus{border-color:#000;box-shadow:0 0 5px #ff4f814d}.send-btn{background-color:#050505;border:none;border-radius:7px;box-sizing:border-box;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;letter-spacing:1px;margin-top:10px;padding:12px 15px;transition:background-color .3s ease;width:100%}.send-btn:hover{background-color:#b8b3b5}@media (max-width:768px){.contact-content{width:90%}}.error-message{color:#d9534f;font-size:.85rem;margin-top:5px;padding-left:15px;text-align:left}.form-group.error input,.form-group.error textarea{border-color:#d9534f;box-shadow:0 0 5px #d9534f80}.form-group{margin-bottom:0}.services-page{margin:0 auto;max-width:1200px;padding:40px 20px;text-align:center}.services-heading{color:#000;font-size:3rem;margin-bottom:20px;margin-top:85px}.services-description{color:#000;font-size:1.5rem;margin-bottom:40px}.services-grid-container{display:flex;flex-wrap:nowrap;gap:30px;justify-content:flex-start;margin-top:30px;width:100%}.service-card{align-items:center;background-color:#fff;border-radius:12px;box-shadow:0 8px 16px #00000026;color:#fff;cursor:pointer;display:flex;flex-direction:column;padding:20px;position:relative;transition:transform .3s ease,box-shadow .3s ease,z-index .3s ease;width:280px;z-index:1}.service-card:hover{box-shadow:0 12px 20px #0003;transform:translateY(-5px)}.service-icon{color:#007bff;font-size:2rem;margin-bottom:15px}.service-title{color:#111;font-size:1.4rem;margin-bottom:10px}.learn-more-btn{align-items:center;background:#0000;border:none;color:#000;cursor:pointer;display:flex;font-weight:700;gap:8px;margin-top:10px;transition:color .3s ease}.learn-more-btn:hover{color:#007bff}.service-description-box{background:#fff;border-radius:10px;box-shadow:0 4px 16px #00000021;color:#222;font-size:1rem;left:50%;margin-top:15px;max-width:90vw;opacity:0;padding:18px 16px;position:absolute;text-align:center;top:100%;transform:translateX(-50%);transition:opacity .3s ease,visibility .3s ease;visibility:hidden;width:300px;z-index:101}.service-card.expanded{z-index:100}.service-card.expanded .service-description-box{opacity:1;visibility:visible}.view-all-container{margin-top:40px;text-align:center}.view-all-inline-btn{background-color:#343a40;border-radius:6px;font-size:1rem;padding:10px 25px}.view-all-inline-btn:hover{background-color:#495057}@media (max-width:768px){.services-grid-container{align-items:center;flex-direction:column;gap:20px}.service-card{width:90%}.service-description-box{left:0;margin-top:15px;position:relative;top:0;transform:none;z-index:1}}@media (max-width:480px){.services-heading{font-size:2rem;margin-top:80px}.services-description{font-size:1rem}.service-title{font-size:1.1rem}.service-icon{font-size:1.8rem}.service-description-box{font-size:.95rem}.view-all-inline-btn{font-size:.95rem;width:100%}}.aboutus-page-container{font-family:Arial,sans-serif;margin:80px auto 50px;max-width:1200px;padding:20px}.page-title{color:#000;font-size:3rem;font-weight:700;margin-bottom:25px;text-align:center}.about-content-wrapper{align-items:center;display:flex;flex-direction:column;gap:35px;justify-content:center}.about-container{border-radius:8px;box-shadow:0 4px 8px #0000001a;box-sizing:border-box;flex:1 1;height:auto;max-width:100%;min-width:300px;padding:30px;width:100%}.section-title{font-size:1.8em;font-weight:600;margin-bottom:15px}.about-container p{color:#000;line-height:1.7;margin-bottom:15px;text-align:justify}.about-us{background-color:#fff;border-left:10px solid #eef4ef;border-right:15px solid #fafbfb}.about-us .section-title{color:#007bff}.our-mission{background-color:#fff;border-left:10px solid #eef4ef;border-right:15px solid #fafbfb}.our-mission .section-title{color:#28a745}.our-vision{background-color:#fff;border-left:10px solid #eef4ef;border-right:15px solid #fafbfb}.our-vision .section-title{color:#ffc107}@media (max-width:992px){.aboutus-page-container{margin-top:70px;padding:15px}.page-title{font-size:2.2em;margin-bottom:20px}.about-content-wrapper{gap:25px}.about-container{height:auto;max-width:90%;padding:25px}.section-title{font-size:1.6em}.about-container p{font-size:.95em}}@media (min-width:769px){.about-content-wrapper{align-items:stretch;flex-direction:row}.aboutus-page-container{margin-bottom:5px;margin-top:75px;padding:20px}.about-container{box-sizing:border-box;height:auto;min-height:400px;min-width:280px}}@media (max-width:768px){.aboutus-page-container{margin-bottom:30px;margin-top:60px;padding:10px}.page-title{font-size:2em;margin-bottom:15px}.about-content-wrapper{gap:20px}.about-container{height:auto;max-width:100%;padding:20px}.section-title{font-size:1.4em}.about-container p{font-size:.9em}}@media (max-width:480px){.aboutus-page-container{margin-top:50px;padding:5px}.page-title{font-size:1.8em}.about-container{padding:15px}.section-title{font-size:1.2em}.about-container p{font-size:.85em}}.team-container{background-color:#f5f5f5;font-family:Arial,sans-serif;margin-top:3rem;padding:2rem 0;text-align:center}.cards-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(1,1fr);margin:2rem auto 4rem;max-width:1200px;padding:0 1rem}@media (min-width:768px){.cards-container{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.cards-container{grid-template-columns:repeat(3,1fr)}}.team-container h1{font-size:3rem}.team-card{background-color:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;flex-direction:column;height:auto;justify-content:flex-start;max-width:350px;min-height:450px;padding:1rem;transition:transform .2s,box-shadow .2s}.avatar,.team-card{align-items:center;display:flex;width:100%}.avatar{background-color:#f0f0f0;border-radius:10px;color:#555;font-size:1rem;font-weight:700;justify-content:center;margin-bottom:1rem;max-width:300px;overflow:hidden;padding-bottom:80%;position:relative}.avatar img{object-fit:contain}.avatar img,.avatar>div[style]{border-radius:10px;height:100%;left:0;position:absolute;top:0;width:100%}.avatar>div[style]{align-items:center;background-color:#ccc;display:flex;justify-content:center}.social-icons{display:flex;font-size:38;gap:10px;margin-top:10px}.social-icons a{color:inherit;font-size:68px;transition:transform .2s,opacity .2s}.social-icons a:hover{opacity:.8;transform:scale(1.1)}.linkedin-icon{color:#0077b5;font-size:108}.github-icon{color:#333}.team-card h3{color:#050505;font-size:1.5rem;margin-bottom:.2rem;margin-top:.5rem;text-align:justify}.team-card p{color:#070606;font-size:1rem;margin-bottom:.5rem;margin-top:.2rem;text-align:justify}.team-card p:nth-of-type(2){font-size:.9rem;line-height:1.5;margin-bottom:1rem;margin-top:1rem}.mentor-section{align-items:center;background-color:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;display:flex;flex-direction:column;height:auto;justify-content:flex-start;margin:0 auto 60px;max-width:350px;min-height:450px;padding:1rem;text-align:center;transition:transform .2s,box-shadow .2s;width:100%}.mentor-section h2{color:#080808;font-size:2em;margin-bottom:1rem}.mentor-card{flex-direction:column}.mentor-avatar,.mentor-card{align-items:center;display:flex;width:100%}.mentor-avatar{background-color:#f0f0f0;border-radius:10px;color:#080808;font-size:1rem;font-weight:700;justify-content:center;margin-bottom:1rem;max-width:300px;overflow:hidden;padding-bottom:80%;position:relative}.mentor-avatar img{object-fit:cover;object-position:top}.mentor-avatar img,.mentor-avatar>div[style]{border-radius:10px;height:100%;left:0;position:absolute;top:0;width:100%}.mentor-avatar>div[style]{align-items:center;background-color:#ccc;display:flex;justify-content:center}.mentor-card h3{color:#050505;font-size:1.5rem;margin-bottom:.2rem;margin-top:.5rem;text-align:center}.mentor-card .mentor-role{color:#070606;font-size:1rem;margin-bottom:.5rem;margin-top:.2rem;text-align:center}.mentor-card .mentor-desc{color:#111;font-size:.9rem;line-height:1.5;margin-bottom:1rem;margin-top:1rem;text-align:justify}.mentors-grid{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.mentors-grid .mentor-card{align-items:center;background-color:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;display:flex;flex-direction:column;max-width:350px;min-height:450px;padding:1rem;transition:transform .2s,box-shadow .2s;width:100%}@media (max-width:768px){.mentors-grid{align-items:center;flex-direction:column}}.loading{color:#555;font-size:1.2rem;padding:50px;text-align:center}.team-page{display:flex;flex-direction:column;min-height:100vh}.footer{margin-top:auto}.project-page{background-color:#f9fafb;font-family:Inter,sans-serif;margin-bottom:0;margin-top:3rem;min-height:auto;padding:3rem 2rem 2rem;text-align:center}.project-title{border-bottom:4px solid #f6f6f8;color:#080808;font-size:3rem;font-weight:600;margin-bottom:2rem;margin-top:1rem;padding-bottom:.75rem}.project-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(1,1fr);margin:0 auto;max-width:1200px;padding:2rem 1rem}@media (min-width:768px){.project-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.project-grid{grid-template-columns:repeat(3,1fr)}}.project-card{background-color:#fff;border:1px solid #f0f0f0;border-radius:12px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;flex-shrink:0;justify-self:center;max-width:25em;overflow:hidden;scroll-snap-align:start;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out;width:100%}.project-card:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;transform:scale(1.03)}.project-image-wrapper{height:20rem;overflow:hidden}.project-image{height:100%;object-fit:cover;width:100%}.project-content{padding:1.8rem;text-align:left}.project-content h2{color:#000;font-size:1.25rem;font-weight:700;margin-bottom:.5rem;text-align:center}.project-content p{-webkit-box-orient:vertical;color:#000;display:-webkit-box;font-size:1rem;margin-bottom:1rem;overflow:hidden;text-align:justify}.project-meta{align-items:center;color:#9ca3af;display:flex;font-size:.75rem;justify-content:flex-end;margin-top:-1rem;padding:0 1.5rem 1.5rem}.project-status{border-radius:9999px;font-weight:500;padding:.25rem .75rem;text-align:center;white-space:nowrap}.status-in-research{background-color:#fef3c7;color:#e87706ea}.status-in-development{background-color:#d1fae5;color:#0b23c3}.status-in-updation{background-color:#fee2e2;color:#b510b0}.status-completed{background-color:#cffafe;color:#03de2b}.loading-container{align-items:center;background:#f9fafb;display:flex;flex-direction:column;height:100vh;justify-content:center}.spinner{animation:spin 1s linear infinite;border:4px solid #e0e0e0;border-radius:50%;border-top-color:#3b82f6;height:3rem;margin-bottom:1rem;width:3rem}@keyframes spin{to{transform:rotate(1turn)}}.empty-container,.error-container{margin-top:5rem;padding:2rem;text-align:center}.error-container h1{color:#dc2626;font-size:2rem}.empty-container h1{color:#4c4e8e;font-size:2rem}.view-all-container{display:flex;justify-content:center;margin-top:2rem}.view-all-inline-btn{align-self:center;background-color:#595e64;border:none;border-radius:9999px;color:#fff;cursor:pointer;font-size:16px;height:50px;justify-self:end;padding:10px 20px;transition:background-color .3s ease;width:150px}.view-all-inline-btn:hover{background-color:#0056b3}.navbar{background-color:#fff;color:#000;justify-content:space-between;left:0;padding:5px 25px;position:fixed;top:0;width:97%;z-index:1000}.brand,.navbar{align-items:center;display:flex}.brand{gap:5px}.logo-img{height:80px;width:80px}.brand-text{display:flex;flex-direction:column;font-size:16px;font-style:normal;line-height:1.2;text-align:center}.logo{font-size:22px;font-weight:700}.logo,.startup,.tagline{margin:0;white-space:nowrap}.startup,.tagline{color:#000;font-family:Times New Roman,Times,serif;font-size:20px;font-style:normal}.nav-links{align-items:center;display:flex;gap:20px;list-style:none;margin:0;padding:0 20px}.nav-links li a{color:#292727;display:inline-block;font-size:15px;font-weight:1000;text-decoration:none;transition:color .3s ease}.nav-links li a:hover{color:#0af}.hamburger-menu{cursor:pointer;display:none;flex-direction:column;height:25px;justify-content:space-around;width:30px;z-index:1001}.hamburger-menu div{background-color:#333;border-radius:10px;height:3px;transition:all .3s ease;width:90%}.nav-overlay{background-color:#000000b3;display:none;height:100%;left:0;position:fixed;top:0;width:100%;z-index:999}.hamburger-menu.active .bar1{transform:rotate(-45deg) translate(-5px,6px)}.hamburger-menu.active .bar2{opacity:0}.hamburger-menu.active .bar3{transform:rotate(45deg) translate(-5px,-6px)}@media (max-width:900px){.nav-links{align-items:flex-start;background-color:#fff;box-shadow:-2px 0 10px #0003;flex-direction:column;gap:0;height:100%;padding-top:80px;position:fixed;right:-250px;top:0;transition:right .3s ease-in-out;width:250px;z-index:1000}.nav-links.active{right:0}.nav-links li{width:100%}.nav-links li a{border-bottom:1px solid #eee;box-sizing:border-box;font-size:16px;padding:15px 20px;text-align:left;width:100%}.nav-links li:last-child a{border-bottom:none}.hamburger-menu{display:flex}.nav-overlay.active{display:block}.brand-text .startup,.brand-text .tagline{display:none}.logo-img{height:60px;width:60px}.logo{font-size:20px}}@media (max-width:480px){.navbar{padding:5px 15px}.logo-img{height:50px;width:50px}.logo{font-size:18px}.nav-links{width:200px}.nav-links li a{font-size:14px}}.footer{background-color:#e5dede;color:#0d0d0d;min-height:10px;padding:2px 10px;text-align:center}.footer-top{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-bottom:1rem;padding-bottom:10px;padding-top:20px}.footer-item{align-items:center;display:flex;gap:5px;white-space:nowrap}.footer-icon{color:#0af;font-size:28px;height:30px}.footer-link{color:#100f0f;text-decoration:none;transition:color .3s ease}.footer-link:hover{color:#0c9ce4;text-decoration:underline}.footer-middle{align-items:flex-start;display:flex;flex-wrap:wrap;gap:2.5rem;justify-content:space-around;margin:20px 0;padding:0 40px}.footer-logo{align-items:center;display:flex;flex-direction:column;margin-bottom:20px;min-width:180px;text-align:center}.footer-logo-img{height:80px;margin-bottom:5px;width:80px}.footer-logo h3{font-size:1.5rem;margin:5px 0}.footer-logo p{font-size:.95rem;line-height:1.4;margin:0;max-width:250px}.footer-links{display:flex;flex-direction:column;gap:8px;min-width:100px;text-align:left}.footer-links a{color:#090909;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#0af}.footer-social{display:flex;gap:15px;justify-content:center;margin:15px 0 5px}.footer-social a{color:#0d0d0d;font-size:20px;transition:color .3s ease}.footer-social a:hover{color:#0af}.footer-bottom{color:#060606;font-size:14px;margin-top:5px}@media (max-width:900px){.footer-top{gap:1.5rem}.footer-item:nth-child(2){margin-left:0}}@media (max-width:768px){.footer-top{align-items:center;flex-direction:column;gap:.8rem}.footer-item{justify-content:center;white-space:normal}.footer-middle{align-items:center;flex-direction:column;gap:1.5rem;padding:0 20px}.footer-logo{margin-bottom:15px;min-width:0;min-width:auto}.footer-logo p{max-width:90%;white-space:normal}.footer-links{align-items:center;margin-bottom:15px;text-align:center}.footer-social{gap:10px}.footer-social a{font-size:32px}}@media (max-width:480px){.footer-middle,.footer-top{padding:0 10px}.footer-logo p{font-size:.9rem}.footer-bottom{font-size:12px}}@tailwind base;@tailwind components;@tailwind utilities;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}
/*# sourceMappingURL=main.8bdcae91.css.map*/