.wp-block-create-block-gallery-portfolio{--section-blocks-gallery-columns:3;--section-blocks-gallery-columns-tablet:2;--section-blocks-gallery-columns-mobile:1;--section-blocks-gallery-gap:20px;--section-blocks-gallery-overlay-color:#000;--section-blocks-gallery-overlay-opacity:0.7;--section-blocks-gallery-text-color:#fff;margin:2rem 0}.wp-block-create-block-gallery-portfolio .section-blocks-gallery-header{margin-bottom:2rem;text-align:center}.wp-block-create-block-gallery-portfolio .section-blocks-gallery-header .section-blocks-gallery-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.2;margin-bottom:1rem}.wp-block-create-block-gallery-portfolio .section-blocks-gallery-header .section-blocks-gallery-subtitle{font-size:clamp(1rem,2vw,1.25rem);line-height:1.5;margin-bottom:0;opacity:.8}.wp-block-create-block-gallery-portfolio .section-blocks-gallery-controls{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.wp-block-create-block-gallery-portfolio .section-blocks-gallery-controls.align-left{justify-content:flex-start}.wp-block-create-block-gallery-portfolio .section-blocks-gallery-controls.align-center{justify-content:center}.wp-block-create-block-gallery-portfolio .section-blocks-gallery-controls.align-right{justify-content:flex-end}.wp-block-create-block-gallery-portfolio .section-blocks-gallery-controls .gallery-search .gallery-search-input{border:2px solid #e0e0e0;border-radius:25px;font-size:.9rem;min-width:200px;padding:.5rem 1rem;transition:border-color .3s ease}.wp-block-create-block-gallery-portfolio .section-blocks-gallery-controls .gallery-search .gallery-search-input:focus{border-color:#007cba;outline:none}.wp-block-create-block-gallery-portfolio .section-blocks-gallery-controls .gallery-filters{display:flex;flex-wrap:wrap;gap:.5rem}.wp-block-create-block-gallery-portfolio .section-blocks-gallery-controls .gallery-filters .gallery-filter-btn{background:#fff;border:2px solid #e0e0e0;border-radius:25px;color:#333;cursor:pointer;font-size:.9rem;padding:.5rem 1rem;transition:all .3s ease}.wp-block-create-block-gallery-portfolio .section-blocks-gallery-controls .gallery-filters .gallery-filter-btn:hover{border-color:#007cba;color:#007cba}.wp-block-create-block-gallery-portfolio .section-blocks-gallery-controls .gallery-filters .gallery-filter-btn.active{background:#007cba;border-color:#007cba;color:#fff}.wp-block-create-block-gallery-portfolio .section-blocks-gallery-controls .gallery-sort .gallery-sort-select{background:#fff;border:2px solid #e0e0e0;border-radius:25px;cursor:pointer;font-size:.9rem;padding:.5rem 1rem}.wp-block-create-block-gallery-portfolio .section-blocks-gallery-controls .gallery-sort .gallery-sort-select:focus{border-color:#007cba;outline:none}@media(max-width:768px){.wp-block-create-block-gallery-portfolio .section-blocks-gallery-controls{align-items:stretch;flex-direction:column}.wp-block-create-block-gallery-portfolio .section-blocks-gallery-controls .gallery-filters,.wp-block-create-block-gallery-portfolio .section-blocks-gallery-controls .gallery-search,.wp-block-create-block-gallery-portfolio .section-blocks-gallery-controls .gallery-sort,.wp-block-create-block-gallery-portfolio .section-blocks-gallery-controls.align-center,.wp-block-create-block-gallery-portfolio .section-blocks-gallery-controls.align-left,.wp-block-create-block-gallery-portfolio .section-blocks-gallery-controls.align-right{justify-content:center}.wp-block-create-block-gallery-portfolio .section-blocks-gallery-controls .gallery-search-input{min-width:100%}}.wp-block-create-block-gallery-portfolio .section-blocks-gallery-grid{display:grid;gap:var(--section-blocks-gallery-gap);grid-template-columns:repeat(var(--section-blocks-gallery-columns),1fr)}@media(max-width:1024px){.wp-block-create-block-gallery-portfolio .section-blocks-gallery-grid{grid-template-columns:repeat(var(--section-blocks-gallery-columns-tablet),1fr)}}@media(max-width:768px){.wp-block-create-block-gallery-portfolio .section-blocks-gallery-grid{grid-template-columns:repeat(var(--section-blocks-gallery-columns-mobile),1fr)}}.wp-block-create-block-gallery-portfolio .section-blocks-gallery-grid[data-layout=justified]{display:flex;flex-wrap:wrap;justify-content:space-between}.wp-block-create-block-gallery-portfolio .section-blocks-gallery-grid[data-layout=justified] .section-blocks-gallery-item{flex:0 1 calc(33.333% - var(--section-blocks-gallery-gap));margin-bottom:var(--section-blocks-gallery-gap)}@media(max-width:1024px){.wp-block-create-block-gallery-portfolio .section-blocks-gallery-grid[data-layout=justified] .section-blocks-gallery-item{flex:0 1 calc(50% - var(--section-blocks-gallery-gap))}}@media(max-width:768px){.wp-block-create-block-gallery-portfolio .section-blocks-gallery-grid[data-layout=justified] .section-blocks-gallery-item{flex:0 1 100%}}.wp-block-create-block-gallery-portfolio .section-blocks-gallery-item{background:#f5f5f5;border-radius:8px;overflow:hidden;position:relative;transition:transform .3s ease,box-shadow .3s ease}.wp-block-create-block-gallery-portfolio .section-blocks-gallery-item:has([style*=aspect-ratio]){aspect-ratio:var(--section-blocks-gallery-aspect-ratio,auto)}.wp-block-create-block-gallery-portfolio .section-blocks-gallery-item .gallery-item-image{height:100%;overflow:hidden;position:relative;width:100%}.wp-block-create-block-gallery-portfolio .section-blocks-gallery-item .gallery-item-image img{height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease;width:100%}.wp-block-create-block-gallery-portfolio .section-blocks-gallery-item .gallery-item-image img.lazy-load{opacity:0;transition:opacity .3s ease}.wp-block-create-block-gallery-portfolio .section-blocks-gallery-item .gallery-item-image img.lazy-load[src]{opacity:1}.wp-block-create-block-gallery-portfolio .section-blocks-gallery-item .gallery-item-overlay{align-items:center;background:var(--section-blocks-gallery-overlay-color);bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease;z-index:2}.wp-block-create-block-gallery-portfolio .section-blocks-gallery-item .gallery-item-overlay .gallery-item-content{color:var(--section-blocks-gallery-text-color);padding:1rem;text-align:center;transform:translateY(20px);transition:transform .3s ease}.wp-block-create-block-gallery-portfolio .section-blocks-gallery-item .gallery-item-overlay .gallery-item-content .gallery-item-title{font-size:1.25rem;font-weight:700;line-height:1.3;margin-bottom:.5rem}.wp-block-create-block-gallery-portfolio .section-blocks-gallery-item .gallery-item-overlay .gallery-item-content .gallery-item-description{font-size:.9rem;line-height:1.4;margin-bottom:1rem;opacity:.9}.wp-block-create-block-gallery-portfolio .section-blocks-gallery-item .gallery-item-overlay .gallery-item-content .gallery-item-actions{display:flex;gap:.5rem;justify-content:center}.wp-block-create-block-gallery-portfolio .section-blocks-gallery-item .gallery-item-overlay .gallery-item-content .gallery-item-actions .gallery-lightbox-btn,.wp-block-create-block-gallery-portfolio .section-blocks-gallery-item .gallery-item-overlay .gallery-item-content .gallery-item-actions .gallery-link-btn{align-items:center;background:hsla(0,0%,100%,.2);border:2px solid hsla(0,0%,100%,.3);border-radius:50%;color:var(--section-blocks-gallery-text-color);cursor:pointer;display:inline-flex;height:40px;justify-content:center;text-decoration:none;transition:all .3s ease;width:40px}.wp-block-create-block-gallery-portfolio .section-blocks-gallery-item .gallery-item-overlay .gallery-item-content .gallery-item-actions .gallery-lightbox-btn:hover,.wp-block-create-block-gallery-portfolio .section-blocks-gallery-item .gallery-item-overlay .gallery-item-content .gallery-item-actions .gallery-link-btn:hover{background:hsla(0,0%,100%,.3);border-color:hsla(0,0%,100%,.5);transform:scale(1.1)}.wp-block-create-block-gallery-portfolio .section-blocks-gallery-item .gallery-item-overlay .gallery-item-content .gallery-item-actions .gallery-lightbox-btn svg,.wp-block-create-block-gallery-portfolio .section-blocks-gallery-item .gallery-item-overlay .gallery-item-content .gallery-item-actions .gallery-link-btn svg{height:20px;width:20px}.wp-block-create-block-gallery-portfolio .section-blocks-gallery-item:hover .gallery-item-overlay{opacity:var(--section-blocks-gallery-overlay-opacity)}.wp-block-create-block-gallery-portfolio .section-blocks-gallery-item:hover .gallery-item-overlay .gallery-item-content{transform:translateY(0)}.wp-block-create-block-gallery-portfolio.hover-zoom .section-blocks-gallery-item:hover .gallery-item-image img{transform:scale(1.1)}.wp-block-create-block-gallery-portfolio.hover-fade .section-blocks-gallery-item:hover .gallery-item-image img{opacity:.8}.wp-block-create-block-gallery-portfolio.hover-slide .section-blocks-gallery-item:hover .gallery-item-image img{transform:translateY(-10px)}.wp-block-create-block-gallery-portfolio.hover-none .section-blocks-gallery-item .gallery-item-overlay{opacity:var(--section-blocks-gallery-overlay-opacity)}.wp-block-create-block-gallery-portfolio.hover-none .section-blocks-gallery-item .gallery-item-overlay .gallery-item-content{transform:translateY(0)}.wp-block-create-block-gallery-portfolio .section-blocks-gallery-load-more{margin-top:2rem;text-align:center}.wp-block-create-block-gallery-portfolio .section-blocks-gallery-load-more .gallery-load-more-btn{background:#007cba;border:none;border-radius:25px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 2rem;transition:all .3s ease}.wp-block-create-block-gallery-portfolio .section-blocks-gallery-load-more .gallery-load-more-btn:hover{background:#005a87;box-shadow:0 4px 12px rgba(0,124,186,.3);transform:translateY(-2px)}.wp-block-create-block-gallery-portfolio .section-blocks-gallery-load-more .gallery-load-more-btn:focus{outline:2px solid #007cba;outline-offset:2px}.wp-block-create-block-gallery-portfolio .section-blocks-gallery-empty{color:#666;font-style:italic;padding:3rem 1rem;text-align:center}.wp-block-create-block-gallery-portfolio .section-blocks-gallery-lightbox{align-items:center;background:rgba(0,0,0,.9);bottom:0;display:flex;justify-content:center;left:0;padding:2rem;position:fixed;right:0;top:0;z-index:9999}.wp-block-create-block-gallery-portfolio .section-blocks-gallery-lightbox .lightbox-overlay{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.wp-block-create-block-gallery-portfolio .section-blocks-gallery-lightbox .lightbox-content{background:#fff;border-radius:8px;box-shadow:0 20px 40px rgba(0,0,0,.3);max-height:90vh;max-width:90vw;overflow:hidden;position:relative}.wp-block-create-block-gallery-portfolio .section-blocks-gallery-lightbox .lightbox-close{background:rgba(0,0,0,.5);border:none;border-radius:50%;color:#fff;cursor:pointer;height:40px;position:absolute;right:1rem;top:1rem;transition:background .3s ease;width:40px;z-index:10}.wp-block-create-block-gallery-portfolio .section-blocks-gallery-lightbox .lightbox-close:hover{background:rgba(0,0,0,.7)}.wp-block-create-block-gallery-portfolio .section-blocks-gallery-lightbox .lightbox-close svg{height:24px;width:24px}.wp-block-create-block-gallery-portfolio .section-blocks-gallery-lightbox .lightbox-image-container{position:relative}.wp-block-create-block-gallery-portfolio .section-blocks-gallery-lightbox .lightbox-image-container .lightbox-image{height:auto;max-height:70vh;-o-object-fit:contain;object-fit:contain;width:100%}.wp-block-create-block-gallery-portfolio .section-blocks-gallery-lightbox .lightbox-info{padding:1.5rem}.wp-block-create-block-gallery-portfolio .section-blocks-gallery-lightbox .lightbox-info .lightbox-title{color:#333;font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.wp-block-create-block-gallery-portfolio .section-blocks-gallery-lightbox .lightbox-info .lightbox-description{color:#666;line-height:1.5;margin:0}.wp-block-create-block-gallery-portfolio.animation-fadeIn .section-blocks-gallery-item{animation:fadeIn .6s ease forwards;opacity:0}.wp-block-create-block-gallery-portfolio.animation-fadeInUp .section-blocks-gallery-item{animation:fadeInUp .6s ease forwards;opacity:0;transform:translateY(30px)}.wp-block-create-block-gallery-portfolio.animation-slideInUp .section-blocks-gallery-item{animation:slideInUp .6s ease forwards;opacity:0;transform:translateY(50px)}.wp-block-create-block-gallery-portfolio.animation-zoomIn .section-blocks-gallery-item{animation:zoomIn .6s ease forwards;opacity:0;transform:scale(.8)}@media(max-width:768px){.wp-block-create-block-gallery-portfolio{margin:1rem 0}.wp-block-create-block-gallery-portfolio .section-blocks-gallery-controls,.wp-block-create-block-gallery-portfolio .section-blocks-gallery-header{margin-bottom:1.5rem}.wp-block-create-block-gallery-portfolio .section-blocks-gallery-lightbox{padding:1rem}.wp-block-create-block-gallery-portfolio .section-blocks-gallery-lightbox .lightbox-content{max-height:95vh;max-width:95vw}.wp-block-create-block-gallery-portfolio .section-blocks-gallery-lightbox .lightbox-info{padding:1rem}.wp-block-create-block-gallery-portfolio .section-blocks-gallery-lightbox .lightbox-info .lightbox-title{font-size:1.25rem}}@keyframes fadeIn{to{opacity:1}}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}@keyframes slideInUp{to{opacity:1;transform:translateY(0)}}@keyframes zoomIn{to{opacity:1;transform:scale(1)}}
