.gallery-section{padding:2rem;max-width:1200px;margin:0 auto;font-family:Poppins,sans-serif;color:#222}.gallery-title{text-align:center;font-size:2rem;font-weight:600;margin-bottom:2rem}.empty-text,.loading-text{text-align:center;color:#555;font-size:1.1rem}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1rem;gap:1rem}.gallery-item{position:relative;width:100%;height:250px;border-radius:8px;overflow:hidden;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.gallery-item:hover{transform:scale(1.03);box-shadow:0 8px 16px rgba(0,0,0,.15)}.modal{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.85);display:flex;justify-content:center;align-items:center;z-index:999;animation:fadeIn .3s ease}.modal-content{background:#fff;padding:1.2rem;border-radius:8px;text-align:center;max-width:90%;max-height:90%;overflow:auto;animation:zoomIn .3s ease}.close-modal{background-color:#1dd81d;color:#fff;border:none;margin-top:1rem;padding:.5rem 1.2rem;border-radius:5px;cursor:pointer;font-weight:500;transition:background .3s ease}.close-modal:hover{background-color:#25eb71}.contact-hero{position:relative;width:100%;height:300px;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-img{object-fit:cover;z-index:1}.overlay{position:relative;width:100%;height:100%;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:2;padding:0 15px}.overlay h1{color:#fff;font-size:50px;font-weight:700;text-align:center;line-height:1.2}@media (max-width:992px){.contact-hero{height:200px}.overlay h1{font-size:32px}}@media (max-width:600px){.contact-hero{height:160px}.overlay h1{font-size:24px}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes zoomIn{0%{transform:scale(.9)}to{transform:scale(1)}}.skeleton-card{width:100%;aspect-ratio:1/1;background:linear-gradient(90deg,#eee 25%,#f5f5f5 50%,#eee 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite;border-radius:8px}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}