/* Start custom CSS for html, class: .elementor-element-0218b9d *//* ===== Service Highlights (match screenshot style) ===== */
.svc-section{
  --svc-accent:#e10600;
  --svc-ink:#0b0f14;
  --svc-muted:rgba(11,15,20,.74);

  width:100%;
  font-family:inherit;
  color:var(--svc-ink);
  padding: 10px 0;
}

.svc-inner{
  width:min(1100px, calc(100% - 48px));
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:34px;
}

/* One row */
.svc-item{
  display:grid;
  grid-template-columns: 56px 1fr;
  gap:18px;
  align-items:flex-start;
}

/* Icon */
.svc-icon{
  width:56px;
  height:56px;
  display:flex;
  align-items:flex-start;
  justify-content:center;
  color:var(--svc-accent);
  flex:0 0 56px;
}

.svc-icon svg{
  width:46px;
  height:46px;
  display:block;
}

/* Text */
.svc-title{
  margin:0 0 8px 0;
  font-size:26px;
  line-height:1.15;
  font-weight:700;
  letter-spacing:-0.01em;
}

.svc-desc{
  margin:0;
  font-size:18px;
  line-height:1.65;
  color:var(--svc-muted);
}

/* Optional: tighter spacing between title & paragraph on small screens */
@media (max-width: 768px){
  .svc-inner{ width:min(1100px, calc(100% - 32px)); gap:26px; }
  .svc-item{ grid-template-columns: 52px 1fr; gap:14px; }
  .svc-icon{ width:52px; height:52px; flex-basis:52px; }
  .svc-icon svg{ width:42px; height:42px; }
  .svc-title{ font-size:21px; margin-bottom:6px; }
  .svc-desc{ font-size:16px; }
}

/* Very small screens */
@media (max-width: 420px){
  .svc-item{ grid-template-columns: 46px 1fr; }
  .svc-title{ font-size:19px; }
}/* End custom CSS */