.elementor-section-dark .glocal-gallery-title,.dark-theme-wrapper .glocal-gallery-title{color:var(--glocal-text-white)}.glocal-gallery-title .title-accent{background:var(--glocal-accent-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:400}.elementor-section-dark .glocal-gallery-subtitle,.dark-theme-wrapper .glocal-gallery-subtitle{color:rgba(255,255,255,.7)}.glocal-lightbox{position:fixed;top:0;left:0;width:100%;height:100%;z-index:999999;display:flex;align-items:center;justify-content:center;background-color:var(--glocal-glass-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);opacity:0;visibility:hidden;transition:opacity .35s cubic-bezier(.25,.46,.45,.94),visibility .35s}.glocal-lightbox.active{opacity:1;visibility:visible}.glocal-lightbox-content{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;outline:none}.glocal-lightbox-img-wrapper{width:90%;max-width:1000px;height:80vh;display:flex;align-items:center;justify-content:center;position:relative;user-select:none}.glocal-lightbox-img{max-width:100%;max-height:80vh;object-fit:contain;border-radius:12px;box-shadow:0 20px 60px rgba(0,0,0,.5),0 0 40px rgba(202,160,92,.15);opacity:0;transform:scale(.95);transition:transform .4s cubic-bezier(.165,.84,.44,1),opacity .4s ease}.glocal-lightbox.active .glocal-lightbox-img.loaded{opacity:1;transform:scale(1)}.glocal-lightbox-btn{position:absolute;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10010;outline:none;padding:0}.glocal-lightbox-btn:hover{background:rgba(202,160,92,.2);border-color:rgba(202,160,92,.4);color:var(--glocal-accent-color);box-shadow:0 0 15px rgba(202,160,92,.3)}.glocal-lightbox-close{top:20px;right:20px;width:44px;height:44px;border-radius:50%}.glocal-lightbox-prev,.glocal-lightbox-next{top:50%;transform:translateY(-50%);width:50px;height:50px;border-radius:50%}.glocal-lightbox-prev{left:20px}.glocal-lightbox-next{right:20px}@media screen and (max-width:600px){.glocal-lightbox-prev{left:10px;width:40px;height:40px}.glocal-lightbox-next{right:10px;width:40px;height:40px}.glocal-lightbox-close{top:10px;right:10px;width:40px;height:40px}}.glocal-lightbox-counter{position:absolute;bottom:24px;left:50%;transform:translateX(-50%);color:rgba(255,255,255,.6);font-family:var(--glocal-font-body);font-size:14px;font-weight:400;letter-spacing:1px;z-index:10010}.glocal-lightbox-loader{position:absolute;border:3px solid rgba(255,255,255,.1);border-top:3px solid var(--glocal-accent-color);border-radius:50%;width:40px;height:40px;animation:glocal-combined-spin .8s linear infinite;z-index:5;display:none}.glocal-lightbox.loading .glocal-lightbox-loader{display:block}body.glocal-lightbox-open{overflow:hidden!important}