.gallery-overlay{z-index:99999;background:#000000f2;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.gallery-container{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.gallery-content{flex-direction:column;align-items:center;max-width:85%;max-height:85%;display:flex}.gallery-content img{object-fit:contain;border-radius:8px;max-width:100%;max-height:80vh}.gallery-info{text-align:center;color:#fff;margin-top:20px}.gallery-info h4{color:#fff;margin-bottom:8px;font-size:20px}.gallery-info p{color:#ffffffb3;font-size:14px}.gallery-close{color:#fff;cursor:pointer;z-index:10;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:28px;transition:all .3s;display:flex;position:absolute;top:20px;right:20px}.gallery-close:hover{background:#fff3;transform:rotate(90deg)}.gallery-nav{color:#fff;cursor:pointer;z-index:10;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:32px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.gallery-nav:hover{background:var(--theme-color,#c19d56);color:#fff}.gallery-prev{left:30px}.gallery-next{right:30px}.gallery-counter{color:#fff;background:#ffffff1a;border-radius:30px;padding:10px 25px;font-size:16px;font-weight:500;position:absolute;bottom:30px;left:50%;transform:translate(-50%)}@media (max-width:768px){.gallery-nav{width:45px;height:45px;font-size:24px}.gallery-prev{left:15px}.gallery-next{right:15px}.gallery-close{width:40px;height:40px;font-size:22px;top:15px;right:15px}.gallery-content{max-width:95%}}
