.gallery-section{padding:0 2rem 3rem;text-align:center}.gallery-section h1.center-title{font-size:2rem;font-weight:800;margin-bottom:1rem}.gallery-section h1.center-title span{color:var(--clr-accent)}.gallery-description{max-width:800px;margin:0 auto 2rem;text-align:justify;line-height:1.8;color:var(--clr-services-text);padding:0 1rem}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:15px;grid-auto-rows:400px;justify-items:center}.gallery-grid picture{width:100%;height:100%;display:block}.gallery-picture{opacity:0;width:100%;height:100%;object-fit:cover;border-radius:15px;box-shadow:0 8px 20px rgba(0,0,0,.4);cursor:pointer;transition:transform .4s,box-shadow .4s,opacity .5s}.gallery-picture.loaded{opacity:1}.lightbox-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7);justify-content:center;align-items:center;z-index:1000;padding:20px;overflow:auto}.lightbox-content{position:relative;max-width:95%;max-height:95%;display:flex;justify-content:center;align-items:center}.lightbox-content img{max-width:90vw;max-height:90vh;border-radius:15px;box-shadow:0 15px 40px rgba(0,0,0,.7);transition:transform .3s}.lightbox-close{position:absolute;top:10px;right:10px;width:45px;height:45px;border-radius:50%;background:rgba(0,0,0,.5);color:red;font-size:30px;display:grid;place-items:center;cursor:pointer;transition:background .3s,transform .2s}.lightbox-close:hover{background:var(--clr-accent);transform:scale(1.1)}@media (max-width:576px){.gallery-section h1.center-title{font-size:1.5rem}.gallery-description{font-size:.9rem;line-height:1.6}}@media (max-width:550px){.gallery-grid{grid-template-columns:1fr}}