body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box}.intro-section{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;min-height:calc(100vh - 70px);overflow:hidden;padding-bottom:60px;padding-top:80px;position:relative}.intro-section:before{background:url('data:image/svg+xml;charset=utf-8,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><rect width="100%" height="100%" fill="url(%23grid)"/></svg>');bottom:0;content:"";left:0;opacity:.3;position:absolute;right:0;top:0}.intro-section .profile-image-container{align-items:center;display:flex;justify-content:center;min-height:300px;position:relative;width:100%;z-index:1}.intro-section .profile-image{background-color:#ffffff1a;border:4px solid #ffffff4d;border-radius:50%;box-shadow:0 10px 40px #0000004d;display:block;height:280px;object-fit:cover;transition:transform .3s ease;width:280px}.intro-section .profile-image:hover{transform:scale(1.05)}.intro-section .intro-content{position:relative;z-index:1}.intro-section .intro-name{font-size:2.75rem;font-weight:700;margin-bottom:.75rem;text-shadow:0 2px 8px #00000059}.intro-section .intro-name .highlight{color:#fff;text-shadow:0 2px 8px #0006}.intro-section .intro-title{font-size:1.5rem;font-weight:500;margin-bottom:1.5rem;opacity:.95;text-shadow:0 1px 3px #0003}.intro-section .contact-pills{display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-start}@media(max-width:960px){.intro-section .contact-pills{justify-content:center}}.intro-section .contact-pill{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:1px solid #ffffff40;border-radius:24px;color:#fff;cursor:pointer;display:inline-flex;font-size:.9rem;font-weight:500;gap:8px;padding:10px 18px;text-decoration:none;transition:all .25s ease}.intro-section .contact-pill:hover{background:#ffffff40;border-color:#fff6;transform:translateY(-2px)}.intro-section .contact-pill--static{cursor:default;pointer-events:none}.intro-section .intro-description{font-size:1.05rem;line-height:1.7;margin:0;max-width:100%;opacity:.95}.intro-section .social-links .MuiIconButton-root{background:#fff3;margin:0 8px;transition:all .3s ease}.intro-section .social-links .MuiIconButton-root:hover{background:#ffffff4d;transform:translateY(-3px)}@media(max-width:960px){.intro-section{min-height:auto;padding-bottom:50px;padding-top:70px}.intro-section .intro-name{font-size:2rem;text-align:center}.intro-section .intro-title{font-size:1.2rem;text-align:center}.intro-section .intro-description{font-size:1rem;padding:0 15px;text-align:center}.intro-section .profile-image{height:250px;width:250px}}@media(max-width:600px){.intro-section{padding-bottom:35px;padding-top:60px}.intro-section .intro-name{font-size:1.5rem;line-height:1.3}.intro-section .intro-title{font-size:1rem;margin-bottom:20px!important}.intro-section .intro-description{font-size:.9rem;line-height:1.6}.intro-section .profile-image{height:200px;width:200px}.intro-section .contact-pill{font-size:.85rem;padding:8px 14px}.intro-section .social-links .MuiIconButton-root{margin:0 4px;padding:8px}}.about-section{background:#f8f9fa;padding:60px 20px}.about-section .section-title{color:#345995;font-size:2.25rem;font-weight:700;margin-bottom:15px;text-align:center}.about-section .section-divider{background:linear-gradient(90deg,#345995,#3498db);border-radius:2px;height:4px;margin:0 auto 30px;width:80px}.about-section .about-content{background:#fff;border-radius:10px;box-shadow:0 5px 20px #0000001a;margin:0 auto;max-width:1000px;padding:35px}.about-section .about-content .about-text{color:#555;font-size:1.15rem;line-height:1.85;margin-bottom:20px;text-align:left}.about-section .about-content .about-text:last-child{margin-bottom:0}@media(max-width:960px){.about-section{padding:50px 20px}.about-section .section-title{font-size:2rem}}@media(max-width:600px){.about-section{padding:40px 15px}.about-section .section-title{font-size:1.75rem}.about-section .about-content{padding:20px}.about-section .about-content .about-text{font-size:1.05rem;line-height:1.8}}.education-section{background:#fff;padding:60px 20px}.education-section .section-title{color:#345995;font-size:2.25rem;font-weight:700;margin-bottom:15px;text-align:center}.education-section .section-divider{background:linear-gradient(90deg,#345995,#3498db);border-radius:2px;height:4px;margin:0 auto 30px;width:80px}.education-section .education-card{border-left:4px solid #345995;height:100%;padding:25px;transition:transform .3s ease,box-shadow .3s ease}.education-section .education-card:hover{box-shadow:0 10px 30px #00000026;transform:translateY(-5px)}.education-section .education-card .education-header{align-items:flex-start;display:flex;gap:15px;margin-bottom:20px}.education-section .education-card .education-header .education-icon{color:#345995;font-size:2.5rem;margin-top:5px}.education-section .education-card .education-header .degree-title{color:#333;font-weight:600;margin-bottom:5px}.education-section .education-card .education-header .specialization{color:#666;font-size:1rem;font-weight:400}.education-section .education-card .education-details .university{color:#345995;font-weight:600;margin-bottom:5px}.education-section .education-card .education-details .college{color:#666;margin-bottom:5px}.education-section .education-card .education-details .location{color:#888;margin-bottom:15px}.education-section .education-card .education-details .education-meta{align-items:center;display:flex;gap:15px;margin-top:15px}.education-section .education-card .education-details .education-meta .gpa-chip{padding:6px 12px}.education-section .education-card .education-details .education-meta .graduation-date{color:#666;font-weight:500}@media(max-width:960px){.education-section{padding:50px 20px}.education-section .section-title{font-size:2rem}}@media(max-width:600px){.education-section{padding:40px 15px}.education-section .section-title{font-size:1.75rem}.education-section .education-card{padding:20px}.education-section .education-card .education-header{flex-direction:column;gap:10px}.education-section .education-card .education-header .education-icon{font-size:2rem}.education-section .education-card .education-header .degree-title{font-size:1.25rem}.education-section .education-card .education-header .specialization{font-size:.9rem}.education-section .education-card .education-details .education-meta{align-items:flex-start;flex-direction:column;gap:10px}}.experience-section{background:#f8f9fa;padding:60px 20px}.experience-section .section-title{color:#345995;font-size:2.25rem;font-weight:700;margin-bottom:15px;text-align:center}.experience-section .section-divider{background:linear-gradient(90deg,#345995,#3498db);border-radius:2px;height:4px;margin:0 auto 30px;width:80px}.experience-section .experience-accordion-list{margin:0 auto;max-width:1100px}.experience-section .experience-accordion{background:#fff!important;border-left:4px solid #345995;border-radius:4px!important;box-shadow:0 2px 8px #00000014!important;margin-bottom:12px!important;overflow:hidden}.experience-section .experience-accordion:before{display:none}.experience-section .experience-accordion .experience-summary{min-height:auto;padding:16px 20px}.experience-section .experience-accordion .experience-summary .work-icon{color:#345995;flex-shrink:0;font-size:1.75rem;margin-right:16px}.experience-section .experience-accordion .experience-summary .experience-summary-content{flex:1 1;text-align:left}.experience-section .experience-accordion .experience-summary .experience-summary-content .job-title{color:#333;font-weight:600;margin-bottom:2px}.experience-section .experience-accordion .experience-summary .experience-summary-content .company-name{color:#345995;font-weight:500;margin-bottom:2px}.experience-section .experience-accordion .experience-summary .experience-summary-content .location-period{color:#666;font-style:italic}.experience-section .experience-accordion .experience-summary .MuiAccordionSummary-expandIconWrapper{color:#345995}.experience-section .experience-accordion .experience-details{padding:0 20px 20px 56px}.experience-section .experience-accordion .achievements-list{padding-left:0}.experience-section .experience-accordion .achievement-item{align-items:flex-start;display:flex;gap:12px;margin-bottom:10px}.experience-section .experience-accordion .achievement-item .bullet-point{background:#345995;border-radius:50%;flex-shrink:0;height:6px;margin-top:7px;width:6px}.experience-section .experience-accordion .achievement-item .achievement-text{color:#555;line-height:1.55;text-align:left}@media(max-width:600px){.experience-section{padding:40px 15px}.experience-section .section-title{font-size:1.75rem}.experience-section .experience-accordion .experience-summary{padding:12px 16px}.experience-section .experience-accordion .experience-summary .work-icon{font-size:1.5rem;margin-right:12px}.experience-section .experience-accordion .experience-summary .job-title{font-size:1rem}.experience-section .experience-accordion .experience-details{padding:0 16px 16px}}.skills-section{background:#fff;padding:60px 20px}.skills-section .section-title{color:#345995;font-size:2.25rem;font-weight:700;margin-bottom:15px;text-align:center}.skills-section .section-divider{background:linear-gradient(90deg,#345995,#3498db);border-radius:2px;height:4px;margin:0 auto 30px;width:80px}.skills-section .skills-accordion-list{margin:0 auto;max-width:900px}.skills-section .skill-accordion{background:#f8f9fa!important;border-radius:4px!important;border-top:3px solid #345995;box-shadow:0 2px 8px #0000000f!important;margin-bottom:10px!important;overflow:hidden}.skills-section .skill-accordion:before{display:none}.skills-section .skill-accordion .skill-summary{min-height:auto;padding:14px 20px}.skills-section .skill-accordion .skill-summary .category-icon{color:#345995;flex-shrink:0;font-size:1.5rem;margin-right:14px}.skills-section .skill-accordion .skill-summary .category-title{color:#333;flex:1 1;font-weight:600;text-align:left}.skills-section .skill-accordion .skill-summary .skill-count-badge{align-items:center;background:linear-gradient(135deg,#2e7d32,#43a047);border-radius:50%;box-shadow:0 2px 8px #2e7d3259;color:#fff;display:inline-flex;font-size:.8rem;font-weight:700;height:28px;justify-content:center;margin-right:8px;min-width:28px;padding:0 6px}.skills-section .skill-accordion .skill-summary .MuiAccordionSummary-expandIconWrapper{color:#345995}.skills-section .skill-accordion .skill-details{background:#fff;padding:0 20px 16px}.skills-section .skill-accordion .skills-chips{display:flex;flex-wrap:wrap;gap:8px}.skills-section .skill-accordion .skills-chips .skill-chip{border-color:#345995;color:#345995;cursor:default;font-weight:500;transition:all .25s ease}.skills-section .skill-accordion .skills-chips .skill-chip:hover{background-color:#345995;box-shadow:0 4px 12px #34599559;color:#fff;transform:translateY(-2px)}@media(max-width:600px){.skills-section{padding:40px 15px}.skills-section .section-title{font-size:1.75rem}.skills-section .skill-accordion .skill-summary{padding:12px 16px}.skills-section .skill-accordion .skill-summary .category-icon{font-size:1.25rem}.skills-section .skill-accordion .skill-summary .category-title{font-size:.95rem}.skills-section .skill-accordion .skill-summary .skill-count-badge{font-size:.7rem;height:24px;min-width:24px}.skills-section .skill-accordion .skill-details{padding:0 16px 12px}.skills-section .skill-accordion .skill-chip{font-size:.75rem;padding:4px 8px}}.projects-section{background:#f8f9fa;padding:60px 20px}.projects-section .section-title{color:#345995;font-size:2.25rem;font-weight:700;margin-bottom:15px;text-align:center}.projects-section .section-divider{background:linear-gradient(90deg,#345995,#3498db);border-radius:2px;height:4px;margin:0 auto 30px;width:80px}.projects-section .projects-accordion-list{margin:0 auto;max-width:900px}.projects-section .project-accordion{background:#fff!important;border-radius:4px!important;border-top:3px solid #345995;box-shadow:0 2px 8px #00000014!important;margin-bottom:12px!important;overflow:hidden}.projects-section .project-accordion:before{display:none}.projects-section .project-accordion .project-summary{min-height:auto;padding:16px 20px}.projects-section .project-accordion .project-summary .project-icon{color:#345995;flex-shrink:0;font-size:1.75rem;margin-right:16px}.projects-section .project-accordion .project-summary .project-summary-content{flex:1 1;text-align:left}.projects-section .project-accordion .project-summary .project-summary-content .project-title{color:#333;display:block;font-weight:600;margin-bottom:2px}.projects-section .project-accordion .project-summary .project-summary-content .project-organization{color:#666;font-style:italic}.projects-section .project-accordion .project-summary .MuiAccordionSummary-expandIconWrapper{color:#345995}.projects-section .project-accordion .project-details{padding:0 20px 20px 56px}.projects-section .project-accordion .project-description{color:#555;font-size:.95rem;line-height:1.7;margin-bottom:16px;text-align:left}.projects-section .project-accordion .project-technologies{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.projects-section .project-accordion .project-technologies .tech-tag{background:linear-gradient(135deg,#345995,#3498db);border-radius:12px;color:#fff;font-size:.8rem;font-weight:500;padding:5px 10px}.projects-section .project-accordion .project-links{display:flex;flex-wrap:wrap;gap:10px}.projects-section .project-accordion .project-link-btn{border-color:#345995;color:#345995;font-weight:600;text-transform:none}.projects-section .project-accordion .project-link-btn:hover{background:#34599514;border-color:#345995}@media(max-width:600px){.projects-section{padding:40px 15px}.projects-section .section-title{font-size:1.75rem}.projects-section .project-accordion .project-summary{padding:12px 16px}.projects-section .project-accordion .project-summary .project-icon{font-size:1.5rem;margin-right:12px}.projects-section .project-accordion .project-summary .project-title{font-size:.95rem}.projects-section .project-accordion .project-details{padding:0 16px 16px}.projects-section .project-accordion .tech-tag{font-size:.75rem;padding:4px 8px}}.contact-section{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;min-height:calc(100vh - 70px);padding:60px 20px}.contact-section .section-title{color:#fff;font-size:2.25rem;font-weight:700;margin-bottom:15px;text-align:center}.contact-section .section-divider{background:#fff;border-radius:2px;height:4px;margin:0 auto 30px;width:80px}.contact-section .contact-content{background:#fff;border-radius:10px;box-shadow:0 10px 40px #0003;color:#333;padding:35px}.contact-section .contact-content .contact-subtitle{color:#345995;font-weight:600;margin-bottom:15px}.contact-section .contact-content .contact-description{color:#555;line-height:1.8;margin-bottom:30px;text-align:left}.contact-section .contact-content .contact-info-grid{display:flex;flex-direction:column;gap:20px}.contact-section .contact-content .contact-info-item{align-items:center;background:#f8f9fa;border-radius:8px;display:flex;gap:20px;padding:15px;transition:transform .3s ease,box-shadow .3s ease}.contact-section .contact-content .contact-info-item:hover{box-shadow:0 5px 15px #0000001a;transform:translateX(5px)}.contact-section .contact-content .contact-info-item .contact-icon-wrapper{align-items:center;background:linear-gradient(135deg,#345995,#3498db);border-radius:50%;color:#fff;display:flex;font-size:1.5rem;height:50px;justify-content:center;width:50px}.contact-section .contact-content .contact-info-item .contact-details{flex:1 1}.contact-section .contact-content .contact-info-item .contact-details .contact-label{color:#666;font-size:.85rem;letter-spacing:.5px;margin-bottom:5px;text-transform:uppercase}.contact-section .contact-content .contact-info-item .contact-details .contact-value{color:#333;font-size:1rem;font-weight:500;text-decoration:none}.contact-section .contact-content .contact-info-item .contact-details .contact-value:hover{color:#345995}.contact-section .contact-content .social-section{align-items:center;background:linear-gradient(135deg,#345995,#3498db);border-radius:12px;color:#fff;display:flex;flex-direction:column;height:100%;justify-content:center;padding:32px}.contact-section .contact-content .social-section .social-title{font-size:1.15rem;margin-bottom:24px;text-align:center}.contact-section .contact-content .social-section .social-buttons{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.contact-section .contact-content .social-section .social-buttons .social-button{background:#ffffff40;color:#fff;height:56px;transition:all .25s ease;width:56px}.contact-section .contact-content .social-section .social-buttons .social-button svg{font-size:1.75rem}.contact-section .contact-content .social-section .social-buttons .social-button:hover{background:#fff6;transform:translateY(-4px) scale(1.08)}.contact-section .footer{margin-top:40px;text-align:center}.contact-section .footer .footer-text{color:#fffc}@media(max-width:960px){.contact-section{min-height:auto;padding:50px 20px}.contact-section .section-title{font-size:2rem}}@media(max-width:600px){.contact-section{padding:40px 15px}.contact-section .section-title{font-size:1.75rem}.contact-section .contact-content{padding:20px}.contact-section .contact-content .contact-subtitle{font-size:1.25rem}.contact-section .contact-content .contact-description{font-size:.9rem;line-height:1.6}.contact-section .contact-content .contact-info-item{flex-direction:column;gap:15px;padding:15px;text-align:center}.contact-section .contact-content .contact-info-item .contact-icon-wrapper{font-size:1.25rem;height:45px;width:45px}.contact-section .contact-content .contact-info-item .contact-details .contact-value{font-size:.9rem;word-break:break-word}.contact-section .contact-content .social-section{margin-top:30px;padding:25px}.contact-section .contact-content .social-section .social-title{font-size:1rem}.contact-section .contact-content .social-section .social-buttons{gap:16px}.contact-section .contact-content .social-section .social-buttons .social-button{height:52px;width:52px}.contact-section .contact-content .social-section .social-buttons .social-button svg{font-size:1.5rem}}*{scroll-behavior:smooth}.App{text-align:center}html{scroll-behavior:smooth}body{font-family:Roboto,Helvetica,Arial,sans-serif;margin:0;padding:0}section{align-items:center;display:flex;justify-content:center;opacity:0;padding:60px 20px;transform:translateY(24px);transition:opacity .6s ease-out,transform .6s ease-out}section#intro{opacity:1;transform:none}section.section-in-view{opacity:1;transform:translateY(0)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:fadeInUp .8s ease-out}@media (max-width:768px){section{padding:60px 15px}}
/*# sourceMappingURL=main.5cc36f66.css.map*/