.header{display:flex;justify-content:center;align-items:center;padding:50px;margin:12rem 0 10rem}.profile{order:2;flex:1;display:flex;justify-content:center;padding:10px}.info{order:1;flex:2;text-align:center;padding:20px;max-width:800px}.proImg{width:20rem;height:20rem;border-radius:50%}.info h1{margin:0;font-size:2em}.info h3{color:#666;margin-top:2px}.icon{display:flex;justify-content:center;gap:10px;margin:1rem 0}.icon a{color:inherit;text-decoration:none}.icon a:hover{transform:scale(1.2)}.info p{margin:10px 0;margin-bottom:2rem;line-height:1.5rem;letter-spacing:1.5px}.dark-mode .info h1,.dark-mode .info h3,.dark-mode .info p,.dark-mode .icon a{color:#e1d9d1}.dark-mode .info h3{color:#ccc}@media (max-width: 768px){.header{flex-direction:column;margin:2rem 0}.profile{order:1;margin-bottom:20px}.info{order:2}}.edu-box{margin-top:5rem}h1{text-align:center;margin-top:20px}.education-container{display:flex;flex-wrap:wrap;justify-content:space-evenly;max-width:1200px;margin:0 auto;padding:20px}.education-card{background-color:#f9f9f9;border-radius:8px;padding:20px;margin:20px;box-shadow:0 2px 4px #0000001a;transition:transform .3s;overflow:hidden;box-sizing:border-box}.education-card:hover{transform:scale(1.05)}.education-card img{width:100%;height:auto;object-fit:cover;border-radius:8px 8px 0 0}.education-card h2{margin:10px 0;color:#333}.education-card h3{margin:5px 0;color:#666}.education-card p{margin:5px 0;color:#333}.dark-mode .education-card{background-color:#1a1a1a}.dark-mode h2,h3,p{color:inherit}@media (max-width: 768px){.education-container{padding:10px}.education-card{width:90%;margin:10px auto;padding:15px}.education-card img{height:auto;max-height:200px}}@media (min-width: 769px){.education-card{width:calc(33.333% - 40px)}}h1{text-align:center;margin-top:20px;color:#000}.skills-container{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem 5rem;margin:20px}.skillBox{padding:50px 0;background-color:#f9f9f9;color:#000}.skill-tab{background-color:#f9f9f9;border-radius:8px;padding:10px;margin:10px;box-shadow:0 2px 4px #0000001a;transition:transform .3s;text-align:center}.skill-tab:hover{transform:scale(1.05)}.skill-img{width:30px;height:30px;object-fit:contain;border-radius:8px;margin-bottom:10px}p{margin:0;color:#333;font-size:14px}.dark-mode .skillBox{background-color:#1a1a1a}.dark-mode .skill-tab{background-color:#121212;box-shadow:0 2px 4px #ffffff1a}.dark-mode p,.dark-mode h1{color:#fff}@media (max-width: 768px){.skills-container{gap:1rem 1.5rem}.skill-tab{width:calc(25% - 20px);padding:5px}}@media (min-width: 769px){.skill-tab{width:120px}}.contact-form-container{max-width:600px;margin:50px auto;padding:20px;border-radius:8px;box-shadow:0 0 4px #00000073}.contact-form-box{margin:5rem 0 2rem}.contact-form-container h3{text-align:center;margin-bottom:2rem}.contact-form{display:flex;flex-direction:column}.form-group{margin:.5rem 2rem}.form-group label{font-weight:700}.form-group input,.form-group textarea{width:100%;padding:10px;border:1px solid #ccc;border-radius:4px;font-size:16px;margin-top:.5rem;background-color:transparent}.form-group textarea{resize:vertical;height:150px}.submit-btn:hover{background-color:#0056b3}.submission-message{text-align:center;padding:20px;background-color:#d4edda;color:#155724;border:1px solid #c3e6cb;border-radius:4px}@media (max-width: 768px){.contact-form-container{margin:20px;padding:10px}.form-group{margin:.5rem 1rem}}body{margin:0;padding:0;font-family:Georgia,Times New Roman,Times,serif;box-sizing:border-box}.navbar{display:flex;justify-content:space-between;align-items:center;padding:20px 30px;box-shadow:0 0 2px #d0bdbd;position:absolute;top:3rem;left:11rem;border-radius:2rem;z-index:1000}.navbar-logo h1{margin:0;font-size:24px;color:#fff}.navbar-logo span{color:red}.navbar-links{display:flex;list-style:none}.navbar-links a{color:#000;text-decoration:none;font-size:16px;margin:0 1.5rem;transition:color .3s;cursor:pointer;display:inline-block;position:relative}.navbar-links a:hover{transform:scale(1.1)}.navbar-links a:after{content:"";position:absolute;width:100%;transform:scaleX(0);height:2px;bottom:0;left:0;background-color:#f2d30adc;transform-origin:bottom right;transition:transform .25s ease-out}.navbar-links a:hover:after{transform:scaleX(1);transform-origin:bottom left}.navbar-toggle{display:none;font-size:24px;cursor:pointer;color:#000}body.dark-mode{background-color:#121212;color:#fff}.navbar.dark{background-color:#121212}.navbar-links a{color:inherit}.dark-mode-toggle{font-size:24px;cursor:pointer;color:inherit;margin-left:auto;padding:0 20px}@media (max-width: 1000px){.navbar{box-shadow:none;position:unset;padding:10px 20px}.navbar-links{display:none;position:absolute;top:60px;right:0;width:100%;flex-direction:column;background-color:#000000fc;color:#e1d9d1;padding:20px;gap:2rem;text-align:center;z-index:999;font-weight:700}.navbar-links.active{display:flex}.navbar-toggle{display:block;position:absolute;top:15px;left:20px;color:inherit}}.main-content{padding-top:70px}.footer{background-color:#111;color:#eee;padding:2rem 1rem;text-align:center}.footer-container{display:flex;flex-direction:column;gap:2rem;max-width:1200px;margin:auto}.footer-info h2{font-size:1.8rem;margin-bottom:.5rem}.footer-info p{margin:.3rem 0;color:#ccc}.footer-links,.footer-social{text-align:center}.footer-links h3,.footer-social h3{margin-bottom:.5rem;font-size:1.2rem}.footer-links ul,.footer-social ul{list-style:none;padding:0}.footer-links li,.footer-social li{margin:.4rem 0}.footer-links a,.footer-social a{color:#ccc;text-decoration:none;transition:color .3s}.footer-links a:hover,.footer-social a:hover{color:#00bcd4}.back-to-top{margin-top:2rem;padding:.6rem 1.2rem;background-color:#00bcd4;color:#111;border:none;border-radius:5px;font-weight:700;cursor:pointer;transition:background-color .3s}.back-to-top:hover{background-color:#0097a7}@media (min-width: 768px){.footer-container{flex-direction:row;justify-content:space-between;text-align:left}.footer-links,.footer-social{flex:1}.footer-info{flex:2}}.project-tab-container{display:flex;flex-wrap:wrap;justify-content:space-between;gap:20px;margin:0 auto;padding:20px}.project-tab{flex:1 1 calc(33.333% - 20px);max-width:calc(33.333% - 20px);box-sizing:border-box;border:1px solid #ddd;border-radius:8px;padding:20px;text-align:center;transition:transform .3s;background-color:#fff;color:#000}.project-tab:hover{transform:scale(1.05)}.project-image{width:90%;height:auto;border-radius:8px}.project-tab h3{color:#000}.project-tab p{line-height:1.1rem;letter-spacing:1.5px}.tech-stack{margin:10px 0}.tech-item{background-color:#eee;border-radius:4px;padding:5px;margin:5px;display:inline-block}.project-link{color:#000;text-decoration:none;font-size:16px;margin:0 1.5rem;transition:color .3s;cursor:pointer;display:inline-block;position:relative}.project-link:after{content:"";position:absolute;width:100%;transform:scaleX(0);height:2px;bottom:0;left:0;background-color:#f2d30adc;transform-origin:bottom right;transition:transform .25s ease-out}.project-link:hover:after{transform:scaleX(1);transform-origin:bottom left}.project-link:hover{transform:scale(1.1)}.dark-mode .project-tab{background-color:#121212;color:#fff;border:1px solid #333}.dark-mode .tech-item{background-color:#333}.dark-mode .project-link{color:#ffd147}.dark-mode .project-tab:hover{transform:scale(1.05)}.dark-mode .project-tab h3{color:#fff}@media (max-width: 768px){.project-tab{flex:1 1 100%;max-width:100%}}.projects-section{padding:50px;text-align:center;background-color:#f9f9f9;color:#000}.projects-section h2{margin-bottom:3rem}.projects-container{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem}.dark-mode .projects-section{background-color:#1a1a1a;color:#fff}.view-all-projects-btn{display:inline-block;background-color:#007bff;color:#fff;padding:.6rem 1.2rem;font-weight:600;border-radius:8px;text-decoration:none;transition:background-color .3s ease}.view-all-projects-btn:hover{background-color:#0056b3}
