:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffde;background-color:#0f0f23;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}body{margin:0;min-width:320px;min-height:100vh}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#0f0f23,#1a1a3a);color:#fff;overflow-x:hidden}.app{min-height:100vh;position:relative}.bg-animation{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;overflow:hidden}.bg-animation:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Cpath d='m0 40l40-40h-40v40zm40 0v-40h-40l40 40z'/%3E%3C/g%3E%3C/svg%3E") repeat;animation:drift 20s linear infinite}@keyframes drift{0%{transform:translate(0)}to{transform:translate(-40px,-40px)}}.header{padding:2rem 0;text-align:center;position:relative;z-index:10}.profile-section{max-width:800px;margin:0 auto;padding:0 2rem}.profile-image{width:150px;height:150px;border-radius:50%;margin:0 auto 2rem;background:linear-gradient(45deg,#00d4ff,#5865f2);display:flex;align-items:center;justify-content:center;font-size:4rem;color:#fff;position:relative;overflow:hidden}.profile-image:before{content:"";position:absolute;inset:-2px;background:linear-gradient(45deg,#00d4ff,#5865f2,#ff006e);border-radius:50%;z-index:-1;animation:rotate 3s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.name{font-size:3.5rem;font-weight:700;margin-bottom:.5rem;background:linear-gradient(45deg,#00d4ff,#5865f2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.title{font-size:1.5rem;color:#a0aec0;margin-bottom:1rem;font-weight:300}.location{color:#718096;font-size:1.1rem;margin-bottom:2rem}.social-links{display:flex;justify-content:center;gap:1.5rem;margin-bottom:3rem;flex-wrap:wrap}.social-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:50px;color:#fff;text-decoration:none;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-weight:500}.social-btn:hover{background:#fff3;transform:translateY(-2px);box-shadow:0 10px 25px #00d4ff4d}.social-btn.linkedin:hover{background:#0077b5;box-shadow:0 10px 25px #0077b566}.social-btn.github:hover{background:#333;box-shadow:0 10px 25px #3336}.social-btn.youtube:hover{background:red;box-shadow:0 10px 25px #f006}.social-btn.email:hover{background:#ea4335;box-shadow:0 10px 25px #ea433566}.main-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:2fr 1fr;gap:3rem;margin-bottom:4rem}.section{background:#ffffff0d;border-radius:20px;padding:2rem;margin-bottom:2rem;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.section:hover{background:#ffffff14;transform:translateY(-5px);box-shadow:0 20px 40px #0000004d}.section-title{font-size:1.8rem;font-weight:600;margin-bottom:1.5rem;color:#00d4ff;display:flex;align-items:center;gap:.5rem}.section-title i{font-size:1.5rem}.cert-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.cert-item{background:#ffffff1a;padding:1rem;border-radius:10px;border-left:4px solid #00d4ff;transition:all .3s ease}.cert-item:hover{background:#00d4ff1a;transform:translate(5px)}.experience-item{border-left:3px solid #5865f2;padding-left:1.5rem;margin-bottom:2rem;position:relative}.experience-item:before{content:"";position:absolute;left:-6px;top:0;width:12px;height:12px;background:#5865f2;border-radius:50%}.job-title{font-size:1.3rem;font-weight:600;color:#fff;margin-bottom:.25rem}.company{font-size:1.1rem;color:#00d4ff;font-weight:500;margin-bottom:.25rem}.date-location{color:#a0aec0;font-size:.9rem;margin-bottom:1rem}.job-description{list-style:none;padding:0}.job-description li{margin-bottom:.5rem;padding-left:1rem;position:relative;color:#e2e8f0;line-height:1.6}.job-description li:before{content:"▶";position:absolute;left:0;color:#00d4ff}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem}.skill-item{background:#ffffff1a;padding:.75rem;border-radius:8px;text-align:center;font-size:.9rem;transition:all .3s ease;border:1px solid rgba(255,255,255,.1)}.skill-item:hover{background:#00d4ff33;transform:scale(1.05)}.sidebar{display:flex;flex-direction:column;gap:2rem}.qr-section{text-align:center}.qr-placeholder{width:200px;height:200px;background:#ffffffe6;border-radius:20px;margin:1rem auto;display:flex;align-items:center;justify-content:center;color:#1a1a3a;font-size:1rem;font-weight:500;border:2px dashed #00d4ff}.qr-text{color:#a0aec0;font-size:.9rem;line-height:1.5}.education-item{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.education-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.school{font-size:1.1rem;font-weight:600;color:#00d4ff;margin-bottom:.25rem}.degree{color:#fff;margin-bottom:.25rem}.education-status{color:#a0aec0;font-size:.9rem}@media (max-width: 768px){.main-content{grid-template-columns:1fr;gap:2rem;padding:0 1rem}.profile-section{padding:0 1rem}.name{font-size:2.5rem}.social-links{gap:1rem}.social-btn{padding:.5rem 1rem;font-size:.9rem}.cert-grid{grid-template-columns:1fr}.skills-grid{grid-template-columns:repeat(auto-fit,minmax(100px,1fr))}.qr-placeholder{width:150px;height:150px}}@media (max-width: 480px){.name{font-size:2rem}.title{font-size:1.2rem}.social-links{flex-direction:column;align-items:center}.social-btn{width:200px;justify-content:center}}.sticky-ad{position:fixed;top:50%;right:20px;transform:translateY(-50%);width:280px;height:auto;max-height:90vh;overflow-y:auto;z-index:1000;background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460);border-radius:20px;border:2px solid rgba(0,212,255,.3);box-shadow:0 20px 40px #0000004d,0 0 30px #00d4ff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:float 6s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(-50%) translate(0)}50%{transform:translateY(-50%) translate(-10px)}}.ad-content{padding:1rem;text-align:center;display:flex;flex-direction:column}.ad-header{margin-bottom:.8rem;border-bottom:2px solid rgba(0,212,255,.2);padding-bottom:.6rem}.ad-logo{width:50px;height:50px;margin:0 auto .6rem;background:linear-gradient(135deg,#00d4ff,#5865f2);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#fff;box-shadow:0 10px 20px #00d4ff4d;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.ad-company{font-size:1.5rem;font-weight:700;margin:0;background:linear-gradient(135deg,#00d4ff,#5865f2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.ad-tagline{font-size:1rem;font-weight:500;margin:.3rem 0 0;color:#e2e8f0;text-transform:uppercase;letter-spacing:1.5px}.ad-services{margin:.8rem 0;text-align:left;display:flex;flex-direction:column;gap:.5rem;flex:1}.service-item{display:flex;align-items:center;gap:.5rem;padding:.6rem .8rem;border-radius:8px;background:#ffffff0d;transition:all .3s ease;cursor:pointer;border:1px solid rgba(255,255,255,.1);box-shadow:0 2px 4px #0000001a;font-size:.85rem;color:#e2e8f0}.service-item:hover{background:#00d4ff26;border-color:#00d4ff4d;transform:translate(6px) scale(1.02);box-shadow:0 4px 12px #00d4ff33}.service-item i{color:#00d4ff;margin-right:.8rem;width:16px;text-align:center;font-size:.9rem;transition:color .3s ease}.service-item:hover i{color:#5865f2;transform:scale(1.1)}.ad-description{margin:.8rem 0;padding:.6rem;background:#5865f21a;border-radius:8px;border:1px solid rgba(88,101,242,.3)}.ad-description p{margin:0;color:#e2e8f0;font-size:.8rem;font-style:italic;line-height:1.3}.ad-description p{margin:0;color:#e2e8f0;font-size:.9rem;font-style:italic;line-height:1.4}.ad-contact{margin:.8rem 0}.contact-btn{width:100%;padding:.6rem .7rem;background:linear-gradient(135deg,#00d4ff,#5865f2);color:#fff;border:none;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-bottom:.6rem;box-shadow:0 5px 15px #00d4ff4d}.contact-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00d4ff66;background:linear-gradient(135deg,#5865f2,#00d4ff)}.contact-btn i{margin-right:.3rem}.contact-info{text-align:left}.contact-info p{margin:.2rem 0;color:#a0aec0;font-size:.7rem;display:flex;align-items:center}.contact-info i{color:#00d4ff;margin-right:.3rem;width:10px;text-align:center}.ad-footer{border-top:1px solid rgba(255,255,255,.1);padding-top:.6rem;margin-top:.8rem}.rating{margin-bottom:.6rem;text-align:center}.stars{color:gold;font-size:.8rem;margin-bottom:.1rem}.rating span{color:#e2e8f0;font-size:.65rem;font-weight:500}.certifications-badge{display:flex;align-items:center;justify-content:center;padding:.3rem;background:#ffa5001a;border-radius:6px;border:1px solid rgba(255,165,0,.3)}.certifications-badge i{color:orange;margin-right:.3rem;font-size:.9rem}.certifications-badge span{color:#e2e8f0;font-size:.65rem;font-weight:600}@media (max-width: 1400px){.sticky-ad{right:10px;width:250px}}@media (max-width: 1200px){.sticky-ad{display:none}}@media (min-width: 1200px){.app{margin-right:300px}}.service-page{min-height:100vh;background:linear-gradient(135deg,#0f0f23,#1a1a3a,#2d2d4a);color:#e0e0e0;padding:2rem;font-family:Inter,sans-serif}.service-header{max-width:1200px;margin:0 auto 3rem;display:flex;align-items:center;gap:2rem}.back-btn{background:#00ffff1a;border:1px solid rgba(0,255,255,.3);color:#0ff;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-size:1rem;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.back-btn:hover{background:#0ff3;border-color:#0ff;box-shadow:0 0 20px #00ffff4d}.service-title{display:flex;align-items:center;gap:1rem}.service-title i{font-size:2.5rem;color:#0ff}.service-title h1{font-size:2.5rem;font-weight:600;background:linear-gradient(135deg,#0ff,#ff6b6b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0}.service-content{max-width:1200px;margin:0 auto}.overview-section{background:#ffffff0d;border-radius:12px;padding:2rem;margin-bottom:3rem;border:1px solid rgba(255,255,255,.1)}.overview-section h2{color:#0ff;font-size:1.8rem;margin-bottom:1rem}.service-description{font-size:1.1rem;line-height:1.6;color:#e0e0e0;margin:0}.skills-mapping{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}.skill-category{background:#ffffff0d;border-radius:12px;padding:1.5rem;border:1px solid rgba(255,255,255,.1);transition:transform .3s ease}.skill-category:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000004d}.skill-category h3{color:#ff6b6b;font-size:1.3rem;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.skill-items{display:flex;flex-direction:column;gap:1rem}.skill-item{padding:.75rem;background:#ffffff0d;border-radius:8px;border-left:3px solid #00ffff}.skill-item strong{color:#0ff}.service-offerings,.tech-stack,.data-pipeline,.network-layers,.automation-benefits,.threat-landscape,.security-framework,.network-technologies,.network-benefits,.implementation-process,.development-process,.project-types,.use-cases,.benefits-section{margin-bottom:3rem}.service-offerings h2,.tech-stack h2,.data-pipeline h2,.network-layers h2,.automation-benefits h2,.threat-landscape h2,.security-framework h2,.network-technologies h2,.network-benefits h2,.implementation-process h2,.development-process h2,.project-types h2,.use-cases h2,.benefits-section h2{color:#0ff;font-size:1.8rem;margin-bottom:2rem;text-align:center}.offerings-grid,.benefits-grid,.project-cards,.use-case-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.offering-card,.benefit-card,.project-card,.use-case-card{background:#ffffff0d;border-radius:12px;padding:2rem;text-align:center;border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.offering-card:hover,.benefit-card:hover,.project-card:hover,.use-case-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0ff3;border-color:#00ffff4d}.offering-card i,.benefit-card i,.project-card i,.use-case-card i{font-size:2.5rem;color:#ff6b6b;margin-bottom:1rem}.offering-card h4,.benefit-card h4,.project-card h4,.use-case-card h4{color:#0ff;font-size:1.3rem;margin-bottom:1rem}.tech-categories,.sources-grid,.threats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.tech-category{background:#ffffff0d;border-radius:12px;padding:1.5rem;border:1px solid rgba(255,255,255,.1)}.tech-category h4{color:#ff6b6b;font-size:1.2rem;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.tech-items{display:flex;flex-wrap:wrap;gap:.5rem}.tech-item{background:#00ffff1a;color:#0ff;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;border:1px solid rgba(0,255,255,.3)}.source-item,.threat-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#ffffff0d;border-radius:8px;border:1px solid rgba(255,255,255,.1)}.source-item i{font-size:1.5rem;color:#0ff}.threat-item i{font-size:1.5rem;color:#ff6b6b}.pipeline-flow,.layers-diagram,.framework-layers{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:1rem;margin:2rem 0}.pipeline-step,.layer-item{background:#ffffff0d;border-radius:12px;padding:1.5rem;text-align:center;border:1px solid rgba(255,255,255,.1);flex:1;min-width:200px;max-width:250px}.step-icon,.layer-icon{background:#00ffff1a;border-radius:50%;width:60px;height:60px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;border:2px solid rgba(0,255,255,.3)}.step-icon i,.layer-icon i{font-size:1.5rem;color:#0ff}.pipeline-step h4,.layer-item h4{color:#0ff;font-size:1.1rem;margin-bottom:.5rem}.pipeline-arrow{font-size:1.5rem;color:#ff6b6b}.layer{background:#ffffff0d;border-radius:8px;padding:1rem 2rem;border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;gap:.5rem}.layer i{color:#0ff}.benefits-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.benefit-item{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#ffffff0d;border-radius:8px;border:1px solid rgba(255,255,255,.1)}.benefit-item i{font-size:1.8rem;color:#ff6b6b}.process-steps,.process-timeline{display:flex;flex-direction:column;gap:1.5rem}.step,.timeline-item{display:flex;align-items:flex-start;gap:1.5rem;padding:1.5rem;background:#ffffff0d;border-radius:12px;border:1px solid rgba(255,255,255,.1)}.step-number,.timeline-marker{background:linear-gradient(135deg,#0ff,#ff6b6b);color:#0f0f23;font-weight:700;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.step-content,.timeline-content{flex:1}.step-content h4,.timeline-content h4{color:#0ff;font-size:1.2rem;margin-bottom:.5rem}.contact-cta{background:linear-gradient(135deg,#00ffff1a,#ff6b6b1a);border-radius:12px;padding:3rem;text-align:center;border:1px solid rgba(255,255,255,.1);margin-top:3rem}.contact-cta h3{color:#0ff;font-size:2rem;margin-bottom:1rem}.contact-cta p{font-size:1.1rem;margin-bottom:2rem;color:#e0e0e0}.cta-btn{background:linear-gradient(135deg,#0ff,#ff6b6b);color:#0f0f23;border:none;padding:1rem 2rem;font-size:1.1rem;font-weight:700;border-radius:8px;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem}.cta-btn:hover{transform:translateY(-3px);box-shadow:0 10px 30px #00ffff4d}@media (max-width: 768px){.service-page{padding:1rem}.service-header{flex-direction:column;align-items:flex-start;gap:1rem}.service-title h1,.service-title i{font-size:2rem}.skills-mapping,.offerings-grid,.benefits-grid,.project-cards,.use-case-cards{grid-template-columns:1fr}.pipeline-flow,.layers-diagram{flex-direction:column}.pipeline-arrow{transform:rotate(90deg)}.tech-categories,.sources-grid,.threats-grid{grid-template-columns:1fr}}
