*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#f5f7fa,#e8ecf1);color:#1f2937;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}html{scroll-behavior:smooth}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#2563eb;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#1e40af}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;box-shadow:0 2px 20px #0000001a;padding:1.5rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.navbar-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 20px}.navbar-logo{color:#1e3a8a;cursor:pointer;font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:700}.logo-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#2563eb,#06b6d4);-webkit-background-clip:text;background-clip:text}.nav-menu{display:flex;gap:2rem;list-style:none}.nav-item{position:relative}.nav-link{background:none;border:none;color:#374151;cursor:pointer;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;transition:color .3s ease}.nav-link:hover{color:#2563eb}.menu-icon{color:#1e3a8a;cursor:pointer;display:none;font-size:1.8rem}@media (max-width:768px){.menu-icon{display:block}.nav-menu{background-color:#fff;box-shadow:0 10px 27px #0000000d;flex-direction:column;gap:0;left:-100%;padding:2rem 0;position:fixed;text-align:center;top:70px;transition:.3s;width:100%}.nav-menu.active{left:0}.nav-item{border-bottom:1px solid #e5e7eb;padding:1rem 0}}.hero{align-items:center;background:linear-gradient(135deg,#fff,#f0f9ff);display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding:60px 20px;position:relative}.hero-background{height:100%;left:0;opacity:.3;position:absolute;top:0;width:100%;z-index:0}.blob{border-radius:40% 60% 70% 30%/40% 50% 60% 50%;position:absolute}.blob-1{background:linear-gradient(135deg,#2563eb,#06b6d4);height:300px;opacity:.3;right:-100px;top:-100px;width:300px}.blob-2{background:linear-gradient(135deg,#06b6d4,#0891b2);bottom:-50px;height:250px;left:-50px;opacity:.2;width:250px}.hero-content{max-width:800px;position:relative;text-align:center;z-index:1}.hero-title{color:#1e3a8a;font-family:Poppins,sans-serif;font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.hero-title .highlight{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#2563eb,#06b6d4);-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:#2563eb;font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.hero-description{color:#6b7280;font-size:1.1rem;line-height:1.6;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;max-width:600px}.hero-buttons{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.btn{border:none;border-radius:8px;cursor:pointer;font-family:Poppins,sans-serif;font-size:1rem;font-weight:600;letter-spacing:.5px;padding:12px 32px;text-transform:uppercase;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#2563eb,#1e40af);box-shadow:0 4px 15px #2563eb33;color:#fff}.btn-primary:hover{box-shadow:0 10px 30px #2563eb4d;transform:translateY(-2px)}.btn-secondary{background:#0000;border:2px solid #2563eb;color:#2563eb}.btn-secondary:hover{background:#2563eb;color:#fff}.scroll-indicator{bottom:30px;color:#2563eb;font-size:1.5rem;left:50%;position:absolute;transform:translateX(-50%);z-index:1}@media (max-width:768px){.hero{min-height:80vh;padding:40px 20px}.hero-title{font-size:2.2rem;margin-bottom:1rem}.hero-subtitle{font-size:1.2rem}.hero-description{font-size:1rem}.blob-1{height:200px;width:200px}.blob-2{height:150px;width:150px}}.about-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.about-text{display:flex;flex-direction:column;gap:1.5rem}.about-text p{color:#4b5563;font-size:1.05rem;line-height:1.8}.about-stats{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr}.stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 4px 20px #00000014;padding:2rem;text-align:center;transition:all .3s ease}.stat-card:hover{box-shadow:0 12px 40px #2563eb26}.stat-icon{color:#2563eb;display:flex;font-size:2.5rem;justify-content:center;margin-bottom:1rem}.stat-value{color:#1e3a8a;font-family:Poppins,sans-serif;font-size:2rem;font-weight:700;margin-bottom:.5rem}.stat-label{color:#6b7280;font-size:.9rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}@media (max-width:768px){.about-content{gap:2rem;grid-template-columns:1fr}.about-text p{font-size:1rem}.about-stats{grid-template-columns:1fr}}.skills-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.skill-card{background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;overflow:hidden;transition:all .3s ease}.skill-card:hover{box-shadow:0 12px 40px #2563eb26}.skill-card-header{background:linear-gradient(135deg,#f5f7fa,#e8ecf1);border-top:4px solid #2563eb;padding:1.5rem}.skill-card-header h3{color:#1e3a8a;font-family:Poppins,sans-serif;font-size:1.3rem;font-weight:700;margin:0}.skill-card-body{display:flex;flex-wrap:wrap;gap:.8rem;padding:1.5rem}.skill-tag{background:#fff;border:1px solid #2563eb;border-radius:20px;color:#2563eb;cursor:default;display:inline-block;font-size:.9rem;font-weight:500;padding:.5rem 1rem;transition:all .3s ease}.skill-tag:hover{background:#2563eb;color:#fff;transform:scale(1.05)}@media (max-width:768px){.skills-grid{gap:1.5rem;grid-template-columns:1fr}}.charts-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.chart-container{background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;padding:2rem;transition:all .3s ease}.chart-container:hover{box-shadow:0 12px 40px #2563eb26;transform:translateY(-5px)}.chart-container h3{color:#1e3a8a;font-family:Poppins,sans-serif;font-size:1.2rem;font-weight:600;margin-bottom:1.5rem}@media (max-width:768px){.charts-grid{gap:1.5rem;grid-template-columns:1fr}.chart-container{padding:1.5rem}}.resume-content{grid-gap:3rem;align-items:start;display:grid;gap:3rem;grid-template-columns:350px 1fr}.resume-preview{display:flex;flex-direction:column;gap:1.5rem}.resume-placeholder{background:linear-gradient(135deg,#f5f7fa,#e8ecf1);border:2px dashed #2563eb;border-radius:12px;padding:3rem 2rem;text-align:center}.placeholder-icon{font-size:4rem;margin-bottom:1rem}.resume-placeholder p{color:#6b7280;font-weight:600}.download-btn{align-items:center;background:linear-gradient(135deg,#2563eb,#1e40af);border:none;border-radius:8px;box-shadow:0 4px 15px #2563eb33;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;padding:1rem;transition:all .3s ease}.download-btn:hover{box-shadow:0 10px 30px #2563eb4d;transform:translateY(-2px)}.timeline{display:flex;flex-direction:column;gap:2rem}.timeline-section h3{align-items:center;color:#1e3a8a;display:flex;font-family:Poppins,sans-serif;font-size:1.3rem;font-weight:700;gap:.5rem;margin-bottom:1.5rem}.timeline-items{display:flex;flex-direction:column;gap:1rem}.timeline-item{display:flex;gap:1.5rem;padding-left:1rem;position:relative}.timeline-marker{background:#2563eb;border-radius:50%;flex-shrink:0;height:12px;margin-top:.25rem;position:relative;width:12px}.timeline-item:not(:last-child) .timeline-marker:after{background:#e5e7eb;content:"";height:80px;left:5px;position:absolute;top:12px;width:2px}.timeline-content h4{color:#1e3a8a;font-family:Poppins,sans-serif;font-weight:700;margin-bottom:.25rem}.timeline-content .company,.timeline-content .date{align-items:center;color:#6b7280;display:flex;font-size:.9rem;gap:.5rem;margin-bottom:.5rem}.timeline-content .description{color:#4b5563;font-size:.95rem;line-height:1.5}@media (max-width:768px){.resume-content{gap:2rem;grid-template-columns:1fr}.resume-placeholder{padding:2rem}}.contact-content{grid-gap:3rem;align-items:start;display:grid;gap:3rem;grid-template-columns:1fr 1fr}.contact-form-container{background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;padding:2rem}.contact-form{gap:1rem}.contact-form,.form-group{display:flex;flex-direction:column}.contact-form input,.contact-form textarea{border:1px solid #e5e7eb;border-radius:6px;font-family:Inter,sans-serif;font-size:1rem;padding:.75rem;transition:all .3s ease}.contact-form input:focus,.contact-form textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a;outline:none}.submit-btn{background:linear-gradient(135deg,#2563eb,#1e40af);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:.5rem;padding:.75rem;transition:all .3s ease}.submit-btn:hover{box-shadow:0 10px 30px #2563eb4d;transform:translateY(-2px)}.submit-btn.submitted{background:#10b981}.contact-info{display:flex;flex-direction:column;gap:2rem}.info-box{background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;padding:1.5rem}.info-box h3{color:#1e3a8a;font-family:Poppins,sans-serif;font-size:1.3rem;font-weight:700;margin-bottom:.5rem}.info-box p{color:#6b7280;line-height:1.6}.social-links{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr)}.social-link{align-items:center;background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000000d;color:#2563eb;display:flex;gap:.75rem;padding:1rem;text-decoration:none;transition:all .3s ease}.social-link:hover{background:#2563eb;box-shadow:0 10px 25px #2563eb33;color:#fff;transform:translateY(-5px)}.social-link svg{font-size:1.5rem}.social-link span{font-size:.9rem;font-weight:600}.contact-hours{background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;padding:1.5rem}.contact-hours h4{color:#1e3a8a;font-family:Poppins,sans-serif;font-weight:700;margin-bottom:.5rem}.contact-hours p{color:#6b7280;font-size:.9rem;margin:.25rem 0}@media (max-width:768px){.contact-content{gap:2rem}.contact-content,.social-links{grid-template-columns:1fr}}.footer{background:linear-gradient(135deg,#1e3a8a,#1e40af);color:#fff;margin-top:5rem;padding:3rem 0 1.5rem}.footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto 2rem;max-width:1200px;padding:0 20px}.footer-section h3{font-family:Poppins,sans-serif;font-size:1.3rem;font-weight:700;margin-bottom:1rem}.footer-section h4{font-family:Poppins,sans-serif;font-size:1.1rem;font-weight:600;margin-bottom:.75rem}.footer-section p{font-size:.95rem;line-height:1.6;opacity:.9}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section a{color:#fffc;text-decoration:none;transition:all .3s ease}.footer-section a:hover{color:#fff;text-decoration:underline}.footer-social{display:flex;gap:1rem}.footer-bottom{border-top:1px solid #ffffff1a;font-size:.9rem;margin:0 auto;max-width:1200px;opacity:.8;padding:1.5rem 20px 0;text-align:center}@media (max-width:768px){.footer{padding:2rem 0 1rem}.footer-content{gap:1.5rem;grid-template-columns:1fr}}.App{overflow-x:hidden;width:100%}.container{margin:0 auto;max-width:1200px;padding:0 20px}.section{overflow:hidden;padding:100px 0;position:relative}.section.light{background:#fff}.section.dark{background:linear-gradient(135deg,#f5f7fa,#e8ecf1)}.section-title{color:#1e3a8a;font-family:Poppins,sans-serif;font-size:2.5rem;font-weight:700;margin-bottom:60px;padding-bottom:20px;position:relative;text-align:center}.section-title:after{background:linear-gradient(90deg,#2563eb,#06b6d4);border-radius:2px;bottom:0;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:60px}@media (max-width:768px){.section{padding:60px 0}.section-title{font-size:1.8rem;margin-bottom:40px}}
/*# sourceMappingURL=main.02857798.css.map*/