@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap";body{margin:0;font-family:Montserrat,Arial,sans-serif;min-height:100vh;color:#222;background:linear-gradient(270deg,#e0e7ff,#f8fafc,#ffe0e7,#e0fff4,#e0e7ff);background-size:400% 400%;animation:gradientBG 16s ease infinite}@keyframes gradientBG{0%{background-position:0% 50%}25%{background-position:50% 100%}50%{background-position:100% 50%}75%{background-position:50% 0%}to{background-position:0% 50%}}.header{background:linear-gradient(90deg,#007bff,#6a82fb,#ff6a88);color:#fff;padding:1.5rem 0 1rem;box-shadow:0 2px 8px #0000000a;text-align:center;position:relative;overflow:hidden}.header:before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,#ffd70088,#6a82fb44);opacity:.5;z-index:0;animation:headerBG 10s linear infinite alternate}@keyframes headerBG{0%{opacity:.5}to{opacity:.8}}.header-title,.header-nav{position:relative;z-index:1}.footer{background:linear-gradient(90deg,#222,#6a82fb);color:#fff;text-align:center;padding:1.2rem 0;font-size:1rem;margin-top:2rem;position:relative;overflow:hidden}.footer:before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,#ffb34744,#6a82fb44);opacity:.3;z-index:0;animation:footerBG 12s linear infinite alternate}@keyframes footerBG{0%{opacity:.3}to{opacity:.6}}.footer p,.footer a{position:relative;z-index:1}.home-header,.about-page,.projects-page,.skills-page,.contact-page{background:linear-gradient(135deg,#fff 60%,#e0e7ff 100%,#ffe0e7);border-radius:16px;box-shadow:0 4px 24px #6a82fb1f;padding:2.5rem 2rem 2rem;margin:2rem auto;max-width:800px;animation:fadeInUp .7s cubic-bezier(.23,1,.32,1);position:relative;overflow:hidden}.home-header:before,.about-page:before,.projects-page:before,.skills-page:before,.contact-page:before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,#e0fff4aa,#ffe0e7aa);opacity:.2;z-index:0;animation:cardBG 14s linear infinite alternate}@keyframes cardBG{0%{opacity:.2}to{opacity:.4}}.home-header>*,.about-page>*,.projects-page>*,.skills-page>*,.contact-page>*{position:relative;z-index:1}.profile-img{width:120px;height:120px;object-fit:cover;border-radius:50%;box-shadow:0 4px 16px #007bff26;margin-bottom:1.5rem;border:4px solid #fff;background:#e0e7ff;display:block;margin-left:auto;margin-right:auto}.projects-list{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.project-card{background:linear-gradient(135deg,#f8fafc 60%,#e0e7ff 100%,#ffe0e7);border-radius:12px;box-shadow:0 2px 16px #007bff1f;padding:1.5rem 1rem;flex:1 1 260px;max-width:320px;transition:box-shadow .2s,transform .2s;text-align:center;margin-bottom:1rem;position:relative;overflow:hidden}.project-card:before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,#e0fff4aa,#ffe0e7aa);opacity:.15;z-index:0;animation:cardBG 10s linear infinite alternate}.project-card>*{position:relative;z-index:1}.project-card:hover{box-shadow:0 8px 32px #007bff38;transform:translateY(-6px) scale(1.03)}.project-img{width:100%;height:160px;object-fit:cover;border-radius:8px;margin-bottom:1rem;box-shadow:0 2px 8px #007bff1f;background:#e0e7ff}.project-card h3{margin-top:.5rem;font-size:1.3rem;color:#007bff}.project-card p{color:#444;font-size:1rem;margin-bottom:.5rem}.project-card a{display:inline-block;margin-top:.5rem;color:#fff;background:linear-gradient(90deg,#007bff,#6a82fb,#ff6a88);text-decoration:none;font-weight:600;padding:.5rem 1.2rem;border-radius:24px;font-size:1rem;box-shadow:0 2px 8px #007bff1f;transition:background .2s,transform .2s}.project-card a:hover{background:linear-gradient(90deg,gold,#ffb347);color:#222;transform:translateY(-2px) scale(1.05)}.skills-list{display:flex;flex-wrap:wrap;gap:1rem;list-style:none;padding:0;justify-content:center}.skills-list li{background:linear-gradient(90deg,#e0e7ff,#f8fafc 100%,#ffe0e7);border-radius:20px;padding:.6rem 1.4rem;font-weight:600;color:#007bff;font-size:1rem;box-shadow:0 1px 4px #007bff1a}.contact-form{display:flex;flex-direction:column;gap:1.2rem;margin-top:1rem}.contact-form input,.contact-form textarea{padding:.9rem;border:1.5px solid #b3c6ff;border-radius:8px;font-size:1rem;font-family:inherit;background:#f8fafc;transition:border .2s}.contact-form input:focus,.contact-form textarea:focus{border:1.5px solid #007bff;outline:none}.contact-form button{background:linear-gradient(90deg,#007bff,#6a82fb,#ff6a88);color:#fff;border:none;padding:.9rem;border-radius:24px;font-size:1rem;font-weight:700;cursor:pointer;transition:background .2s,transform .2s;box-shadow:0 2px 8px #007bff1f}.contact-form button:hover{background:linear-gradient(90deg,gold,#ffb347);color:#222;transform:translateY(-2px) scale(1.05)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:none}}.navbar{display:flex;align-items:center;justify-content:space-between;max-width:1100px;margin:0 auto;padding:.5rem 2rem;background:#ffffff2e;border-radius:2rem;box-shadow:0 2px 16px #007bff14;position:relative;top:-1.5rem;z-index:2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.navbar-logo{display:flex;align-items:center;gap:.7rem}.navbar-title{font-size:1.4rem;font-weight:700;color:#007bff;letter-spacing:1px}.navbar-links{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.navbar-links li{display:flex;align-items:center}.navbar-links a{color:#222;font-weight:600;text-decoration:none;font-size:1.08rem;padding:.3rem 1.1rem;border-radius:20px;transition:background .2s,color .2s,box-shadow .2s;position:relative}.navbar-links a.active,.navbar-links a:hover{background:linear-gradient(90deg,#007bff,#6a82fb);color:#fff;box-shadow:0 2px 8px #007bff1a}@media (max-width: 900px){.navbar{flex-direction:column;gap:1rem;padding:.5rem 1rem}.navbar-links{gap:1rem}}@media (max-width: 600px){.navbar{flex-direction:column;gap:.5rem;padding:.5rem}.navbar-title{font-size:1.1rem}.navbar-links{gap:.5rem}}.hero-section{position:relative;min-height:60vh;display:flex;align-items:center;justify-content:center;flex-direction:column;overflow:hidden;margin-bottom:2.5rem;padding-top:2.5rem}.hero-bg{position:absolute;inset:0;width:100%;height:100%;z-index:0;pointer-events:none}.hero-wave{position:absolute;bottom:0;left:0;width:100vw;min-width:100%;height:180px;z-index:1;animation:waveMove 12s linear infinite alternate}@keyframes waveMove{0%{transform:translate(0)}to{transform:translate(-40px)}}.hero-shape{position:absolute;top:10%;right:8%;z-index:2;animation:floatShape 6s ease-in-out infinite alternate}@keyframes floatShape{0%{transform:translateY(0) scale(1)}to{transform:translateY(20px) scale(1.08)}}.hero-content{position:relative;z-index:3;text-align:center;margin-top:1.5rem}.hero-img{width:140px;height:140px;border-radius:50%;box-shadow:0 8px 32px #007bff2e;border:5px solid #fff;margin-bottom:1.2rem;background:#e0e7ff;animation:heroImgPop 1.2s cubic-bezier(.23,1,.32,1)}@keyframes heroImgPop{0%{transform:scale(.7);opacity:0}to{transform:scale(1);opacity:1}}.hero-title{font-size:2.7rem;font-weight:800;color:#222;margin-bottom:.5rem;letter-spacing:1px;text-shadow:0 2px 8px #e0e7ff;animation:fadeInUp 1s .2s both}.hero-subtitle{font-size:1.3rem;color:#6a82fb;margin-bottom:1.2rem;font-weight:600;animation:fadeInUp 1s .4s both}.hero-cta{display:inline-block;background:linear-gradient(90deg,#007bff,#6a82fb,#ff6a88);color:#fff;font-weight:700;font-size:1.1rem;padding:.8rem 2.2rem;border-radius:32px;box-shadow:0 4px 16px #007bff1f;text-decoration:none;margin-top:.5rem;transition:background .2s,color .2s,transform .2s;animation:fadeInUp 1s .6s both}.hero-cta:hover{background:linear-gradient(90deg,gold,#ffb347);color:#222;transform:translateY(-2px) scale(1.05)}.featured-projects{margin-top:2.5rem;padding-top:1.5rem;position:relative;z-index:2}.section-title{text-align:center;font-size:2rem;font-weight:700;color:#007bff;margin-bottom:2rem;letter-spacing:1px;text-shadow:0 2px 8px #e0e7ff}@media (max-width: 900px){.hero-title{font-size:2rem}.hero-img{width:100px;height:100px}}@media (max-width: 600px){.hero-section{padding-top:1rem}.hero-title{font-size:1.3rem}.hero-img{width:70px;height:70px}.section-title{font-size:1.2rem}}.animated-section{animation:fadeInUp 1s cubic-bezier(.23,1,.32,1);position:relative;overflow:hidden}.about-shape,.projects-shape,.skills-shape,.contact-shape{position:absolute;z-index:1;opacity:.7}.about-shape{top:2rem;left:2rem}.projects-shape{top:2rem;right:2rem}.skills-shape{bottom:2rem;left:2rem}.contact-shape{bottom:2rem;right:2rem}.about-card{background:linear-gradient(135deg,#f8fafc 60%,#e0e7ff 100%,#ffe0e7);border-radius:16px;box-shadow:0 2px 16px #007bff1a;padding:2rem 1.5rem;margin-top:1.5rem;position:relative;z-index:2}.about-title{font-size:2.2rem;font-weight:800;color:#007bff;margin-bottom:1rem;text-align:center;letter-spacing:1px;text-shadow:0 2px 8px #e0e7ff;animation:fadeInUp 1s .1s both}.about-img{animation:heroImgPop 1.2s cubic-bezier(.23,1,.32,1);margin-bottom:.5rem}.about-subtitle{color:#ff6a88;font-size:1.2rem;font-weight:700;margin-top:1.5rem;margin-bottom:.5rem;animation:fadeInUp 1s .2s both}.about-skills-list{display:flex;flex-wrap:wrap;gap:.7rem;list-style:none;padding:0;margin:.5rem 0 1.5rem}.about-skills-list li{background:linear-gradient(90deg,#e0e7ff,#f8fafc 100%,#ffe0e7);border-radius:20px;padding:.5rem 1.2rem;font-weight:600;color:#007bff;font-size:1rem;box-shadow:0 1px 4px #007bff1a;animation:popIn .7s cubic-bezier(.23,1,.32,1)}.animated-card{animation:popIn .8s cubic-bezier(.23,1,.32,1) both}@keyframes popIn{0%{opacity:0;transform:scale(.8) translateY(40px)}to{opacity:1;transform:scale(1) translateY(0)}}.animated-skill{animation:popIn .7s cubic-bezier(.23,1,.32,1) both}.animated-form input,.animated-form textarea,.animated-form button{animation:fadeInUp .8s cubic-bezier(.23,1,.32,1) both}.animated-form input{animation-delay:.1s}.animated-form textarea{animation-delay:.2s}.animated-form button{animation-delay:.3s}.animated-fade{animation:fadeInUp 1s .2s both}@media (max-width: 900px){.about-shape,.projects-shape,.skills-shape,.contact-shape{width:50px;height:50px}}@media (max-width: 600px){.about-shape,.projects-shape,.skills-shape,.contact-shape{display:none}.about-card{padding:1rem .5rem}}.timeline-section{margin-top:2.5rem;margin-bottom:2.5rem}.timeline-list{list-style:none;padding:0;margin:2rem 0 0;position:relative;max-width:700px;margin-left:auto;margin-right:auto}.timeline-list:before{content:"";position:absolute;left:18px;top:0;bottom:0;width:4px;background:linear-gradient(180deg,#007bff,gold);border-radius:2px;opacity:.18}.timeline-item{display:flex;align-items:flex-start;margin-bottom:2.2rem;position:relative;animation:fadeInUp .8s cubic-bezier(.23,1,.32,1) both}.timeline-dot{width:18px;height:18px;background:linear-gradient(135deg,#007bff 60%,gold);border-radius:50%;margin-right:1.2rem;box-shadow:0 2px 8px #007bff33;position:relative;z-index:2}.timeline-content{background:#fff;border-radius:12px;box-shadow:0 2px 12px #007bff11;padding:1.1rem 1.5rem;min-width:220px;max-width:420px;position:relative;z-index:2}.timeline-year{font-weight:700;color:#007bff;font-size:1.1rem}.timeline-title{font-size:1.2rem;font-weight:700;margin:.2rem 0 .1rem}.timeline-place{color:#6a82fb;font-size:1rem;font-weight:600}.timeline-desc{color:#444;font-size:1rem;margin-top:.3rem}.certifications-section{margin-top:2.5rem;margin-bottom:2.5rem}.certifications-list{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.cert-card{background:linear-gradient(135deg,#e0fff4 60%,#ffe0e7);border-radius:14px;box-shadow:0 2px 12px #ffd70022;padding:1.2rem 2rem;min-width:180px;text-align:center;display:flex;flex-direction:column;align-items:center;font-weight:600;color:#007bff;font-size:1rem;animation:popIn .8s cubic-bezier(.23,1,.32,1) both}.cert-name{font-size:1.1rem;font-weight:700;margin-bottom:.2rem}.cert-org{color:#6a82fb;font-size:.98rem}.cert-year{color:#ff6a88;font-size:.95rem;margin-top:.2rem}.blog-section{margin-top:3rem;margin-bottom:2.5rem}.blog-list{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.blog-card{background:linear-gradient(135deg,#f8fafc 60%,#e0e7ff 100%,#ffe0e7);border-radius:14px;box-shadow:0 2px 12px #6a82fb22;padding:1.2rem 2rem;min-width:220px;max-width:320px;text-align:left;display:flex;flex-direction:column;align-items:flex-start;font-size:1rem;animation:popIn .8s cubic-bezier(.23,1,.32,1) both}.blog-title{font-size:1.15rem;font-weight:700;color:#007bff;margin-bottom:.2rem}.blog-date{color:#ff6a88;font-size:.95rem;margin-bottom:.5rem}.blog-excerpt{color:#444;font-size:1rem;margin-bottom:.7rem}.blog-link{color:#fff;background:linear-gradient(90deg,#007bff,#6a82fb);padding:.4rem 1.2rem;border-radius:20px;text-decoration:none;font-weight:600;font-size:.98rem;transition:background .2s,color .2s}.blog-link:hover{background:linear-gradient(90deg,gold,#ffb347);color:#222}.hobbies-section{margin-top:3rem;margin-bottom:2.5rem}.hobbies-list{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.hobby-card{background:linear-gradient(135deg,#e0fff4 60%,#ffe0e7);border-radius:14px;box-shadow:0 2px 12px #6a82fb22;padding:1.2rem 2rem;min-width:180px;text-align:center;display:flex;flex-direction:column;align-items:center;font-weight:600;color:#007bff;font-size:1rem;animation:popIn .8s cubic-bezier(.23,1,.32,1) both}.hobby-icon{font-size:2.2rem;margin-bottom:.5rem}.hobby-name{font-size:1.1rem;font-weight:700;margin-bottom:.2rem}.hobby-desc{color:#6a82fb;font-size:.98rem}@media (max-width: 900px){.about-shape,.projects-shape,.skills-shape,.contact-shape{width:50px;height:50px}.timeline-content{padding:1rem .7rem}.cert-card,.blog-card,.hobby-card{padding:1rem .7rem;min-width:120px}}@media (max-width: 600px){.timeline-list:before{left:10px;width:2px}.timeline-dot{width:12px;height:12px;margin-right:.7rem}.timeline-content{min-width:120px;max-width:98vw;padding:.7rem .5rem}.cert-card,.blog-card,.hobby-card{padding:.7rem .3rem;min-width:90px;font-size:.9rem}.hobby-icon{font-size:1.3rem}}
