.quote-section{text-align:center;font-style:italic;margin:2rem auto;font-size:1.2rem}.cv,.projects,.socials{padding:1rem;max-width:800px;margin:0 auto}.cv-columns{display:flex;gap:2rem}.cv-section{flex:1 1}.cv-section h3{text-align:center;margin-top:0}.hidden{display:none}.cv-list{list-style:none;margin:0;padding:0 0 0 1rem;border-left:2px solid var(--border-color)}.cv-item{position:relative;padding:.5rem 0 .5rem 1rem;margin-bottom:1rem;display:flex;align-items:flex-start}.cv-item:before{content:"";position:absolute;left:-7px;top:.9rem;width:10px;height:10px;background-color:var(--border-color);border-radius:50%}.cv-icon{width:40px;height:40px;object-fit:cover;flex-shrink:0;border-radius:15%}.cv-icon,.cv-time{margin-right:.5rem}.cv-time{font-weight:700}.cv-title{display:block;font-weight:600}.cv-location{font-style:italic;margin-left:.5rem}.cv-sublist{list-style:disc;margin:.25rem 0 0 1.5rem;padding:0;font-size:.95rem}@media (max-width:600px){.cv-columns{flex-direction:column}}.project-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem;width:100%}.project-item{display:flex;text-decoration:none;color:#333;background-color:#f0f0f0;padding:1rem;border-radius:8px;transition:transform .2s ease-in-out;width:100%;box-sizing:border-box}.dark .project-item{color:#333}.project-item:hover{transform:scale(1.02)}.project-thumb{width:140px;height:140px;object-fit:cover;margin-right:1rem;flex-shrink:0;border-radius:4px}.project-content h3{margin-top:0}@media (max-width:600px){.project-grid{grid-template-columns:1fr;width:100%}}.projects{padding:1rem;max-width:800px;margin:0 auto}.social-list{list-style:none;padding:0;margin:0}.social-item{margin-bottom:.5rem;display:flex;align-items:center}.social-item svg{margin-right:.5rem;width:1.5rem;height:1.5rem}.social-item a{color:var(--text-color);text-decoration:none;font-size:1.25rem}.socials{padding:1rem;max-width:800px;margin:0 auto}