.project-plan-modal{display:none;position:fixed;z-index:999999;inset:0;width:100vw;height:100vh;overflow:auto;background-color:#000000e6;margin:0;padding:0}.project-plan-modal.is-open{display:flex;flex-direction:column}.project-plan-modal-img{margin:auto;display:block;width:80%;max-width:700px;animation:zoom .6s}#caption{margin:auto;display:block;width:80%;max-width:700px;text-align:center;color:#ccc;padding:10px 0;height:150px}.project-plan-close{position:absolute;top:15px;right:35px;color:#f1f1f1;font-size:40px;font-weight:700;transition:.3s;cursor:pointer;z-index:1000000}.project-plan-close:hover,.project-plan-close:focus{color:#bbb;cursor:pointer}.project-gallery-modal{display:none;position:fixed;z-index:999999;inset:0;width:100vw;height:100vh;overflow:auto;background-color:#000000e6;margin:0;padding:0}.project-gallery-modal.is-open{display:flex!important;flex-direction:column;align-items:center;justify-content:center}.gallery-container{position:relative;max-width:90vw;max-height:90vh;display:flex;flex-direction:column;align-items:center}.gallery-modal-img{max-width:100%;max-height:80vh;-o-object-fit:contain;object-fit:contain;animation:zoom .6s}.gallery-nav{display:flex;align-items:center;justify-content:center;gap:20px;margin-top:20px;color:#fff}.gallery-prev,.gallery-next{background:#fff3;border:none;color:#fff;font-size:30px;padding:10px 15px;border-radius:50%;cursor:pointer;transition:background .3s}.gallery-prev:hover,.gallery-next:hover{background:#fff6}.gallery-counter{color:#fff;font-size:16px;font-weight:700}.project-gallery-close{position:absolute;top:15px;right:35px;color:#f1f1f1;font-size:40px;font-weight:700;transition:.3s;cursor:pointer;z-index:1000000}.project-gallery-close:hover,.project-gallery-close:focus{color:#bbb;cursor:pointer}@keyframes zoom{0%{transform:scale(0)}to{transform:scale(1)}}@media (max-width: 768px){.project-plan-close,.project-gallery-close{top:10px;right:10px;font-size:30px}.project-plan-modal-img,.gallery-modal-img{width:95%}.gallery-modal-img{max-height:70vh}#caption{width:95%}.gallery-prev,.gallery-next{font-size:24px;padding:8px 12px}}
