@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&family=Space+Grotesk:wght@300;400;500;600;700&display=swap";:root{--bg:#000;--primary:#247b1b;--primary-glow:#247b1b26;--primary-glow-solid:#247b1b4d;--white:#fff;--text-primary:#fff;--text-secondary:#8e8e93;--text-muted:#5c5c62;--glass-bg:#0c0c0c99;--glass-border:#ffffff12;--glass-border-hover:#247b1b4d;--card-bg:#0f0f0f73;--noise-opacity:.02;--font-sans:"Plus Jakarta Sans", sans-serif;--font-heading:"Space Grotesk", sans-serif;--cursor-glow:#247b1b26}*{box-sizing:border-box;margin:0;padding:0;cursor:none!important}@media (width<=1024px){*{cursor:auto!important}}body{background-color:var(--bg);color:var(--text-primary);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;overflow-x:hidden}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--primary);box-shadow:0 0 10px var(--primary)}.glass-panel{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);transition:border-color .3s,box-shadow .3s,background .3s;box-shadow:0 8px 32px #0000005e}.glass-panel:hover{border-color:var(--glass-border-hover);box-shadow:0 8px 32px #247b1b0d}.text-glow{text-shadow:0 0 12px #247b1b59}.text-gradient{background:linear-gradient(135deg, #fff 40%, var(--primary) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.text-gradient-neon{background:linear-gradient(90deg, var(--primary) 0%, #fff 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.noise-overlay{width:100vw;height:100vh;opacity:var(--noise-opacity);pointer-events:none;z-index:9999;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");position:fixed;top:0;left:0}.aurora-bg{z-index:-1;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.aurora{filter:blur(150px);opacity:.12;border-radius:50%;animation:25s ease-in-out infinite alternate float-aurora;position:absolute}.aurora-1{background:var(--primary);width:500px;height:500px;top:-10%;right:10%}.aurora-2{background:#08f;width:600px;height:600px;animation-duration:35s;bottom:20%;left:-10%}.aurora-3{background:#aa3bff;width:400px;height:400px;animation-duration:30s;top:40%;right:-5%}@keyframes float-aurora{0%{transform:translate(0)scale(1)rotate(0)}to{transform:translate(100px,80px)scale(1.2)rotate(360deg)}}.glow-dot{background:var(--primary);width:2px;height:2px;box-shadow:0 0 10px var(--primary);border-radius:50%;position:absolute}#root{min-height:100vh;position:relative;overflow:hidden}.magnetic-btn{font-family:var(--font-heading);border-radius:50px;justify-content:center;align-items:center;padding:14px 28px;font-size:1rem;font-weight:500;text-decoration:none;transition:transform .2s cubic-bezier(.25,1,.5,1),box-shadow .3s;display:inline-flex;position:relative;overflow:hidden}.magnetic-btn-primary{background:var(--primary);color:#050505;box-shadow:0 0 20px #247b1b33}.magnetic-btn-primary:hover{box-shadow:0 0 35px #247b1b73}.magnetic-btn-secondary{color:var(--white);border:1px solid var(--glass-border);background:0 0}.magnetic-btn-secondary:hover{border-color:var(--primary);box-shadow:0 0 20px #247b1b26}.tilt-element{transform-style:preserve-3d;perspective:1000px;transition:transform .2s cubic-bezier(.25,1,.5,1)}.tilt-inner{transform:translateZ(50px)}section{z-index:10;max-width:1400px;margin:0 auto;padding:120px 20px;position:relative}@media (width<=768px){section{padding:80px 16px}}.marquee-container{-webkit-user-select:none;user-select:none;width:100%;display:flex;overflow:hidden}.marquee-content{flex-shrink:0;gap:40px;width:max-content;padding-right:40px;animation:25s linear infinite scroll-marquee;display:flex}.marquee-content.reverse{animation-direction:reverse}@keyframes scroll-marquee{0%{transform:translate(0%)}to{transform:translate(-100%)}}.section-header{text-align:center;margin-bottom:70px}.section-tag{font-family:var(--font-heading);color:var(--primary);text-transform:uppercase;letter-spacing:3px;background:#247b1b0f;border:1px solid #247b1b26;border-radius:50px;margin-bottom:12px;padding:14px 20px;font-size:.85rem;display:inline-block}.section-title{font-family:var(--font-heading);letter-spacing:-1px;margin-bottom:18px;font-size:3rem;font-weight:500}.section-subtitle{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.1rem}@media (width<=768px){.section-title{font-size:2.2rem}}.custom-horizontal-scroll::-webkit-scrollbar{height:5px}.custom-horizontal-scroll::-webkit-scrollbar-track{background:#ffffff05;border-radius:3px}.custom-horizontal-scroll::-webkit-scrollbar-thumb{background:#ffffff14;border-radius:3px;transition:background .3s}.custom-horizontal-scroll::-webkit-scrollbar-thumb:hover{background:var(--primary);box-shadow:0 0 8px var(--primary)}@media (width<=992px){.hero-section{flex-direction:column!important;justify-content:center!important;gap:60px!important;min-height:auto!important;padding-top:130px!important;padding-bottom:60px!important}.hero-content{text-align:center!important;flex-direction:column!important;align-items:center!important;width:100%!important;max-width:100%!important;display:flex!important}.hero-buttons{width:100%;justify-content:center!important}.hero-graphics{width:100%!important;max-width:500px!important;height:420px!important;margin:50px auto 0!important}.hero-graphics-wrapper{transform:scale(.82)}}@media (width<=640px){.hero-section{gap:50px!important;padding-top:110px!important;padding-bottom:40px!important}.hero-graphics{height:340px!important;margin-top:40px!important}.hero-graphics-wrapper{transform:scale(.68)}}@media (width<=440px){.hero-graphics{height:290px!important;margin-top:30px!important}.hero-graphics-wrapper{transform:scale(.55)}}@media (width>=769px){.why-choose-us-right>div:last-child{grid-column:span 2}}@media (width<=1200px){.why-choose-us-grid{grid-template-columns:1fr 1.4fr;gap:40px}}@media (width<=992px){.why-choose-us-grid{grid-template-columns:1fr;gap:50px}.why-choose-us-left{text-align:center;max-width:650px;margin:0 auto 20px;position:relative;top:0}.why-choose-us-right{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.why-choose-us-right{grid-template-columns:1fr;gap:20px}}@media (width<=992px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.services-grid{grid-template-columns:1fr}}.hero-graphics-wrapper{width:100%;height:100%;transform-style:preserve-3d;justify-content:center;align-items:center;transition:transform .3s;display:flex;position:relative}@media (width<=992px){.hero-section{flex-direction:column!important;justify-content:center!important;gap:60px!important;min-height:auto!important;padding-top:130px!important;padding-bottom:60px!important}.hero-content{text-align:center!important;flex-direction:column!important;align-items:center!important;width:100%!important;max-width:100%!important;display:flex!important}.hero-buttons{width:100%;justify-content:center!important}.hero-graphics{width:100%!important;max-width:500px!important;height:420px!important;margin:50px auto 0!important}.hero-graphics-wrapper{transform:scale(.82)}}@media (width<=640px){.hero-section{gap:50px!important;padding-top:110px!important;padding-bottom:40px!important}.hero-graphics{height:340px!important;margin-top:40px!important}.hero-graphics-wrapper{transform:scale(.68)}}@media (width<=440px){.hero-graphics{height:290px!important;margin-top:30px!important}.hero-graphics-wrapper{transform:scale(.55)}}.why-choose-us-grid{grid-template-columns:1fr 1.6fr;align-items:start;gap:60px;display:grid}.why-choose-us-left{text-align:left;position:sticky;top:120px}.why-choose-us-right{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}@media (width>=769px){.why-choose-us-right>div:last-child{grid-column:span 2}}@media (width<=1200px){.why-choose-us-grid{grid-template-columns:1fr 1.4fr;gap:40px}}@media (width<=992px){.why-choose-us-grid{grid-template-columns:1fr;gap:50px}.why-choose-us-left{text-align:center;max-width:650px;margin:0 auto 20px;position:relative;top:0}.why-choose-us-right{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.why-choose-us-right{grid-template-columns:1fr;gap:20px}}.services-grid{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}@media (width<=992px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.services-grid{grid-template-columns:1fr}}*{cursor:auto!important}a,button,input[type=button],input[type=submit],select,[role=button],[onClick],.interactive,.magnetic-btn{cursor:pointer!important}input[type=text],input[type=email],input[type=tel],input[type=search],input[type=number],input:not([type=button]):not([type=submit]),textarea{cursor:text!important}a *,button *,[role=button] *,[onClick] *{cursor:pointer!important}.process-tabs-container::-webkit-scrollbar{display:none}.process-tabs-container{-ms-overflow-style:none;scrollbar-width:none}body[style*=hidden] header{opacity:0!important;pointer-events:none!important}header{transition:top .3s,height .3s,background-color .3s,opacity .3s!important}@media (width<=768px){.portfolio-detail-overlay{padding:10px!important}.portfolio-detail-body{border-radius:20px!important;max-height:90vh!important}.portfolio-hero-banner{height:220px!important}.portfolio-hero-text{bottom:20px!important;left:20px!important}.portfolio-detail-title{font-size:1.5rem!important}.portfolio-detail-subtitle{letter-spacing:1px!important;font-size:.75rem!important}.portfolio-detail-grid{padding:20px!important}.portfolio-detail-columns{grid-template-columns:1fr!important;gap:24px!important;margin-bottom:24px!important}.portfolio-metrics-grid{grid-template-columns:1fr!important;gap:16px!important}.portfolio-metric-item{border-bottom:1px solid #ffffff0f;border-right:none!important;padding:12px 0!important}.portfolio-metric-item:last-child{border-bottom:none!important}}.process-tabs-container{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;justify-content:center;gap:12px;width:max-content;max-width:100%;margin:0 auto 50px;padding-bottom:8px;display:flex;overflow-x:auto}@media (width<=768px){.process-tabs-container{justify-content:flex-start!important;width:100%!important;margin:0 0 30px!important;padding-left:20px!important;padding-right:20px!important}.process-desc-card{gap:20px!important;padding:20px!important}.process-deliverables{border-top:1px solid #ffffff0f!important;border-left:none!important;padding-top:20px!important;padding-left:0!important}}
