/* V40.3.1 — CCTV master visual only. Isolated from logo/footer/other services. */
.service-card--cctv .service-img--cctv{
  height:190px!important;
  min-height:190px!important;
  padding:0!important;
  margin:0 0 14px!important;
  border-radius:18px!important;
  overflow:hidden!important;
  background:linear-gradient(135deg,#f7fcff,#eef9fb)!important;
}
.service-card--cctv .service-img--cctv img{
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  object-fit:cover!important;
  object-position:center 58%!important;
  margin:0!important;
  border-radius:0!important;
  transform:none!important;
}
.service-card--cctv:hover .service-img--cctv img{transform:scale(1.025)!important;}
.cctv-page-visual{
  width:100%;
  aspect-ratio:16/9;
  overflow:hidden;
  border-radius:24px;
  margin:0 0 26px;
  background:linear-gradient(135deg,#f8fdff,#eef8fb);
  border:1px solid #e5edf5;
  box-shadow:0 14px 34px rgba(15,23,42,.08);
}
.cctv-page-visual img{
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  object-fit:cover!important;
  object-position:center!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  border-radius:0!important;
  display:block!important;
}
@media(max-width:700px){
  .service-card--cctv .service-img--cctv{height:175px!important;min-height:175px!important;}
  .cctv-page-visual{border-radius:18px;margin-bottom:20px;}
}
