*{margin:0;padding:0;box-sizing:border-box}.scroll-reveal{opacity:0;transform:translateY(50px);transition:all .8s cubic-bezier(.25,.46,.45,.94)}.scroll-reveal.revealed{opacity:1;transform:translateY(0)}.scroll-reveal-left{opacity:0;transform:translate(-50px);transition:all .8s cubic-bezier(.25,.46,.45,.94)}.scroll-reveal-left.revealed{opacity:1;transform:translate(0)}.scroll-reveal-right{opacity:0;transform:translate(50px);transition:all .8s cubic-bezier(.25,.46,.45,.94)}.scroll-reveal-right.revealed{opacity:1;transform:translate(0)}.scroll-reveal-scale{opacity:0;transform:scale(.8);transition:all .8s cubic-bezier(.25,.46,.45,.94)}.scroll-reveal-scale.revealed{opacity:1;transform:scale(1)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.stagger-delay-1{transition-delay:.1s}.stagger-delay-2{transition-delay:.2s}.stagger-delay-3{transition-delay:.3s}.stagger-delay-4{transition-delay:.4s}.stagger-delay-5{transition-delay:.5s}.stagger-delay-6{transition-delay:.6s}html{scroll-behavior:smooth}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#e4e6ea;background:linear-gradient(135deg,#0f0f23,#1a1a2e);overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-overflow-scrolling:touch}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.navbar{position:fixed;top:20px;left:50%;transform:translate(-50%);width:calc(100% - 40px);max-width:1200px;background:#0f0f23e6;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid rgba(187,134,252,.3);border-radius:25px;z-index:1000;height:60px;box-shadow:0 4px 20px #0000004d}.nav-container{max-width:none;margin:0;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;height:100%;width:100%}.nav-logo h3{color:#bb86fc;font-size:1.5rem;font-weight:600}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-link{color:#e4e6ea;text-decoration:none;font-weight:500;transition:all .3s ease;padding:.5rem 1rem;border-radius:8px;position:relative}.nav-link:hover,.nav-link.active{color:#bb86fc;background:#bb86fc1a}.nav-toggle{display:none;background:none;border:none;color:#e4e6ea;font-size:1.5rem;cursor:pointer}.section{min-height:100vh;padding:120px 0 80px;display:flex;align-items:center;position:relative}.section:first-of-type{padding-top:100px}.projects-canvas{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none;opacity:.6;transition:opacity .3s ease}#projects:hover .projects-canvas{opacity:.8}#projects .container{position:relative;z-index:2}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:3rem;font-weight:700;color:#bb86fc;margin-bottom:1rem}.section-header p{font-size:1.1rem;color:#a0a3bd;max-width:600px;margin:0 auto}.hero-content{display:flex;flex-direction:column;gap:4rem;width:100%}.hero-text{text-align:center;margin-bottom:2rem}.hero-title{font-size:1.5rem;font-weight:600;color:#e4e6ea;margin-bottom:1.5rem;line-height:1.3;font-family:Monaco,Menlo,monospace;min-height:2.5rem;display:flex;align-items:center;justify-content:center}.typed-text{color:#bb86fc;display:inline;transition:all .3s ease}.typed-fade-out{opacity:0;transition:opacity .3s ease}.typed-cursor{opacity:1;animation:typedjsBlink .7s infinite;-webkit-animation:typedjsBlink .7s infinite}@keyframes typedjsBlink{50%{opacity:0}}@-webkit-keyframes typedjsBlink{50%{opacity:0}}.hero-description{font-size:1.2rem;color:#a0a3bd;max-width:800px;margin:0 auto;line-height:1.7}.hero-showcase{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin:3rem 0;align-items:center}.profile-section{display:flex;justify-content:center;align-items:center}.profile-image{width:250px;height:250px;border-radius:50%;object-fit:cover;border:4px solid #bb86fc;box-shadow:0 8px 25px #bb86fc4d;transition:transform .3s ease}.profile-image:hover{transform:scale(1.05)}.terminal{background:#1e1e1e;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px #0000004d;border:1px solid rgba(187,134,252,.2);transform:scale(1.2);transform-origin:center}.terminal-header{background:#2d2d30;padding:.75rem 1rem;display:flex;justify-content:space-between;align-items:center}.terminal-controls{display:flex;gap:.5rem}.control{width:12px;height:12px;border-radius:50%}.close{background:#ff5f57}.minimize{background:#ffbd2e}.maximize{background:#28ca42}.terminal-title{color:#ccc;font-size:.9rem;font-family:Monaco,Menlo,monospace}.terminal-body{padding:1rem;font-family:Monaco,Menlo,monospace;font-size:.9rem;background:#1e1e1e}.terminal-line{display:flex;margin-bottom:.5rem;gap:1rem}.prompt{color:#bb86fc;white-space:nowrap}.variable{color:#64ffda}.output{color:#e4e6ea;flex-grow:1}.cursor{animation:blink 1s infinite}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.tech-section{margin-top:3rem}.tech-section h3{color:#a0a3bd;font-size:.9rem;font-weight:600;letter-spacing:2px;margin-bottom:2rem;text-transform:uppercase}.tech-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(90px,1fr));gap:1rem;margin-bottom:2rem}.tech-item{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:.75rem .5rem;transition:all .3s ease;text-align:center;text-decoration:none;cursor:pointer}.tech-item:hover{transform:translateY(-2px);background:#bb86fc1a;border-radius:12px}.tech-icon{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.tech-item:hover .tech-icon{transform:scale(1.1)}.tech-item span{color:#e4e6ea;font-weight:500;font-size:.8rem;transition:color .3s ease}.tech-item:hover span{color:#bb86fc}.education-resume-section{margin-top:2rem}.education-resume-section h3{color:#a0a3bd;font-size:.9rem;font-weight:600;letter-spacing:2px;margin-bottom:1rem;text-transform:uppercase}.education-resume-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.education-card{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:12px;transition:all .3s ease}.education-card:hover{background:#ffffff14;border-color:#bb86fc33;transform:translateY(-2px)}.education-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.university-logo{width:100%;height:100%;object-fit:cover;border-radius:8px}.education-details h4{color:#e4e6ea;font-size:1.1rem;font-weight:600;margin:0 0 .25rem}.education-details p{color:#a0a3bd;font-size:.9rem;margin:0 0 .5rem;line-height:1.3}.education-year{color:#bb86fc;font-size:.8rem;font-weight:500}.resume-card{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:12px;transition:all .3s ease;cursor:pointer}.resume-card:hover{background:#ffffff14;border-color:#bb86fc33;transform:translateY(-2px)}.resume-icon{width:40px;height:40px;border-radius:10px;background:#bb86fc1a;border:1px solid rgba(187,134,252,.2);display:flex;align-items:center;justify-content:center;color:#bb86fc;flex-shrink:0}.resume-details{flex:1}.resume-details h4{color:#e4e6ea;font-size:1rem;font-weight:600;margin:0 0 .25rem}.resume-details p{color:#a0a3bd;font-size:.8rem;margin:0}.download-btn{width:36px;height:36px;border-radius:8px;background:linear-gradient(135deg,#bb86fc,#6c5ce7);border:none;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:all .3s ease;text-decoration:none}.download-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #bb86fc66}.social-section{text-align:center;margin:3rem 0}.social-section h3{color:#bb86fc;font-size:1.8rem;font-weight:600;margin-bottom:2rem}.social-links{display:flex;justify-content:center;gap:1.5rem}.social-link{display:flex;align-items:center;justify-content:center;width:50px;height:50px;background:#ffffff0d;border-radius:50%;border:1px solid rgba(187,134,252,.2);color:#bb86fc;text-decoration:none;transition:all .3s ease}.social-link:hover{background:#bb86fc;color:#0f0f23;transform:translateY(-3px)}.search-container{text-align:center;margin-bottom:3rem}.search-input{width:100%;max-width:400px;padding:1rem 1.5rem;border:1px solid rgba(187,134,252,.3);border-radius:25px;background:#ffffff0d;color:#e4e6ea;font-size:1rem;outline:none;transition:all .3s ease}.search-input:focus{border-color:#bb86fc;box-shadow:0 0 0 3px #bb86fc1a}.search-input::placeholder{color:#a0a3bd}.project-showcase{position:relative;display:flex;align-items:center;gap:2rem;margin-top:2rem}.project-nav-btn{width:50px;height:50px;border-radius:50%;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#e4e6ea;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;flex-shrink:0}.project-nav-btn:hover{background:#bb86fc1a;border-color:#bb86fc4d;color:#bb86fc;transform:scale(1.05)}.project-nav-controls{display:none}.project-display{flex:1;display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:16px;padding:1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.project-image-section{display:flex;align-items:center;justify-content:center}.project-demo-image{width:100%;max-width:500px;height:auto;border-radius:16px;box-shadow:0 20px 40px #0000004d;transition:transform .3s ease}.project-demo-image:hover{transform:scale(1.02)}.project-details-section{display:flex;flex-direction:column;gap:1.2rem}.project-header{display:flex;justify-content:space-between;align-items:flex-start;gap:.8rem}.project-header h3{color:#bb86fc;font-size:1.6rem;font-weight:600;margin:0}.project-status{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:20px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:1px}.project-status.deployed{background:#22c55e1a;color:#22c55e;border:1px solid rgba(34,197,94,.2)}.project-status.working{background:#f973161a;color:#f97316;border:1px solid rgba(249,115,22,.2)}.project-description p{color:#a0a3bd;font-size:1rem;line-height:1.6;margin:0}.project-info{display:flex;flex-direction:column;gap:1.2rem}.key-features h4,.tech-stack h4,.project-links h4{color:#a0a3bd;font-size:.9rem;font-weight:600;letter-spacing:2px;margin-bottom:.6rem;text-transform:uppercase}.key-features ul{list-style:none;padding:0;margin:0}.key-features li{display:flex;align-items:center;gap:.5rem;color:#e4e6ea;margin-bottom:.3rem;font-size:.95rem}.key-features li:before{content:"✓";color:#22c55e;font-weight:700}.tech-tags{display:flex;flex-wrap:wrap;gap:.5rem}.link-buttons{display:flex;gap:1rem}.link-btn{padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:.9rem;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.link-btn.deployment{background:linear-gradient(135deg,#bb86fc,#6c5ce7);color:#fff}.link-btn.linkedin{background:#ffffff0d;color:#e4e6ea;border:1px solid rgba(255,255,255,.1)}.link-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #bb86fc4d}.link-btn.linkedin:hover{background:#ffffff1a;border-color:#fff3}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.project-card{background:#ffffff0d;border-radius:20px;overflow:hidden;border:1px solid rgba(187,134,252,.1);transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.project-card:hover{transform:translateY(-5px);border-color:#bb86fc4d;box-shadow:0 10px 30px #bb86fc1a}.project-image{width:100%;height:200px;object-fit:cover}.project-content{padding:2rem}.project-content h3{color:#bb86fc;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.project-content p{color:#a0a3bd;line-height:1.6;margin-bottom:1.5rem}.project-links{display:flex;gap:1rem;margin-bottom:1.5rem}.project-link{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#bb86fc1a;color:#bb86fc;text-decoration:none;border-radius:8px;font-size:.9rem;transition:all .3s ease}.project-link:hover{background:#bb86fc;color:#0f0f23}.project-tech{display:flex;flex-wrap:wrap;gap:.5rem}.tech-tag{padding:.3rem .8rem;background:#64ffda1a;color:#64ffda;border-radius:15px;font-size:.8rem;border:1px solid rgba(100,255,218,.2)}.achievements-showcase{display:flex;flex-direction:column;gap:3rem}#achievements .search-container{margin-bottom:3rem}#achievements .search-input{width:100%;max-width:600px;padding:1.2rem 2rem;border:1px solid rgba(187,134,252,.4);border-radius:30px;background:#1e1e2ecc;color:#e4e6ea;font-size:1.1rem;outline:none;transition:all .3s ease;box-shadow:0 4px 15px #0003}#achievements .search-input:focus{border-color:#bb86fc;box-shadow:0 4px 20px #bb86fc4d;transform:translateY(-2px)}#achievements .search-input::placeholder{color:#8892b0;font-style:italic}.certificates-carousel{width:100%;overflow:hidden}.carousel-wrapper{display:flex;gap:1rem;overflow-x:auto;padding:1rem 0;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#bb86fc #1a1a2e;max-width:calc(560px + 3rem);margin:0 auto}.carousel-wrapper::-webkit-scrollbar{height:6px}.carousel-wrapper::-webkit-scrollbar-track{background:#1a1a2e80;border-radius:3px}.carousel-wrapper::-webkit-scrollbar-thumb{background:#bb86fc;border-radius:3px}.carousel-wrapper::-webkit-scrollbar-thumb:hover{background:#96c}.certificate-card{min-width:140px;max-width:140px;background:#1e1e2ee6;border:1px solid rgba(187,134,252,.3);border-radius:12px;padding:1rem;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-shrink:0;text-align:center}.certificate-card:hover{transform:translateY(-3px);border-color:#bb86fc;box-shadow:0 8px 25px #bb86fc33;background:#1e1e2ef2}.certificate-card.active{border-color:#bb86fc;box-shadow:0 0 15px #bb86fc66;background:#bb86fc1a}.cert-icon{display:flex;flex-direction:column;align-items:center;gap:.2rem;margin-bottom:.5rem}.cert-icon .iconify{font-size:1.2rem}.cert-provider-name{color:#a0a3bd;font-size:.55rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.cert-title{color:#e4e6ea;font-size:.65rem;font-weight:600;margin-bottom:.3rem;line-height:1.1;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cert-description{color:#8892b0;font-size:.55rem;line-height:1.2;margin-bottom:.4rem;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;font-weight:500}.cert-year{color:#64ffda;font-size:.55rem;font-weight:600}.carousel-controls{display:flex;align-items:center;justify-content:center;gap:2rem;margin-top:2rem}.carousel-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#bb86fc1a;border:1px solid rgba(187,134,252,.3);border-radius:50%;color:#bb86fc;cursor:pointer;transition:all .3s ease}.carousel-btn:hover{background:#bb86fc;color:#0f0f23}.carousel-btn:disabled{opacity:.5;cursor:not-allowed}.carousel-info{color:#a0a3bd;font-size:1rem}.certificate-display{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.certificate-preview{text-align:center}.view-certificate-btn{display:inline-block;margin-top:1rem;padding:.8rem 1.5rem;background:linear-gradient(135deg,#bb86fc,#96c);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none}.view-certificate-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #bb86fc66}.certificate-image{width:100%;max-width:400px;margin:0 auto;background:#ffffff0d;border-radius:15px;border:1px solid rgba(187,134,252,.1);overflow:hidden;height:fit-content;display:block}.cert-placeholder{padding:2rem;text-align:center;height:300px;display:flex;flex-direction:column;justify-content:center;align-items:center}.cert-placeholder p{color:#a0a3bd;margin-top:1rem}.view-certificate-btn{padding:1rem 2rem;background:linear-gradient(135deg,#bb86fc,#6c5ce7);border:none;border-radius:25px;color:#fff;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease}.view-certificate-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #bb86fc66}.certificate-details{text-align:left}.cert-badge{display:inline-block;padding:.3rem .8rem;background:#ff9f001a;color:#ff9f00;border-radius:15px;font-size:.8rem;font-weight:600;margin-bottom:1rem}.cert-title{color:#bb86fc;font-size:2rem;font-weight:600;margin-bottom:.5rem}.cert-provider{color:#64ffda;font-size:1.1rem;font-weight:500;margin-bottom:.5rem}.cert-year{color:#a0a3bd;font-size:1rem;margin-bottom:1rem}.cert-description{color:#a0a3bd;line-height:1.6}.contact-content{display:grid;grid-template-columns:1fr 1fr 1fr;gap:3rem;margin-top:3rem}.contact-info{display:flex;flex-direction:column;gap:2rem}.availability-status{display:flex;flex-direction:column;gap:.5rem;padding:1.5rem;background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:16px;text-align:center}.status-dot{display:inline-block;width:8px;height:8px;background:#28ca42;border-radius:50%;margin-right:.5rem;position:relative}.status-text{color:#e4e6ea;font-size:1.1rem;font-weight:600;display:flex;align-items:center}.response-time{color:#a0a3bd;font-size:.9rem;margin-left:1rem}.contact-section{padding:1.5rem;background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:16px}.contact-section h3,.support-section h3{color:#a0a3bd;font-size:.8rem;font-weight:600;letter-spacing:2px;margin-bottom:1rem;text-transform:uppercase;text-align:center}.contact-links,.support-links{display:flex;flex-direction:column;gap:.75rem}.support-section{padding:1.5rem;background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:16px}.contact-link,.support-link{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#ffffff05;border:1px solid rgba(187,134,252,.08);border-radius:10px;color:#e4e6ea;text-decoration:none;font-weight:500;font-size:.9rem;transition:all .3s ease;text-align:center;justify-content:center}.contact-link:hover,.support-link:hover{background:#bb86fc1a;border-color:#bb86fc4d;transform:translateY(-2px)}.contact-link .iconify,.support-link .iconify{font-size:1.2rem}.github{border-left:3px solid #6e5494}.linkedin{border-left:3px solid #0077b5}.leetcode{border-left:3px solid #ffa116}.whatsapp{border-left:3px solid #25D366}.email{border-left:3px solid #ea4335}.upi{border-left:3px solid #ff6b35}.coffee{border-left:3px solid #ffdd44}.contact-form{background:#ffffff08;padding:2rem;border-radius:16px;border:1px solid rgba(187,134,252,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:100%;max-width:none}.form-group{margin-bottom:1.5rem}.form-group label{display:block;color:#bb86fc;font-weight:600;margin-bottom:.5rem;font-size:.9rem;text-transform:uppercase;letter-spacing:1px}.form-group input,.form-group textarea{width:100%;padding:1rem;background:#ffffff0d;border:1px solid rgba(187,134,252,.2);border-radius:10px;color:#e4e6ea;font-size:.9rem;outline:none;transition:all .3s ease;resize:vertical;box-sizing:border-box}.form-group input:focus,.form-group textarea:focus{border-color:#bb86fc;box-shadow:0 0 0 3px #bb86fc1a}.form-group input::placeholder,.form-group textarea::placeholder{color:#a0a3bd}.submit-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;background:linear-gradient(135deg,#bb86fc,#6c5ce7);border:none;border-radius:12px;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #bb86fc66}.modal-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);justify-content:center;align-items:center;z-index:1000}.modal-content{background:#1e1e23f2;border:1px solid rgba(187,134,252,.3);border-radius:20px;padding:0;max-width:500px;width:90%;max-height:90vh;overflow-y:auto;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 20px 40px #0000004d}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:2rem 2rem 1rem;border-bottom:1px solid rgba(187,134,252,.2)}.modal-header h3{color:#bb86fc;font-size:1.5rem;font-weight:600;margin:0}.close-btn{background:none;border:none;color:#a0a3bd;font-size:1.5rem;cursor:pointer;padding:.5rem;border-radius:50%;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.close-btn:hover{background:#bb86fc1a;color:#bb86fc}.modal-body{padding:2rem}.qr-section{text-align:center;margin-bottom:2rem}.qr-code{display:inline-block;padding:1rem;background:#fff;border-radius:15px;margin-bottom:1rem;box-shadow:0 4px 15px #0003}.qr-code img{width:200px;height:200px;border-radius:8px}.qr-instruction{color:#a0a3bd;font-size:.9rem;margin:0}.upi-id-section{margin-bottom:2rem}.upi-id-section label{display:block;color:#bb86fc;font-weight:600;margin-bottom:.5rem;font-size:.9rem;text-transform:uppercase;letter-spacing:1px}.upi-id-container{display:flex;gap:.5rem}.upi-id-container input{flex:1;padding:1rem 1.25rem;background:#ffffff0d;border:1px solid rgba(187,134,252,.2);border-radius:12px;color:#e4e6ea;font-size:1rem;outline:none;font-family:Courier New,monospace;letter-spacing:.5px}.upi-id-container input:focus{border-color:#bb86fc;box-shadow:0 0 0 3px #bb86fc1a}.copy-btn{display:flex;align-items:center;gap:.5rem;padding:1rem 1.5rem;background:linear-gradient(135deg,#bb86fc,#6c5ce7);border:none;border-radius:12px;color:#fff;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.copy-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #bb86fc66}.payment-apps{border-top:1px solid rgba(187,134,252,.1);padding-top:2rem}.payment-apps p{color:#a0a3bd;margin-bottom:1rem;font-size:.9rem;text-transform:uppercase;letter-spacing:1px;font-weight:600}.app-icons{display:grid;grid-template-columns:repeat(auto-fit,minmax(80px,1fr));gap:1rem}.app-icon{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;background:#ffffff0d;border:1px solid rgba(187,134,252,.1);border-radius:12px;color:#e4e6ea;transition:all .3s ease}.app-icon:hover{background:#bb86fc1a;border-color:#bb86fc4d;transform:translateY(-2px)}.app-icon .iconify{font-size:1.5rem}.app-icon span:last-child{font-size:.8rem;font-weight:500}@media (max-width: 768px){.modal-content{width:95%;margin:1rem}.modal-header,.modal-body{padding:1.5rem}.qr-code img{width:160px;height:160px}.upi-id-container{flex-direction:column}.copy-btn{justify-content:center}}@media (max-width: 768px){.tech-grid{grid-template-columns:repeat(auto-fit,minmax(80px,1fr));gap:.75rem}.tech-item{padding:.5rem .25rem}.tech-icon{width:35px;height:35px}.education-resume-grid{grid-template-columns:1fr;gap:1rem}.education-card,.resume-card{padding:1.25rem;gap:.75rem}.education-icon,.resume-icon{width:36px;height:36px}.education-details h4{font-size:1rem}}@media (max-width: 480px){.tech-grid{grid-template-columns:repeat(3,1fr);gap:.5rem}.tech-item{padding:.5rem .25rem;gap:.5rem}.tech-icon{width:32px;height:32px}.tech-item span{font-size:.7rem}.education-card,.resume-card{padding:1rem;gap:.5rem}.education-icon,.resume-icon,.download-btn{width:32px;height:32px}}.footer{background:#0f0f23cc;border-top:1px solid rgba(187,134,252,.1);padding:2rem 0;text-align:center}.footer p{color:#a0a3bd;font-size:1rem}@media (max-width: 768px){.navbar{top:10px;width:calc(100% - 20px);height:55px;border-radius:20px}.nav-container{padding:0 1rem}.nav-logo h3{font-size:1.2rem}.nav-menu{position:fixed;top:75px;left:10px;right:10px;width:calc(100% - 20px);background:#0f0f23fa;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:15px;border:1px solid rgba(187,134,252,.3);flex-direction:column;justify-content:start;align-items:center;gap:1rem;padding:2rem 1rem;transition:all .3s ease;transform:translateY(-20px);opacity:0;visibility:hidden;box-shadow:0 10px 30px #0000004d}.nav-menu.active{transform:translateY(0);opacity:1;visibility:visible}.nav-toggle{display:block}.container{padding:0 1rem}.section{padding:100px 0 60px;min-height:auto}.hero-content{gap:3rem}.hero-title{font-size:1.3rem;margin-bottom:1rem;min-height:3.2rem;line-height:1.4;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}.hero-description{font-size:1.1rem;line-height:1.6;margin-top:.5rem}.hero-showcase{grid-template-columns:1fr;gap:2rem;text-align:center}.profile-image{width:200px;height:200px}.terminal{transform:scale(.95);max-width:100%;overflow:hidden}.terminal-body{font-size:.8rem;padding:.8rem}.terminal-line{flex-direction:column;align-items:flex-start;gap:.3rem}.terminal-line .prompt,.terminal-line .output{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.section-header h2{font-size:2.5rem;margin-bottom:.8rem}.section-header p{font-size:1rem;padding:0 1rem}.tech-section{margin-top:2rem}.tech-grid{grid-template-columns:repeat(4,1fr);gap:.8rem;padding:0 .5rem}.tech-item{padding:.8rem .3rem;border-radius:10px;background:#ffffff08;border:1px solid rgba(255,255,255,.05)}.tech-item:hover{background:#bb86fc1a;border-color:#bb86fc33}.tech-icon{width:35px;height:35px}.tech-item span{font-size:.75rem;font-weight:600}.education-resume-grid{grid-template-columns:1fr;gap:1rem}.education-card,.resume-card{padding:1.2rem;gap:.8rem}.education-icon,.resume-icon{width:40px;height:40px}.education-details h4,.resume-details h4{font-size:1rem}.education-details p,.resume-details p{font-size:.9rem}.project-showcase{flex-direction:column;gap:1.5rem;margin-top:1rem}.project-showcase>.project-nav-btn{display:none}.project-display{grid-template-columns:1fr;gap:1.5rem;padding:1.5rem}.project-image-section{order:1;position:relative}.project-details-section{order:3}.project-nav-controls{order:2;display:flex!important;justify-content:center;gap:2rem;margin:1rem 0}.project-nav-controls .project-nav-btn{width:45px;height:45px}.project-header{flex-direction:column;align-items:flex-start;gap:1rem}.project-header h3{font-size:1.5rem}.project-status{align-self:flex-start}.project-demo-image{max-width:100%;height:auto}.project-info{gap:1.5rem}.key-features li{font-size:.9rem}.link-buttons{flex-direction:column;gap:.8rem}.link-btn{justify-content:center;padding:1rem 1.5rem;font-size:.95rem}.tech-tags{gap:.4rem}.tech-tag{padding:.4rem .8rem;font-size:.8rem}.achievements-showcase{gap:2rem}#achievements .search-input{max-width:100%;padding:1rem 1.5rem;font-size:1rem;border-radius:15px}.carousel-wrapper{max-width:100%;gap:.8rem;padding:1rem .5rem}.certificate-card{min-width:130px;max-width:130px;padding:1rem .8rem}.cert-title{font-size:.7rem;line-height:1.2}.cert-description{font-size:.55rem}.cert-provider-name,.cert-year{font-size:.5rem}.certificate-display{grid-template-columns:1fr;gap:2rem}.certificate-preview{order:2}.certificate-details{order:1}.certificate-image{max-width:100%}.cert-placeholder{height:250px;padding:1.5rem}.view-certificate-btn{padding:.8rem 1.5rem;font-size:.9rem;border-radius:12px}.carousel-controls{flex-direction:row;gap:1.5rem;margin-top:1.5rem}.carousel-btn{width:45px;height:45px}.contact-content{grid-template-columns:1fr;gap:2rem}.contact-info{gap:1.5rem}.form-group input,.form-group textarea{font-size:16px;padding:1.2rem}.contact-form{padding:1.5rem}.availability-status,.contact-section,.support-section{padding:1.2rem}.contact-links,.support-links{gap:.8rem}.contact-link,.support-link{padding:1rem 1.2rem;font-size:.95rem;border-radius:12px}.submit-btn{padding:1.2rem 2rem;font-size:1.05rem;border-radius:12px}}@media (max-width: 480px){.container{padding:0 .8rem}.navbar{top:8px;width:calc(100% - 16px);height:50px;border-radius:15px}.nav-container{padding:0 .8rem}.nav-logo h3{font-size:1.1rem}.section{padding:90px 0 50px}.hero-content{gap:2.5rem}.hero-title{font-size:1.1rem;line-height:1.4;min-height:3rem;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}.hero-description{font-size:1rem;line-height:1.6;padding:0 .5rem;margin-top:.3rem}.profile-image{width:160px;height:160px}.terminal{transform:scale(.85);border-radius:10px}.terminal-header{padding:.6rem .8rem}.terminal-title{font-size:.8rem}.terminal-body{padding:.6rem .8rem;font-size:.7rem}.section-header h2{font-size:2rem;margin-bottom:.6rem}.section-header p{font-size:.95rem;padding:0 .5rem}.tech-grid{grid-template-columns:repeat(3,1fr);gap:.6rem;padding:0}.tech-item{padding:.7rem .2rem;border-radius:8px}.tech-icon{width:30px;height:30px}.tech-item span{font-size:.7rem}.education-card,.resume-card{padding:1rem;gap:.6rem;border-radius:10px}.education-icon,.resume-icon{width:35px;height:35px}.education-details h4,.resume-details h4{font-size:.95rem}.education-details p,.resume-details p{font-size:.85rem}.download-btn{width:32px;height:32px}.project-display{padding:1.2rem;border-radius:12px}.project-header h3{font-size:1.3rem}.project-status{padding:.4rem .8rem;font-size:.75rem;border-radius:15px}.project-description p{font-size:.9rem;line-height:1.5}.key-features li{font-size:.85rem}.link-buttons{gap:.6rem}.link-btn{padding:.8rem 1.2rem;font-size:.85rem;border-radius:8px}#achievements .search-input{padding:.8rem 1.2rem;font-size:.95rem;border-radius:12px}.carousel-wrapper{gap:.6rem;padding:.8rem .2rem}.certificate-card{min-width:115px;max-width:115px;padding:.8rem .6rem;border-radius:10px}.cert-icon .iconify{font-size:1rem}.cert-title{font-size:.65rem;line-height:1.1}.cert-description{font-size:.5rem}.cert-provider-name,.cert-year{font-size:.45rem}.cert-placeholder{height:200px;padding:1rem}.cert-placeholder .iconify{font-size:3em!important}.cert-placeholder p{font-size:.9rem;margin-top:.8rem}.view-certificate-btn{padding:.7rem 1.2rem;font-size:.85rem;border-radius:10px}.carousel-btn{width:40px;height:40px}.carousel-info{font-size:.9rem}.form-group{margin-bottom:1.2rem}.form-group label{font-size:.85rem;margin-bottom:.4rem}.form-group input,.form-group textarea{padding:1rem;font-size:16px;border-radius:10px}.contact-form{padding:1.2rem;border-radius:12px}.availability-status,.contact-section,.support-section{padding:1rem;border-radius:12px}.contact-section h3,.support-section h3{font-size:.75rem;margin-bottom:.8rem}.contact-link,.support-link{padding:.9rem 1rem;font-size:.9rem;border-radius:10px;gap:.6rem}.status-text{font-size:1rem}.response-time{font-size:.8rem;margin-left:.8rem}.submit-btn{padding:1rem 1.5rem;font-size:1rem;border-radius:10px}}@media (max-width: 320px){.container{padding:0 .5rem}.hero-title{font-size:1rem;min-height:2.8rem}.hero-description{font-size:.9rem;padding:0}.section-header h2{font-size:1.8rem}.tech-grid{grid-template-columns:repeat(3,1fr);gap:.4rem}.tech-item{padding:.5rem .1rem}.tech-icon{width:25px;height:25px}.tech-item span{font-size:.65rem}.profile-image{width:140px;height:140px}.terminal{transform:scale(.75)}.certificate-card{min-width:100px;max-width:100px;padding:.6rem .4rem}.cert-title{font-size:.6rem}.cert-description,.cert-provider-name,.cert-year{font-size:.4rem}.project-display{padding:1rem}.link-btn{padding:.7rem 1rem;font-size:.8rem}}.section{opacity:0;animation:fadeInUp .6s ease forwards}.section:nth-child(1){animation-delay:.1s}.section:nth-child(2){animation-delay:.2s}.section:nth-child(3){animation-delay:.3s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#1a1a2e}::-webkit-scrollbar-thumb{background:#bb86fc;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#96c}.nav-link,.link-btn,.contact-link,.support-link,.submit-btn,.view-certificate-btn,.carousel-btn,.project-nav-btn,.download-btn,.copy-btn,.close-btn{min-height:44px;min-width:44px;-webkit-tap-highlight-color:rgba(187,134,252,.2);tap-highlight-color:rgba(187,134,252,.2);touch-action:manipulation;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.nav-link:focus,.link-btn:focus,.contact-link:focus,.support-link:focus,.submit-btn:focus,.view-certificate-btn:focus,.carousel-btn:focus,.project-nav-btn:focus,.download-btn:focus,.copy-btn:focus,.close-btn:focus,input:focus,textarea:focus{outline:2px solid #bb86fc;outline-offset:2px}img{max-width:100%;height:auto;aspect-ratio:attr(width) / attr(height);image-rendering:optimizeQuality;-webkit-backface-visibility:hidden;backface-visibility:hidden}.project-demo-image,.profile-image,.university-logo{transform:translateZ(0);will-change:transform}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.scroll-reveal,.scroll-reveal-left,.scroll-reveal-right,.scroll-reveal-scale{opacity:1;transform:none}.projects-canvas{display:none!important}}@media (max-width: 768px){.projects-canvas{opacity:.4;will-change:auto;transform:translateZ(0);-webkit-transform:translateZ(0)}#projects:hover .projects-canvas{opacity:.5}}@media (max-width: 480px){.projects-canvas{opacity:.3;filter:blur(.5px)}}#projects{transform-style:preserve-3d;perspective:1000px}.project-display{position:relative;z-index:3}.projects-canvas{transition:opacity .3s ease,filter .3s ease}
