.navbar{align-items:center;background:linear-gradient(90deg,#333,#555);border-bottom-left-radius:12px;border-bottom-right-radius:12px;box-shadow:0 6px 20px #0000001a;color:#fff;display:flex;justify-content:space-between;padding:15px 50px;position:-webkit-sticky;position:sticky;top:0;transition:all .3s ease;z-index:1000}.navbar.scrolled{background:linear-gradient(90deg,#222,#444);box-shadow:0 6px 25px #00000080;padding:10px 50px}.nav-left{align-items:center;display:flex}.logo{color:#e0e0e0;font-size:1.9rem;font-weight:700;letter-spacing:2px}.nav-right{display:flex;gap:25px}.nav-right a{border-radius:8px;color:#fff;font-weight:500;overflow:hidden;padding:6px 14px;position:relative;transition:all .3s ease}.nav-right a:after{background-color:#888;bottom:0;content:"";height:3px;left:0;position:absolute;transform:scaleX(0);transform-origin:right;transition:transform .3s ease;width:100%}.nav-right a:hover:after{transform:scaleX(1);transform-origin:left}.nav-right a.active{background-color:#777;box-shadow:0 4px 12px #0000004d;color:#fff;font-weight:600}.hamburger{cursor:pointer;display:none;flex-direction:column;gap:5px;margin-left:20px;z-index:1100}.hamburger span{background:#fff;border-radius:2px;height:3px;transition:all .3s ease;width:28px}.hamburger.open span:first-child{transform:rotate(45deg) translate(5px,5px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}@media (max-width:768px){.hamburger,.nav-right{display:flex}.nav-right{background:linear-gradient(90deg,#333,#555);border-bottom-left-radius:12px;border-bottom-right-radius:12px;flex-direction:column;gap:0;left:0;max-height:0;overflow:hidden;padding:0;position:absolute;top:70px;transition:max-height .5s ease;width:100%}.nav-right.open{max-height:600px}.nav-right a{animation:slideIn .3s forwards;margin:0;opacity:0;padding:15px 20px;transform:translateY(-10px)}.nav-right.open a{opacity:1;transform:translateY(0)}.nav-right a:first-child{animation-delay:.1s}.nav-right a:nth-child(2){animation-delay:.2s}.nav-right a:nth-child(3){animation-delay:.3s}.nav-right a:nth-child(4){animation-delay:.4s}.nav-right a:nth-child(5){animation-delay:.5s}.nav-right a:nth-child(6){animation-delay:.6s}.navbar{padding:12px 20px}.navbar.scrolled{padding:10px 20px}}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.home{background:linear-gradient(180deg,#1c1c1c,#2a2a2a);color:#fff;padding:40px 20px}.hero{align-items:center;background:linear-gradient(180deg,#2a2a2a,#333);border-radius:14px;box-shadow:0 8px 28px #00000073;display:flex;gap:40px;justify-content:space-between;padding:30px;transition:.3s ease}.hero-left{flex:1 1 55%}.kicker{color:#aaa;font-weight:600;letter-spacing:1px;margin-bottom:10px}.hero-left h1{color:#fff;font-size:2.2rem;margin-bottom:14px}.hero-left p{color:#d6d6d6;font-size:1.05rem;line-height:1.6;margin-bottom:22px}.cta{display:flex;flex-wrap:wrap;gap:14px}.btn{border-radius:10px;padding:12px 18px;transition:.25s}.btn-primary{background:#2563eb}.btn-primary:hover{background:#1e4fc7}.btn-ghost{border:1px solid #555;color:#fff}.hero-right{background:linear-gradient(180deg,#2a2a2a,#333);border-radius:14px;box-shadow:0 8px 28px #00000073;flex:1 1 45%;padding:24px}.hero-right h3{color:#fff;margin:0 0 10px}.hero-right p{color:#dcdcdc;margin-bottom:12px}.home-services{margin-top:40px}.home-services h2{color:#fff;margin-bottom:20px}.home-services .grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(230px,1fr))}.service-card{box-shadow:0 6px 20px #00000073;padding:20px;transition:.25s ease}.service-card:hover{box-shadow:0 12px 32px #0000008c;transform:translateY(-6px)}@media (max-width:1024px){.hero{gap:24px;padding:24px}}@media (max-width:768px){.hero{flex-direction:column;text-align:center}.hero-left,.hero-right{width:100%}.hero-left h1{font-size:1.8rem}.cta{flex-direction:column}.btn{padding:14px;width:100%}.hero-right{padding:20px}.home-services .grid{grid-template-columns:1fr}}@media (max-width:480px){.hero{gap:18px;padding:18px}.hero-left h1{font-size:1.6rem}.hero-left p{font-size:.95rem}.hero-right,.service-card{padding:16px}}:root{--bg-start:#1c1c1c;--bg-end:#2a2a2a;--card-start:#2a2a2a;--card-end:#333;--text:#fff;--max-width:1100px}.about{align-items:center;background:linear-gradient(180deg,#1c1c1c,#2a2a2a);background:linear-gradient(to bottom,var(--bg-start),var(--bg-end));color:#fff;color:var(--text);display:flex;flex-direction:column;gap:30px;padding:48px 24px}.about-card{background:linear-gradient(180deg,#2a2a2a,#333);background:linear-gradient(to bottom,var(--card-start),var(--card-end));border-radius:12px;box-shadow:0 6px 20px #00000073;max-width:1100px;max-width:var(--max-width);padding:28px;transition:transform .28s ease,box-shadow .28s ease;width:100%}@media (hover:hover){.about-card:hover{box-shadow:0 14px 40px #0000008c;transform:translateY(-6px)}}.hero-card h1{font-size:clamp(1.6rem,2.6vw,2.2rem);margin-bottom:14px}.hero-card p{color:#ccc;color:var(--muted);font-size:clamp(.95rem,1.6vw,1.05rem);line-height:1.7}.grid{grid-gap:22px;display:grid;gap:22px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));margin-top:20px;width:100%}.icon-card{background:linear-gradient(180deg,#ffffff08,#00000040);border-radius:12px;box-shadow:0 4px 14px #0006;padding:22px;text-align:center;transition:.25s}.icon-card:hover{box-shadow:0 8px 20px #00000080;transform:translateY(-4px)}.icon-card h3{color:#fff;color:var(--text);margin:12px 0 8px}.icon-card p{color:#ccc;color:var(--muted);font-size:.95rem;line-height:1.5}@media (max-width:1024px){.about{padding:40px 20px}.about-card{padding:24px}}@media (max-width:768px){.about{gap:20px;padding:30px 18px}.about-card{padding:20px}.grid{grid-template-columns:1fr}}@media (max-width:480px){.about{padding:22px 14px}.about-card,.icon-card{padding:16px}}.services{background:linear-gradient(180deg,#1c1c1c,#2a2a2a);color:#fff;min-height:60vh;padding:40px 20px}.services h2{color:#fff;font-size:clamp(1.25rem,2.2vw,1.6rem);margin-bottom:28px;text-align:center}.services .grid{grid-gap:20px;align-items:stretch;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.service-card{align-items:center;background:linear-gradient(180deg,#2a2a2a,#333);border-radius:12px;box-shadow:0 6px 20px #0006;box-sizing:border-box;display:flex;flex-direction:column;min-height:160px;padding:18px;text-align:center;transition:transform .24s ease,box-shadow .24s ease;width:100%}@media (hover:hover) and (pointer:fine){.service-card:hover{box-shadow:0 12px 28px #0000008c;transform:translateY(-6px)}}.service-card h3{color:#fff;font-size:1.05rem;margin-bottom:8px;margin-top:10px}.service-card p{color:#ccc;font-size:.95rem;margin:0}@media (max-width:768px){.services{padding:28px 16px}.services .grid{gap:16px;grid-template-columns:1fr}.service-card{min-height:auto;padding:16px}}.products{background:linear-gradient(180deg,#1c1c1c,#2a2a2a);color:#fff;min-height:60vh;padding:40px 20px}.products h2{color:#fff;font-size:clamp(1.25rem,2.2vw,1.6rem);margin-bottom:28px;text-align:center}.products .grid{grid-gap:22px;align-items:stretch;display:grid;gap:22px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.product-card{align-items:center;background:linear-gradient(180deg,#2a2a2a,#333);border-radius:12px;box-shadow:0 6px 20px #0006;box-sizing:border-box;display:flex;flex-direction:column;min-height:160px;padding:18px;text-align:center;transition:transform .24s ease,box-shadow .24s ease;width:100%}@media (hover:hover) and (pointer:fine){.product-card:hover{box-shadow:0 12px 28px #0000008c;transform:translateY(-6px)}}.product-card h3{color:#fff;margin-bottom:8px;margin-top:10px}.product-card p{color:#ccc;font-size:.95rem;margin:0}@media (max-width:768px){.products{padding:28px 16px}.products .grid{gap:16px;grid-template-columns:1fr}.product-card{padding:16px}}.internship{background:linear-gradient(180deg,#1c1c1c,#2a2a2a);color:#fff;min-height:60vh;padding:36px 20px}.internship>.card{background:linear-gradient(180deg,#ffffff05,#0000);border-radius:12px;box-sizing:border-box;margin:0 auto;max-width:1100px;padding:22px;width:100%}.internship h2{color:#fff;font-size:clamp(1.2rem,2.2vw,1.6rem);margin-bottom:12px}.internship .grid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:18px}.track-card{align-items:center;background:linear-gradient(180deg,#2a2a2a,#333);border-radius:12px;box-shadow:0 6px 18px #0006;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;min-height:140px;padding:16px;text-align:center;transition:transform .22s ease,box-shadow .22s ease;width:100%}@media (hover:hover) and (pointer:fine){.track-card:hover{box-shadow:0 10px 28px #00000080;transform:translateY(-6px)}}.track-card p{color:#ccc;font-weight:500;margin-top:10px}@media (max-width:768px){.internship{padding:26px 16px}.internship>.card{padding:18px}.internship .grid{gap:14px;grid-template-columns:1fr}.track-card{min-height:auto;padding:14px}}.contact-section{align-items:center;background-color:#1e1e1e;color:#f2f2f2;display:flex;flex-direction:column;font-family:Poppins,sans-serif;min-height:100vh;padding:60px 20px}.contact-hero{margin-bottom:40px;max-width:650px;text-align:center}.contact-hero h1{color:#f5f5f5;font-size:clamp(1.8rem,3vw,2.4rem);margin-bottom:10px}.contact-hero p{color:#bfbfbf;font-size:clamp(1rem,1.4vw,1.1rem)}.contact-form{background:#2b2b2b;border-radius:16px;box-shadow:0 0 15px #0006;display:flex;flex-direction:column;gap:15px;max-width:600px;padding:30px;width:100%}.contact-form label{color:#e0e0e0;font-size:1rem;font-weight:500}.contact-form input,.contact-form textarea{background:#121212;border:1px solid #444;border-radius:8px;color:#f0f0f0;font-size:1rem;margin-top:6px;padding:12px 14px;width:100%}.contact-form input:focus,.contact-form textarea:focus{border-color:#00bcd4;box-shadow:0 0 5px #00bcd4;outline:none}.contact-form textarea{min-height:140px;resize:vertical}.contact-btn{background-color:#00bcd4;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:12px;transition:background .3s ease,transform .2s}.contact-btn:hover{background-color:#0097a7;transform:translateY(-2px)}.contact-success{background:#2e7d32;border-radius:12px;color:#e8f5e9;font-size:1.1rem;padding:20px 30px;text-align:center}.contact-info,.contact-success{box-shadow:0 0 10px #0000004d;max-width:600px;width:100%}.contact-info{background:#2b2b2b;border-radius:14px;color:#e0e0e0;margin-top:40px;padding:25px 30px}.contact-info h3{color:#00bcd4;font-size:1.3rem;margin-bottom:12px;text-align:center}.contact-info p{align-items:center;color:#dcdcdc;display:flex;font-size:1rem;gap:12px;margin:10px 0}.contact-info a{color:#00bcd4;text-decoration:none;transition:.3s}.contact-info a:hover{color:#80deea}.icon{font-size:1.4rem}.icon.email{color:#ff5252}.icon.linkedin{color:#0077b5}@media (max-width:900px){.contact-section{padding:50px 20px}}@media (max-width:768px){.contact-form,.contact-info{padding:22px}}@media (max-width:480px){.contact-section{padding:40px 16px}.contact-form,.contact-info{border-radius:12px;padding:18px}.contact-btn{width:100%}.contact-hero h1{font-size:1.6rem}.contact-hero p{font-size:.95rem}}:root{--bg:#121212;--text:#e0e0e0;--heading:#f5f5f5;--muted:#ccc;--card-bg:#2b2b2b;--card-bg-2:#333;--primary:#2563eb;--primary-soft:#3b82f6;--radius:12px;--shadow:0 6px 20px #0000004d;--shadow-hover:0 12px 25px #00000080}body{background-color:#121212;background-color:var(--bg);color:#e0e0e0;color:var(--text);font-family:Poppins,sans-serif;margin:0;padding:0;scroll-behavior:smooth}h1,h2,h3{color:#f5f5f5;color:var(--heading);margin-bottom:12px}p{color:#ccc;color:var(--muted);line-height:1.6}a{color:#e0e0e0;color:var(--text);text-decoration:none}.section{align-items:center;display:flex;flex-direction:column;padding:60px 20px;width:100%}.section>.card{background:#333;background:var(--card-bg-2);border-radius:12px;border-radius:var(--radius);box-shadow:0 6px 20px #0000004d;box-shadow:var(--shadow);box-sizing:border-box;max-width:1100px;padding:25px;transition:transform .3s ease,box-shadow .3s ease;width:100%}@media (hover:hover){.section>.card:hover{box-shadow:0 12px 25px #00000080;box-shadow:var(--shadow-hover);transform:translateY(-5px)}}.global-grid,.section>.card .grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));width:100%}.btn{border:none;border-radius:8px;cursor:pointer;font-weight:600;padding:12px 25px;transition:all .3s ease}.btn-primary{background:linear-gradient(90deg,#555,#888);box-shadow:0 6px 20px #0000004d;color:#fff}.btn-primary:hover{box-shadow:0 12px 25px #00000080;transform:translateY(-2px)}.btn-ghost{background:#0000;border:2px solid #555;color:#e0e0e0}.btn-ghost:hover{background:#555;color:#fff}@media (max-width:768px){.section{padding:40px 16px}.section>.card{padding:20px}h1{font-size:1.6rem}h2{font-size:1.3rem}h3{font-size:1.1rem}.btn{padding:12px;text-align:center;width:100%}}.page-wrapper{padding-top:90px}
/*# sourceMappingURL=main.2350f9cf.css.map*/