.gallery_gallerySection__7xBVh{padding:80px 0;background-color:#f9f9f9}.gallery_galleryGrid__TnVXC{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:20px;gap:20px;margin-top:50px}.gallery_galleryItem__BbD1n{position:relative;cursor:pointer;border-radius:8px;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease,border .3s ease;border:3px solid transparent}.gallery_galleryItem__BbD1n:hover{transform:scale(1.05);box-shadow:0 10px 20px rgba(0,0,0,.15);border:3px solid #007bff}.gallery_imageWrapper__65BU4{position:relative;width:100%;height:250px;overflow:hidden;display:flex;align-items:center;justify-content:center;background-color:#f5f5f5}.gallery_galleryImage__ePx32{width:100%;height:100%;object-fit:contain;transition:transform .3s ease}.gallery_galleryItem__BbD1n:hover .gallery_galleryImage__ePx32{transform:scale(1.02)}.gallery_lightbox__HWYO_{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.95);display:flex;align-items:center;justify-content:center;z-index:9999;animation:gallery_fadeIn__kLK3K .3s ease}@keyframes gallery_fadeIn__kLK3K{0%{opacity:0}to{opacity:1}}.gallery_lightboxContent__oeeCp{position:relative;max-width:90vw;max-height:90vh;display:flex;align-items:center;justify-content:center}.gallery_imageContainer__JwLcx{position:relative;max-width:100%;max-height:100%}.gallery_lightboxImage__eLrl2{max-width:100%;max-height:85vh;width:auto;height:auto;object-fit:contain;border-radius:4px}.gallery_closeButton__Aws3_{position:absolute;top:-40px;right:-40px;width:40px;height:40px;background:none;border:2px solid #fff;border-radius:50%;color:#fff;font-size:1.5rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;z-index:10001}.gallery_closeButton__Aws3_:hover{background:#fff;color:#000;transform:rotate(90deg)}.gallery_navButton__t3Sbb{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;background:hsla(0,0%,100%,.1);border:2px solid #fff;border-radius:50%;color:#fff;font-size:1.5rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;z-index:10000}.gallery_navButton__t3Sbb:hover{background:hsla(0,0%,100%,.2);transform:translateY(-50%) scale(1.1)}.gallery_prevButton__sAOvb{left:-80px}.gallery_nextButton__z8iQW{right:-80px}.gallery_imageCounter__kmD6Z{position:absolute;bottom:-40px;left:50%;transform:translateX(-50%);color:#fff;font-size:1rem;background:rgba(0,0,0,.5);padding:5px 15px;border-radius:20px}@media (max-width:1200px){.gallery_prevButton__sAOvb{left:-60px}.gallery_nextButton__z8iQW{right:-60px}}@media (max-width:768px){.gallery_galleryGrid__TnVXC{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:15px}.gallery_imageWrapper__65BU4{height:200px}.gallery_closeButton__Aws3_{top:20px;right:20px;position:fixed}.gallery_navButton__t3Sbb{width:40px;height:40px;font-size:1.2rem}.gallery_prevButton__sAOvb{left:10px;position:fixed}.gallery_nextButton__z8iQW{right:10px;position:fixed}.gallery_imageCounter__kmD6Z{bottom:20px;position:fixed}.gallery_lightboxImage__eLrl2{max-height:70vh}}@media (max-width:480px){.gallery_galleryGrid__TnVXC{grid-template-columns:1fr}.gallery_gallerySection__7xBVh{padding:60px 0}}