.nav-container{font-family:Merriweather,serif;background-color:#040439;color:#fff;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;position:relative}.nav-logo{font-size:1.5rem;font-weight:700;color:#fff;display:none}.nav-links{display:flex;gap:2rem}.nav-items{font-size:1rem;padding:.5rem 1rem;border:1px solid transparent;border-radius:5px;text-transform:uppercase;letter-spacing:1.5px;transition:all .3s ease;cursor:pointer}.nav-items:hover{border-bottom:1px solid #ff4d4d;background:#ff4d4d1a;color:#ffeaea}.menu-toggle{display:none;font-size:2rem;background:none;border:none;color:#fff;cursor:pointer}@media (max-width: 768px){.menu-toggle,.nav-logo{display:block}.nav-links{display:none;flex-direction:column;gap:1rem;position:absolute;top:100%;right:0;background:#040439;width:100%;padding:1rem}.nav-links.open{display:flex}}@media (min-width: 769px){.nav-links{flex:1;justify-content:center}}.about-container{background:linear-gradient(#0009,#0009),url(/bg.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;min-height:100vh;display:flex;justify-content:center;align-items:center;text-align:center;padding:0 1rem}.about-content{display:flex;flex-direction:column;gap:1rem;padding:3rem 2rem;border-radius:16px;max-width:800px}.about-container h1{font-family:Poppins,sans-serif;font-size:3.2rem;font-weight:700;color:#fff;margin:0;text-shadow:3px 3px 8px rgba(0,0,0,.7)}.about-container h2{font-family:Merriweather,serif;font-size:1.7rem;font-weight:400;color:#dcdcdc;margin:0;text-shadow:2px 2px 6px rgba(0,0,0,.6)}.about-container h3{font-family:Roboto,sans-serif;font-size:1.3rem;font-weight:400;color:#4fc3f7;margin-top:.5rem;text-shadow:2px 2px 5px rgba(0,0,0,.5);letter-spacing:1px;line-height:1.5}@media (max-width: 768px){.about-container h1{font-size:2.5rem}.about-container h2{font-size:1.4rem}.about-container h3{font-size:1.1rem}}.project-container{max-width:1200px;margin:4rem auto;padding:0 1rem}.project-container h2{font-family:Merriweather,serif;font-size:2.2rem;font-weight:700;color:#111827;text-align:center;margin-bottom:3rem;letter-spacing:1.5px;text-transform:uppercase;position:relative}.project-container h2:after{content:"";position:absolute;width:80px;height:3px;background:#2563eb;bottom:-10px;left:50%;transform:translate(-50%);border-radius:2px}.project-grid{display:flex;flex-direction:column;gap:40px}.project-card{display:flex;gap:30px;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 12px #00000014;transition:all .3s ease;margin:0 1rem}.project-card:hover{transform:translateY(-6px);box-shadow:0 10px 25px #0000001f}.project-img{width:355px;height:142px;object-fit:cover;border-radius:8px}.project-text{padding:1.8rem;flex:1;display:flex;flex-direction:column;justify-content:center}.project-text h3{font-size:1.5rem;font-weight:700;color:#2563eb;margin-bottom:1rem}.project-text p{font-size:1rem;color:#4b5563;line-height:1.6}.viewMore-Project{display:flex;justify-content:center;margin-top:2.5rem}.viewMore-Project button{background:#2563eb;color:#fff;font-size:1rem;font-weight:600;padding:.9rem 2.2rem;border:none;border-radius:10px;cursor:pointer;transition:all .3s ease;box-shadow:0 6px 16px #2563eb4d}.viewMore-Project button:hover{background:#1e40af;transform:translateY(-3px);box-shadow:0 8px 20px #2563eb73}.viewMore-Project button:active{transform:scale(.97)}@media (max-width: 992px){.project-card{flex-direction:column;text-align:center;align-items:center}.project-img{width:100%;height:auto;border-radius:0}.project-text{padding:1rem}}@media (max-width: 600px){.project-text h3{font-size:1.2rem}.project-text p{font-size:.9rem}}.skills-wrapper{background:#f8f9fa;padding:4rem 1rem}.skills-container{max-width:1200px;margin:0 auto;text-align:center}.skills-container h2{font-family:Merriweather,serif;font-size:2.2rem;font-weight:700;color:#111827;text-transform:uppercase;margin-bottom:3rem;letter-spacing:1.5px;position:relative}.skills-container h2:after{content:"";position:absolute;width:70px;height:3px;background:#2563eb;bottom:-10px;left:50%;transform:translate(-50%);border-radius:2px}.skills-columns{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;margin-left:2rem}.skills-column{flex:1;min-width:250px;padding:2rem 1rem}.skills-column h3{font-size:1.3rem;margin-bottom:1.5rem;color:#2563eb;font-weight:600}.skills-column ul{list-style:none;display:flex;flex-wrap:wrap;justify-content:center;gap:1.2rem;padding:0;margin:0}.skill-circle{width:95px;height:95px;border-radius:50%;border:3px solid #2563eb;color:#111827;background:#fff;display:flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:600;text-align:center;transition:all .3s ease;box-shadow:0 3px 6px #0000001a}.skill-circle:hover{background:#2563eb;color:#fff;transform:translateY(-6px);box-shadow:0 6px 15px #00000026}.footer-container{background-color:#1e3a8a;color:#fff;padding:3rem 1rem;font-family:Merriweather,serif}.footer-content{max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem}.footer-info{flex:1;min-width:250px}.footer-info h3{font-size:1.8rem;margin-bottom:1rem;text-transform:uppercase;border-bottom:2px solid #43e97b;display:inline-block;padding-bottom:.3rem}.footer-info p{margin:.4rem 0;font-size:1rem}.social-icons{margin-top:1rem}.social-icons a{color:#fff;margin-right:1rem;font-size:1.3rem;transition:transform .3s,color .3s}.social-icons a:hover{color:#43e97b;transform:scale(1.2)}.footer-message{flex:1;min-width:250px;text-align:right;font-size:.9rem}@media (max-width: 768px){.footer-content{flex-direction:column;text-align:center}.footer-message{text-align:center}}*{margin:0;padding:0;box-sizing:border-box}.exp-container{max-width:1200px;margin:4rem auto;padding:0 1rem}.exp-container h2{font-family:Merriweather,serif;font-size:2.2rem;font-weight:700;color:#111827;text-align:center;margin-bottom:3rem;letter-spacing:1.5px;text-transform:uppercase;display:inline-block;padding-bottom:.5rem;position:relative;display:block}.exp-container h2:after{content:"";position:absolute;width:70px;height:3px;background:#2563eb;bottom:-6px;left:50%;transform:translate(-50%);border-radius:2px}.exp-card{background:#f0f4f8;border-left:5px solid #1e3a8a;padding:1.5rem 2rem;border-radius:10px;box-shadow:0 4px 12px #00000014;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;margin-bottom:2rem;max-width:100%}.exp-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000001f;border-color:#2563eb}.exp-card h3{font-size:1.5rem;font-weight:700;color:#1e3a8a;margin-bottom:.5rem}.role-duration{font-size:.95rem;font-weight:500;color:#555;margin-bottom:1rem}.role-duration strong{color:#222}.exp-card ul{margin:0;padding-left:1.2rem;list-style-type:disc;color:#333}.exp-card li{margin-bottom:.5rem;line-height:1.6;font-size:.95rem}@media (max-width: 768px){.exp-container h2{font-size:1.8rem}.exp-card{padding:1rem 1.2rem}.exp-card h3{font-size:1.3rem}.role-duration,.exp-card li{font-size:.9rem}}@media (max-width: 480px){.exp-container h2{font-size:1.5rem}.exp-card{padding:.8rem 1rem}.exp-card h3{font-size:1.1rem}}
