.about-container{height:100%;width:100%;display:flex;justify-content:center;align-items:flex-start;padding-top:2rem;padding-bottom:2rem;gap:2rem;flex-wrap:wrap}.about-quote{width:40%;display:flex;align-items:center;justify-content:center;margin-top:7rem;margin-right:2rem;padding:2rem;border-radius:14px;box-shadow:0 4px 12px #0000000f;font-style:italic;font-size:1.1rem;color:#000;line-height:1.7;text-align:center}.about-me{width:45%;background-color:#f8fafc;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:2rem;border-radius:14px;box-shadow:0 4px 12px #0000000f}.about-me p{margin-top:1rem;color:#000;line-height:1.6}.about-me h3{width:100%;text-align:center;font-size:1.5rem;margin-bottom:.5rem}.about-me h4{margin-top:1rem;font-weight:700}@media (max-width: 768px){.about-container{flex-direction:column;align-items:center;padding:2rem}.about-me,.about-quote{width:100%;margin:0 auto}.about-quote{margin-bottom:1rem}.about-me h4,.about-me h3{width:100%;text-align:left}}.contact-container{width:100%;border-top-left-radius:16px;border-top-right-radius:16px;margin-top:3rem;padding:3rem 2rem;background-color:#bfc6ce;box-shadow:0 10px 30px #0000001a;animation:fadeInUp 1s ease forwards}.contact-content{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:6rem;max-width:1200px;margin:0 auto;padding-top:1rem}.contact-info{flex:1;display:flex;flex-direction:column;align-items:center;padding-right:3rem}.contact-heading{text-align:center;margin-bottom:3rem;width:100%}.contact-heading h3{font-size:1.5rem;color:#2d3748;margin-bottom:1rem}.contact-heading p{font-size:.85rem;line-height:1.8;max-width:80%;margin:1rem auto 0}.contact-details{margin-top:10px;display:flex;flex-direction:column;gap:1rem;margin-right:20px;text-align:left}.contact-details a{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:#2d3748;font-size:.95rem}.contact-details i{font-size:1rem;color:#000}.contact-details span{font-weight:500}.contact-form{flex:1;min-width:300px}.form-group{margin-bottom:1.5rem;display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:1rem;font-weight:500}.form-group input{padding:.8rem 1rem;border:1px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:all .3s ease;background-color:#fff}.form-group input:focus{outline:none;border-color:#4299e1;box-shadow:0 0 0 3px #4299e133}button[type=submit]{width:70%;display:block;margin:1rem auto 0;padding:1rem;background-color:#357abd;color:#fff;border:none;border-radius:20px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}button[type=submit]:hover{background-color:#3182ce;transform:translateY(-2px)}button[type=submit]:active{transform:translateY(0)}.popup{position:fixed;top:30%;left:50%;transform:translate(-50%,-50%);background:#f8fafc;padding:2rem 2.5rem;border-radius:12px;box-shadow:0 10px 30px #0003;z-index:1000;animation:fadeInPopup .4s ease-in}.popup-inner{text-align:center}.popup-inner p{font-size:1rem;color:#2d3748;margin-bottom:1rem}.popup-inner button{background:#357abd;color:#fff;border:none;padding:.5rem 1rem;border-radius:8px;cursor:pointer;transition:background .3s ease}.popup-inner button:hover{background:#3182ce}@keyframes fadeInPopup{0%{opacity:0;transform:translate(-50%,-60%)}to{opacity:1;transform:translate(-50%,-50%)}}@media (max-width: 768px){.contact-container{padding:2rem 1.5rem}.contact-content{flex-direction:column;align-items:center;gap:3rem}.contact-heading h3{font-size:1.5rem}.contact-heading p{font-size:1rem;max-width:100%}.contact-info,.contact-form{padding:0}.contact-details{text-align:center;align-items:center}.form-group input{font-size:1rem}}.footer-container{min-height:12rem;background-color:#2a3c4f;color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem 3rem;opacity:0;animation:fadeInUp .8s ease-in-out forwards;position:relative;width:100%}.footer-content{margin-bottom:1rem;text-align:center}.footer-content p{font-size:1rem;line-height:1.6}.footer-links{position:absolute;right:3rem;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;align-items:flex-start;gap:.75rem}.footer-links a{display:flex;align-items:center;color:#fff;text-decoration:none;font-size:.95rem;transition:all .3s ease}.footer-links i{margin-right:.5rem}.footer-links a:hover{color:#ddd;transform:translateY(-2px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.footer-container{padding:2rem;flex-direction:column;align-items:center}.footer-links{position:static;transform:none;flex-direction:column;align-items:center;margin-top:1rem}}@media (max-width: 480px){.footer-content p{font-size:.9rem}.footer-links a{font-size:.85rem}}*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif}.hero-section{height:24rem;width:100%;margin-top:5rem;background:linear-gradient(90deg,#dde3e8,#cbd0d3);text-shadow:0 2px 4px rgba(0,0,0,.1);position:relative;display:flex;align-items:center;justify-content:flex-start;padding-left:10rem;gap:5rem}.hero-content{max-width:50%;display:flex;flex-direction:column;gap:1rem}.hero-content h2{margin-top:2.5rem;font-weight:700;font-size:clamp(1rem,4vw,2rem)}.hero-content p{margin-bottom:2rem;font-size:clamp(1rem,2.5vw,1.2rem);color:#333}.hero-button{display:flex;gap:1rem}.download-btn,.contact-btn{height:2.5rem;border-radius:12px;font-weight:600;font-size:1rem;transition:transform .3s ease,background-color .3s ease;cursor:pointer}.download-btn{width:12rem;background-color:#357abd;color:#fff;border:none}.download-btn:hover{background-color:#1057bc;transform:translateY(-3px)}.contact-btn{width:8rem;background-color:#f8f9fa;color:#000;border:1.85px solid #333}.contact-btn:hover{background-color:#e2e3e5;transform:translateY(-3px)}.hero-image{display:flex;align-items:center;justify-content:center;flex-shrink:0}.hero-image img{height:15rem;width:15rem;margin-left:10rem;border-radius:50%;box-shadow:0 8px 20px #357abd4d}.hero-icon-wrapper{display:flex;align-items:center;justify-content:flex-start;gap:2rem;margin-top:2rem;flex-wrap:nowrap}.hero-icon{display:flex;gap:1.5rem;align-items:center;justify-content:center}.hero-icon a{color:#000;transition:transform .2s ease-in-out,color .3s ease;font-size:2.2rem;display:inline-flex;align-items:center}.hero-icon a:hover{color:#534e4e;transform:translateY(-4px)}.hero-subtext{margin-top:25px;font-size:1rem;color:#333;white-space:nowrap}@media (max-width: 768px){.hero-section{flex-direction:column;padding:2rem 1rem;height:auto;gap:2rem;text-align:center}.hero-content{max-width:100%;align-items:center;padding:0}.hero-image img{margin-left:0;width:10rem;height:10rem}.hero-icon-wrapper{flex-direction:column;align-items:center;gap:1rem;justify-content:center}.hero-subtext{white-space:normal;padding:0 1rem}}.hamburger{display:none;flex-direction:column;cursor:pointer;border:none;background:transparent;padding:0;margin-right:1rem}.hamburger .bar{height:3px;width:25px;background-color:#000;margin:4px 0;border-radius:2px;transition:all .3s ease}.navbar{width:100%;position:fixed;top:0;z-index:999;animation:fadeInNavbar .8s ease-in}.navbar-list{display:flex;height:10vh;width:100%;justify-content:flex-end;align-items:center;gap:3rem;background-color:#fff;padding-right:8rem;list-style:none;border-bottom-left-radius:16px;border-bottom-right-radius:16px;box-shadow:0 4px 8px #0000001a;transition:all .3s ease-in-out}.navbar-list li a{text-decoration:none;color:#000;font-size:1rem;font-weight:500;transition:color .3s,transform .3s}.navbar-list li a:hover{color:gray;display:inline-block;transform:translateY(-2px);cursor:pointer}@media (max-width: 768px){.navbar-list{display:none;flex-direction:column;justify-content:center;align-items:center;height:auto;padding:1.5rem;gap:1.2rem;border-radius:0;position:static}.navbar-list.active,.hamburger{display:flex}}@keyframes fadeInNavbar{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.projects-container{height:auto;width:100%;background-color:#f8f9fa}.projects-content{display:flex;flex-wrap:wrap;justify-content:space-evenly;flex-direction:column;padding:3rem}.projects-content h3{font-size:1.5rem;margin-top:10px;margin-bottom:6px}.projects-content i{margin-right:.8rem;font-size:1.5rem}.project-box{height:450px;border-radius:12px;box-shadow:4px 4px 10px #00000040;width:28%;background-color:#fff;padding:20px 0 15px;margin:1.5rem;display:flex;flex-direction:column;justify-content:space-between}.project-box:hover{cursor:pointer;transform:translateY(-5px)}.project-card{display:flex;flex-wrap:wrap;justify-content:space-evenly}.project-details{margin-left:16px;margin-right:16px}.project-details h4{display:flex;justify-content:center}.project-details img{height:160px;width:100%;background-size:cover;margin-top:1rem;margin-bottom:1rem;border-radius:8px;object-fit:cover}.project-details button{height:2.5rem;width:8rem;background-color:#357abd;color:#fff;border:none;border-radius:20px;font-weight:600;margin-top:16px;transition:background-color .3s ease,transform .3s ease}.project-details button:hover{background-color:#2563eb;cursor:pointer;transform:translateY(-2px)}@media (max-width: 1024px){.project-box{width:45%}}@media (max-width: 768px){.projects-content{padding:2rem 1rem}.project-box{width:100%;height:auto;margin:1rem 0}.project-details img{height:auto}}*{margin:0;padding:0;box-sizing:border-box}.skills-container{height:auto;width:88rem;max-width:100%;border-radius:16px;margin:1.5rem auto;background-color:#f4f7fa;padding:2rem}.skills-heading{text-align:center;margin-bottom:3rem}.skills-heading h3{font-size:1.5rem;line-height:1rem;margin-bottom:1rem}.skills-heading p{font-size:1rem;line-height:1.5rem}.skills-heading i{margin-right:.8rem;font-size:1.5rem}.skills-content{display:flex;flex-wrap:wrap;justify-content:center;gap:8rem;max-width:65rem;margin:0 auto}.skills{flex:0 0 120px;height:120px;background-color:#2c3e50;border-radius:8px;box-shadow:0 2px 8px #0000001a;display:flex;align-items:center;justify-content:center;transition:box-shadow .3s ease,transform .3s ease;cursor:pointer;opacity:0;animation:fadeInUp .8s ease forwards}.skills:nth-child(1){animation-delay:.35s}.skills:nth-child(2){animation-delay:.5s}.skills:nth-child(3){animation-delay:.65s}.skills:nth-child(4){animation-delay:.8s}.skills:nth-child(5){animation-delay:.95s}.skills:nth-child(6){animation-delay:1.1s}.skills:nth-child(7){animation-delay:1.25s}.skills:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-3px)}.skills:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px);cursor:pointer}.skills img{height:85px;width:auto;object-fit:contain;border-radius:8px}.skills img:hover{transform:translateY(-5px)}@media (max-width: 480px){.skills-content{gap:1rem 1.5rem}.skills{flex:0 0 120px;height:100px}.skills img{height:60px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}body{font-family:Poppins,sans-serif}
