/* Stardom Ltd — Shared Service Images
   =====================================
   Change an image URL here = instant update across ALL location pages.
   This file is linked from every location page via <link rel="stylesheet" href="/shared-images.css">
*/

.service-img {
  width: 100%;
  height: 280px;
  border-radius: 12px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 24px;
}

.service-img-road {
  background-image: url('/images/gallery/dec72cc3-d71b-406c-a5b1-8c664d2a1ac3.webp');
}

.service-img-carpark {
  background-image: url('/images/gallery/fa36715f-5a91-4bc1-b41f-7a2995e9bc6d.webp');
}

.service-img-sports {
  background-image: url('/images/gallery/00451a16-bc50-4950-81f7-7617bbdf458c.webp');
}

.service-img-airport {
  background-image: url('https://images.unsplash.com/photo-1758538069436-6b903a434ba5?w=800&q=80');
}

.service-img-utility {
  background-image: url('https://images.unsplash.com/photo-1759579478942-a6992a87fb8f?w=800&q=80');
}

.service-img-residential {
  background-image: url('/images/gallery/98376031-6641-4be4-90f7-2ad6d0ded8a5.webp');
}

.service-img-hero {
  height: 200px;
  border-radius: 8px;
  margin-top: 16px;
}
