.gallery-item{cursor:pointer;transition:transform 0.3s ease,box-shadow 0.3s ease}.gallery-item:hover{transform:scale(1.05);box-shadow:0 10px 25px rgb(0 0 0 / .3)}.gallery-item:hover .gal-img{filter:brightness(1.1)}#galleryModal{display:none;position:fixed;z-index:9999;left:0;top:0;width:100%;height:100%;background-color:rgb(0 0 0 / .9);backdrop-filter:blur(5px)}.gallery-modal-content{position:relative;margin:auto;padding:0;width:90%;max-width:1200px;height:90%;display:flex;align-items:center;justify-content:center;flex-direction:column;top:50%;transform:translateY(-50%)}#galleryModalImage{max-width:100%;max-height:80%;object-fit:contain;border-radius:10px;box-shadow:0 20px 40px rgb(0 0 0 / .5);animation:galleryFadeIn 0.5s ease-out}.gallery-modal-info{text-align:center;color:#fff;margin-top:20px;animation:gallerySlideUp 0.5s ease-out 0.2s both}.gallery-modal-info h3{font-size:2rem;margin-bottom:10px;font-weight:700;text-shadow:2px 2px 4px rgb(0 0 0 / .7)}.gallery-modal-info p{font-size:1.2rem;color:#ccc;margin:0;text-shadow:1px 1px 2px rgb(0 0 0 / .7)}#galleryModal .close{position:absolute;top:20px;right:35px;color:#000;background-color:white!important;font-size:40px;font-weight:700;cursor:pointer;z-index:10000;transition:all 0.3s ease}#galleryModal .close:hover,#galleryModal .close:focus{color:#ff6b35;transform:scale(1.2);text-decoration:none;color:#000000!important}@keyframes galleryFadeIn{from{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes gallerySlideUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.gallery-modal-content{width:95%;height:95%}#galleryModalImage{max-height:70%}.gallery-modal-info h3{font-size:1.5rem}.gallery-modal-info p{font-size:1rem}#galleryModal .close{top:15px;right:20px;font-size:30px}}@media (max-width:480px){#galleryModalImage{max-height:60%}.gallery-modal-info{margin-top:15px}.gallery-modal-info h3{font-size:1.3rem}.gallery-modal-info p{font-size:.9rem}}