*{margin:0;padding:0;box-sizing:border-box}body{font-family:Poppins,sans-serif;background:#f0f2f5;color:#333}.header{text-align:center;padding:50px 20px;background:linear-gradient(135deg,#6e8efb,#a777e3);color:#fff}.navbar{display:flex;justify-content:center;background-color:#fff;box-shadow:0 2px 5px #0000001a;position:sticky;top:0;z-index:10}.navbar a{padding:15px 20px;text-decoration:none;color:#333;font-weight:600;transition:color .3s}.navbar a:hover{color:#6e8efb}.section{min-height:100vh;padding:60px 20px;display:flex;flex-direction:column;align-items:center;justify-content:center;opacity:1;transition:all .6s ease-out}#section1{background-color:#6e8efb1a}#section2{background-color:#6e8efb26}#section3{background-color:#6e8efb33}#section4{background-color:#6e8efb40}.section.active{opacity:1;transform:translateY(0)}.section h2{margin-bottom:20px;font-size:2.5rem;color:#6e8efb}.experience{display:flex;flex-wrap:wrap;gap:30px;justify-content:center;margin-top:30px}.exp-item{background:#fff;width:300px;border-radius:10px;overflow:hidden;box-shadow:0 5px 15px #0000001a;transition:transform .4s ease,box-shadow .4s ease;display:flex;flex-direction:column;text-align:center;padding:20px}.exp-item:hover{transform:translateY(-10px);box-shadow:0 8px 20px #0003}.exp-item h3{margin-bottom:10px;color:#6e8efb}.exp-item p{font-size:.95rem;color:#666;margin-bottom:5px}.projects{display:flex;flex-wrap:wrap;gap:30px;justify-content:center;margin-top:30px}.project-card{background:#fff;width:300px;border-radius:10px;overflow:hidden;box-shadow:0 5px 15px #0000001a;transition:transform .4s ease,box-shadow .4s ease;display:flex;flex-direction:column;text-align:center}.project-card img{width:100%;height:180px;object-fit:cover}.project-card-content{padding:20px}.project-card-content h3{margin-bottom:10px;color:#6e8efb}.project-card-content p{font-size:.95rem;color:#666;margin-bottom:15px}.project-card:hover{transform:translateY(-10px);box-shadow:0 8px 20px #0003}.btn{text-decoration:none;background:#6e8efb;color:#fff;padding:10px 20px;border-radius:5px;display:inline-block;font-weight:700;transition:background-color .3s}.btn:hover{background:#5a7cf5}.contact-container{background:#fff;padding:40px;border-radius:10px;box-shadow:0 5px 15px #0000001a;text-align:center;max-width:500px;margin-top:30px}.contact-container p{font-size:1rem;color:#555;margin-bottom:20px;line-height:1.6}.social-links{margin-top:20px;display:flex;justify-content:center;gap:20px}.social-links a{display:flex;align-items:center;justify-content:center;width:45px;height:45px;background-color:#6e8efb;color:#fff;border-radius:50%;font-size:20px;text-decoration:none;transition:background-color .3s,transform .3s}.social-links a:hover{background-color:#5a7cf5;transform:translateY(-5px)}.hamburger{flex-direction:column;cursor:pointer;gap:5px;position:fixed;top:20px;right:20px;z-index:15}.hamburger-parent{display:none;position:fixed;top:0;left:0;right:0;height:60px;background-color:#fff;z-index:9}.hamburger span{width:30px;height:3px;background-color:#333}@media(max-width:768px){.header{margin-top:60px}.navbar{display:none;flex-direction:column;gap:20px;position:absolute;top:50px;left:0;width:100%;background-color:#fff;padding:10px;box-shadow:0 2px 5px #0000001a}.navbar.active,.hamburger{display:flex}.hamburger-parent{display:block}.hamburger.sticky{position:fixed;top:20px;right:20px;z-index:15}.navbar.active{position:fixed;top:60px}}.hamburger-parent{position:fixed;top:0;right:0;left:0;z-index:2000}.hamburger-parent.sticky{background:#ffffffe6;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:all .3s ease}.hamburger-button{padding-right:18px;padding-top:10px;float:right;background:none;border:none;font-size:1.8rem;cursor:pointer}.hamburger-menu{display:none;flex-direction:column;position:absolute;top:50px;left:0;right:0;background:#fff;box-shadow:0 6px 6px #00000026;padding:10px 20px}.hamburger-menu.open{display:flex}.hamburger-menu a{margin:8px 0;text-decoration:none;color:#333;transition:color .3s ease}.hamburger-menu a:hover{color:#0078ff}
