.gallery-section{padding:60px 16px;text-align:center;max-width:1200px;margin:0 auto}.gallery-heading{font-size:28px;font-weight:600;color:var(--primary-color);margin-bottom:40px}.gallery-grid{display:flex;flex-wrap:wrap;gap:32px;justify-content:center}.gallery-card{width:500px;border-radius:12px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,.08);transition:transform .3s ease;background:#fff}.gallery-card:hover{transform:scale(1.02)}.gallery-card img{width:100%;height:300px;object-fit:cover;display:block}@media (max-width:768px){.gallery-card img{height:auto;object-fit:contain}.gallery-card{width:100%}}