.gallery-section .gallery-grid{display:grid;gap:16px;grid-template-columns:repeat(12,1fr)}.gallery-section .gallery-item-wrapper{border-radius:12px;cursor:pointer;grid-column:span 4;height:380px;overflow:hidden;position:relative}.gallery-section .gallery-item-wrapper:nth-child(7n+1){grid-column:span 8}.gallery-section .gallery-item-wrapper:nth-child(7n+2),.gallery-section .gallery-item-wrapper:nth-child(7n+3),.gallery-section .gallery-item-wrapper:nth-child(7n+4),.gallery-section .gallery-item-wrapper:nth-child(7n+5){grid-column:span 4}.gallery-section .gallery-item-wrapper:nth-child(7n+0),.gallery-section .gallery-item-wrapper:nth-child(7n+6){grid-column:span 6}.gallery-section .gallery-item-wrapper img{display:block;height:100%!important;object-fit:cover;object-position:top;transition:transform .3s ease;width:100%}.gallery-section .gallery-item-wrapper:hover img{transform:scale(1.04)}.gallery-section .image-overlay{align-items:center;background:rgba(0,0,0,.35);display:flex;height:100%;justify-content:center;left:0;opacity:0;pointer-events:none;position:absolute;top:0;transition:opacity .3s ease;width:100%}.gallery-section .gallery-item-wrapper:hover .image-overlay{opacity:1}.gallery-section .lightbox-close svg{fill:#fff}.gallery-section .search-icon{backdrop-filter:blur(4px);background:hsla(0,0%,100%,.2);border-radius:50%;height:35px;object-fit:cover;padding:3px;width:35px}.gallery-section .lightbox-modal{align-items:center;background-color:rgba(0,0,0,.9);display:none;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:999999}.gallery-section .lightbox-modal.active{display:flex}.gallery-section .row{align-items:center;display:flex;justify-content:center;margin-bottom:40px}.gallery-section .gallery-description{width:49%}.gallery-section .gallery-tag{border-radius:10px;margin-bottom:20px;padding:10px 12px;width:fit-content}.gallery-section .gallery-tag svg{height:10px;object-fit:cover;width:10px}.gallery-section .lightbox-content{align-items:center;display:flex;justify-content:center;max-height:80vh;max-width:85%}.gallery-section #lightbox-img{border-radius:6px;max-height:80vh;max-width:100%;object-fit:contain}.gallery-section .lightbox-close{align-items:center;background:hsla(0,0%,100%,.15);border:none;border-radius:50%;cursor:pointer;display:flex;height:44px;justify-content:center;padding:15px;position:absolute;right:25px;top:25px;transition:background .2s ease;width:44px;z-index:1000000}.gallery-section .lightbox-next,.gallery-section .lightbox-prev{align-items:center!important;background:#545252ab!important;border:none!important;border-radius:50%;cursor:pointer;display:flex!important;height:44px;justify-content:center!important;padding:0!important;position:absolute;top:50%;transform:translateY(-50%);width:44px;z-index:1000000}.gallery-section .lightbox-prev{left:25px}.gallery-section .lightbox-next{right:25px}.gallery-section .lightbox-next:before,.gallery-section .lightbox-prev:before{border-right:4px solid #fff;border-top:4px solid #fff;border-top-right-radius:2px;content:""!important;display:block!important;height:14px;transition:border-color .2s ease;width:14px}.gallery-section .lightbox-prev:before{margin-left:5px;transform:rotate(-135deg)}.gallery-section .lightbox-next:before{margin-right:5px;transform:rotate(45deg)}.gallery-section .lightbox-next:hover:before,.gallery-section .lightbox-prev:hover:before{border-color:#ccc}