.features-list, .services-list { max-width:900px; margin:auto; padding-left:20px; color:#ddd; }
.features-list li, .services-list li { margin-bottom:15px; position:relative; padding-left:24px; }
.features-list li::before, .services-list li::before {
  content:"✓"; position:absolute; left:0; color:#FFD700; font-weight:bold;
}
.service-gallery img {
  width:100%; height:180px; object-fit:cover; border-radius:6px 6px 0 0;
}
.service-box {
  background:#111; flex:1 1 300px; margin:15px; border:1px solid #333; border-radius:6px; overflow:hidden; color:#fff; text-align:center; padding-bottom:10px; transition:transform .3s;
}
.service-box:hover { transform:translateY(-5px); box-shadow:0 0 0 2px #FFD700; }
.service-box h4 { margin-top:10px; font-weight:bold; color:#fff; }
