.modal-overlay{z-index:1000;opacity:0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000f7;transition:opacity .4s;display:none;position:fixed;inset:0}.modal-overlay.active{opacity:1;justify-content:center;align-items:center;padding:3rem;display:flex}.modal-wrapper{width:100%;max-width:1200px;animation:.5s cubic-bezier(.4,0,.2,1) modalZoom;position:relative}@keyframes modalZoom{0%{opacity:0;transform:scale(.8)rotate(-5deg)}to{opacity:1;transform:scale(1)rotate(0)}}.modal-image-container{border-radius:30px;margin-bottom:2rem;overflow:hidden;box-shadow:0 50px 100px #00000080}.modal-image{object-fit:contain;width:100%;height:auto;max-height:70vh;display:block}.modal-info{text-align:center;color:#fff}.modal-title-text{letter-spacing:-1px;margin-bottom:1rem;font-size:3rem;font-weight:900}.modal-desc-text{opacity:.85;font-size:1.5rem;font-weight:300}.modal-btn{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:#fff;cursor:pointer;background:#ffffff1a;border:2px solid #fff3;border-radius:50%;justify-content:center;align-items:center;font-size:2.5rem;transition:all .3s;display:flex;position:absolute}.modal-btn:hover{background:linear-gradient(90deg,#48b8a3 10%,#234774 100%);border:0;transform:scale(1.15)}.modal-close-btn{width:60px;height:60px;top:-1rem;right:0}.modal-nav-btn{width:70px;height:70px;top:50%;transform:translateY(-50%)}.modal-nav-btn:hover{transform:translateY(-50%)scale(1.15)}.modal-prev-btn{left:-5rem}.modal-next-btn{right:-5rem}@media (min-width:1025px) and (max-width:1400px){.modal-overlay.active{padding:2.5rem}.modal-wrapper{max-width:1000px}.modal-nav-btn{width:60px;height:60px}.modal-prev-btn{left:-4rem}.modal-next-btn{right:-4rem}.modal-close-btn{width:55px;height:55px;top:-1rem}.modal-title-text{font-size:2.8rem}.modal-desc-text{font-size:1.4rem}.modal-image{max-height:65vh}}@media (max-width:1024px){.modal-overlay.active{padding:2rem}.modal-wrapper{max-width:900px}.modal-nav-btn{width:50px;height:50px;font-size:1.5rem}.modal-prev-btn{left:-2.5rem}.modal-next-btn{right:-2.5rem}.modal-close-btn{width:50px;height:50px;top:-3.5rem}.modal-title-text{font-size:2.5rem}.modal-desc-text{font-size:1.3rem}}@media (max-width:768px){.modal-overlay.active{padding:1rem}.modal-wrapper{max-width:100%;padding:0}.modal-image-container{border-radius:20px;margin-bottom:1.5rem}.modal-image{border-radius:20px;max-height:60vh}.modal-nav-btn{display:none}.modal-close-btn{width:45px;height:45px;font-size:1.5rem;top:-3rem}.modal-title-text{margin-bottom:.5rem;font-size:1.8rem}.modal-desc-text{font-size:1.1rem}.modal-info{padding:0 .5rem}}@media (max-width:480px){.modal-overlay.active{padding:.5rem}.modal-close-btn{width:40px;height:40px;top:-3.5rem;right:.5rem}.modal-image{border-radius:15px;max-height:50vh}.modal-image-container{border-radius:15px;margin-bottom:1rem}.modal-title-text{font-size:1.5rem}.modal-desc-text{font-size:1rem}}
