.location-boxes-section{background-color:#f9fafb;padding:4rem 2rem}.location-boxes-header{text-align:center;margin-bottom:3rem}.location-boxes-title{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.location-boxes-subtitle{font-size:1.125rem;color:#4b5563}.location-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1200px;margin:0 auto}@media (max-width:1023px){.location-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.location-grid{grid-template-columns:1fr}.location-boxes-section{padding:2rem 1rem}}.location-box{background-color:#ffffff;border-radius:.5rem;overflow:hidden;cursor:pointer;transition:box-shadow .3s ease}.location-box:hover{box-shadow:0 4px 12px rgba(0,0,0,.1)}.location-image-wrapper{position:relative;height:280px;overflow:hidden}.location-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.location-box:hover .location-image{transform:scale(1.05)}.location-overlay{position:absolute;inset:0;background-color:rgba(0,0,0,.4);display:flex;flex-direction:column;align-items:center;justify-content:center}.location-name{color:#ffffff;font-size:1.75rem;font-weight:700;margin:0}