:root{--primary-color:#6366f1;--secondary-color:#8b5cf6;--bg-color:#fff;--text-color:#1f2937;--light-text-color:#4b5563;--accent-color:#ec4899}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;background-color:var(--bg-color);color:#1f2937;color:var(--text-color);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a{color:#6366f1;color:var(--primary-color);text-decoration:none;transition:color .3s ease}a:hover{color:#8b5cf6;color:var(--secondary-color)}button{cursor:pointer}.container{margin:0 auto;max-width:1200px;padding:0 1.5rem}.section{padding:5rem 0}@media (max-width:768px){.section{padding:3rem 0}}.App{display:flex;flex-direction:column;min-height:100vh}main{flex:1 1}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.hero{display:flex;flex-direction:column;min-height:100vh;padding-top:0;position:relative}.hero-container{align-items:center;display:flex;flex:1 1;gap:2rem;justify-content:space-between}.hero-content{flex:1 1;max-width:600px}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1rem}.highlight{-webkit-text-fill-color:#0000;background:linear-gradient(to right,var(--primary-color),var(--accent-color));-webkit-background-clip:text;background-clip:text;color:#0000}.hero-subtitle{color:var(--light-text-color);font-size:1.5rem;font-weight:600;margin-bottom:1.5rem}.hero-description{color:var(--light-text-color);font-size:1.1rem;line-height:1.6;margin-bottom:2rem}.hero-cta{display:flex;flex-wrap:wrap;gap:1rem}.btn{align-items:center;border-radius:8px;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:500;justify-content:center;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease}.btn-primary{background:linear-gradient(to right,var(--primary-color),var(--secondary-color));border:none;box-shadow:0 4px 14px #6366f166;color:#fff}.btn-primary:hover{box-shadow:0 6px 20px #6366f199;color:#fff;transform:translateY(-2px)}.btn-secondary{background-color:initial;border:2px solid var(--primary-color);color:var(--text-color)}.btn-secondary:hover{background-color:#6366f11a;transform:translateY(-2px)}.hero-image{align-items:center;display:flex;flex:1 1;justify-content:center}.image-placeholder{animation:float 6s ease-in-out infinite;max-width:400px;width:100%}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.scroll-indicator{align-items:center;bottom:30px;cursor:pointer;display:flex;flex-direction:column;left:50%;position:absolute;transform:translateX(-50%)}.scroll-arrow{animation:scroll-down 2s infinite;border-bottom:2px solid var(--primary-color);border-right:2px solid var(--primary-color);height:30px;opacity:.7;transform:rotate(45deg);width:30px}@keyframes scroll-down{0%{opacity:0;transform:rotate(45deg) translate(-5px,-5px)}50%{opacity:1}to{opacity:0;transform:rotate(45deg) translate(5px,5px)}}@media (max-width:992px){.hero-title{font-size:3rem}}@media (max-width:768px){.hero-container{flex-direction:column;padding-top:2rem;text-align:center}.hero-content{order:2}.hero-image{margin-bottom:2rem;order:1}.hero-cta{justify-content:center}.hero-title{font-size:2.5rem}}.section-header{margin-bottom:3rem}.section-title{color:var(--text-color);font-size:2.5rem;margin-bottom:1rem}.section-underline{background:linear-gradient(to right,var(--primary-color),var(--accent-color));border-radius:2px}.about-content{align-items:center;display:flex;gap:4rem}.about-image{flex:1 1}.image-container{border-radius:12px;box-shadow:0 20px 30px #0000001a;margin:0 auto;max-width:400px;overflow:hidden;width:100%}.placeholder-image{background:linear-gradient(45deg,var(--primary-color),var(--secondary-color));overflow:hidden;padding-top:125%;position:relative;width:100%}.placeholder-image:before{animation:shine 3s infinite;background:linear-gradient(#0000,#ffffff4d,#0000);content:"";height:200%;left:-50%;position:absolute;top:-50%;transform:rotate(45deg);width:200%}@keyframes shine{0%{transform:translateX(-100%) rotate(45deg)}to{transform:translateX(100%) rotate(45deg)}}.about-text{flex:1.5 1}.about-text h3{color:var(--text-color);font-size:1.5rem;font-weight:600;margin-bottom:1rem}.about-text p{color:var(--light-text-color);font-size:1.05rem;line-height:1.7;margin-bottom:1.5rem}.about-buttons{display:flex;gap:1rem;margin-top:2rem}@media (max-width:992px){.section-title{font-size:2.2rem}.about-content{gap:2rem}}@media (max-width:768px){.about-content{flex-direction:column}.image-container{margin-bottom:2rem;max-width:300px}.about-buttons{justify-content:center}.about-text{text-align:center}}.career-journey{background-color:var(--bg-light);padding:80px 0}.timeline{margin:50px auto;max-width:1200px;position:relative}.timeline:after{background-color:var(--primary-color);border-radius:3px;bottom:0;content:"";left:50%;margin-left:-3px;position:absolute;top:0;width:6px}.timeline-item{box-sizing:border-box;margin-bottom:30px;padding:10px 40px;position:relative;width:50%}.timeline-item:after{background-color:#fff;border:4px solid var(--primary-color);border-radius:50%;content:"";height:20px;position:absolute;top:15px;width:20px;z-index:1}.left{left:0}.right{left:50%}.left:after{right:-10px}.right:after{left:-10px}.timeline-content{background-color:#fff;border-radius:6px;box-shadow:0 4px 8px #0000001a;padding:20px 25px;position:relative;transition:all .3s ease}.timeline-content:hover{box-shadow:0 8px 16px #0000001a;transform:translateY(-5px)}.timeline-year{background-color:var(--primary-color);border-radius:20px;color:#fff;display:inline-block;font-size:.9rem;font-weight:700;margin-bottom:10px;padding:5px 15px}.timeline-role{color:var(--text-dark);font-size:1.4rem;margin:5px 0}.timeline-company{color:var(--text-medium);font-size:1.1rem;font-weight:400;margin:5px 0 15px}.timeline-description{color:var(--text-medium);line-height:1.6}.career-highlights{background-color:#fff;border-radius:8px;box-shadow:0 4px 8px #0000001a;margin:60px auto 0;max-width:800px;padding:30px}.career-highlights h3{color:var(--primary-color);font-size:1.6rem;margin-bottom:20px;text-align:center}.career-highlights ul{padding-left:20px}.career-highlights li{line-height:1.6;margin-bottom:12px;padding-left:15px;position:relative}.career-highlights li:before{color:var(--primary-color);content:"•";font-size:1.2rem;font-weight:700;left:-5px;position:absolute}@media screen and (max-width:768px){.timeline:after{left:31px}.timeline-item{padding-left:70px;padding-right:25px;width:100%}.left:after,.right:after,.timeline-item:after{left:21px}.right{left:0}}.education{background-color:#f9f9ff;padding:100px 0}.education-content{margin-top:60px}.education-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:1fr}@media (min-width:768px){.education-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1200px){.education-grid{grid-template-columns:repeat(3,1fr)}}.education-item{background:#fff;border-radius:12px;box-shadow:0 5px 25px #00000012;display:flex;flex-direction:column;height:100%;padding:30px;transition:all .3s ease}.education-item:hover{box-shadow:0 10px 35px #0000001f;transform:translateY(-10px)}.education-icon{align-items:center;background:linear-gradient(135deg,#6e8efb,#a777e3);border-radius:50%;display:flex;height:70px;justify-content:center;margin-bottom:25px;width:70px}.education-icon i{color:#fff;font-size:30px}.education-details{flex:1 1}.education-details h3{color:#333;font-size:22px;font-weight:600;margin-bottom:8px}.education-details h4{color:#6772e5;font-size:18px;font-weight:500;margin-bottom:8px}.education-date{background-color:#f0f5ff;border-radius:20px;color:#4a6cfa;display:inline-block;font-size:14px;font-weight:500;margin-bottom:15px;padding:5px 15px}.education-description{color:#676767;line-height:1.7;margin-bottom:20px}.education-achievements{display:flex;flex-wrap:wrap;gap:10px;margin-top:auto}.education-achievements span{background-color:#f4f4f4;border-radius:15px;color:#555;font-size:13px;padding:5px 12px;white-space:nowrap}.section{position:relative}.section-header{margin-bottom:50px;text-align:center}.section-title{color:#333;font-size:36px;font-weight:700;margin-bottom:15px;position:relative}.section-underline{background:linear-gradient(135deg,#6e8efb,#a777e3);height:4px;margin:0 auto;width:70px}.projects-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-bottom:3rem}.project-card{background-color:#fff;border-radius:12px;box-shadow:0 10px 20px #0000000d;display:flex;flex-direction:column;height:100%;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.project-card:hover{box-shadow:0 15px 30px #0000001a;transform:translateY(-10px)}.project-image{height:200px;overflow:hidden;position:relative}.project-image img{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.project-card:hover .project-image img{transform:scale(1.1)}.project-links{align-items:center;background:#000000b3;bottom:0;display:flex;gap:1rem;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.project-card:hover .project-links{opacity:1}.project-link{background-color:var(--primary-color);border-radius:4px;color:#fff;font-weight:500;padding:.6rem 1.2rem;transition:background-color .3s ease}.project-link:hover{background-color:var(--secondary-color);color:#fff}.project-info{display:flex;flex:1 1;flex-direction:column;padding:1.5rem}.project-title{color:var(--text-color);font-size:1.3rem;font-weight:600;margin-bottom:.8rem}.project-description{color:var(--light-text-color);flex:1 1;font-size:.95rem;line-height:1.6;margin-bottom:1.2rem}.project-tags{display:flex;flex-wrap:wrap;gap:.5rem}.project-tag{background-color:#6366f11a;border-radius:20px;color:var(--primary-color);font-size:.75rem;font-weight:500;padding:.3rem .7rem}.center-button{display:flex;justify-content:center;margin-top:1rem}@media (max-width:992px){.projects-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.projects-grid{grid-template-columns:1fr}}.contact-container{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 1.5fr}.contact-info h3{color:var(--text-color);font-size:1.8rem;margin-bottom:1.5rem}.contact-info>p{color:var(--light-text-color);font-size:1.05rem;line-height:1.7;margin-bottom:2rem}.contact-methods{display:flex;flex-direction:column;gap:2rem}.contact-method{align-items:flex-start;display:flex;gap:1rem}.contact-icon{align-items:center;background-color:#6366f11a;border-radius:50%;display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.contact-icon svg{color:var(--primary-color);height:20px;width:20px}.contact-text h4{color:var(--text-color);font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.contact-text a,.contact-text p{color:var(--light-text-color);font-size:1rem}.social-links{display:flex;gap:1rem}.contact-form-container{background-color:#fff;border-radius:12px;box-shadow:0 10px 30px #0000000d;padding:2.5rem}.form-group{margin-bottom:1.5rem}.form-group label{color:var(--text-color);display:block;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group textarea{border:1px solid #e5e7eb;border-radius:8px;color:var(--text-color);font-size:1rem;padding:.8rem 1rem;transition:border-color .3s ease,box-shadow .3s ease;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px #6366f133;outline:none}.form-group textarea{resize:vertical}.submit-btn{font-size:1.1rem;margin-top:1rem;padding:1rem;width:100%}.form-message{border-radius:8px;font-weight:500;margin-top:1rem;padding:.8rem;text-align:center}.form-message.success{background-color:#10b9811a;color:#10b981}.form-message.error{background-color:#ef44441a;color:#ef4444}@media (max-width:992px){.contact-container{gap:3rem;grid-template-columns:1fr}.contact-info{margin:0 auto;max-width:600px}}.footer{background-color:#f9fafb;border-top:1px solid #e5e7eb;padding-top:4rem}.footer-container{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 2fr;margin-bottom:3rem}.footer-logo h2{-webkit-text-fill-color:#0000;background:linear-gradient(to right,var(--primary-color),var(--accent-color));-webkit-background-clip:text;background-clip:text;color:#0000;font-size:2rem;font-weight:700}.footer-links{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.footer-section h3{color:var(--text-color);font-size:1.1rem;font-weight:600;margin-bottom:1.5rem}.footer-section ul{list-style:none}.footer-section li{margin-bottom:.8rem}.footer-section a{color:var(--light-text-color);transition:color .3s ease}.footer-section a:hover{color:var(--primary-color)}.footer-bottom{border-top:1px solid #e5e7eb;padding:1.5rem 0;text-align:center}.footer-bottom .container{align-items:center;display:flex;justify-content:space-between}.footer-bottom p{color:var(--light-text-color);font-size:.9rem}.heart{animation:heartbeat 1.5s infinite;color:#ef4444;display:inline-block;font-size:1.1rem}@keyframes heartbeat{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}@media (max-width:992px){.footer-container,.footer-links{gap:2rem;grid-template-columns:1fr}.footer-logo{text-align:center}.footer-bottom .container{flex-direction:column;gap:.5rem}}@media (max-width:768px){.footer{padding-top:3rem}}
/*# sourceMappingURL=main.02980553.css.map*/