.about-container{display:flex;align-items:center;justify-content:space-between;min-height:100vh;padding:2rem;background:#b4b0ab}.about-content{flex:1;display:flex;flex-direction:column;justify-content:center;text-align:justify;padding-right:2rem;padding-left:5rem}.about-title{font-size:3rem;font-weight:700;color:#333;margin-bottom:1rem}.about-paragraph{font-size:1.5rem;font-weight:400;color:#555;line-height:1.8;margin-bottom:2rem}.about-image-container{flex:1;display:flex;justify-content:center;align-items:center}.about-image{width:400px;height:500px;border-radius:8px;box-shadow:0 4px 10px rgba(0,0,0,.1)}@media (max-width:768px){.about-container{flex-direction:column;height:auto}.about-container,.about-content{text-align:center;padding:1rem}.about-image-container{width:100%}.about-image-container,.btn-center{display:flex;justify-content:center}.about-image{width:100%;max-width:300px;max-height:300px;height:auto}}.background-container{height:100vh;display:grid;grid-template-columns:1fr 2fr;align-items:center;gap:2rem;padding:2rem 4rem;background-color:#dfdfdf;font-family:Arial,sans-serif;box-sizing:border-box}.background-title-container{text-align:left}.background-title{font-size:3rem;font-weight:700;color:#333;margin:0;line-height:1.2}.background-timeline{display:flex;flex-direction:column;gap:2rem}.timeline-item{display:flex;gap:2rem;align-items:center}.timeline-date{font-size:1.5rem;font-weight:700;color:#555;text-align:right;min-width:100px;line-height:1.5;display:flex;flex-direction:column}.timeline-content{flex:1;border-left:2px solid #ddd;padding-left:1.5rem}.timeline-title{font-size:1.3rem;font-weight:700;color:#333;margin:0 0 .5rem}.timeline-subtitle{font-size:1.1rem;color:#555;margin:0}.timeline-description,.timeline-location{font-size:.9rem;color:#777;margin:.2rem 0}.full-width-divider{position:absolute;bottom:0;left:0;width:100vw}.full-width-divider hr{margin:0;border:none;border-top:2px solid #ccc}@media (max-width:768px){.background-container{display:block;height:auto;background-color:#dfdfdf;box-sizing:border-box}.background-title{text-align:center;font-size:2.5rem}.background-timeline{gap:1.5rem;padding-top:2rem;display:flex}.timeline-item{flex-direction:column;align-items:inline}.timeline-date{text-align:center}}.home-container{min-height:100vh;padding:2rem;background:linear-gradient(90deg,#cdffd8,#94b9ff)}.home-container,.home-image-container{display:flex;align-items:center;justify-content:center}.home-image-container{flex:1}.home-image{width:500px;height:auto;border-radius:8px;box-shadow:0 4px 10px rgba(0,0,0,.1)}.home-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem 2rem}.home-title{font-size:3rem;font-weight:700;color:#333;margin:0}.home-subtitle{font-size:1.5rem;font-weight:400;color:#555;margin:.5rem 0 1.5rem}.home-buttons{display:flex;gap:1rem}.btn{display:flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;font-size:1rem;border:none;border-radius:8px;cursor:pointer;transition:background-color .3s ease,color .3s ease}.btn-contact{background-color:#000;color:#fff}.btn-contact:hover{background-color:#333}.btn-resume{background-color:#ccc;color:#000;display:flex;align-items:center}.btn-resume:hover{background-color:#bbb}.icon{margin-right:.5rem}.skills-container{height:100vh;display:flex;flex-direction:column;justify-content:center;font-family:Arial,sans-serif;color:#333;background-color:#f9f9f9;padding:5rem;box-sizing:border-box}.skills-header{text-align:left;margin-bottom:2rem}.skills-subtitle{font-size:1.1rem;font-weight:400;color:#555;text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem}.skills-title{font-size:2.5rem;font-weight:700;margin:1rem 0}.skills-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;width:100%}.skills-section{text-align:left}.skills-section-title{font-size:1.2rem;font-weight:700;margin-bottom:1rem;text-transform:uppercase}.skills-item{margin-bottom:1.5rem}.skills-item p{font-size:1rem;margin-bottom:.5rem;color:#333}.skills-bar{background-color:#979797;height:12px;border-radius:5px;overflow:hidden;position:relative;width:100%}.skills-bar-inner{background-color:#000;height:100%;border-radius:5px;transition:width .3s ease-in-out}.skills-bar-inner:after{content:"";position:absolute;right:0;top:0;width:10px;height:100%;border-top-right-radius:5px;border-bottom-right-radius:5px}.progress-text{position:absolute;width:100%;font-size:9px;left:50%;top:50%;transform:translate(-50%,-50%);font-weight:700}@media (max-width:768px){.skills-container{background-color:#f9f9f9;height:auto;box-sizing:border-box}.skills-content{grid-template-columns:1fr}.skills-section{margin-bottom:2rem}}.projects-container{height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#333;color:#fff;padding:2rem;box-sizing:border-box}.projects-title{font-size:3rem;font-weight:700;margin-bottom:3rem;text-align:center}.projects-grid{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;width:100%;max-width:1200px}.project-card{flex:1 1 320px;max-width:520px;background:#444;border-radius:10px;padding:1.5rem;text-align:center;transition:transform .3s,box-shadow .3s;margin:0}.project-card:hover{transform:translateY(-10px);box-shadow:0 10px 15px rgba(0,0,0,.3)}.project-image{width:100%;height:150px;object-fit:contain;border-radius:10px;margin-bottom:1rem;background-color:#333}.project-name{font-size:1.2rem;font-weight:700;margin-bottom:.5rem;color:#fff}.project-description{font-size:.9rem;color:#ccc}@media (max-width:768px){.projects-container{height:auto;display:flex;background-color:#333;color:#fff;box-sizing:border-box}.projects-grid{grid-template-columns:1fr;gap:1.5rem}}.testimonials-container{height:auto;display:flex;flex-direction:column;justify-content:center;gap:2rem;padding:2rem 5rem;background-color:#f9f9f9;font-family:Arial,sans-serif;color:#333;box-sizing:border-box}.testimonial{display:grid;grid-template-columns:1fr 2fr;gap:2rem;align-items:center}.testimonial-image img{width:100%;max-width:150px;height:auto;object-fit:contain;display:block;margin:0 auto}.testimonial-content{background-color:#eaeaea;padding:1.5rem;border-radius:10px;box-shadow:0 4px 10px rgba(0,0,0,.1)}.testimonial-content p{font-size:1rem;margin-bottom:1rem;color:#555;line-height:1.5}.testimonial-content h4{font-size:1.2rem;font-weight:700;margin:.5rem 0;color:#333}.testimonial-content a{color:#0073e6;text-decoration:none}.testimonial-content a:hover{text-decoration:underline}@media (max-width:768px){.testimonials-container{height:auto;display:flex;padding:2rem}.testimonial{grid-template-columns:1fr;gap:1rem}.testimonial-image img{max-width:120px}.testimonial-content{padding:1rem}}.contact-container{height:100vh;display:grid;grid-template-columns:1fr 1fr;background-color:#000;color:#fff;align-items:center;padding:2rem;box-sizing:border-box}.contact-image-container{display:flex;justify-content:center;align-items:center}.contact-image{width:80%;max-width:400px;border-radius:10px;object-fit:cover}.contact-info{display:flex;flex-direction:column;justify-content:center;gap:1rem;padding:0 2rem}.contact-title{font-size:2.5rem;font-weight:700;margin:0}.contact-name{font-size:1.8rem;font-weight:700}.contact-email,.contact-phone{font-size:1rem;color:#ccc;text-decoration:none}.contact-email:hover{color:#fff}.contact-phone{margin:0}.contact-social{margin-top:1rem}.contact-social p{font-size:.9rem;margin-bottom:.5rem}.social-icons{display:flex;gap:1rem;width:30px;height:30px}@media (max-width:768px){.contact-container{grid-template-columns:1fr;height:auto;text-align:center;padding:1rem}.contact-image{width:80%;height:40%}.contact-info{padding:0}.social-icons{display:inline-flex;justify-content:center;align-items:center}}.learnings-container{height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#095683;color:#fff;padding:2rem;box-sizing:border-box}.learnings-title{font-size:3rem;font-weight:700;margin-bottom:3rem;text-align:center}.learnings-grid{display:flex;grid-template-columns:repeat(3,1fr);gap:2rem;width:fit-content;max-width:1200px;margin:0 auto}.learning-card{background-color:#444;border-radius:10px;padding:1.5rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.learning-card:hover{transform:translateY(-10px);box-shadow:0 10px 15px rgba(0,0,0,.3)}.learning-image{width:100%;height:150px;object-fit:contain;border-radius:10px;margin-bottom:1rem;background-color:#333}.learning-name{font-size:1.2rem;font-weight:700;margin-bottom:.5rem;color:#fff}.learning-description{font-size:.9rem;color:#ccc}@media (max-width:768px){.learnings-container{height:auto;display:flex;background-color:#095683;color:#fff;box-sizing:border-box}.learnings-grid{grid-template-columns:1fr;gap:1.5rem}}