@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;800&family=Outfit:wght@300;500;700;900&display=swap";:root{--bg-color:#050814;--bg-secondary:#0a0f25;--text-primary:#fff;--text-secondary:#a0aec0;--accent-cyan:#00f0ff;--accent-purple:#b026ff;--accent-blue:#3b82f6;--glass-bg:#0a0f25b3;--glass-border:#ffffff1a;--glass-shadow:0 8px 32px 0 #0000005e;--glow-cyan:0 0 20px #00f0ff80;--glow-purple:0 0 20px #b026ff80}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-primary);font-family:Inter,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{margin-bottom:1rem;font-family:Outfit,sans-serif}a{color:inherit;text-decoration:none}ul{list-style:none}.gradient-text{background:linear-gradient(90deg, var(--accent-cyan), var(--accent-purple));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.glass-panel{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);border-radius:16px}.btn{cursor:pointer;border:none;border-radius:8px;outline:none;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-family:Outfit,sans-serif;font-weight:600;transition:all .3s;display:inline-flex}.btn-primary{background:linear-gradient(90deg, var(--accent-blue), var(--accent-purple));color:#fff;box-shadow:0 4px 15px #b026ff4d}.btn-primary:hover{box-shadow:var(--glow-purple);transform:translateY(-2px)}.btn-outline{border:1px solid var(--accent-cyan);color:var(--accent-cyan);background:0 0}.btn-outline:hover{box-shadow:var(--glow-cyan);background:#00f0ff1a;transform:translateY(-2px)}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--bg-color)}::-webkit-scrollbar-thumb{background:#1f2937;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--accent-blue)}.navbar{z-index:1000;width:100%;padding:1.5rem 10%;transition:all .3s;position:fixed;top:0;left:0}.scrolled{border-top:none;border-left:none;border-right:none;border-radius:0;padding:1rem 10%}.nav-container{justify-content:space-between;align-items:center;display:flex}.logo{align-items:center;gap:1rem;display:flex}.logo-img{object-fit:cover;object-position:left center;width:40px;height:40px;box-shadow:var(--glow-cyan);border-radius:50%;transform:scale(1.2)}.logo-text{letter-spacing:1px;font-family:Outfit,sans-serif;font-size:1.9rem;font-weight:800}.desktop-menu{align-items:center;gap:2.5rem;font-size:1.5rem;display:flex}.nav-link{color:var(--text-secondary);font-weight:500;transition:color .3s;position:relative}.nav-link:hover{color:var(--text-primary)}.nav-link:after{content:"";background:linear-gradient(90deg, var(--accent-cyan), var(--accent-purple));width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.nav-link:hover:after{width:100%}.mobile-toggle{cursor:pointer;display:none}.mobile-menu{flex-direction:column;gap:1.5rem;margin-top:1rem;padding:1.5rem;display:none}.mobile-link{text-align:center;font-size:1.2rem;font-weight:600}@media (width<=991px){.desktop-menu{display:none}.mobile-toggle{display:block}.mobile-menu{display:flex}.logo-text{font-size:1.5rem}.logo-img{width:30px;height:30px}}.hero-section{text-align:center;justify-content:center;align-items:center;min-height:100vh;padding-top:100px;display:flex;position:relative;overflow:hidden}.hero-content{width:100%;max-width:auto;z-index:10;flex-direction:column;align-items:center;display:flex}.hero-title{flex-direction:column;gap:1.5rem;margin-bottom:2rem;font-size:8rem;font-weight:900;line-height:1.1;display:flex}.gradient-text1{font-size:8rem}.Sub-text,.gradient-text2{font-size:6rem}.hero-subtitle{color:var(--text-secondary);max-width:700px;margin-bottom:2.5rem;font-size:2rem}.hero-actions{justify-content:center;gap:1.5rem;display:flex}.hero-3d{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.canvas-container{width:100%;height:100%}.gradient-text1,.gradient-text2{background:linear-gradient(90deg, var(--accent-cyan), var(--accent-purple));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}@media (width<=990px){.hero-section{padding-top:120px}.hero-title{gap:1rem;font-size:2rem;line-height:1.3}.gradient-text1{font-size:2rem}.Sub-text,.gradient-text2{font-size:1.8rem}.hero-subtitle{font-size:1rem}}.services-section{background:relative}.services-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));justify-items:center;gap:2rem;display:grid}.service-card{text-align:left;width:100%;max-width:400px;padding:2.5rem;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden}.service-card:before{content:"";z-index:-1;background:linear-gradient(135deg,#00f0ff0d 0%,#b026ff0d 100%);width:100%;height:100%;position:absolute;top:0;left:0}.service-card:hover{border-color:#00f0ff4d;transform:translateY(-10px);box-shadow:0 15px 40px #00f0ff33}.icon-wrapper{background:#ffffff08;border:1px solid #ffffff0d;border-radius:12px;margin-bottom:1.5rem;padding:1rem;display:inline-flex;box-shadow:inset 0 0 10px #ffffff0d}.service-title{color:var(--text-primary);margin-bottom:1rem;font-size:1.5rem}.service-desc{color:var(--text-secondary);font-size:1rem;line-height:1.6}.projects-section{background:var(--bg-color);position:relative}.projects-grid{max-width:auto;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2.5rem;margin:0 auto;display:grid}.project-card{border-left:3px solid #0000;padding:2.5rem;transition:transform .4s,box-shadow .4s;position:relative;overflow:hidden}.project-card:hover{border-left-color:var(--accent-cyan);transform:translateY(-8px);box-shadow:0 20px 40px #00f0ff26}.project-icon-wrapper{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;margin-bottom:1.5rem;padding:1rem;display:inline-flex}.project-content{flex-direction:column;display:flex}.project-category{text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem;font-size:.85rem;font-weight:700}.project-title{color:var(--text-primary);margin-bottom:1rem;font-size:1.6rem}.project-desc{color:var(--text-secondary);text-align:justify;line-height:1.6}.about-section{background:var(--bg-secondary)}.about-grid{align-items:center;gap:4rem;max-width:1200px;margin:0 auto;display:flex}.about-image-wrapper{border-radius:20px;flex:1;justify-content:center;align-items:center;max-width:500px;display:flex;position:relative;box-shadow:0 20px 50px #00000080}.abstract-shape{z-index:0;filter:blur(40px);background:radial-gradient(circle,#b026ff33 0%,#00f0ff1a 60%,#0000 100%);border-radius:50%;width:120%;height:120%;position:absolute}.about-image{object-fit:cover;z-index:1;border:4px solid var(--accent-cyan);border-radius:20px;width:100%;height:auto;position:relative}.about-content{flex:1}.about-desc{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.1rem}.about-features{margin:2rem 0}.about-features li{color:var(--text-primary);align-items:center;gap:1rem;margin-bottom:1rem;font-size:1.1rem;font-weight:500;display:flex}.mt-4{margin-top:2rem}@media (width<=991px){.about-grid{text-align:center;flex-direction:column}.about-content .section-title{text-align:center!important}.about-features li{justify-content:center}}.contact-section{text-align:center}.contact-subtitle{color:var(--text-secondary);max-width:700px;margin:0 auto 3rem;font-size:1.1rem}.contact-container{text-align:left;gap:3rem;max-width:1100px;margin:0 auto;display:flex}.contact-info,.contact-form{flex:1;padding:3rem}.contact-heading{color:var(--text-primary);border-bottom:2px solid var(--accent-cyan);margin-bottom:2rem;font-size:1.8rem}.info-list{flex-direction:column;gap:1.5rem;display:flex}.info-list li{color:var(--text-secondary);transition:color .3sease;align-items:center;gap:1.2rem;font-size:1.1rem;display:flex}.info-list li:hover{color:var(--text-primary)}.form-group{margin-bottom:1.5rem}.form-control{width:100%;color:var(--text-primary);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;outline:none;padding:1rem 1.5rem;font-family:inherit;font-size:1rem;transition:border-color .3s,box-shadow .3s}.form-control:focus{border-color:var(--accent-cyan);box-shadow:var(--glow-cyan);background:#00f0ff0d}.submit-btn{width:100%;padding:1rem;font-size:1.1rem}@media (width<=768px){.contact-container{flex-direction:column}}.footer-section{background:var(--bg-secondary);z-index:10;border-bottom:none;border-radius:40px 40px 0 0;margin-top:4rem;padding:4rem 10% 2rem;position:relative}.footer-container{grid-template-columns:2fr 1fr 1fr;gap:4rem;margin-bottom:3rem;display:grid}.footer-brand{max-width:400px}.logo.d-flex{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.logo-img-small{object-fit:cover;object-position:left center;border:2px solid var(--accent-cyan);border-radius:50%;width:32px;height:32px;transform:scale(1.2)}.footer-desc{color:var(--text-secondary);margin-bottom:2rem;line-height:1.6}.social-icons{gap:1.5rem;display:flex}.social-link{width:40px;height:40px;color:var(--text-primary);background:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.social-link:hover{background:var(--accent-cyan);color:#000;box-shadow:var(--glow-cyan);transform:translateY(-3px)}.footer-links h3{color:var(--text-primary);margin-bottom:1.5rem;font-size:1.2rem}.footer-links ul{flex-direction:column;gap:.8rem;display:flex}.footer-links a{color:var(--text-secondary);transition:color .3s,padding-left .3s}.footer-links a:hover{color:var(--accent-cyan);padding-left:5px}.footer-bottom{text-align:center;color:var(--text-secondary);border-top:1px solid #ffffff1a;padding-top:2rem;font-size:.9rem}@media (width<=991px){.footer-container{grid-template-columns:1fr;gap:2rem}}.app-container{flex-direction:column;min-height:100vh;display:flex}section{z-index:1;padding:6rem 10%;position:relative}.section-title{text-align:center;margin-bottom:3rem;font-size:3rem;font-weight:800}.section-title span{color:var(--accent-cyan)}@media (width<=768px){section{padding:4rem 5%}.section-title{font-size:2.2rem}}
