.gallery-section{background:#f8fafc;padding:4rem 2rem}.gallery-container{max-width:1200px;margin:0 auto}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:3rem}.gallery-item{position:relative;overflow:hidden;border-radius:12px;height:250px;cursor:pointer;transition:all .3s ease}.gallery-item:hover{transform:scale(1.03);box-shadow:0 10px 30px rgba(0,0,0,.2)}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.gallery-item:hover img{transform:scale(1.1)}.gallery-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.8) 0%,rgba(0,0,0,0) 100%);padding:1.5rem;opacity:0;transition:opacity .3s ease}.gallery-item:hover .gallery-overlay{opacity:1}.gallery-overlay h4{color:#fff;font-size:1rem;font-weight:600;margin:0}.video-thumbnail{position:relative}.play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:70px;height:70px;background:rgba(231,111,81,.9);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.play-button:hover{background:rgba(231,111,81,1);transform:translate(-50%,-50%) scale(1.1)}.play-button i{color:#fff;font-size:1.5rem;margin-left:5px}@media (max-width:768px){.gallery-grid{grid-template-columns:1fr}.gallery-item{height:200px}}