.gallery-section{padding:4rem 1rem;background:#fdfdfd;text-align:center}.gallery-scroll{display:flex;overflow-x:auto;gap:1rem;padding:1rem 0;scroll-snap-type:x mandatory}.gallery-scroll::-webkit-scrollbar{height:8px}.gallery-scroll::-webkit-scrollbar-thumb{background-color:#888;border-radius:4px}.gallery-image{height:250px;object-fit:cover;border-radius:8px;scroll-snap-align:start;flex-shrink:0}.gallery-filters{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.filter-btn{padding:.5rem 1rem;border:1px solid #ccc;background:#fff;cursor:pointer;border-radius:20px;transition:.3s}.filter-btn.active{background:#000;color:#fff}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,220px);gap:1.5rem;justify-content:center}@media (max-width: 768px){.gallery-grid{display:flex;overflow-x:auto;gap:1rem;padding:1rem 0;justify-content:flex-start;scroll-snap-type:x mandatory}.gallery-grid::-webkit-scrollbar{height:6px}.gallery-grid::-webkit-scrollbar-thumb{background:#aaa;border-radius:4px}.gallery-image{flex:0 0 auto;width:250px;height:250px;scroll-snap-align:center}}.gallery-image{width:100%;height:220px;object-fit:cover;cursor:pointer;border-radius:8px;transition:transform .3s ease}.gallery-image:hover{transform:scale(1.05)}.gallery-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-image{max-width:90%;max-height:85vh;border-radius:10px}.nav-btn{position:absolute;top:50%;transform:translateY(-50%);font-size:3rem;background:none;border:none;color:#fff;cursor:pointer}.nav-btn.left{left:40px}.nav-btn.right{right:40px}body{margin:0;font-family:Roboto,sans-serif;scroll-behavior:smooth;background-color:#fff;color:#333}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto;display:block}.section-title{font-family:Playfair Display,serif;font-size:2.5rem;margin-bottom:40px;color:#b71c1c;text-align:center}.section-divider{width:60%;height:1px;background:linear-gradient(to right,transparent,#b71c1c,transparent);margin:4rem auto}
