#education-container{margin-left:260px;padding:2rem;min-height:100vh}.education-heading{font-size:2.5rem;margin-bottom:2rem;text-align:center;color:#f5f5f5}.education-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.education-card{background-color:#1f1f1f;border-radius:12px;padding:1.5rem;box-shadow:0 0 15px #00ffff1a;transition:transform .3s ease,box-shadow .3s ease}.education-card:hover{transform:translateY(-5px);box-shadow:0 4px 20px #00ffff4d}.education-card h3{font-size:1.3rem;color:#b6cdbd;margin-bottom:.5rem}.education-card .institution{font-style:italic;margin-bottom:.5rem;color:#ccc}.education-card p{font-size:.95rem;margin:.3rem 0}@media screen and (max-width: 768px){#education-container{margin-left:0;padding:1.5rem;margin-top:40px}.education-heading{font-size:2rem}.education-card{padding:1rem}.education-card h3{font-size:1.1rem}.education-card p{font-size:.85rem}}#sidebar{position:fixed;top:0;left:0;background-color:#1e1e1e;z-index:1000;display:flex;flex-direction:column;align-items:center;width:250px;height:100vh;padding-top:30px;border-right:1px solid #333;box-sizing:border-box;transition:all .3s ease;overflow-y:auto}#sign{width:100%;display:flex;justify-content:center;margin-bottom:40px;padding:0 15px}#sign img{width:70%;max-width:150px;height:auto;object-fit:contain}#list{width:100%;flex-grow:1;display:flex;flex-direction:column;align-items:center;padding:0 15px}#list ul{list-style:none;padding:0;margin:0;width:100%;display:flex;flex-direction:column;align-items:center;gap:15px}#list ul li{background-color:#393e46;width:85%;font-size:18px;padding:12px 25px;border-radius:8px;text-align:center;color:#daf4f5;cursor:pointer;box-shadow:0 2px 5px #0000004d;-webkit-user-select:none;user-select:none;transition:all .3s ease;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}#list ul li:hover{background-color:#00ffe7;color:#000;transform:translateY(-3px);box-shadow:0 4px 12px #00ffe780}#list ul li:active{background-color:#00c6b1;color:#fff;transform:scale(.95);box-shadow:none}#list ul li.active{background-color:#d3d6db;color:#000;font-weight:600;box-shadow:0 4px 12px #3a4750;transform:translateY(-2px)}@media (max-width: 768px){#sidebar{flex-direction:row;width:100%;height:60px;padding:0 20px;justify-content:space-between;border-right:none;border-bottom:1px solid #333;overflow-x:auto;white-space:nowrap}#sign{margin:0 10px 0 0;padding:0;width:auto}#sign img{width:40px;height:40px}#list{flex-grow:0;width:auto;padding:0;margin:0}#list ul{flex-direction:row;justify-content:flex-end;align-items:center;gap:15px;width:auto;flex-wrap:nowrap}#list ul li{width:auto;font-size:16px;padding:8px 14px;border-radius:6px}}@media (max-width: 480px){#sidebar{height:50px;padding:0 15px}#sign img{width:32px;height:32px}#list ul li{font-size:14px;padding:6px 10px;border-radius:5px}}#projects-container{margin-left:250px;padding:40px 60px;background-color:#121212;min-height:100vh;color:#f0f0f0;max-width:100vw;box-sizing:border-box;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}#projects-container h2{font-size:2.8rem;margin-bottom:50px;font-weight:700;color:#eee;text-align:center;letter-spacing:2px}.project{display:flex;gap:40px;background-color:#1f1f1f;border-radius:16px;padding:25px 30px;margin-bottom:40px;align-items:center;box-shadow:0 4px 12px #000000b3;transition:background-color .3s ease,box-shadow .3s ease}.project:hover{background-color:#292929;box-shadow:0 6px 20px #000000e6}.left{flex:0 0 160px;display:flex;flex-direction:column;align-items:center;gap:20px}.left img{width:120px;height:120px;border-radius:16px;object-fit:cover;cursor:pointer;border:3px solid transparent;transition:border-color .3s ease;box-shadow:0 2px 8px #00000080}.left img:hover{border-color:#aaa;box-shadow:0 4px 12px #aaa9}.left h3{margin:0;font-size:1.3rem;font-weight:600;color:#ccc;text-align:center}.right{flex:1;font-size:1rem;line-height:1.6;color:#bbb;-webkit-user-select:text;user-select:text}@media (max-width: 900px){#projects-container{margin-left:0;padding:30px 20px}.project{flex-direction:column;padding:20px;gap:20px}.left{flex:none;flex-direction:row;gap:15px;justify-content:flex-start;width:100%}.left img{width:80px;height:80px;border-radius:12px}.left h3{font-size:1.1rem;align-self:center;text-align:left}.right{font-size:.95rem}}@media (max-width: 480px){#projects-container{padding-top:20%}#projects-container h2{font-size:2rem}.left img{width:60px;height:60px}.left h3{font-size:1rem}.right{font-size:.9rem}}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:#0f0f0f;color:#fff}#skills{margin-left:260px;padding:2rem;min-height:100vh}#skills h2{font-size:2.5rem;margin-bottom:2rem;text-align:center}.skill-section{margin-bottom:3rem}.skill-section h3{font-size:1.8rem;margin-bottom:1.5rem;text-align:center;color:#0ff}.skill-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:1.5rem;justify-items:center}.skill-card{background-color:#1f1f1f;padding:1rem;border-radius:12px;text-align:center;transition:transform .3s ease,box-shadow .3s ease;width:100px;height:100px;display:flex;flex-direction:column;align-items:center;justify-content:center}.skill-card:hover{transform:scale(1.05);box-shadow:0 4px 15px #0ff6}.skill-card img{width:40px;height:40px;object-fit:contain;margin-bottom:.5rem}.skill-card p{font-size:.9rem;margin-top:.3rem;color:#fff}@media screen and (max-width: 768px){#skills{margin-left:0;padding:1.5rem;margin-top:40px!important}#skills h2{font-size:2rem}.skill-section h3{font-size:1.5rem}.skill-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:1rem}.skill-card{width:90px;height:90px}.skill-card img{width:30px;height:30px}.skill-card p{font-size:.75rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:#121212;color:#fff}#about{padding:40px;min-height:100vh;background-color:#181818;display:flex;flex-direction:column;align-items:center;gap:30px;transition:all .3s ease}#image img{width:200px;height:200px;border-radius:50%;object-fit:cover;border:3px solid #f5e1da;box-shadow:0 0 15px #f5e1da}#content{font-size:22px;text-align:center;max-width:800px;line-height:1.6}#content p{color:#8f8787;margin-top:10px}#links{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}#links a img{width:40px;height:40px;transition:transform .2s ease,filter .3s ease}#links a:hover img{transform:scale(1.15);filter:brightness(1.2) drop-shadow(0 0 5px #3a4750)}#connect{padding:20px;display:flex;gap:30px;flex-wrap:wrap;justify-content:center;align-items:center;background-color:#181818}.contact{display:flex;align-items:center;gap:15px;background-color:#222;padding:10px 20px;border-radius:10px;box-shadow:0 0 8px #00ffe726;transition:transform .2s ease}.contact:hover{transform:translateY(-2px);box-shadow:0 0 12px #00ffe74d}.contact img{width:30px;height:30px;object-fit:contain;filter:drop-shadow(0 0 2px #00ffe7)}.contact p{margin:0;font-size:16px;white-space:nowrap}@media (min-width: 769px){#about{margin-left:250px}}@media (max-width: 768px){#about{margin-left:0;padding:30px 20px;margin-top:40px!important}#image img{width:160px;height:160px}#content{font-size:20px}#connect{flex-direction:column;gap:20px}.contact{width:90%}}@media (max-width: 480px){#image img{width:130px;height:130px}#content{font-size:18px}#links a img{width:30px;height:30px}.contact{padding:8px 15px}.contact img{width:24px;height:24px}.contact p{font-size:14px}}body{margin:0;font-family:Segoe UI,sans-serif;background-color:#121212;color:#fff}.achievements-container{padding:20px;background-color:#121212;transition:padding .3s ease;box-sizing:border-box;min-height:100vh}.heading{text-align:center;font-size:1.75rem;color:#f5f5f5;margin-bottom:1.5rem}.subheading{font-size:1.4rem;color:#00bcd4;margin-top:2rem;margin-bottom:1rem}.text-achievements{display:flex;flex-direction:column;gap:1rem}.text-card{background-color:#1e1e1e;padding:1rem;border-radius:10px;border:1px solid #333;text-decoration:none;color:#fff;transition:background-color .3s ease,transform .2s ease}.text-card:hover{background-color:#2a2a2a;transform:translateY(-3px)}.text-card h3{margin:0 0 .3rem;color:#b6cdbd;font-size:1.2rem}.text-card p{margin:0;color:#cfd8dc;font-size:.95rem}.certificates-grid{display:flex;flex-direction:column;gap:1.5rem;align-items:center;margin-top:1rem}.certificate-card{background-color:#1e1e1e;padding:1rem;border-radius:12px;text-align:center;max-width:100%;width:90%;border:1px solid #333;box-shadow:0 4px 10px #0006;transition:transform .3s ease,background-color .3s ease}.certificate-card:hover{background-color:#2a2a2a;transform:translateY(-4px)}.certificate-image-wrapper{width:100%;height:300px;overflow:hidden;display:flex;justify-content:center;align-items:center}.certificate-image{width:100%;height:auto;max-height:300px;object-fit:contain;border-radius:8px;border:1px solid #444}.rotate-left{transform:rotate(-90deg) scale(.75);transform-origin:center;max-width:none;max-height:none;display:block;margin:auto}.certificate-card h3{margin-top:.75rem;font-size:1.1rem;color:#b6cdbd}@media (min-width: 600px){.text-achievements{flex-direction:row;flex-wrap:wrap;justify-content:center}.text-card{width:calc(50% - 1rem)}.certificates-grid{flex-direction:row;flex-wrap:wrap;justify-content:center}.certificate-card{width:45%}}@media (min-width: 900px){.text-card{width:calc(33.33% - 1rem)}.certificate-card{width:30%}}@media (max-width: 768px){.achievements-container{margin-top:40px!important;margin-left:0!important;padding:1rem}.text-achievements{align-items:center}.text-card{width:100%;max-width:100%;margin:0 auto}.certificate-card{width:100%}}@media (max-width: 480px){.text-card h3{font-size:1.05rem}.text-card p{font-size:.9rem}}
