/* ==============================
   TRUSTWORK HIGHLIGHT FIGURES
   Executive Red Style
   ============================== */

/* Section spacing */
.mt-highlight-figure {
  padding: 100px 0;
}

/* Individual figure block spacing */
.mt-highlight-figure .col,
.mt-highlight-figure [class*="col-"] {
  padding: 20px 15px;
}

/* Highlight Numbers */
.mt-highlight-figure .highlight-figure__figure {
  color: #7A0C0C !important; /* Executive Burgundy Red */
  font-size: 52px !important; 
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

/* Plus sign styling */
.mt-highlight-figure .highlight-figure__figure::after {
  content:"+";
  margin-left: 4px;
  font-weight: 600;
}

/* Highlight Labels */
.mt-highlight-figure .highlight-figure__label {
  color: #444444 !important;
  font-weight: 500;
  font-size: 18px;
  margin-top: 8px;
  line-height: 1.4;
}

/* Improve spacing between rows (if responsive wraps) */
.mt-highlight-figure .row {
  row-gap: 30px;
}

/* Optional subtle hover (very minimal, professional) */
.mt-highlight-figure .highlight-figure__figure:hover {
  transform: translateY(-3px);
  transition: all 0.3s ease;
}
