.gallery-container{width:90%;margin:50px auto;text-align:center}.gallery-heading{font-size:32px;color:#138808;margin-bottom:25px;font-weight:700}.gallery-scroll{overflow:hidden;width:100%;border-radius:10px;box-shadow:0 4px 12px #0003}.gallery-track{display:flex;animation:scroll 20s linear infinite;gap:20px}.gallery-item{flex:0 0 auto;width:200px;cursor:pointer}.gallery-item img{width:150px;height:150px;object-fit:cover;border-radius:8px;transition:transform .3s ease}.gallery-item img:hover{transform:scale(1.1)}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.modal{display:flex;justify-content:center;align-items:center;position:fixed;z-index:999;left:0;top:0;width:100%;height:100%;background-color:#000c}.modal-content{max-width:80%;max-height:80%;border-radius:8px;box-shadow:0 4px 20px #00000080}.close{position:absolute;top:30px;right:40px;color:#fff;font-size:40px;font-weight:700;cursor:pointer}
