@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap);@import url(https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600&display=swap);*{box-sizing:border-box;margin:0;padding:0}body{background-color:#ecf0f1;color:#2c3e50;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;overflow-x:hidden}.navbar{background:#2c3e50e6;border-bottom:1px solid #bdc3c74d;height:70px;left:0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}.navbar,.navbar.scrolled{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.navbar.scrolled{background:#ecf0f1f2;border-bottom:1px solid #bdc3c780}.nav-container{align-items:center;display:flex;height:100%;justify-content:space-between;margin:0 auto;max-width:1200px;padding:1rem 2rem}.nav-logo{color:#ecf0f1;font-family:Cormorant Garamond,serif;font-size:2.1rem;font-style:italic;font-weight:600;letter-spacing:1px;text-decoration:none;transition:color .3s ease}.navbar.scrolled .nav-logo{color:#2c3e50}.nav-menu{display:flex;gap:2rem;list-style:none}.nav-link{border-radius:8px;color:#ecf0f1e6;font-weight:500;padding:.5rem 1rem;position:relative;text-decoration:none;transition:all .3s ease}.navbar.scrolled .nav-link{color:#34495e}.nav-link.active,.nav-link:hover{background:#bdc3c733;color:#ecf0f1}.navbar.scrolled .nav-link.active,.navbar.scrolled .nav-link:hover{background:#7f8c8d33;color:#2c3e50}.home-container{align-items:center;background:linear-gradient(135deg,#34495e,#2c3e50);display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding-top:80px;position:relative}.hero-content{margin-top:2rem;max-width:800px;padding:3rem 2rem 2rem;position:relative;text-align:center;z-index:2}.hero-text h1{color:#ecf0f1;font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.2;margin-bottom:1rem;margin-top:1rem}.highlight{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#7f8c8d,#bdc3c7);-webkit-background-clip:text;background-clip:text}.typewriter-container{align-items:center;display:flex;height:60px;justify-content:center;margin:2rem 0}.typewriter{color:#ecf0f1e6;font-size:1.5rem;font-weight:600}.cursor{animation:blink 1s infinite;color:#bdc3c7}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.hero-description{color:#ecf0f1cc;font-size:1.2rem;line-height:1.6;margin:0 auto 3rem;max-width:600px}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:3rem}.cta-button{border:none;border-radius:50px;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;overflow:hidden;padding:1rem 2rem;position:relative;text-decoration:none;transition:all .3s ease}.cta-button.primary{background:linear-gradient(45deg,#7f8c8d,#bdc3c7);color:#2c3e50}.cta-button.primary:hover{box-shadow:0 10px 25px #7f8c8d4d;transform:translateY(-3px)}.cta-button.secondary{background:#0000;border:2px solid #bdc3c766;color:#ecf0f1}.cta-button.secondary:hover{background:#bdc3c71a;border-color:#bdc3c7b3;transform:translateY(-3px)}.cta-button:before{background:linear-gradient(90deg,#0000,#ecf0f133,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.cta-button:hover:before{left:100%}.social-links{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin-bottom:4rem}.social-link{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#bdc3c71a;border:1px solid #bdc3c733;border-radius:12px;color:#ecf0f1;display:flex;font-weight:500;gap:.5rem;padding:.8rem 1.2rem;text-decoration:none;transition:all .3s ease}.social-link:hover{background:#bdc3c733;border-color:#bdc3c766;color:#bdc3c7}.social-icon{font-size:1.2rem}.animated-background{left:0;overflow:hidden;top:0;z-index:1}.animated-background,.floating-shapes{height:100%;position:absolute;width:100%}.shape{animation:float 6s ease-in-out infinite;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#bdc3c71a;border-radius:50%;position:absolute}.shape-1{animation-delay:0s;height:80px;left:10%;top:20%;width:80px}.shape-2{animation-delay:-2s;height:120px;right:15%;top:60%;width:120px}.shape-3{animation-delay:-4s;height:60px;left:20%;top:80%;width:60px}.shape-4{animation-delay:-1s;height:100px;right:30%;top:30%;width:100px}.shape-5{animation-delay:-3s;height:70px;right:50%;top:10%;width:70px}@keyframes float{0%,to{opacity:.3;transform:translateY(0) rotate(0deg)}25%{opacity:.6;transform:translateY(-20px) rotate(90deg)}50%{opacity:.8;transform:translateY(-40px) rotate(180deg)}75%{opacity:.6;transform:translateY(-20px) rotate(270deg)}}.home-container:before{animation:gradientShift 8s ease-in-out infinite;background:radial-gradient(circle at 20% 80%,#7f8c8d1a 0,#0000 50%),radial-gradient(circle at 80% 20%,#bdc3c71a 0,#0000 50%);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}@keyframes gradientShift{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.6;transform:scale(1.1)}}.hero-stats{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin:3rem 0}.stat-item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#bdc3c71a;border:1px solid #bdc3c733;border-radius:15px;padding:1rem 1.5rem;text-align:center;transition:all .3s ease}.stat-item:hover{background:#bdc3c733;transform:translateY(-5px)}.stat-number{color:#bdc3c7;font-size:2rem;font-weight:800;margin-bottom:.5rem}.stat-label{color:#ecf0f1cc;font-size:.9rem;font-weight:500}.nav-hint{margin-top:2rem;text-align:center}.nav-hint p{color:#ecf0f1b3;font-style:italic;margin-bottom:1rem}.quick-links{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.quick-link{background:#0000;border:1px solid #bdc3c74d;border-radius:20px;color:#ecf0f1cc;cursor:pointer;font-size:.9rem;padding:.5rem 1rem;text-decoration:none;transition:all .3s ease}.quick-link:hover{background:#bdc3c71a;border-color:#bdc3c780;color:#bdc3c7;transform:translateY(-2px)}.page-container{margin:0 auto;max-width:1200px;min-height:100vh;padding:100px 2rem 2rem}.page-title{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#2c3e50,#34495e);-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:800;margin-bottom:3rem;text-align:center}.about-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 2fr;margin-bottom:4rem}.about-image{border-radius:20px;height:300px;margin:0 auto;overflow:hidden;position:relative;width:300px}.about-text{color:#34495e;font-size:1.1rem;line-height:1.8}.about-text h3{color:#2c3e50;font-size:1.3rem;margin:2rem 0 1rem}.timeline{margin:0 auto;max-width:800px;position:relative}.timeline:before{background:#2c3e50;bottom:0;content:"";left:50%;position:absolute;top:0;transform:translateX(-50%);width:2px}.timeline-item{margin-bottom:3rem;padding:0 2rem;position:relative}.timeline-item:nth-child(odd) .timeline-content{margin-left:0;margin-right:50%;text-align:left}.timeline-item:nth-child(2n) .timeline-content{margin-left:50%;margin-right:0;text-align:left}.timeline-content{background:#fff;border:1px solid #ecf0f1;border-radius:15px;box-shadow:0 5px 20px #2c3e501a;padding:2rem;position:relative}.timeline-date,.timeline-title{color:#2c3e50;font-weight:700;margin-bottom:.5rem;text-align:left}.timeline-title{font-size:1.3rem}.timeline-company{color:#7f8c8d;font-style:italic;margin-bottom:1rem;text-align:left}.timeline-content ul{padding-left:1.5rem;text-align:left}.timeline-content li{color:#34495e;line-height:1.6;margin-bottom:.5rem;text-align:left}.timeline-item:before{background:#2c3e50;border:4px solid #fff;border-radius:50%;box-shadow:0 0 0 4px #2c3e50;content:"";height:20px;left:50%;position:absolute;top:30px;transform:translateX(-50%);width:20px;z-index:1}.projects-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-top:2rem}.project-card{background:#fff;border:1px solid #ecf0f1;border-radius:20px;box-shadow:0 10px 30px #2c3e501a;padding:2rem;transition:all .3s ease}.project-card:hover{box-shadow:0 20px 40px #2c3e5026;transform:translateY(-10px)}.project-title{color:#2c3e50;font-size:1.4rem;font-weight:700;margin-bottom:1rem}.project-description{color:#34495e;line-height:1.6;margin-bottom:1.5rem}.project-tech{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.tech-tag{background:linear-gradient(45deg,#2c3e50,#34495e);border-radius:20px;color:#fff;font-size:.8rem;font-weight:500;padding:.3rem .8rem}.contact-form{background:#fff;border:1px solid #ecf0f1;border-radius:20px;box-shadow:0 10px 30px #2c3e501a;margin:2rem auto;max-width:600px;padding:3rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#2c3e50;display:block;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group textarea{border:2px solid #bdc3c7;border-radius:10px;font-family:inherit;font-size:1rem;padding:1rem;transition:border-color .3s;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#2c3e50;outline:none}.submit-btn{background:linear-gradient(45deg,#2c3e50,#34495e);border:none;border-radius:50px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:1rem 2rem;transition:all .3s;width:100%}.submit-btn:hover{box-shadow:0 10px 25px #2c3e504d;transform:translateY(-2px)}.blog-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:2rem}.blog-card{background:#fff;border:1px solid #ecf0f1;border-radius:15px;box-shadow:0 5px 20px #2c3e501a;overflow:hidden;transition:all .3s ease}.blog-card:hover{box-shadow:0 15px 35px #2c3e5026;transform:translateY(-5px)}.blog-image{align-items:center;background:linear-gradient(45deg,#2c3e50,#34495e);color:#fff;display:flex;font-size:2rem;height:200px;justify-content:center}.blog-content{padding:1.5rem}.blog-date{color:#2c3e50;font-size:.9rem;margin-bottom:.5rem}.blog-title{color:#2c3e50;font-size:1.2rem;font-weight:700;margin-bottom:1rem}.blog-excerpt{color:#34495e;line-height:1.6}.blog-post{background:#fff;border:1px solid #ecf0f1;border-radius:20px;box-shadow:0 10px 30px #2c3e501a;margin:0 auto;max-width:800px;overflow:hidden}.blog-header{background:linear-gradient(135deg,#2c3e50,#34495e);color:#fff;padding:3rem 2rem 2rem;text-align:center}.blog-post-title{font-size:2.5rem;font-weight:800;line-height:1.2;margin-bottom:1rem}.blog-meta{display:flex;font-size:.9rem;gap:1rem;justify-content:center;opacity:.9}.blog-date,.blog-read-time{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#bdc3c733;border-radius:15px;padding:.3rem .8rem}.blog-content{color:#2c3e50;line-height:1.8;padding:3rem 2rem}.blog-intro{background:#ecf0f1;border-left:4px solid #2c3e50;border-radius:0 10px 10px 0;color:#34495e;font-size:1.2rem;font-style:italic;margin-bottom:2rem;padding:1rem 1rem 1rem 2rem}.blog-content h2{color:#2c3e50;font-size:1.8rem;font-weight:700;margin:2.5rem 0 1rem;position:relative}.blog-content h2:after{background:linear-gradient(45deg,#2c3e50,#34495e);border-radius:2px;bottom:-5px;content:"";height:3px;left:0;position:absolute;width:50px}.blog-content h3{color:#34495e;font-size:1.4rem;font-weight:600;margin:2rem 0 1rem}.blog-content p{font-size:1.1rem;margin-bottom:1.5rem}.blog-content ul{margin:1.5rem 0;padding-left:1.5rem}.blog-content li{font-size:1.1rem;margin-bottom:.8rem}.blog-content strong{color:#2c3e50;font-weight:600}.blog-conclusion{background:linear-gradient(135deg,#2c3e501a,#34495e1a);border-left:4px solid #2c3e50;border-radius:15px;margin:2rem 0;padding:2rem}.blog-conclusion p{font-size:1.2rem;font-weight:500;margin:0}.blog-footer{background:#ecf0f1;padding:2rem}.blog-tags{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:1.5rem}.tag{background:linear-gradient(45deg,#2c3e50,#34495e);border-radius:20px;color:#fff;font-size:.8rem;font-weight:500;padding:.4rem .8rem}.blog-cta{background:#fff;border:2px solid #bdc3c7;border-radius:10px;padding:1rem;text-align:center}.blog-cta p{color:#34495e;margin:0}.blog-cta a{color:#2c3e50;font-weight:600;text-decoration:none;transition:color .3s ease}.blog-cta a:hover{color:#34495e;text-decoration:underline}.achievement-list{list-style:none;margin:1rem 0 2rem;padding:0}.achievement-list li{background:linear-gradient(135deg,#2c3e500d,#34495e0d);border-left:4px solid #2c3e50;border-radius:12px;box-shadow:0 2px 10px #2c3e501a;margin:1rem 0;padding:1rem 1.5rem;position:relative;transition:all .3s ease}.achievement-list li:hover{box-shadow:0 4px 15px #2c3e5033;transform:translateX(5px)}.achievement-list li:before{align-items:center;background:#fff;border-radius:50%;box-shadow:0 2px 8px #2c3e501a;content:"🏆";display:flex;font-size:.8rem;height:24px;justify-content:center;left:-8px;position:absolute;top:50%;transform:translateY(-50%);width:24px}.achievement-list li:first-child:before{content:"🥇"}.achievement-list li:nth-child(2):before{content:"🏅"}.achievement-list li:nth-child(3):before{content:"🌟"}.dashboard-link{background:linear-gradient(45deg,#2c3e50,#34495e);border-radius:25px;box-shadow:0 4px 15px #2c3e504d;color:#fff;display:inline-block;font-weight:600;margin-bottom:1rem;margin-top:1rem;padding:.8rem 1.5rem;text-decoration:none;transition:all .3s ease}.dashboard-link:hover{box-shadow:0 8px 25px #2c3e5066;color:#fff;text-decoration:none;transform:translateY(-2px)}.dashboard-link:before{content:"📊 ";margin-right:.5rem}.profile-photo{border-radius:20px;box-shadow:0 10px 30px #2c3e5033;height:100%;object-fit:cover;transition:all .3s ease;width:100%}.profile-photo:hover{box-shadow:0 15px 40px #2c3e504d;transform:scale(1.05)}.inline-link{background:linear-gradient(45deg,#2c3e50,#34495e);border-radius:15px;display:inline-block;font-size:.9rem;font-weight:500;margin-left:.5rem;padding:.3rem .8rem;transition:all .3s ease}.inline-link,.inline-link:hover{color:#fff!important;text-decoration:none}.inline-link:hover{box-shadow:0 4px 15px #2c3e504d;transform:translateY(-1px)}.inline-link:before{content:"📊 ";margin-right:.3rem}.hamburger{cursor:pointer;display:none;flex-direction:column;z-index:1001}.hamburger span{background:#ecf0f1;border-radius:2px;height:3px;margin:3px 0;transition:.3s;width:25px}.navbar.scrolled .hamburger span{background:#34495e}.hamburger.active span:first-child{transform:rotate(-45deg) translate(-5px,6px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(45deg) translate(-5px,-6px)}.loading{align-items:center;display:flex;justify-content:center;min-height:200px}.spinner{animation:spin 1s linear infinite;border:4px solid #2c3e504d;border-radius:50%;border-top-color:#2c3e50;height:40px;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.page-transition{animation:fadeInUp .6s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.hamburger{display:flex}.home-container{padding-top:90px}.hero-content{margin-top:1rem;padding:2rem 1rem 1rem}.hero-text h1{margin-top:.5rem}.nav-menu{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ecf0f1f2;flex-direction:column;left:-100%;padding:2rem 0;position:fixed;text-align:center;top:70px;transition:.3s;width:100%}.nav-menu.active{left:0}.nav-link{border-radius:0;color:#34495e;padding:1rem}.about-content{grid-template-columns:1fr;text-align:center}.timeline-item:before,.timeline:before{left:20px}.timeline-item:nth-child(2n) .timeline-content,.timeline-item:nth-child(odd) .timeline-content{margin-left:50px;margin-right:0;text-align:left}.hero-buttons{align-items:center;flex-direction:column}.social-links{gap:1rem}.projects-grid{grid-template-columns:1fr}.contact-form{margin:1rem;padding:2rem}.page-title{font-size:2rem}.hero-stats{gap:1rem;margin:2rem 0}.stat-item{min-width:120px;padding:.8rem 1rem}.stat-number{font-size:1.5rem}.stat-label{font-size:.8rem}.quick-links{gap:.5rem}.quick-link{font-size:.8rem;padding:.4rem .8rem}.blog-post-title{font-size:2rem}.blog-header{padding:2rem 1rem 1rem}.blog-content{padding:2rem 1rem}.blog-meta{align-items:center;flex-direction:column;gap:.5rem}.blog-content h2{font-size:1.5rem}.blog-content h3{font-size:1.2rem}.blog-intro{font-size:1.1rem;padding:1rem}.blog-conclusion{padding:1.5rem}.blog-footer{padding:1.5rem 1rem}.about-image{height:250px;margin-bottom:2rem;width:250px}}@media (max-width:480px){.home-container{padding-top:100px}.hero-content{margin-top:.5rem}}.certificate-category{margin-bottom:4rem}.category-title{color:#2c3e50;font-size:2rem;font-weight:700;margin-bottom:2rem;position:relative;text-align:center}.category-title:after{background:linear-gradient(45deg,#2c3e50,#34495e);border-radius:2px;bottom:-8px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.certificates-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-top:2rem}.certificate-card{background:#fff;border:1px solid #ecf0f1;border-radius:20px;box-shadow:0 10px 30px #2c3e501a;display:flex;flex-direction:column;overflow:hidden;transition:all .3s ease}.certificate-card:hover{box-shadow:0 20px 40px #2c3e5026;transform:translateY(-5px)}.certificate-image{align-items:center;background:#ecf0f1;display:flex;height:250px;justify-content:center;overflow:hidden;position:relative}.certificate-image img{height:auto;max-height:100%;max-width:100%;object-fit:contain;padding:10px;transition:transform .3s ease;width:auto}.certificate-card:hover .certificate-image img{transform:scale(1.02)}.certificate-content{display:flex;flex-direction:column;flex-grow:1;padding:1.5rem}.certificate-title{color:#2c3e50;font-size:1.2rem;font-weight:700;line-height:1.3;margin-bottom:.5rem}.certificate-issuer{color:#34495e;font-weight:600;margin-bottom:.25rem}.certificate-date{color:#7f8c8d;font-size:.9rem;margin-bottom:1rem}.certificate-description{color:#34495e;flex-grow:1;font-size:.9rem;line-height:1.5;margin:.5rem 0 1rem}.certificate-skills{display:flex;flex-wrap:wrap;gap:.4rem;margin:1rem 0}.skill-tag{border-radius:12px;font-size:.7rem;padding:.25rem .5rem}.certificate-link,.skill-tag{background:linear-gradient(45deg,#2c3e50,#34495e);color:#fff;font-weight:500}.certificate-link{align-self:flex-start;border-radius:25px;display:inline-block;font-size:.9rem;margin-top:auto;padding:.5rem 1rem;text-decoration:none;transition:all .3s ease}.certificate-link:hover{box-shadow:0 5px 15px #2c3e504d;color:#fff;text-decoration:none;transform:translateY(-2px)}.certificate-link:before{content:"🏆 ";margin-right:.3rem}.featured-certificate{background:#fff;border:2px solid #bdc3c7;border-radius:25px;box-shadow:0 15px 40px #2c3e5026;margin-bottom:4rem;padding:2rem;position:relative}.featured-badge{background:linear-gradient(45deg,#2c3e50,#34495e);border-radius:20px;color:#fff;font-size:.9rem;font-weight:600;left:2rem;padding:.5rem 1rem;position:absolute;top:-15px}.featured-content{grid-gap:2rem;align-items:start;display:grid;gap:2rem;grid-template-columns:350px 1fr}.featured-image{background:#ecf0f1;border-radius:15px;box-shadow:0 10px 25px #2c3e5033;overflow:hidden;padding:15px}.featured-image img{display:block;height:auto;object-fit:contain;width:100%}.featured-details h2{color:#2c3e50;font-size:1.8rem;margin-bottom:.5rem}.featured-issuer{color:#7f8c8d;font-weight:600;margin-bottom:1rem}.featured-description{color:#34495e;font-size:1.1rem;line-height:1.6;margin-bottom:1.5rem}.featured-stats{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.stat-highlight{background:linear-gradient(45deg,#2c3e50,#34495e);border-radius:20px;color:#fff;font-size:.9rem;font-weight:600;padding:.5rem 1rem}@media (max-width:768px){.certificates-grid{grid-template-columns:1fr}.category-title{font-size:1.5rem}.certificate-image{height:200px}.featured-content{grid-template-columns:1fr;text-align:center}.featured-stats{justify-content:center}.certificate-title{font-size:1.1rem}}@media (max-width:480px){.certificate-image{height:180px}.certificate-content{padding:1rem}}
/*# sourceMappingURL=main.d843e227.css.map*/