/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 29 2026 | 11:20:23 */
.service-card.featured {
  background: #CE1226;
  padding: 48px 40px;
  position: relative;
  overflow: hidden;
  cursor: default;
  color: #fff;
}
.service-card.featured::before {
  display: none;
}
.service-card.featured:hover {
  background: #FF1A30;
}
.service-card.featured .service-card-num {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 72px;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.08);
  line-height: 1;
  margin-bottom: -16px;
  user-select: none;
}
.service-card.featured .service-icon {
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.service-card.featured .service-icon svg {
  width: 24px;
  height: 24px;
  stroke: #ffffff;
  fill: none;
}
.service-card.featured .service-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 22px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #ffffff;
  margin-bottom: 14px;
}
.service-card.featured .service-desc {
  font-family: 'Barlow', sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.65;
  margin-bottom: 24px;
}
.service-card.featured .service-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.service-card.featured .service-features li {
  font-family: 'Barlow', sans-serif;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  gap: 10px;
}
.service-card.featured .service-features li::before {
  content: '';
  width: 16px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  flex-shrink: 0;
}