.gallery-section{padding:3rem 1rem;background-color:#fff}.gallery-container{max-width:100%;margin:0 auto}.gallery-section .section-title{text-align:center;font-weight:700;margin-bottom:2rem;font-size:2.5rem}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem}.gallery-item{transition:all .3s ease}.gallery-thumbnail{width:100%;height:200px;background-size:cover;background-position:center;border-radius:8px;cursor:pointer;position:relative;overflow:hidden;border:none;padding:0;box-shadow:0 2px 8px #0000001a}.gallery-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.gallery-thumbnail:hover .gallery-overlay{opacity:1}.gallery-zoom{color:#fff;font-size:1.5rem}.gallery-caption{margin-top:.5rem;font-size:.9rem;text-align:center;color:#333}.fullscreen-gallery{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000e6;z-index:9999;display:flex;align-items:center;justify-content:center}.close-gallery{position:absolute;top:20px;right:20px;background:none;border:none;color:#fff;font-size:2rem;cursor:pointer;z-index:10000;transition:all .2s ease}.close-gallery:hover{transform:scale(1.2)}@media(max-width:768px){.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}.gallery-thumbnail{height:150px}.gallery-section .section-title{font-size:2rem}}@media(max-width:480px){.gallery-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.gallery-thumbnail{height:120px}.gallery-section .section-title{font-size:1.5rem}.gallery-caption{font-size:.75rem}}
