.gallery-container{max-width:1200px;width:100%;margin:0 auto;padding:20px;text-align:center}.gallery-title{font-size:28px;font-weight:700;color:#4a148c;margin-bottom:20px}.gallery-grids{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))!important;grid-gap:15px}.gallery-grid1,.gallery-grids{display:grid;gap:15px;padding:10px}.gallery-grid1{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))!important;grid-gap:15px}.gallery-item{position:relative;overflow:hidden;border-radius:10px;cursor:pointer;transition:transform .3s ease-in-out;border:none;padding:0;background:none;width:100%;display:block}.gallery-item:hover{transform:scale(1.05)}.gallery-item:focus-visible{outline:2px solid #9333ea;outline-offset:2px}.gallery-image{height:100px;display:block}.gallery-image,.gallery-image1{width:100%;object-fit:cover;border-radius:10px;box-shadow:0 4px 8px rgba(0,0,0,.1)}.gallery-image1{height:300px}.gallery-lightbox{position:fixed;inset:0;background:rgba(0,0,0,.92);display:flex;align-items:center;justify-content:center;z-index:9999;padding:60px 80px;animation:galleryLightboxIn .25s ease}@keyframes galleryLightboxIn{0%{opacity:0}to{opacity:1}}.gallery-lightbox-content{display:flex;flex-direction:column;align-items:center;gap:14px;max-width:min(1100px,100%);max-height:100%}.gallery-lightbox-image{max-width:100%;max-height:calc(100vh - 160px);object-fit:contain;border-radius:8px;box-shadow:0 20px 60px rgba(0,0,0,.5);-webkit-user-select:none;-moz-user-select:none;user-select:none}.gallery-lightbox-meta{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap;color:rgba(255,255,255,.85);font-size:.9rem}.gallery-lightbox-caption{max-width:500px;text-align:center}.gallery-lightbox-counter{background:rgba(255,255,255,.12);padding:4px 12px;border-radius:999px;font-size:.82rem;font-weight:600}.gallery-lightbox-close{position:absolute;top:20px;right:20px;width:44px;height:44px;border:none;border-radius:50%;background:rgba(255,255,255,.12);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,transform .2s;z-index:2}.gallery-lightbox-close:hover{background:rgba(255,255,255,.22);transform:scale(1.05)}.gallery-lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);width:52px;height:52px;border:none;border-radius:50%;background:rgba(255,255,255,.12);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,transform .2s;z-index:2}.gallery-lightbox-nav:hover{background:rgba(255,255,255,.25);transform:translateY(-50%) scale(1.06)}.gallery-lightbox-nav-prev{left:20px}.gallery-lightbox-nav-next{right:20px}@media (max-width:768px){.gallery-grids{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.gallery-lightbox{padding:56px 16px}.gallery-lightbox-nav{width:44px;height:44px}.gallery-lightbox-nav-prev{left:10px}.gallery-lightbox-nav-next{right:10px}.gallery-lightbox-image{max-height:calc(100vh - 140px)}}@media (max-width:480px){.gallery-image{height:150px}}