.Gallery-module__Sa_FLW__gallerySection{background:#000;min-height:100vh;padding:60px 40px}.Gallery-module__Sa_FLW__title{text-align:center;color:#e5e5e5;margin-bottom:10px;font-size:3rem}.Gallery-module__Sa_FLW__description{text-align:center;color:#aaa;max-width:700px;margin:0 auto 40px;font-size:1rem;line-height:1.6}.Gallery-module__Sa_FLW__grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.Gallery-module__Sa_FLW__imageWrapper{cursor:pointer;width:100%;height:220px;position:relative;overflow:hidden}.Gallery-module__Sa_FLW__image{object-fit:cover;filter:grayscale();transition:transform .4s,filter .4s}.Gallery-module__Sa_FLW__imageWrapper:hover .Gallery-module__Sa_FLW__image{filter:grayscale(0%);transform:scale(1.1)}.Gallery-module__Sa_FLW__modal{z-index:999;background:#000000f2;justify-content:center;align-items:center;width:100%;height:100%;animation:.3s Gallery-module__Sa_FLW__fadeIn;display:flex;position:fixed;top:0;left:0}.Gallery-module__Sa_FLW__modalContent{width:80%;max-width:800px;animation:.3s Gallery-module__Sa_FLW__zoomIn;position:relative}.Gallery-module__Sa_FLW__modalImageWrapper{width:100%;height:550px;position:relative}.Gallery-module__Sa_FLW__modalImage{object-fit:contain}.Gallery-module__Sa_FLW__caption{background:#e5e5e5;padding:20px}.Gallery-module__Sa_FLW__caption h3{color:#000;margin-bottom:10px}.Gallery-module__Sa_FLW__caption p{color:#555;font-size:.95rem}.Gallery-module__Sa_FLW__closeBtn{color:#fff;cursor:pointer;z-index:1001;background:#0009;border:none;border-radius:50%;width:45px;height:45px;font-size:22px;position:absolute;top:20px;right:25px}.Gallery-module__Sa_FLW__prev,.Gallery-module__Sa_FLW__next{color:#fff;cursor:pointer;background:#ffffff1a;border:none;padding:10px 15px;font-size:30px;position:absolute;top:50%;transform:translateY(-50%)}.Gallery-module__Sa_FLW__prev{left:-60px}.Gallery-module__Sa_FLW__next{right:-60px}.Gallery-module__Sa_FLW__prev:hover,.Gallery-module__Sa_FLW__next:hover{background:#ffffff4d}@keyframes Gallery-module__Sa_FLW__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes Gallery-module__Sa_FLW__zoomIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media (max-width:1024px){.Gallery-module__Sa_FLW__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.Gallery-module__Sa_FLW__grid{grid-template-columns:repeat(2,1fr)}.Gallery-module__Sa_FLW__modalImageWrapper{height:350px}.Gallery-module__Sa_FLW__prev{left:10px}.Gallery-module__Sa_FLW__next{right:10px}}@media (max-width:480px){.Gallery-module__Sa_FLW__grid{grid-template-columns:1fr}}
