@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Poppins:wght@300;400;500;600;700&display=swap";.navbar{position:fixed;top:0;left:0;width:100%;z-index:1000;padding:1rem 0;transition:all .3s ease}.navbar.scrolled{background:var(--bg-glass);box-shadow:0 4px 20px #0000001a;padding:.75rem 0}.navbar-container{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 1.5rem}.navbar-logo{font-size:1.5rem;font-weight:700;color:var(--text-primary);font-family:var(--font-secondary)}.navbar-logo:hover{color:var(--accent-primary)}.navbar-right{display:flex;align-items:center}.navbar .theme-toggle{background:transparent;border:none;color:var(--text-primary);font-size:1.25rem;cursor:pointer;margin-right:1.5rem;display:flex;align-items:center;justify-content:center}.navbar .menu-icon{display:none;font-size:1.5rem;cursor:pointer;color:var(--text-primary)}.navbar .nav-menu{display:flex;list-style:none}.navbar .nav-menu .nav-item{margin-left:2rem}.navbar .nav-menu .nav-item .nav-link{position:relative;color:var(--text-primary);font-weight:500;padding:.5rem 0}.navbar .nav-menu .nav-item .nav-link:hover,.navbar .nav-menu .nav-item .nav-link.active{color:var(--accent-primary)}.navbar .nav-menu .nav-item .nav-link .nav-indicator{position:absolute;bottom:-5px;left:0;right:0;height:3px;background-color:var(--accent-primary);border-radius:1.5px}@media (max-width: 768px){.navbar .menu-icon{display:block}.navbar .nav-menu{position:fixed;top:60px;right:-100%;flex-direction:column;width:70%;height:120vh;background:var(--bg-glass);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding-top:5rem;transition:.5s ease;box-shadow:-5px 0 15px #0000001a}.navbar .nav-menu.active{right:0}.navbar .nav-menu .nav-item{margin:1.5rem 0;text-align:center}.navbar .nav-menu .nav-item .nav-link{font-size:1.2rem}.navbar .theme-toggle{margin-right:1rem}}.footer{background-color:var(--bg-secondary);padding:4rem 0 2rem;margin-top:4rem;border-top:1px solid var(--border-color)}.footer-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.footer-content{display:flex;justify-content:space-between;margin-bottom:3rem}@media (max-width: 768px){.footer-content{flex-direction:column;gap:2rem}}.footer-logo{max-width:300px}.footer-logo h3{font-size:1.5rem;margin-bottom:1rem;color:var(--text-primary)}.footer-logo p{color:var(--text-secondary);line-height:1.6}.footer-links{display:flex;gap:4rem}@media (max-width: 576px){.footer-links{flex-direction:column;gap:2rem}}.footer-section h4{font-size:1.1rem;margin-bottom:1.2rem;color:var(--text-primary);position:relative}.footer-section h4:after{content:"";position:absolute;left:0;bottom:-8px;width:30px;height:2px;background-color:var(--accent-primary)}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.8rem}.footer-section ul li a{color:var(--text-secondary);transition:color .3s ease}.footer-section ul li a:hover{color:var(--accent-primary)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid var(--border-color)}@media (max-width: 576px){.footer-bottom{flex-direction:column;gap:1.5rem}}.footer-bottom p{color:var(--text-secondary);font-size:.9rem}.footer .social-links{display:flex;gap:1.2rem}.footer .social-links a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background-color:#6366f11a;color:var(--accent-primary);font-size:1.2rem;transition:all .3s ease}.footer .social-links a:hover{background-color:var(--accent-primary);color:#fff}.hero-section{min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding:6rem 1.5rem 2rem;position:relative;overflow:hidden}.hero-section:before{content:"";position:absolute;top:-30%;right:0%;width:100%;height:100%;background:radial-gradient(circle,#6366f11a,#6366f100 70%);z-index:-1}.hero-section .hero-content{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;gap:2rem}@media (max-width: 992px){.hero-section .hero-content{flex-direction:column;text-align:center}}.hero-section .hero-text{flex:1;max-width:600px}.hero-section .hero-text h1{font-size:clamp(3.5rem,5vw,3.5rem);line-height:1.2;margin-bottom:1.5rem;display:flex;flex-direction:column}.hero-section .hero-text h1 .greeting{color:var(--accent-primary);font-weight:700;margin-bottom:.5rem}.hero-section .hero-text h1 .title{color:var(--text-primary);font-size:2rem}.hero-section .hero-text p{font-size:clamp(1rem,2vw,1.2rem);line-height:1.6;color:var(--text-secondary);margin-bottom:2rem}.hero-section .hero-buttons{display:flex;gap:1rem}@media (max-width: 992px){.hero-section .hero-buttons{justify-content:center}}@media (max-width: 576px){.hero-section .hero-buttons{flex-direction:column;width:100%}.hero-section .hero-buttons a{width:100%;text-align:center}}.hero-section .hero-buttons .btn{display:flex;align-items:center;justify-content:center;gap:.5rem}.hero-section .hero-buttons .btn svg{transition:transform .3s ease}.hero-section .hero-buttons .btn:hover svg{transform:translate(5px)}.hero-section .hero-image{flex:1;max-width:450px;position:relative}.hero-section .hero-image img{width:100%;height:auto;position:relative;z-index:2;border-radius:20px}.hero-section .hero-image .blob-animation{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero-section .hero-image .blob-animation .blob{position:absolute;border-radius:50%;filter:blur(60px);opacity:.6;animation:blob-animation 15s infinite alternate ease-in-out}.hero-section .hero-image .blob-animation .blob:nth-child(1){top:20%;left:20%;width:200px;height:200px;background-color:#6366f180;animation-delay:0s}.hero-section .hero-image .blob-animation .blob:nth-child(2){top:40%;right:20%;width:250px;height:250px;background-color:#4f46e580;animation-delay:5s}.hero-section .hero-image .blob-animation .blob:nth-child(3){bottom:20%;left:30%;width:180px;height:180px;background-color:#818cf880;animation-delay:10s}.hero-section .tech-stack{margin-top:4rem}.hero-section .tech-stack-content{max-width:1200px;margin:0 auto;text-align:center}.hero-section .tech-stack-content p{font-size:2rem;font-weight:500;margin-bottom:2rem}@keyframes blob-animation{0%{transform:translate(0) scale(1)}33%{transform:translate(30px,-50px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}to{transform:translate(0) scale(1)}}.tech-marquee{overflow:hidden;position:relative;width:100%;padding:1rem 0}.tech-marquee .marquee-track{display:flex;width:max-content;animation:scroll-marquee 40s linear infinite;gap:3rem}.tech-marquee:hover .marquee-track{animation-play-state:paused}.tech-marquee .tech-icon{display:flex;flex-direction:column;align-items:center;min-width:130px}.tech-marquee .tech-icon img{width:60px;height:60px;object-fit:contain;transition:all .3s ease}.tech-marquee .tech-icon span{margin-top:.5rem;font-size:.9rem;color:var(--text-secondary)}.tech-marquee .tech-icon:hover img{filter:grayscale(0%);opacity:1}.tech-marquee .tech-icon:hover span{color:var(--accent-primary)}.tech-marquee:before,.tech-marquee:after{content:"";position:absolute;top:0;width:80px;height:100%;z-index:2;pointer-events:none}.tech-marquee:before{left:0;background:linear-gradient(to right,var(--bg-primary),transparent)}.tech-marquee:after{right:0;background:linear-gradient(to left,var(--bg-primary),transparent)}@keyframes scroll-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.skill-card{padding:2rem;text-align:center;height:100%}.skill-card .skill-icon{display:flex;align-items:center;justify-content:center;width:70px;height:70px;margin:0 auto 1.5rem;border-radius:20px;background-color:#6366f11a;color:var(--accent-primary);font-size:2rem;transition:all .3s ease}.skill-card:hover .skill-icon{background-color:var(--accent-primary);color:#fff;transform:rotateY(180deg)}.skill-card h3{font-size:1.5rem;margin-bottom:1rem;color:var(--text-primary)}.skill-card p{color:var(--text-secondary);line-height:1.6}.project-card{display:flex;flex-direction:column;overflow:hidden;height:100%;padding:1rem!important;transition:transform .3s ease,box-shadow .3s ease}.project-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #00000026}.project-card:hover .project-image img{transform:scale(1.05)}.project-card:hover .project-links{opacity:1}.project-card .project-image{position:relative;overflow:hidden;border-radius:var(--border-radius);aspect-ratio:16/9}.project-card .project-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.project-card .project-image:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0000,#000000b3);opacity:0;transition:opacity .3s ease}.project-card .project-image:hover:after{opacity:1}.project-card .project-links{position:absolute;bottom:1rem;right:1rem;display:flex;gap:.75rem;z-index:2;opacity:0;transition:opacity .3s ease}.project-card .project-links a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background-color:var(--bg-glass);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);color:var(--text-primary);font-size:1.2rem;transition:all .3s ease}.project-card .project-links a:hover{background-color:var(--accent-primary);color:#fff}.project-card .project-content{padding:1rem;flex:1;display:flex;flex-direction:column}.project-card .project-content h3{font-size:1.5rem;margin-bottom:.75rem;color:var(--text-primary)}.project-card .project-content p{color:var(--text-secondary);line-height:1.6;margin-bottom:1.5rem;flex:1}.project-card .project-tags{display:flex;flex-wrap:wrap;gap:.5rem}.project-card .project-tags .tag{padding:.35rem .75rem;border-radius:50px;background-color:#6366f11a;color:var(--accent-primary);font-size:.8rem;font-weight:500}.home-page .skills-section{padding:6rem 0}.home-page .skills-section .skills-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2rem;margin-top:3rem}@media (max-width: 576px){.home-page .skills-section .skills-grid{grid-template-columns:1fr}}.home-page .projects-section{padding:6rem 0;background-color:var(--bg-primary)}.home-page .projects-section .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem}@media (max-width: 576px){.home-page .projects-section .section-header{flex-direction:column;align-items:flex-start;gap:1rem}}.home-page .projects-section .section-header .view-all{color:var(--accent-primary);font-weight:500;transition:all .3s ease}.home-page .projects-section .section-header .view-all:hover{color:var(--accent-secondary);text-decoration:underline}.home-page .projects-section .projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2.5rem}@media (max-width: 576px){.home-page .projects-section .projects-grid{grid-template-columns:1fr}}.home-page .cta-section{padding:6rem 0}.home-page .cta-section .cta-content{text-align:center;padding:4rem 2rem;max-width:800px;margin:0 auto}.home-page .cta-section .cta-content h2{font-size:2.5rem;margin-bottom:1.5rem;color:var(--text-primary)}@media (max-width: 576px){.home-page .cta-section .cta-content h2{font-size:1.7rem}}.home-page .cta-section .cta-content p{font-size:1.2rem;color:var(--text-secondary);margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.home-page .cta-section .cta-content .btn{padding:.75rem 2rem;font-size:1.1rem}.about-page{padding-top:6rem}.about-page .page-title{font-size:3rem;margin-bottom:3rem;position:relative}.about-page .page-title:after{content:"";position:absolute;left:0;bottom:-10px;width:80px;height:4px;background-color:var(--accent-primary);border-radius:2px}.about-page .about-content{display:flex;gap:4rem;margin-bottom:6rem}@media (max-width: 992px){.about-page .about-content{flex-direction:column;gap:3rem}}.about-page .about-content .about-image{flex:1;max-width:400px}@media (max-width: 992px){.about-page .about-content .about-image{margin:0 auto}}.about-page .about-content .about-image img{width:100%;height:auto;border-radius:var(--border-radius);object-fit:cover;box-shadow:var(--box-shadow)}.about-page .about-content .about-text{flex:2}.about-page .about-content .about-text h2{font-size:2.5rem;margin-bottom:.5rem;color:var(--text-primary)}.about-page .about-content .about-text h3{font-size:1.5rem;color:var(--accent-primary);margin-bottom:1.5rem;font-weight:500}.about-page .about-content .about-text p{margin-bottom:1.5rem;color:var(--text-secondary);line-height:1.8}.about-page .about-content .about-text .about-links{display:flex;align-items:center;gap:2rem;margin-top:2rem}@media (max-width: 576px){.about-page .about-content .about-text .about-links{flex-direction:column;align-items:flex-start;gap:1.5rem}}.about-page .about-content .about-text .about-links .btn{display:flex;align-items:center;gap:.5rem}.about-page .about-content .about-text .about-links .btn svg{transition:transform .3s ease}.about-page .about-content .about-text .about-links .btn:hover svg{transform:translate(5px)}.about-page .about-content .about-text .about-links .social-links{display:flex;gap:1rem}.about-page .about-content .about-text .about-links .social-links a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background-color:#6366f11a;color:var(--accent-primary);font-size:1.2rem;transition:all .3s ease}.about-page .about-content .about-text .about-links .social-links a:hover{background-color:var(--accent-primary);color:#fff}.about-page .experience-section,.about-page .education-section{padding:6rem 0;background-color:var(--bg-primary)}.about-page .experience-section .timeline,.about-page .education-section .timeline{position:relative;max-width:800px;margin:0 auto;padding-left:2rem}.about-page .experience-section .timeline:before,.about-page .education-section .timeline:before{content:"";position:absolute;left:0;top:0;height:100%;width:2px;background-color:var(--accent-primary)}.about-page .experience-section .timeline .timeline-item,.about-page .education-section .timeline .timeline-item{position:relative;margin-bottom:3rem}.about-page .experience-section .timeline .timeline-item:last-child,.about-page .education-section .timeline .timeline-item:last-child{margin-bottom:0}.about-page .experience-section .timeline .timeline-item .timeline-dot,.about-page .education-section .timeline .timeline-item .timeline-dot{position:absolute;left:-2.5rem;top:1.5rem;width:16px;height:16px;border-radius:50%;background-color:var(--accent-primary);border:3px solid var(--bg-primary)}.about-page .experience-section .timeline .timeline-item .timeline-content,.about-page .education-section .timeline .timeline-item .timeline-content{padding:1.5rem}.about-page .experience-section .timeline .timeline-item .timeline-content h3,.about-page .education-section .timeline .timeline-item .timeline-content h3{font-size:1.5rem;margin-bottom:.5rem;color:var(--text-primary)}.about-page .experience-section .timeline .timeline-item .timeline-content .timeline-meta,.about-page .education-section .timeline .timeline-item .timeline-content .timeline-meta{display:flex;justify-content:space-between;margin-bottom:1rem}@media (max-width: 576px){.about-page .experience-section .timeline .timeline-item .timeline-content .timeline-meta,.about-page .education-section .timeline .timeline-item .timeline-content .timeline-meta{flex-direction:column;gap:.5rem}}.about-page .experience-section .timeline .timeline-item .timeline-content .timeline-meta .company,.about-page .education-section .timeline .timeline-item .timeline-content .timeline-meta .company{font-weight:600;color:var(--accent-primary)}.about-page .experience-section .timeline .timeline-item .timeline-content .timeline-meta .period,.about-page .education-section .timeline .timeline-item .timeline-content .timeline-meta .period{color:var(--text-secondary)}.about-page .experience-section .timeline .timeline-item .timeline-content p,.about-page .education-section .timeline .timeline-item .timeline-content p{color:var(--text-secondary);line-height:1.6}.about-page .education-section{background-color:var(--bg-secondary)}.about-page .skills-section{padding:6rem 0}.about-page .skills-section .skills-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;margin-top:3rem}@media (max-width: 576px){.about-page .skills-section .skills-container{grid-template-columns:1fr}}.about-page .skills-section .skills-container .skills-category{padding:2rem}.about-page .skills-section .skills-container .skills-category h3{font-size:1.5rem;margin-bottom:1.5rem;color:var(--text-primary);position:relative}.about-page .skills-section .skills-container .skills-category h3:after{content:"";position:absolute;left:0;bottom:-8px;width:40px;height:3px;background-color:var(--accent-primary);border-radius:1.5px}.about-page .skills-section .skills-container .skills-category .skills-list{display:flex;flex-wrap:wrap;gap:.8rem}.about-page .skills-section .skills-container .skills-category .skills-list span{padding:.5rem 1rem;border-radius:50px;background-color:#6366f11a;color:var(--accent-primary);font-size:.9rem;font-weight:500;transition:all .3s ease}.about-page .skills-section .skills-container .skills-category .skills-list span:hover{background-color:var(--accent-primary);color:#fff;transform:translateY(-3px)}.projects-page{padding-top:6rem}.projects-page .projects-hero{text-align:center;padding-bottom:3rem}.projects-page .projects-hero .page-title{font-size:3rem;margin-bottom:1rem;color:var(--text-primary)}.projects-page .projects-hero .page-subtitle{font-size:1.2rem;color:var(--text-secondary);max-width:700px;margin:0 auto 3rem}.projects-page .projects-hero .filter-tabs{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.projects-page .projects-hero .filter-tabs .filter-tab{position:relative;padding:.75rem 1.5rem;border-radius:50px;background-color:transparent;border:none;color:var(--text-secondary);font-weight:500;cursor:pointer;transition:all .3s ease}.projects-page .projects-hero .filter-tabs .filter-tab:hover{color:var(--accent-primary)}.projects-page .projects-hero .filter-tabs .filter-tab.active{color:#fff;background-color:var(--accent-primary)}.projects-page .projects-hero .filter-tabs .filter-tab .tab-indicator{position:absolute;bottom:0;left:0;right:0;height:100%;background-color:var(--accent-primary);border-radius:50px;z-index:-1}.projects-page .projects-grid-section{padding:3rem 0 6rem}.projects-page .projects-grid-section .projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2.5rem}@media (max-width: 576px){.projects-page .projects-grid-section .projects-grid{grid-template-columns:1fr}}.services-page{padding-top:6rem}.services-page .services-hero{text-align:center;padding-bottom:3rem}.services-page .services-hero .page-title{font-size:3rem;margin-bottom:1rem;color:var(--text-primary)}.services-page .services-hero .page-subtitle{font-size:1.2rem;color:var(--text-secondary);max-width:700px;margin:0 auto}.services-page .tech-orbit-section{padding:2rem 0 6rem;position:relative;overflow:hidden}.services-page .tech-orbit-section .section-title-wrapper{margin-bottom:2rem}.services-page .tech-orbit-section .section-title-wrapper .section-title{font-size:2.2rem;margin-bottom:1rem;color:var(--text-primary)}.services-page .tech-orbit-section .section-title-wrapper .section-subtitle{font-size:1.1rem;color:var(--text-secondary);margin:0 auto}.services-page .tech-orbit-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at center,rgba(99,102,241,.05) 0%,transparent 70%);z-index:-1}.services-page .services-grid-section{padding:3rem 0 6rem}.services-page .services-grid-section .services-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem}@media (max-width: 576px){.services-page .services-grid-section .services-grid{grid-template-columns:1fr}}.services-page .services-grid-section .services-grid .service-card{padding:2rem;height:100%}.services-page .services-grid-section .services-grid .service-card .service-icon{display:flex;align-items:center;justify-content:center;width:70px;height:70px;margin-bottom:1.5rem;border-radius:20px;background-color:#6366f11a;color:var(--accent-primary);font-size:2rem;transition:all .3s ease}.services-page .services-grid-section .services-grid .service-card:hover .service-icon{background-color:var(--accent-primary);color:#fff;transform:rotateY(180deg)}.services-page .services-grid-section .services-grid .service-card h3{font-size:1.5rem;margin-bottom:1rem;color:var(--text-primary)}.services-page .services-grid-section .services-grid .service-card p{color:var(--text-secondary);line-height:1.6;margin-bottom:1.5rem}.services-page .services-grid-section .services-grid .service-card .service-features{list-style:none}.services-page .services-grid-section .services-grid .service-card .service-features li{position:relative;padding-left:1.5rem;margin-bottom:.75rem;color:var(--text-secondary)}.services-page .services-grid-section .services-grid .service-card .service-features li:before{content:"✓";position:absolute;left:0;color:var(--accent-primary);font-weight:700}.services-page .process-section{padding:6rem 0;background-color:var(--bg-primary)}.services-page .process-section .process-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}@media (max-width: 992px){.services-page .process-section .process-steps{grid-template-columns:repeat(2,1fr)}}@media (max-width: 576px){.services-page .process-section .process-steps{grid-template-columns:1fr}}.services-page .process-section .process-steps .process-step{padding:2rem;position:relative}.services-page .process-section .process-steps .process-step .step-number{font-size:3rem;font-weight:700;color:var(--accent-primary);opacity:.2;position:absolute;top:1rem;right:1.5rem}.services-page .process-section .process-steps .process-step h3{font-size:1.5rem;margin-bottom:1rem;color:var(--text-primary)}.services-page .process-section .process-steps .process-step p{color:var(--text-secondary);line-height:1.6}.services-page .cta-section{padding:6rem 0}.services-page .cta-section .cta-content{text-align:center;padding:4rem 2rem;max-width:800px;margin:0 auto}.services-page .cta-section .cta-content h2{font-size:2.5rem;margin-bottom:1.5rem;color:var(--text-primary)}.services-page .cta-section .cta-content p{font-size:1.2rem;color:var(--text-secondary);margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.services-page .cta-section .cta-content .btn{padding:.75rem 2rem;font-size:1.1rem}.tech-orbit-container{position:relative;width:100%;height:700px;display:flex;justify-content:center;align-items:center;overflow:hidden}@media (max-width: 768px){.tech-orbit-container{height:500px}}.tech-orbit-container .orbit-wrapper{position:relative;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.tech-orbit-container .orbit-center{position:absolute;z-index:5}.tech-orbit-container .orbit-center .center-circle{width:90px;height:90px;border-radius:50%;background:var(--accent-primary);display:flex;justify-content:center;align-items:center;box-shadow:0 0 20px #6366f14d}.tech-orbit-container .orbit-center .center-circle span{color:#fff;font-weight:700;font-size:1.2rem;text-align:center}@media (max-width: 768px){.tech-orbit-container .orbit-center .center-circle{width:100px;height:100px}.tech-orbit-container .orbit-center .center-circle span{font-size:1rem}}.tech-orbit-container .orbit-path{position:absolute;border:1px dashed rgba(99,102,241,.2);border-radius:50%;pointer-events:none}.tech-orbit-container .tech-icon{position:absolute;display:flex;justify-content:center;align-items:center;border-radius:50%;background-color:var(--bg-glass);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);box-shadow:0 4px 15px #0000001a;padding:10px;cursor:pointer;transition:all .3s ease}.tech-orbit-container .tech-icon img{width:100%;height:100%;object-fit:contain}.tech-orbit-container .tech-icon.hovered{background-color:#fff;box-shadow:0 8px 25px #6366f14d}.tech-orbit-container .tech-icon .tech-tooltip{position:absolute;top:calc(100% + 15px);left:50%;transform:translate(-50%);background-color:var(--bg-glass);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border-color);border-radius:var(--border-radius);padding:12px 16px;width:200px;box-shadow:0 10px 25px #0000001a;z-index:100;pointer-events:none}.tech-orbit-container .tech-icon .tech-tooltip:before{content:"";position:absolute;top:-8px;left:50%;transform:translate(-50%);border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid var(--border-color)}.tech-orbit-container .tech-icon .tech-tooltip h4{font-size:1rem;margin-bottom:5px;color:var(--text-primary)}.tech-orbit-container .tech-icon .tech-tooltip p{font-size:.85rem;color:var(--text-secondary);margin:0}.contact-form{width:100%;max-width:600px;margin:0 auto;padding:2rem 1rem}.contact-form h3{font-size:1.8rem;margin-bottom:1.5rem;color:var(--text-primary);text-align:center}.contact-form .form-status{padding:1rem;border-radius:var(--border-radius);margin-bottom:1.5rem;font-weight:500;text-align:center}.contact-form .form-status.success{background-color:#22c55e1a;color:#22c55e}.contact-form .form-status.error{background-color:#ef44441a;color:#ef4444}.contact-form .form-group{margin-bottom:1.5rem}.contact-form .form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--text-primary)}.contact-form .form-group input,.contact-form .form-group textarea{width:100%;padding:.75rem 1rem;border-radius:var(--border-radius);background-color:var(--bg-primary);border:1px solid var(--border-color);color:var(--text-primary);font-family:var(--font-primary);font-size:1rem;transition:all .3s ease}.contact-form .form-group input:focus,.contact-form .form-group textarea:focus{outline:none;border-color:var(--accent-primary);box-shadow:0 0 0 2px #6366f133}.contact-form .form-group input::placeholder,.contact-form .form-group textarea::placeholder{color:var(--text-secondary);opacity:.7}.contact-form .form-group input[aria-invalid=true],.contact-form .form-group textarea[aria-invalid=true]{border-color:#ef4444;box-shadow:0 0 0 2px #ef444433}.contact-form .form-group textarea{resize:vertical}.contact-form .form-group .error-message{margin-top:.3rem;font-size:.875rem;color:#ef4444;font-weight:500}.contact-form button{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.75rem 1.5rem}.contact-form button svg{transition:transform .3s ease}.contact-form button:hover svg{transform:translate(5px)}.contact-form button:disabled{opacity:.7;cursor:not-allowed}@media (max-width: 768px){.contact-form{padding:1.5rem 1rem}.contact-form h3{font-size:1.5rem}.contact-form button{font-size:1rem;padding:.75rem 1.25rem}}@media (max-width: 480px){.contact-form{padding:1rem}.contact-form h3{font-size:1.25rem}.contact-form input,.contact-form textarea{font-size:.95rem}.contact-form button{flex-direction:column;gap:.25rem}}.contact-page{padding-top:6rem}.contact-page .contact-hero{text-align:center;padding-bottom:3rem}.contact-page .contact-hero .page-title{font-size:3rem;margin-bottom:1rem;color:var(--text-primary)}.contact-page .contact-hero .page-subtitle{font-size:1.2rem;color:var(--text-secondary);max-width:700px;margin:0 auto}.contact-page .contact-content{padding:3rem 0 6rem}.contact-page .contact-content .contact-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:3rem}@media (max-width: 992px){.contact-page .contact-content .contact-grid{grid-template-columns:1fr}}.contact-page .contact-content .contact-info .contact-info-content{padding:2.5rem;height:100%}.contact-page .contact-content .contact-info .contact-info-content h2{font-size:1.8rem;margin-bottom:1rem;color:var(--text-primary)}.contact-page .contact-content .contact-info .contact-info-content>p{color:var(--text-secondary);margin-bottom:2rem}.contact-page .contact-content .contact-info .contact-info-content .contact-details{margin-bottom:2.5rem}.contact-page .contact-content .contact-info .contact-info-content .contact-details .contact-item{display:flex;align-items:flex-start;margin-bottom:1.5rem}.contact-page .contact-content .contact-info .contact-info-content .contact-details .contact-item .contact-icon{display:flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:50%;background-color:#6366f11a;color:var(--accent-primary);font-size:1.2rem;margin-right:1rem;flex-shrink:0}.contact-page .contact-content .contact-info .contact-info-content .contact-details .contact-item .contact-text h3{font-size:1.1rem;margin-bottom:.3rem;color:var(--text-primary)}.contact-page .contact-content .contact-info .contact-info-content .contact-details .contact-item .contact-text p{color:var(--text-secondary)}.contact-page .contact-content .contact-info .contact-info-content .social-links h3{font-size:1.1rem;margin-bottom:1rem;color:var(--text-primary)}.contact-page .contact-content .contact-info .contact-info-content .social-links .social-icons{display:flex;gap:1rem}.contact-page .contact-content .contact-info .contact-info-content .social-links .social-icons a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background-color:#6366f11a;color:var(--accent-primary);font-size:1.2rem;transition:all .3s ease}.contact-page .contact-content .contact-info .contact-info-content .social-links .social-icons a:hover{background-color:var(--accent-primary);color:#fff}.contact-page .map-section{padding-bottom:6rem}.contact-page .map-section .map-container{overflow:hidden;border-radius:var(--border-radius)}.contact-page .map-section .map-container iframe{display:block}:root{--font-primary: "Inter", sans-serif;--font-secondary: "Poppins", sans-serif;--transition-speed: .3s;--border-radius: 12px;--box-shadow: 0 8px 32px rgba(0, 0, 0, .1)}[data-theme=light]{--bg-primary: #f8f9fa;--bg-secondary: #ffffff;--bg-glass: rgba(255, 255, 255, .7);--text-primary: #333333;--text-secondary: #555555;--accent-primary: #6366f1;--accent-secondary: #4f46e5;--border-color: rgba(0, 0, 0, .1)}[data-theme=dark]{--bg-primary: #121212;--bg-secondary: #1e1e1e;--bg-glass: rgba(30, 30, 30, .7);--text-primary: #f8f9fa;--text-secondary: #b0b0b0;--accent-primary: #6366f1;--accent-secondary: #818cf8;--border-color: rgba(255, 255, 255, .1)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-primary);background-color:var(--bg-primary);color:var(--text-primary);transition:background-color var(--transition-speed),color var(--transition-speed);overflow-x:hidden}.app{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1;padding:0 1rem;max-width:1200px;width:100%;margin:0 auto}h1,h2,h3,h4,h5,h6{font-family:var(--font-secondary);font-weight:600}a{color:var(--accent-primary);text-decoration:none;transition:color var(--transition-speed)}a:hover{color:var(--accent-secondary)}.glass-card{background:var(--bg-glass);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--border-radius);border:1px solid var(--border-color);box-shadow:var(--box-shadow);padding:1.5rem;transition:transform .3s ease,box-shadow .3s ease}.glass-card:hover{transform:translateY(-5px);box-shadow:0 12px 40px #00000026}.btn{display:inline-block;padding:.75rem 1.5rem;border-radius:50px;font-weight:500;cursor:pointer;transition:all .3s ease;font-family:var(--font-primary);border:none;outline:none}.btn-primary{background-color:var(--accent-primary);color:#fff}.btn-primary:hover{background-color:var(--accent-secondary);color:#fff;transform:translateY(-2px)}.btn-outline{background-color:transparent;border:2px solid var(--accent-primary);color:var(--accent-primary)}.btn-outline:hover{background-color:var(--accent-primary);color:#fff;transform:translateY(-2px)}.section-title{position:relative;margin-bottom:3rem;font-size:2.5rem}.section-title:after{content:"";position:absolute;left:0;bottom:-10px;width:60px;height:4px;background-color:var(--accent-primary);border-radius:2px}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}@media (max-width: 768px){.section-title{font-size:2rem}}
