@charset "UTF-8";*{margin:0;padding:0;box-sizing:border-box}.navbar{display:flex;justify-content:center;align-items:center;gap:50px;justify-content:space-between;background-color:#101820;color:#fff;padding:10px;height:100px}.navbar .name h1{margin:20px;font-size:35px;font-weight:600;cursor:default;text-align:start}.navbar .name h1:hover{color:#f2aa4c;transition:all .3s ease-in-out;text-shadow:0 .2px 15px #f2aa4c}.navbar .links{display:flex;justify-content:center;align-items:center;margin:20px}.navbar .links a{padding:25px;text-decoration:none;color:#f2aa4c;font-size:20px;font-weight:600;cursor:pointer}.navbar .links a:hover{color:#f0f8ff;text-decoration:underline}.skill-section{padding:60px 30px;background-color:#fff;color:#2c3e50;font-family:Segoe UI,sans-serif}.skill-section h2{text-align:center;font-size:28px;margin-bottom:40px;color:#101820}.skill-section .skill-list{max-width:700px;margin:auto}.skill-section .skill-bar{margin-bottom:20px}.skill-section .skill-bar .label{display:flex;justify-content:space-between;font-size:16px;margin-bottom:5px}.skill-section .skill-bar .bar{width:100%;height:12px;background-color:#ddd;border-radius:10px;overflow:hidden}.skill-section .skill-bar .bar .filled{height:100%;background:linear-gradient(90deg,#f2aa4c,#ffce6d);border-radius:10px;transition:width .1s linear}.education-section{padding:80px 60px;background:linear-gradient(to right,#f9f9f9,#fff);color:#2c3e50;font-family:Segoe UI,sans-serif;box-shadow:0 0 15px #0000000d}.education-section .container{max-width:900px;margin:0 auto;background-color:#fff;padding:20px 50px;border-radius:16px;box-shadow:0 8px 20px #0000001a}.education-section .section-title{font-size:36px;color:#101820;text-align:center;font-weight:700;margin-bottom:40px;position:relative}.education-section .section-title:after{content:"";width:80px;height:4px;background-color:#f2aa4c;display:block;margin:10px auto 0;border-radius:4px}.education-section .training{margin-bottom:40px}.education-section .training h3{font-size:24px;color:#f2aa4c;margin-bottom:10px;border-left:6px solid #f2aa4c;padding-left:12px}.education-section .training p{font-size:16px;color:#333;line-height:1.6}.education-section .education-details ul{list-style:none;padding-left:0}.education-section .education-details ul li{padding:15px 20px;margin-bottom:15px;background-color:#f9f9f9;border-left:6px solid #f2aa4c;border-radius:6px;font-size:16px;box-shadow:0 4px 10px #0000000d}.education-section .education-details ul strong{color:#101820}@media (max-width: 768px){.education-section{padding:50px 20px}.education-section .container{padding:30px}.education-section .section-title{font-size:28px}.education-section .training h3{font-size:20px}}.contact-section{padding:80px 60px;background:linear-gradient(to right,#f9f9f9,#fff);color:#2c3e50;font-family:Segoe UI,sans-serif;box-shadow:0 0 15px #0000000d}.contact-section .container{max-width:900px;margin:0 auto;background-color:#fff;padding:20px 50px;border-radius:16px;box-shadow:0 8px 20px #0000001a}.profile{background:#101820;color:#fff;padding:80px 40px;font-family:Segoe UI,sans-serif}.profile .profile-container{display:flex;align-items:center;justify-content:center;gap:80px;max-width:1200px;margin:auto}.profile .profile-container .profile-image{flex:1;display:flex;justify-content:center}.profile .profile-container .profile-image img{width:400px;height:400px;object-fit:cover;border-radius:50%;border:2px solid #f2aa4c;box-shadow:0 0 5px #f2aa4c4d;transition:transform .3s ease,box-shadow .3s ease}.profile .profile-container .profile-image img:hover{transform:scale(1.03);transition:ease-in-out .5s;box-shadow:0 0 20px #f2aa4ce6}.profile .profile-container .profile-text{flex:2}.profile .profile-container .profile-text .name{font-size:36px;color:#f2aa4c;font-weight:700;margin-bottom:15px}.profile .profile-container .profile-text .title{font-size:24px;margin-bottom:20px}.profile .profile-container .profile-text .desc{font-size:16px;color:#ddd;line-height:1.6;max-width:600px}@media (max-width: 768px){.profile .profile-container{flex-direction:column;text-align:center;padding:20px}.profile .profile-container .profile-image img{width:180px;height:180px}.profile .profile-container .profile-text .name{font-size:28px}.profile .profile-container .profile-text .title{font-size:20px}.profile .profile-container .profile-text .desc{font-size:14px}}.about-section{padding:80px 60px;background:linear-gradient(to right,#f9f9f9,#fff);color:#2c3e50;font-family:Segoe UI,sans-serif;box-shadow:0 0 15px #0000000d}.about-section .container{max-width:900px;margin:0 auto;background-color:#fff;padding:20px 50px;border-radius:16px;box-shadow:0 8px 20px #0000001a}.about-section .section-title{font-size:36px;text-align:center;color:#101820;margin-bottom:50px;font-weight:700;position:relative}.about-section .section-title:after{content:"";display:block;width:80px;height:4px;background-color:#f2aa4c;margin:10px auto 0;border-radius:4px}.about-section .career-objective,.about-section .skills{margin-bottom:40px}.about-section .career-objective h3,.about-section .skills h3{font-size:24px;color:#f2aa4c;margin-bottom:15px;font-weight:600;border-left:6px solid #f2aa4c;padding-left:12px}.about-section .career-objective p,.about-section .career-objective li,.about-section .skills p,.about-section .skills li{font-size:16px;line-height:1.7;color:#333}.about-section .career-objective ul,.about-section .skills ul{padding-left:25px;margin-top:10px}.about-section .career-objective ul li,.about-section .skills ul li{margin-bottom:12px;position:relative;padding-left:18px}.about-section .career-objective ul li:before,.about-section .skills ul li:before{content:"✔";position:absolute;left:0;color:#f2aa4c;font-size:14px}@media (max-width: 768px){.about-section{padding:50px 20px}.about-section .container{padding:30px 25px}.about-section .section-title{font-size:28px}.about-section .career-objective h3,.about-section .skills h3{font-size:20px}}.project-section{padding:80px 60px;background:linear-gradient(to right,#f9f9f9,#fff);color:#2c3e50;font-family:Segoe UI,sans-serif;box-shadow:0 0 15px #0000000d}.project-section .container{max-width:900px;margin:0 auto;background-color:#fff;padding:20px 50px;border-radius:16px;box-shadow:0 8px 20px #0000001a}.project-section .section-title{font-size:36px;color:#101820;text-align:center;margin-bottom:50px;font-weight:700;position:relative}.project-section .section-title:after{content:"";width:80px;height:4px;background:#f2aa4c;display:block;margin:10px auto 0;border-radius:4px}.project-section .project-card{margin-bottom:40px}.project-section .project-card h3{font-size:24px;color:#f2aa4c;margin-bottom:15px;position:relative;padding-left:20px}.project-section .project-card h3:before{content:"💡";position:absolute;left:-5px;top:0;font-size:20px}.project-section .project-card ul{list-style-type:square;padding-left:25px}.project-section .project-card ul li{font-size:16px;line-height:1.6;margin-bottom:10px;position:relative;padding-left:20px}.project-section .project-card ul li:before{content:"✔";position:absolute;left:0;color:#f2aa4c;font-size:14px}@media (max-width: 768px){.project-section{padding:50px 20px}.project-section .container{padding:25px}.project-section .section-title{font-size:28px}.project-section .project-card h3{font-size:20px}}.contact-section{padding:80px 60px;background:linear-gradient(to right,#f9f9f9,#fff);color:#2c3e50;font-family:Segoe UI,sans-serif;box-shadow:0 0 15px #0000000d;margin-bottom:0}.contact-section .container{max-width:900px;margin:0 auto;height:400px;background-color:#fff;padding:20px 50px;border-radius:16px;box-shadow:0 8px 20px #0000001a}.contact-section .section-title{font-size:36px;text-align:center;color:#101820;margin-bottom:40px;font-weight:700}.contact-section .section-title:after{content:"";display:block;width:80px;height:4px;background:#f2aa4c;margin:10px auto 0;border-radius:4px}.contact-section .contact-info{font-size:16px;line-height:1.7}.contact-section .contact-info p{margin-bottom:15px}.contact-section .contact-info a{color:#0077b5;text-decoration:none;font-weight:500}.contact-section .contact-info a:hover{color:#f2aa4c;transition:.3s ease}.contact-section .contact-info strong{color:#101820;display:inline-block;min-width:90px}@media (max-width: 768px){.contact-section{padding:50px 20px}.contact-section .container{padding:30px}.contact-section .section-title{font-size:28px}}.footer{background-color:#101820;color:#fff;padding:30px 40px;font-family:Segoe UI,sans-serif;text-align:center;margin-bottom:0;width:100%;position:relative;bottom:0;display:flex;flex-direction:column;gap:10px}.footer .footer-links{margin-bottom:10px}.footer .footer-links a{margin:0 12px;color:#f2aa4c;text-decoration:none;font-weight:500;font-size:16px;transition:all .3s ease}.footer .footer-links a:hover{color:#fff;text-decoration:underline}.footer .footer-bottom{font-size:14px;color:#ccc;line-height:1.6}.footer .footer-bottom p{margin:5px 0}.footer .footer-bottom p:first-of-type{font-weight:500;color:#f2aa4c}.footer .footer-bottom .Fname{transition:all .3s ease;cursor:pointer;padding-left:5px}.footer .footer-bottom .Fname:hover{color:#f2aa4c;text-shadow:0 1px 8px #f2aa4c}@media (max-width: 768px){.footer{padding:20px 10px}.footer .footer-links{display:flex;flex-direction:column}.footer .footer-links a{margin:6px 0}}.address-section{padding:80px 60px;background:linear-gradient(to right,#f9f9f9,#fff);color:#2c3e50;font-family:Segoe UI,sans-serif;box-shadow:0 0 15px #0000000d}.address-section .container{max-width:900px;margin:0 auto;background-color:#fff;padding:20px 50px;border-radius:16px;box-shadow:0 8px 20px #0000001a}.address-section .section-title{font-size:36px;color:#101820;text-align:center;margin-bottom:40px;font-weight:700}.address-section .section-title:after{content:"";display:block;width:80px;height:4px;background-color:#f2aa4c;margin:10px auto 0;border-radius:4px}.address-section .address-block{background-color:#f9f9f9;border-left:6px solid #f2aa4c;padding:20px 30px;border-radius:10px;margin-bottom:25px;box-shadow:0 4px 12px #0000000a}.address-section .address-block h3{font-size:22px;color:#f2aa4c;margin-bottom:10px}.address-section .address-block p{font-size:16px;margin-bottom:5px;color:#333}@media (max-width: 768px){.address-section{padding:50px 20px}.address-section .container{padding:30px}.address-section .section-title{font-size:28px}.address-section .address-block h3{font-size:20px}}
