@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&family=Roboto+Slab:wght@400;600;700&display=swap);*{box-sizing:border-box;padding:0}*,body{margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#2c2c2c;font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,Helvetica,sans-serif;letter-spacing:.3px;line-height:1.65}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a{color:inherit;text-decoration:none}button{font-family:inherit}.container{margin:0 auto;max-width:1400px;padding:0 2rem}@media (max-width:600px){.container{padding:0 1.5rem}}@media (max-width:400px){.container{padding:0 1rem}}.App{overflow-x:hidden}.App,main{width:100%}html{scroll-behavior:smooth}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#1a4d8f;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#15396b}.header{background:#fff;border-bottom:3px solid #1a4d8f;box-shadow:0 2px 8px #00000014;left:0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}.header.scrolled{background:#fff;box-shadow:0 3px 12px #0000001f}.header-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1400px;padding:1rem 2rem}.logo h2{color:#1a1a1a;font-family:Roboto Slab,serif;font-size:1.5rem;font-weight:700;letter-spacing:.5px;margin:0}.tagline{color:#1a4d8f;font-size:.7rem;font-weight:500;letter-spacing:1.5px;margin:0;text-transform:uppercase}.nav ul{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.nav button{background:none;border:none;color:#2c2c2c;cursor:pointer;font-size:.95rem;font-weight:500;letter-spacing:.5px;padding:.5rem 0;position:relative;transition:color .3s ease}.nav button:after{background:#1a4d8f;bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav button:hover{color:#1a4d8f}.nav button:hover:after{width:100%}.menu-toggle{background:none;border:none;cursor:pointer;display:none;flex-direction:column;gap:.35rem;padding:.5rem}.menu-toggle span{background:#1a1a2e;border-radius:2px;height:3px;transition:all .3s ease;width:25px}.menu-toggle.active span:first-child{transform:rotate(45deg) translateY(10px)}.menu-toggle.active span:nth-child(2){opacity:0}.menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translateY(-10px)}@media (max-width:768px){.menu-toggle{display:flex}.nav{background:#fff;box-shadow:0 10px 20px #0000001a;left:0;max-height:0;overflow:hidden;position:absolute;right:0;top:100%;transition:max-height .3s ease}.nav.active{max-height:400px}.nav ul{flex-direction:column;gap:0;padding:1rem 0}.nav button{padding:1rem 2rem;text-align:left;width:100%}.header-container{padding:1rem 1.5rem}}.hero{align-items:center;background:#f5f7fa;display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding:6rem 2rem 4rem;position:relative}.hero:before{bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.hero-container{max-width:1400px;position:relative;width:100%;z-index:1}.hero-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.hero-text{animation:fadeInUp .8s ease}.greeting{color:#1a4d8f;display:block;font-size:1.1rem;font-weight:600;letter-spacing:.5px;margin-bottom:.5rem}.hero-title{color:#1a1a1a;font-family:Roboto Slab,serif;font-size:3.5rem;font-weight:800;line-height:1.2;margin:0 0 .5rem}.name-highlight{color:#1a4d8f}.hero-subtitle{color:#2c2c2c;font-size:1.6rem;font-weight:500;letter-spacing:.5px;margin:0 0 1.5rem}.hero-description{color:#555;font-size:1.1rem;line-height:1.8;margin-bottom:2rem;max-width:600px}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem}.btn{border:none;border-radius:8px;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;padding:.875rem 2rem;text-decoration:none;transition:all .3s ease}.btn-primary{background:#1a4d8f;box-shadow:0 3px 10px #1a4d8f40;color:#fff}.btn-primary:hover{background:#15396b;box-shadow:0 5px 15px #1a4d8f59;transform:translateY(-2px)}.btn-secondary{background:#fff;border:2px solid #1a4d8f;color:#1a4d8f}.btn-secondary:hover{background:#1a4d8f;color:#fff;transform:translateY(-2px)}.btn-outline{background:#0000;border:2px solid #333;color:#333}.btn-outline:hover{background:#333;color:#fff;transform:translateY(-2px)}.hero-image{animation:fadeInRight .8s ease;position:relative}.image-placeholder{aspect-ratio:1;background:#1a4d8f;border-radius:20px;box-shadow:0 15px 40px #00000026;overflow:hidden;position:relative}.image-placeholder:before{animation:shimmer 3s infinite;background:linear-gradient(45deg,#0000 30%,#ffffff1a 50%,#0000 70%);bottom:0;content:"";left:0;position:absolute;right:0;top:0}.image-placeholder p{font-size:5rem;margin:0}.image-placeholder span{font-size:1.2rem;font-weight:600;margin-top:1rem}.image-placeholder small{font-size:.85rem;margin-top:.5rem}.hero-image img{aspect-ratio:1;border-radius:20px;box-shadow:0 20px 60px #0003;object-fit:cover;width:100%}.floating-elements{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.floating-card{align-items:center;animation:float 3s ease-in-out infinite;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#fff,#f8fbff);border:2px solid #1a4d8f;border-radius:16px;box-shadow:0 12px 35px #0000001f;display:flex;gap:1rem;padding:1.25rem 1.75rem;position:absolute;transition:all .3s ease}.floating-card:hover{border-color:#15396b;box-shadow:0 18px 45px #1a4d8f40;transform:translateY(-8px)!important}.floating-card .icon{align-items:center;color:#1a4d8f;display:flex;font-size:2rem;font-weight:700;justify-content:center;min-width:2rem}.floating-card .card-text{display:flex;flex-direction:column;gap:.25rem}.floating-card .card-title{color:#1a4d8f;font-size:1rem;font-weight:700;line-height:1.2;margin:0;white-space:nowrap}.floating-card .card-desc{color:#666;font-size:.8rem;font-weight:500;line-height:1.2;white-space:nowrap}.floating-card p{color:#333;font-size:.9rem;font-weight:600;margin:0}.card-1{animation-delay:0s;left:-12%;top:5%}.card-2{animation-delay:1s;right:-15%;top:35%}.card-3{animation-delay:2s;bottom:30%;left:-8%}.card-4{animation-delay:1.5s;bottom:5%;right:-10%}.scroll-indicator{animation:fadeIn 1s ease 1s both;bottom:2rem;cursor:pointer;left:50%;position:absolute;text-align:center;transform:translateX(-50%)}.mouse{border:2px solid #1a4d8f;border-radius:15px;height:50px;margin:0 auto .5rem;position:relative;width:30px}.wheel{animation:scroll 1.5s ease infinite;background:#1a4d8f;border-radius:2px;height:10px;left:50%;position:absolute;top:8px;transform:translateX(-50%);width:4px}.scroll-indicator p{color:#666;font-size:.85rem;font-weight:500;margin:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes scroll{0%{opacity:1;transform:translateX(-50%) translateY(0)}to{opacity:0;transform:translateX(-50%) translateY(20px)}}@media (max-width:968px){.hero-content{gap:3rem;grid-template-columns:1fr}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.4rem}.hero-image{margin:0 auto;max-width:400px;order:-1}.floating-card{padding:.75rem 1rem}.floating-card .icon{font-size:1.2rem}.floating-card p{font-size:.8rem}}@media (max-width:600px){.hero{padding:5rem 1.5rem 3rem}.greeting{font-size:1rem}.hero-title{font-size:1.8rem}.hero-subtitle{font-size:1.1rem}.hero-description{font-size:.95rem;line-height:1.7}.hero-buttons{flex-direction:column;width:100%}.btn{font-size:.95rem;padding:.75rem 1.5rem;text-align:center;width:100%}.floating-card{display:none}.scroll-indicator{bottom:1rem}}@media (max-width:400px){.hero{padding:4.5rem 1rem 2.5rem}.hero-title{font-size:1.6rem}.hero-subtitle{font-size:1rem}.hero-description{font-size:.9rem}}.about{background:#fff;padding:5rem 2rem}.about-container{margin:0 auto;max-width:1400px}.section-header{margin-bottom:4rem;text-align:center}.section-label{color:#1a4d8f;font-size:.9rem;font-weight:600;letter-spacing:2px;text-transform:uppercase}.section-title{color:#1a1a1a;font-family:Roboto Slab,serif;font-size:2.5rem;font-weight:800;margin:.5rem 0 1rem}.title-underline{background:#1a4d8f;border-radius:2px;height:4px;margin:0 auto;width:80px}.about-content{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.about-text h3{color:#1a1a2e;font-size:1.8rem;font-weight:700;margin-bottom:1.5rem}.about-text p{color:#555;font-size:1.05rem;line-height:1.8;margin-bottom:1.25rem}.highlights{grid-gap:2rem;border-top:2px solid #f0f0f0;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:3rem;padding-top:3rem}.highlight-item{text-align:center}.highlight-number{color:#1a4d8f;font-family:Roboto Slab,serif;font-size:3rem;font-weight:800;margin-bottom:.5rem}.highlight-text{color:#666;font-size:.95rem;font-weight:600}.about-details{display:flex;flex-direction:column;gap:2rem}.detail-card{background:#f5f7fa;border-left:4px solid #1a4d8f;border-radius:8px;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.detail-card:hover{box-shadow:0 5px 20px #0000001a;transform:translateX(5px)}.detail-card h4{color:#1a1a2e;font-size:1.3rem;font-weight:700;margin-bottom:1.25rem}.detail-card ul{list-style:none;margin:0;padding:0}.detail-card ul li{color:#555;font-size:1rem;padding:.5rem 0 .5rem 1.5rem;position:relative}.detail-card ul li:before{color:#1a4d8f;content:"▹";font-weight:700;left:0;position:absolute}.detail-card p{color:#555;font-size:1rem;font-style:italic;line-height:1.8;margin:0}@media (max-width:968px){.about-content{gap:3rem;grid-template-columns:1fr}.highlights{gap:1.5rem;grid-template-columns:repeat(3,1fr)}.highlight-number{font-size:2.5rem}}@media (max-width:600px){.about{padding:4rem 1.5rem}.section-title{font-size:2rem}.about-text h3{font-size:1.5rem}.about-text p{font-size:1rem}.highlights{gap:1.5rem;grid-template-columns:1fr;margin-top:2rem;padding-top:2rem}.highlight-number{font-size:2rem}.highlight-text{font-size:.9rem}.detail-card{padding:1.5rem}.detail-card ul li{font-size:.95rem}}@media (max-width:400px){.about{padding:3.5rem 1rem}.section-title{font-size:1.8rem}.about-text h3{font-size:1.3rem}.detail-card{padding:1.25rem}}.skills{background:#f5f7fa;padding:5rem 2rem}.skills-container{margin:0 auto;max-width:1400px}.skills-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-bottom:3rem}.skills-category{background:#fff;border-radius:12px;box-shadow:0 5px 15px #00000014;padding:2rem;transition:transform .3s ease}.skills-category:hover{transform:translateY(-3px)}.skills-category h3{align-items:center;color:#1a1a2e;display:flex;font-size:1.2rem;font-weight:700;gap:.5rem;margin-bottom:1.5rem}.category-icon{font-size:1.4rem}.skills-list-compact{display:flex;flex-direction:column;gap:.75rem}.skill-item-compact{display:flex;flex-direction:column;gap:.4rem;padding:.5rem 0}.skill-header-compact{align-items:center;display:flex;justify-content:space-between}.skill-item-compact .skill-name{color:#333;font-size:.95rem;font-weight:500}.skill-item-compact .skill-level{color:#1a4d8f;font-size:.9rem;font-weight:600}.skill-bar-container-compact{background:#e0e5eb;border-radius:10px;height:6px;overflow:hidden;width:100%}.skill-bar-compact{animation:fillBar 1.5s ease-out;background:#1a4d8f;border-radius:10px;height:100%;transition:width 1s ease}.skill-bar-compact.secondary{background:#2d6ca6}.skill-bar-compact.tertiary{background:#4a8fbf}.certifications-section{margin-bottom:4rem;padding:2.5rem}.tools-section h3{align-items:center;color:#1a1a2e;display:flex;font-size:1.5rem;font-weight:700;gap:.75rem;margin-bottom:2rem}.tools-cloud{display:flex;flex-wrap:wrap;gap:1rem}.tool-tag{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:2px solid #0000;border-radius:25px;color:#333;cursor:default;font-size:.95rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.tool-tag:hover{background:#1a4d8f;box-shadow:0 4px 12px #1a4d8f40;color:#fff;transform:translateY(-2px)}.certifications-section{background:#fff;border-radius:20px;box-shadow:0 10px 30px #00000014;margin-top:3rem;padding:3rem}.certifications-section h3{align-items:center;color:#1a1a2e;display:flex;font-size:1.8rem;font-weight:700;gap:.75rem;justify-content:center;margin-bottom:2.5rem;text-align:center}.certifications-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.cert-card{align-items:center;background:linear-gradient(135deg,#fff,#f8fbff);border:2px solid #e0e5eb;border-radius:16px;display:flex;flex-direction:column;padding:2rem;text-align:center;transition:all .3s ease}.cert-card:hover{border-color:#1a4d8f;box-shadow:0 12px 30px #1a4d8f33;transform:translateY(-8px)}.cert-image{align-items:center;background:#fff;border-radius:12px;box-shadow:0 4px 12px #00000014;display:flex;height:200px;justify-content:center;margin-bottom:1.5rem;overflow:hidden;padding:1rem;width:100%}.cert-image img{height:100%;object-fit:contain;width:100%}.cert-card h4{align-items:center;color:#1a1a2e;display:flex;font-size:1.15rem;font-weight:700;justify-content:center;line-height:1.4;margin-bottom:1rem;min-height:2.8rem}.cert-issuer{color:#1a4d8f;font-size:1rem;font-weight:600;margin-bottom:.75rem}.cert-year{background:#f0f4f8;border-radius:20px;color:#666;display:inline-block;font-size:.95rem;font-weight:500;padding:.5rem 1rem}.cert-note{background:#fff3cd;border-left:4px solid #ffc107;border-radius:8px;color:#856404;font-size:.95rem;line-height:1.6;padding:1rem 1.5rem}@keyframes fillBar{0%{width:0}}@keyframes shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}@media (max-width:968px){.skills-grid{gap:1.5rem;grid-template-columns:1fr}.certifications-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}@media (max-width:600px){.skills{padding:4rem 1.5rem}.certifications-section,.skills-category,.tools-section{padding:1.5rem}.certifications-section h3,.skills-category h3,.tools-section h3{font-size:1.2rem}.skill-item-compact .skill-name{font-size:.9rem}.skill-item-compact .skill-level,.tool-tag{font-size:.85rem}.tool-tag{padding:.6rem 1.2rem}.certifications-grid{gap:1.5rem;grid-template-columns:1fr}.cert-image{height:180px}.cert-card h4{font-size:1.05rem}}@media (max-width:400px){.skills{padding:3.5rem 1rem}.certifications-section,.skills-category,.tools-section{padding:1.25rem}.tool-tag{font-size:.8rem;padding:.5rem 1rem}}.projects{background:#fff;padding:5rem 2rem}.section-header{margin:0 auto 3rem;max-width:1400px}.carousel-wrapper{align-items:center;display:flex;gap:2rem;margin:0 auto;max-width:1400px;position:relative}.carousel-arrow{align-items:center;background:#1a4d8f;border:none;border-radius:50%;box-shadow:0 4px 15px #1a4d8f4d;color:#fff;cursor:pointer;display:flex;flex-shrink:0;font-family:Arial,sans-serif;font-size:2.5rem;height:60px;justify-content:center;line-height:0;margin:0;padding:0;transition:all .3s ease;vertical-align:middle;width:60px;z-index:10}.carousel-arrow:hover{background:#143a6b;box-shadow:0 6px 20px #1a4d8f66;transform:scale(1.1)}.carousel-arrow:active{transform:scale(.95)}.projects-container{flex:1 1;overflow:hidden}.project-info{border-bottom:2px solid #e9ecef;margin-bottom:2rem;padding-bottom:1.5rem;text-align:center}.project-title{color:#1a1a2e;font-size:2rem;font-weight:700;margin-bottom:1rem}.project-meta{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.project-category{background:#f0f4f8;border-radius:20px;color:#1a4d8f;font-size:.95rem;font-weight:600;padding:.5rem 1.5rem}.project-date{color:#666;font-size:.95rem;font-weight:500}.project-images-grid{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);margin:2rem 0 4rem;max-width:100%}.project-image-item{align-items:center;aspect-ratio:16/9;background:#fff;border:1px solid #e0e0e0;border-radius:4px;box-shadow:0 1px 3px #00000014;display:flex;justify-content:center;overflow:hidden}.project-image-item img{display:block;height:100%;image-rendering:-webkit-optimize-contrast;object-fit:contain;width:100%}.image-placeholder{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;flex-direction:column;height:100%;justify-content:center;padding:1rem;text-align:center;width:100%}.placeholder-text{font-size:1rem;font-weight:600;margin-bottom:.5rem}.image-placeholder small{font-size:.75rem;opacity:.8}.carousel-indicators{display:flex;gap:.75rem;justify-content:center;margin-top:3rem}.indicator-dot{background:#d1d5db;border:none;border-radius:50%;cursor:pointer;height:12px;padding:0;transition:all .3s ease;width:12px}.indicator-dot:hover{background:#9ca3af;transform:scale(1.2)}.indicator-dot.active{background:#1a4d8f;border-radius:6px;width:32px}.project-details-columns{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(3,1fr);padding:2rem 0}.detail-column h3{color:#1a1a2e;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.detail-column ul{list-style:none;margin:0;padding:0}.detail-column li{border-bottom:1px solid #e9ecef;color:#333;font-size:1rem;line-height:1.6;padding:.75rem 0 .75rem 1.5rem;position:relative}.detail-column li:last-child{border-bottom:none}.detail-column li:before{color:#1a4d8f;content:"•";font-size:1.3rem;font-weight:700;left:0;position:absolute}@media (max-width:968px){.carousel-wrapper{gap:1rem}.carousel-arrow{font-size:2rem;height:45px;width:45px}.project-title{font-size:1.6rem}.project-images-grid{grid-template-columns:repeat(2,1fr)}.project-details-columns{gap:2rem;grid-template-columns:1fr}}@media (max-width:600px){.projects{padding:4rem 1rem}.carousel-wrapper{gap:.5rem}.carousel-arrow{font-size:1.5rem;height:35px;width:35px}.project-title{font-size:1.4rem}.project-meta{gap:1rem}.project-category,.project-date{font-size:.85rem;padding:.4rem 1rem}.project-images-grid{gap:.75rem;grid-template-columns:1fr;margin:1.5rem 0 3rem}.detail-column h3{font-size:1.3rem}.detail-column li{font-size:.95rem}.carousel-indicators{margin-top:2rem}}@media (max-width:400px){.projects{padding:3.5rem .75rem}.carousel-arrow{font-size:1.3rem;height:30px;width:30px}.project-title{font-size:1.2rem}.project-category,.project-date{font-size:.8rem}}.education{background:#f5f7fa;padding:5rem 2rem}.education-container{margin:0 auto;max-width:1400px}.education-timeline{margin:4rem 0;position:relative}.education-timeline:before{background:#1a4d8f;bottom:0;content:"";left:40px;position:absolute;top:0;width:3px}.timeline-item{gap:2rem;margin-bottom:3rem}.timeline-icon,.timeline-item{display:flex;position:relative}.timeline-icon{align-items:center;background:#1a4d8f;border-radius:50%;box-shadow:0 4px 15px #1a4d8f40;flex-shrink:0;font-size:2rem;height:80px;justify-content:center;width:80px;z-index:1}.timeline-content{background:#fff;border-radius:15px;box-shadow:0 10px 30px #00000014;flex:1 1;padding:2.5rem;transition:transform .3s ease,box-shadow .3s ease}.timeline-content:hover{box-shadow:0 15px 40px #0000001f;transform:translateX(10px)}.timeline-header{align-items:start;display:flex;gap:2rem;justify-content:space-between;margin-bottom:1.5rem}.timeline-content h3{color:#1a1a2e;font-size:1.5rem;font-weight:700;line-height:1.3;margin:0 0 .5rem}.timeline-content h4{color:#06c;font-size:1.2rem;font-weight:600;margin:0 0 .5rem}.location{color:#666;font-size:.95rem;margin:0}.timeline-meta{align-items:flex-end;display:flex;flex-direction:column;flex-shrink:0;gap:.5rem}.period{background:#1a4d8f;border-radius:20px;color:#fff;font-size:.9rem;font-weight:600;padding:.5rem 1rem}.gpa{background:#f8f9fa;border:2px solid #e9ecef;border-radius:15px;color:#333;font-size:.9rem}.gpa,.honors{font-weight:600;padding:.4rem .9rem}.honors{background:linear-gradient(135deg,gold,#ffed4e);border-radius:15px;color:#855d00;font-size:.85rem}.highlights{list-style:none;margin:0;padding:0}.highlights li{color:#555;font-size:1rem;line-height:1.6;padding:.6rem 0 .6rem 1.5rem;position:relative}.highlights li:before{color:#1a4d8f;content:"▸";font-weight:700;left:0;position:absolute}.awards-section,.publications-section,.training-section{margin:4rem 0}.awards-section h3,.publications-section h3,.training-section h3{align-items:center;color:#1a1a2e;display:flex;font-size:1.8rem;font-weight:700;gap:.75rem;margin-bottom:2rem}.section-icon{font-size:2rem}.training-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.training-card{background:#fff;border-left:4px solid #1a4d8f;border-radius:8px;box-shadow:0 4px 15px #00000014;padding:2rem;transition:all .3s ease}.training-card:hover{box-shadow:0 10px 30px #0000001f;transform:translateY(-5px)}.training-card h4{color:#1a1a2e;font-size:1.1rem;font-weight:700;line-height:1.4;margin:0 0 .75rem}.training-card .provider{color:#666;font-size:.95rem;margin-bottom:1rem}.training-meta{display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.training-meta .duration,.training-meta .year{background:#f5f7fa;border-radius:15px;color:#1a4d8f;font-size:.85rem;font-weight:600;padding:.4rem .9rem}.awards-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));margin-bottom:2rem}.award-card{align-items:center;background:#fff;border-radius:15px;box-shadow:0 5px 20px #00000014;display:flex;gap:1.5rem;padding:2rem;transition:all .3s ease}.award-card:hover{background:linear-gradient(135deg,#fff9e6,#fff);box-shadow:0 10px 30px #0000001f;transform:translateY(-5px)}.award-icon{flex-shrink:0;font-size:3rem}.award-content h4{color:#1a1a2e;font-size:1.2rem;font-weight:700;line-height:1.3;margin:0 0 .5rem}.award-content .organization{color:#666;font-size:.95rem;margin-bottom:.25rem}.award-content .year{color:#1a4d8f;font-size:.9rem;font-weight:600}.education-note,.pub-note{background:#e8f2ff;border-left:4px solid #1a4d8f;border-radius:8px;color:#1a4d8f;font-size:.95rem;line-height:1.6;margin-top:2rem;padding:1rem 1.5rem}.publication-list{background:#fff;border-radius:15px;box-shadow:0 5px 20px #00000014;margin-bottom:1.5rem;padding:2.5rem}.publication-item{border-bottom:2px solid #f0f0f0;padding:1.5rem 0}.publication-item:last-child{border-bottom:none;padding-bottom:0}.publication-item:first-child{padding-top:0}.pub-authors{color:#333;font-size:.95rem}.pub-authors,.pub-title{font-weight:600;margin-bottom:.5rem}.pub-title{color:#1a1a2e;font-size:1.1rem;line-height:1.5}.pub-venue{color:#666;font-size:.95rem;line-height:1.5}@media (max-width:968px){.education-timeline:before{left:30px}.timeline-icon{font-size:1.5rem;height:60px;width:60px}.timeline-item{gap:1.5rem}.timeline-header{flex-direction:column;gap:1rem}.timeline-meta{align-items:flex-start}.awards-grid,.training-grid{grid-template-columns:1fr}}@media (max-width:600px){.education{padding:4rem 1.5rem}.education-timeline:before{left:20px}.timeline-item{gap:1rem}.timeline-icon{font-size:1.2rem;height:40px;width:40px}.timeline-content{padding:1.5rem}.timeline-content h3{font-size:1.2rem}.timeline-content h4{font-size:1.05rem}.highlights li{font-size:.95rem}.publication-list,.training-card{padding:1.5rem}.awards-section h3,.publications-section h3,.training-section h3{font-size:1.5rem}.award-card{flex-direction:column;padding:1.5rem;text-align:center}}@media (max-width:400px){.education{padding:3.5rem 1rem}.timeline-content{padding:1.25rem}.timeline-content h3{font-size:1.1rem}}.contact{background:#fff;padding:5rem 2rem}.contact-container{margin:0 auto;max-width:1400px}.contact-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 1.2fr;margin-top:4rem}.form-card,.info-card{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:20px;box-shadow:0 10px 30px #00000014;padding:2.5rem}.form-card h3,.info-card h3{color:#1a1a2e;font-size:1.8rem;font-weight:700;margin-bottom:1rem}.info-card p{color:#555;font-size:1.05rem;line-height:1.8;margin-bottom:2rem}.info-items{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2.5rem}.info-item{align-items:start;display:flex;gap:1.25rem}.info-icon{align-items:center;background:#1a4d8f;border-radius:12px;display:flex;flex-shrink:0;font-size:1.5rem;height:50px;justify-content:center;width:50px}.info-details h4{color:#666;font-size:.95rem;font-weight:600;letter-spacing:.5px;margin:0 0 .25rem;text-transform:uppercase}.info-details a,.info-details p{color:#1a1a2e;font-size:1.05rem;font-weight:600;margin:0;text-decoration:none;transition:color .3s ease}.info-details a:hover{color:#1a4d8f}.social-links{border-top:2px solid #0000001a;padding-top:2rem}.social-links h4{color:#1a1a2e;font-size:1.2rem;font-weight:700;margin-bottom:1rem}.social-icons{display:flex;gap:1rem}.social-icon{align-items:center;background:#fff;border-radius:50%;box-shadow:0 3px 10px #0000001a;color:#1a4d8f;display:flex;height:45px;justify-content:center;transition:all .3s ease;width:45px}.social-icon:hover{background:#1a4d8f;box-shadow:0 4px 12px #1a4d8f40;color:#fff;transform:translateY(-3px)}.social-icon svg{height:22px;width:22px}.contact-form{gap:1.5rem}.contact-form,.form-group{display:flex;flex-direction:column}.form-group{gap:.5rem}.form-group label{color:#333;font-size:.95rem;font-weight:600}.form-group input,.form-group textarea{background:#fff;border:2px solid #e9ecef;border-radius:10px;font-family:inherit;font-size:1rem;padding:.875rem 1.25rem;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{border-color:#1a4d8f;box-shadow:0 0 0 3px #1a4d8f1a;outline:none}.form-group textarea{min-height:120px;resize:vertical}.submit-btn{background:#1a4d8f;border:none;border-radius:8px;box-shadow:0 3px 10px #1a4d8f40;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.submit-btn:hover:not(:disabled){background:#15396b;box-shadow:0 5px 15px #1a4d8f59;transform:translateY(-2px)}.submit-btn:disabled{cursor:not-allowed;opacity:.6}.form-message{animation:slideIn .3s ease;border-radius:8px;font-weight:500;padding:1rem 1.5rem}.form-message.success{background:#d4edda;border:2px solid #c3e6cb;color:#155724}.form-note{background:#fff3cd;border-left:4px solid #ffc107;border-radius:8px;color:#856404;font-size:.9rem;line-height:1.6;margin-top:.5rem;padding:1rem 1.25rem}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:968px){.contact-content{gap:2.5rem;grid-template-columns:1fr}}@media (max-width:600px){.contact{padding:4rem 1.5rem}.form-card,.info-card{padding:2rem 1.5rem}.form-card h3,.info-card h3{font-size:1.5rem}.info-icon{font-size:1.3rem;height:45px;width:45px}.form-group input,.form-group textarea{font-size:.95rem;padding:.75rem 1rem}.submit-btn{font-size:1rem;padding:.875rem 1.5rem}.social-icons{flex-wrap:wrap}}@media (max-width:400px){.contact{padding:3.5rem 1rem}.form-card,.info-card{padding:1.5rem}.form-card h3,.info-card h3{font-size:1.3rem}}.footer{background:#1a1a1a;border-top:3px solid #1a4d8f;color:#fff;padding:3rem 2rem 1.5rem}.footer-container{margin:0 auto;max-width:1400px}.footer-content{grid-gap:3rem;border-bottom:1px solid #ffffff1a;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:3rem;padding-bottom:3rem}.footer-section h3{color:#fff;font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.footer-tagline{color:#5a9dd8;font-size:.9rem;font-weight:600;letter-spacing:1px;margin-bottom:1rem;text-transform:uppercase}.footer-description{color:#ffffffb3;font-size:.95rem;line-height:1.6}.footer-section h4{color:#fff;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.footer-links{display:flex;flex-direction:column;gap:.5rem;list-style:none;margin:0;padding:0}.footer-links button{background:none;border:none;color:#ffffffb3;cursor:pointer;font-size:.95rem;padding:.25rem 0;text-align:left;transition:all .3s ease}.footer-links button:hover{color:#5a9dd8;padding-left:.5rem}.footer-contact{display:flex;flex-direction:column;gap:.75rem;list-style:none;margin:0;padding:0}.footer-contact li{color:#ffffffb3;font-size:.95rem;line-height:1.6}.footer-social{display:flex;flex-direction:column;gap:.5rem}.footer-social a{color:#ffffffb3;font-size:.95rem;padding:.25rem 0;text-decoration:none;transition:all .3s ease}.footer-social a:hover{color:#5a9dd8;padding-left:.5rem}.footer-bottom{padding-top:2rem;text-align:center}.footer-bottom p{color:#fff9;font-size:.9rem;margin:.25rem 0}.footer-credit{font-size:.85rem!important;margin-top:.5rem!important}@media (max-width:768px){.footer{padding:2.5rem 1.5rem 1.5rem}.footer-content{gap:2rem;grid-template-columns:1fr;margin-bottom:2rem;padding-bottom:2rem}.footer-section:first-child{text-align:center}}
/*# sourceMappingURL=main.3928c9b4.css.map*/