@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Open+Sans:wght@300;400;500;600;700&family=Outfit:wght@300;400;500;600;700&display=swap";:root{--bg-color: #0d0b14;--text-color: #ffffff;--text-secondary: #b0b0b0;--accent-color: #2683FF;--accent-gradient: linear-gradient(135deg, #2683FF 0%, #5A9FFF 100%);--card-bg: #1a1625;--border-color: #2e2a3b}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none}html::-webkit-scrollbar{display:none}section,footer{padding:80px 0}body{font-family:Open Sans,sans-serif;background-color:var(--bg-color);color:var(--text-color);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Inter,sans-serif;font-weight:500}a{text-decoration:none;color:inherit}ul{list-style:none}.container{max-width:100%;margin:0 auto;padding:0 60px}.btn{padding:.8rem 1.5rem;border-radius:50px;border:1px solid rgba(255,255,255,.2);background:transparent;color:#fff;cursor:pointer;transition:all .3s ease;font-weight:500}.btn:hover{background:#fff;color:#000}.btn-primary{background:var(--accent-gradient);border:none}.section-title{font-size:2.5rem;font-weight:600;margin-bottom:3rem;position:relative}header{padding:2rem 0;display:flex;justify-content:space-between;align-items:center;position:absolute;width:100%;top:0;z-index:10}nav ul{display:flex;gap:2rem}nav a{font-size:.9rem;text-transform:uppercase;letter-spacing:1px;opacity:.8;position:relative}nav a:hover,nav a.active{opacity:1}nav a.active:after{content:"";position:absolute;bottom:-5px;left:0;width:100%;height:2px;background:#fff}.hero{height:100vh;display:flex;flex-direction:column;justify-content:center;position:relative;background:radial-gradient(circle at 50% 50%,#240b49,#0d0b14 70%);padding-top:80px}.hero h1{font-size:4rem;max-width:800px;margin-bottom:1.5rem;line-height:1.1}.hero p{font-size:1.1rem;max-width:500px;color:var(--text-secondary);margin-bottom:2rem}.scroll-down{position:absolute;bottom:2rem;right:2rem;width:80px;height:80px;border:1px solid rgba(255,255,255,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;animation:rotate 10s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.about{padding:5rem 0;background:#fff;color:#000}.about-grid{display:flex;gap:4rem;align-items:center}.about-text{flex:1}.about-text h2{font-size:1.5rem;margin-bottom:1rem;color:#333}.about-text p{font-size:1.1rem;color:#555;margin-bottom:2rem}.about-images{flex:1;display:grid;grid-template-columns:1fr 1fr;gap:1rem}.about-img{width:100%;height:200px;object-fit:cover;border-radius:10px;background:#eee}.services{padding:5rem 0;background:#fdfdfd;color:#000}.service-item{display:flex;justify-content:space-between;align-items:center;padding:2rem 0;border-bottom:1px solid #ddd}.service-info{display:flex;align-items:flex-start;gap:2rem;flex:2}.service-number{font-size:1.2rem;font-weight:600;color:#aaa}.service-title{font-size:2rem;font-weight:500;color:#7b2cbf}.service-desc{flex:3;color:#666;max-width:400px}.service-icon{flex:1;display:flex;justify-content:flex-end}.arrow-circle{width:50px;height:50px;border:1px solid #ddd;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:.3s}.service-item:hover .arrow-circle{background:#7b2cbf;border-color:#7b2cbf;color:#fff}.projects{padding:5rem 0;background:#f8f9fa;color:#000}.projects-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem}.project-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.project-card{height:400px;border-radius:20px;overflow:hidden;position:relative;background:#ccc}.project-card img{width:100%;height:100%;object-fit:cover;transition:.5s}.project-card:hover img{transform:scale(1.05)}.project-overlay{position:absolute;bottom:0;left:0;width:100%;padding:2rem;background:linear-gradient(transparent,#000c);color:#fff;opacity:0;transition:.3s}.project-card:hover .project-overlay{opacity:1}.testimonials{padding:5rem 0;background:#f8f9fa;color:#000}.testimonial-grid{display:map;display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.testimonial-card{background:transparent;padding:0;border-radius:0;box-shadow:none}footer{background:#000;color:#fff;padding:5rem 0 2rem}.footer-top{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:4rem}.footer-top h2{font-size:3rem;max-width:400px}.footer-input{border-bottom:1px solid #333;padding-bottom:1rem;display:flex;width:300px;justify-content:space-between}.footer-input input{background:transparent;border:none;color:#fff;outline:none;width:100%}.footer-links{display:flex;gap:4rem;margin-top:3rem}.footer-column h4{margin-bottom:1.5rem;color:#888}.footer-column ul li{margin-bottom:.8rem}@media(max-width:1200px){.container{padding:0 40px}.hero h1{font-size:3.5rem!important}}@media(max-width:992px){html{font-size:14px}.hero h1{font-size:3rem!important}.about-grid{flex-direction:column}.service-item{flex-direction:column;align-items:flex-start;gap:1rem}.service-info{width:100%;justify-content:space-between}}@media(max-width:768px){.container{padding:0 20px!important}header{padding:1rem 20px!important;margin-top:20px!important}.logo img{height:25px!important}nav ul{gap:1rem;display:none}.desktop-nav{display:none!important}.mobile-menu-btn{display:block!important}.contact-btn{display:block!important;padding:.5rem 1rem!important;font-size:.7rem!important}.hero{align-items:flex-start!important}.hero h1{font-size:2.5rem!important;max-width:100%!important;text-align:left!important}.hero p{font-size:1rem!important;max-width:100%!important;text-align:left!important}.scroll-down-badge{position:absolute!important;bottom:2rem!important;right:2rem!important;margin-top:0!important;display:flex!important;width:100px!important;height:100px!important}.scroll-down-badge svg{width:100px!important;height:100px!important}#about{height:auto!important;padding-bottom:.5rem!important}#about .sticky-wrapper{height:auto!important;position:relative!important;padding-top:.5rem!important}#about .container>div:first-child{flex-direction:column;margin-bottom:.5rem!important;gap:0!important}#about h2,#about p{margin:0!important;padding-top:0!important}#about h2{font-size:1rem!important}#about p{font-size:1.4rem!important;line-height:1.2!important}.services h2{font-size:3rem!important}.service-content{flex-direction:column;align-items:flex-start!important;gap:1.5rem!important}.service-content h3{min-width:auto!important;font-size:1.8rem!important}.service-content span{font-size:1rem!important;margin-bottom:.5rem;display:block}.arrow-circle{display:none!important}.mobile-service-asset{display:block!important}.projects h2{font-size:3rem!important}.projects-header{flex-direction:column;align-items:flex-start!important;gap:1rem}.project-grid{grid-template-columns:1fr!important}.testimonials h2{font-size:2.5rem!important}.testimonial-card{width:85vw!important;min-width:85vw!important}footer h2{font-size:3rem!important}.footer-links{flex-direction:column;gap:2rem}.about-header{flex-direction:column}.footer-top{flex-direction:column;align-items:flex-start;gap:2rem}.footer-input{width:100%}}@media(max-width:480px){.hero{align-items:flex-start!important;justify-content:flex-start!important;padding-top:180px!important;padding-bottom:2rem!important;text-align:left!important;height:100vh!important;min-height:100vh!important;display:flex!important;flex-direction:column!important}.hero h1{font-size:2.8rem!important;line-height:1.1!important;text-align:left!important}.hero h1 br{display:none}.hero p{font-size:1.1rem!important;text-align:left!important;margin-bottom:0!important}.btn{padding:.6rem 1.2rem;font-size:.9rem}#about{height:auto!important;min-height:auto!important;padding:60px 0!important;display:block!important;background:#fcfcfc!important}.about .container{height:auto!important;width:100%!important;display:flex!important;flex-direction:column!important;padding:0 20px!important;max-width:100%!important}.about-header{flex-direction:column!important;gap:2.5rem!important;margin-bottom:4rem!important;width:100%!important}.about-header h2{font-size:1rem!important;margin-bottom:1.5rem!important;color:#000!important;text-align:left!important}.about-header div p{text-align:left!important;width:100%!important}.about-scroll{gap:1.5rem!important;margin-top:1rem!important;width:100%!important}.about-header h2{font-size:1rem!important;margin-bottom:.5rem!important}.about-header div p{font-size:1.6rem!important;line-height:1.3!important;text-align:left!important;margin:0!important}.about-scroll{gap:1.5rem!important;margin-top:3rem!important}.about-scroll>div{min-width:45vw!important;height:200px!important;border-radius:12px!important}.services{padding-top:3rem!important}.services h2{font-size:2.5rem!important;margin-bottom:2rem!important}.service-title{font-size:1.5rem!important}.service-item{padding:2rem 0!important}.service-hover-popup{display:none!important}.service-content span{color:#aaa!important}.service-content h3{color:#1a1a1a!important}.service-content p{opacity:1!important}.projects h2{font-size:2.5rem!important;line-height:1.1!important;margin-bottom:2rem!important}.project-card{height:300px!important}.testimonials h2{font-size:2rem!important;line-height:1.2!important}.testimonial-card{width:90vw!important;min-width:90vw!important;padding:0!important;background:transparent!important;box-shadow:none!important}.testimonial-card div:first-child{height:auto!important;aspect-ratio:16/10}.testimonial-card h3{font-size:1.3rem!important}footer h2{font-size:2.5rem!important}.footer-links{margin-top:2rem!important;gap:2rem!important}.footer-column{width:100%}.scroll-down-badge{display:flex!important;bottom:2rem!important;right:2rem!important;width:90px!important;height:90px!important;background:#ffffff1a!important;backdrop-filter:blur(15px)!important;-webkit-backdrop-filter:blur(15px)!important;border:1px solid rgba(255,255,255,.2)!important;box-shadow:0 4px 30px #0000001a!important}.scroll-down-badge svg:first-child{width:90px!important;height:90px!important}.scroll-down-badge svg:last-child{width:26px!important;height:26px!important}}
