.gallery-hero{background:linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6)),url(../images/Banner.jpg);background-size:cover;background-position:center;color:#fff;text-align:center;padding:100px 0;position:relative}.gallery-hero-content{max-width:800px;margin:0 auto}.gallery-hero h1{font-size:3rem;margin-bottom:20px;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.gallery-hero p{font-size:1.3rem;margin-bottom:30px}.gallery-section{padding:80px 0;background-color:#f9f9f9}.gallery-section h2{text-align:center;font-size:2.5rem;color:#222}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:25px}.gallery-item{position:relative;overflow:hidden;border-radius:10px;box-shadow:0 4px 8px rgba(0,0,0,.1)}.gallery-item img{width:100%;height:100%;object-fit:cover;display:block;border-radius:10px}.gallery-item-info{position:absolute;bottom:0;left:0;width:100%;background:linear-gradient(to top,rgba(0,0,0,.85)0,rgba(0,0,0,.7) 60%,transparent 100%);color:#fff;padding:20px 15px 15px;box-sizing:border-box;border-bottom-left-radius:10px;border-bottom-right-radius:10px;transition:background .3s ease}.gallery-item-info h3{font-size:1.3rem;margin-bottom:5px;color:gold;font-weight:600}.gallery-item-info p{font-size:.9rem;line-height:1.4;margin-bottom:0;color:#f0f0f0}.gallery-item:hover img{transform:none}.gallery-overlay{display:none!important}@media (max-width:992px){.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.gallery-item-info h3{font-size:1.2rem}.gallery-item-info p{font-size:.85rem}}@media (max-width:768px){.gallery-hero h1{font-size:2.2rem}.gallery-hero p,.gallery-item-info h3{font-size:1.1rem}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px}.gallery-item-info{padding:15px 10px 10px}.gallery-item-info p{font-size:.8rem}}@media (max-width:480px){.gallery-grid{grid-template-columns:1fr}}