.project-details{background-color:#fff;padding:40px 20px;border-radius:12px;box-shadow:0 0 20px #0000000d}.project-header h1{font-size:2rem;margin-bottom:10px;color:#1f2937}.project-header p{font-size:1.1rem;color:#555;line-height:1.5;min-height:3em;margin:0}.project-gallery{margin-top:30px}.project-gallery h2{font-size:1.4rem;margin-bottom:20px;color:#374151}.project-gallery .gallery{display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:20px}.project-link{display:inline-block;margin-top:10px;text-decoration:none;color:#0a519d;font-weight:700;align-self:end;text-align:end}.project-link:hover{text-decoration:underline}.project-gallery .gallery-item{overflow:hidden;border-radius:8px;background-color:#f0f0f0}.project-gallery img,.project-image picture>img{width:100%;height:auto;border-radius:8px;object-fit:cover;box-shadow:0 0 10px #0000001a;transition:opacity .3s ease-in-out}.gallery-item picture img{width:100%;height:auto;object-fit:cover;display:block;transition:transform .3s ease}.project-gallery img[loading=lazy]{transition:opacity .3s ease-in-out}.project-gallery img.loaded{opacity:1}.project-gallery .gallery-item img:hover{transform:scale(1.02)}.project-description{margin-top:40px;display:grid;grid-template-columns:1fr;gap:20px}.project-description .card{background-color:#fefefe;padding:20px;border-left:5px solid #10b981;border-radius:8px;box-shadow:0 1px 4px #0000000d}.project-description h3{font-size:1.3rem;margin-bottom:10px;color:#111827}.project-description p{font-size:1.05rem;color:#555}.cta{background-color:#10875f;color:#fff;padding:40px 20px;text-align:center;margin-top:60px;border-radius:12px;box-shadow:0 4px 15px #0000001a}.cta h2{font-size:2rem;margin-bottom:20px}.cta p{font-size:1.1rem;margin-bottom:30px}.cta-button{background-color:#fff;color:#896209;font-size:1.1rem;padding:10px 25px;border:none;border-radius:8px;text-decoration:none;display:inline-block;transition:background-color .3s,color .3s}.cta-button:hover{background-color:#10b981;color:#fff}@media (max-width:768px){.project-gallery .gallery{grid-template-columns:1fr}.project-gallery img{width:100%}.project-description{grid-template-columns:1fr}.cta h2{font-size:1.6rem}.cta p{font-size:1rem}}