/* 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('https://plus.unsplash.com/premium_photo-1661943489715-ea5e9dac7852?w=800&q=80');
}

.service-img-carpark {
  background-image: url('https://plus.unsplash.com/premium_photo-1661916866784-cdea580d93f7?w=800&q=80');
}

.service-img-sports {
  background-image: url('https://images.unsplash.com/photo-1623792537381-5bab448bf305?w=800&q=80');
}

.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('https://plus.unsplash.com/premium_photo-1738779001498-a1385f9b897d?w=800&q=80');
}

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