body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.bottom-marquee-bar{background:#0f172a;box-shadow:0 -4px 20px #00000026;color:#fff;overflow:hidden;padding:18px 0;position:relative;width:100%}.marquee-track{display:flex;width:max-content}.marquee-content{align-items:center;animation:scrollMarquee 22s linear infinite;display:flex;white-space:nowrap}.marquee-content span{font-size:1.25rem;font-weight:600;letter-spacing:.5px;padding:0 1rem}.marquee-content .dot{color:#38bdf8;font-size:1.4rem}@keyframes scrollMarquee{0%{transform:translateX(0)}to{transform:translateX(-100%)}}.navbar{align-items:center;background-color:#fff;box-shadow:0 2px 10px #0000001a;display:flex;justify-content:space-between;padding:1rem 2rem;position:sticky;top:0;z-index:1000}.logo{font-size:1.5rem;font-weight:700}.hamburger{cursor:pointer;display:none;font-size:1.5rem}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links li a{color:#333;text-decoration:none;transition:.3s}.nav-links li a:hover{color:#007bff}@media (max-width:768px){.hamburger{display:block}.nav-links{background-color:#fff;flex-direction:column;max-height:0;overflow:hidden;padding:0;position:absolute;right:0;top:60px;transition:max-height .3s ease;width:100%}.nav-links.open{max-height:500px;padding:1rem 0}.nav-links li{padding:10px 0;text-align:center}}html{scroll-behavior:smooth}.scroll-to-top{background-color:#007bff;border:none;border-radius:50%;bottom:30px;color:#fff;cursor:pointer;font-size:1.5rem;height:45px;opacity:0;position:fixed;right:30px;transition:opacity .3s ease;width:45px;z-index:999}.scroll-to-top.show{opacity:1}.about-section{background-color:#f4f6f8;padding:15px 20px 35px;text-align:center}.about-section h2{color:#0f172a;font-size:2rem;font-weight:700;letter-spacing:-.5px;margin-bottom:1rem;text-align:center}.about-content{flex-wrap:wrap;gap:1.8rem;margin:0 auto;max-width:1100px}.about-content,.profile-pic-container{align-items:center;display:flex;justify-content:center}.profile-pic-container{background-color:#000;border-radius:50%;box-shadow:0 10px 30px #00000038;flex-shrink:0;height:230px;position:relative;transition:transform .3s ease;width:230px}.profile-pic-container:hover{transform:scale(1.04)}.profile-pic{display:block;object-fit:cover}.profile-pic,.rotating-text-svg{border-radius:50%;height:100%;width:100%}.rotating-text-svg{animation:rotateCircle 12s linear infinite;left:0;pointer-events:none;position:absolute;top:0}@keyframes rotateCircle{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.about-text{font-size:1rem;line-height:1.6;max-width:620px;text-align:left}.about-text p{margin-bottom:.6rem}.resume-section{margin-top:1.2rem;text-align:center}.resume-section h2{color:#0f172a;font-size:1.5rem;font-weight:700;margin-bottom:.6rem}.resume-buttons{display:flex;flex-wrap:wrap;gap:1.2rem;justify-content:center;margin-top:.5rem}.resume-button{background-color:#007bff;border-radius:8px;color:#fff;font-size:.95rem;font-weight:600;padding:.55rem 1.3rem;text-decoration:none;transition:background-color .3s ease,transform .2s ease}.resume-button:hover{background-color:#0056b3;transform:translateY(-2px)}.experience-section{background-color:#f4f6f8;padding:100px 20px;text-align:center}.experience-section h2{font-size:2rem;margin-bottom:2rem}.experience-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:0 auto;max-width:1100px}.experience-card{background-color:#fff;border-radius:16px;box-shadow:0 8px 20px #0000001a;display:flex;flex-direction:column;justify-content:space-between;padding:1.5rem;text-align:left;transition:transform .3s}.experience-card:hover{transform:translateY(-5px)}.experience-card h3{font-size:1.25rem;margin:0 0 .4rem}.experience-card h4{color:#007bff;font-size:.95rem;font-weight:600;margin:0 0 .8rem}.experience-card .exp-period{color:#666;font-weight:400}.experience-card p{color:#555;font-size:.95rem;line-height:1.5;margin-bottom:1rem}.experience-links{display:flex;flex-wrap:wrap;gap:14px;margin-top:10px}.experience-card a{color:#007bff;display:inline-block;font-size:.9rem;font-weight:700;text-decoration:none}.experience-card a:hover{color:#0056b3}.skills-section{background-color:#f4f6f8;padding:100px 20px;text-align:center}body{background-color:#f1f1f1;font-family:Poppins,sans-serif}.skills-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:0 auto;max-width:1100px}.skill-card{background-color:#fff;border-radius:12px;box-shadow:0 8px 20px #0000001a;padding:20px;text-align:left}.skill-card h3{font-size:1.5rem;margin-bottom:.5rem}.skill-card p{color:#555;font-size:1rem}.projects-section{background-color:#fff;padding:100px 20px;text-align:center}.projects-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:0 auto;max-width:1100px}.project-card{background-color:#fdfdfd;border-radius:16px;box-shadow:0 8px 20px #00000014;display:flex;flex-direction:column;justify-content:space-between;padding:1.5rem;text-align:left;transition:transform .3s ease,box-shadow .3s ease}.project-card:hover{box-shadow:0 12px 28px #0000001f;transform:translateY(-5px)}.project-card h3{color:#1e293b;font-size:1.25rem;margin:0 0 .75rem}.project-card p{color:#475569;flex-grow:1;font-size:.95rem;line-height:1.6;margin-bottom:1rem}.project-links{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:10px}.project-link{background-color:#eff6ff;border-radius:6px;color:#007bff;display:inline-block;font-size:.88rem;font-weight:600;padding:6px 12px;text-decoration:none;transition:background-color .2s ease,color .2s ease}.project-link:hover{background-color:#007bff;color:#fff}.doi-badge{background-color:#e0e7ff;color:#2563eb}.doi-badge:hover{background-color:#2563eb;color:#fff}.achievements-section{background-color:#fff;padding:100px 20px;text-align:center}.achievements-section h2{color:#1a1a2e;font-size:2rem;margin-bottom:2rem}.achievements-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:0 auto;max-width:1100px}.achievement-card{background-color:#fdfdfd;border-radius:16px;box-shadow:0 8px 20px #00000014;display:flex;flex-direction:column;justify-content:space-between;padding:1.5rem;text-align:left;transition:transform .3s,box-shadow .3s}.achievement-card:hover{box-shadow:0 12px 28px #0000001f;transform:translateY(-5px)}.achievement-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.8rem}.achievement-icon{font-size:1.8rem}.achievement-tag{background-color:#eff6ff;border-radius:20px;color:#007bff;font-size:.8rem;font-weight:600;padding:4px 10px}.achievement-card h3{color:#1e293b;font-size:1.2rem;margin:0 0 .3rem}.achievement-card h4{color:#64748b;font-size:.92rem;font-weight:500;margin:0 0 .8rem}.achievement-card p{color:#475569;font-size:.95rem;line-height:1.55;margin:0}.contact-section{background-color:#f4f6f8;padding:100px 20px;text-align:center}.contact-subtitle{color:#475569;font-size:1.05rem;margin-bottom:1rem}.contact-info{margin-bottom:1.5rem}.email-badge{background-color:#fff;border-radius:20px;box-shadow:0 4px 12px #0000000f;color:#007bff;display:inline-block;font-size:1.05rem;font-weight:600;padding:8px 18px;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.email-badge:hover{box-shadow:0 6px 16px #007bff26;transform:translateY(-2px)}.contact-form{display:flex;flex-direction:column;margin:0 auto;max-width:600px}.contact-form input,.contact-form textarea{border:1px solid #cbd5e1;border-radius:8px;font-size:1rem;margin:.5rem 0;outline:none;padding:12px 16px;transition:border-color .2s ease}.contact-form input:focus,.contact-form textarea:focus{border-color:#007bff}.contact-button-group{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1rem}.btn-send{background-color:#007bff;border:none;border-radius:8px;color:#fff;cursor:pointer;flex:1 1;font-size:1rem;font-weight:600;padding:12px 20px;transition:background-color .2s ease}.btn-send:hover{background-color:#0056b3}.btn-schedule{align-items:center;background-color:#007bff;border-radius:8px;color:#fff;display:inline-flex;flex:1 1;font-size:1rem;font-weight:600;justify-content:center;padding:12px 20px;text-decoration:none;transition:background-color .2s ease}.btn-schedule:hover{background-color:#0056b3}.artzest-section{background:linear-gradient(135deg,#bdf766,#f9ffd4);color:#0f0101;padding:100px 20px;text-align:center}.artwork-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:0 auto;max-width:1100px}.artwork-card{background-color:#fdfdfd;border-radius:16px;box-shadow:0 8px 20px #0000001a;padding:1rem;text-align:left}.artwork-card img{border-radius:12px;width:100%}.artwork-card h3{font-size:1.2rem;margin:1rem 0 .5rem}.artwork-card p{font-size:1rem;font-weight:700}.artwork-card a{color:#007bff;display:inline-block;font-weight:700;margin-top:10px;text-decoration:none}.artwork-card a:hover{color:#0056b3}.footer{background-color:#333;color:#fff;padding:20px;text-align:center}
/*# sourceMappingURL=main.5a5a7185.css.map*/