#services .section-heading:where(.nextcore-native, .nextcore-native *) { margin-bottom: 42px; }
#services .eyebrow:where(.nextcore-native, .nextcore-native *) {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 14px;
  letter-spacing: 1.1px;
}
#services .eyebrow:where(.nextcore-native, .nextcore-native *)::before {
  content: '';
  width: 4px;
  height: 19px;
  background: #ed1523;
}
#services .text-link:where(.nextcore-native, .nextcore-native *) { font-size: 16px; }
#services .services-grid:where(.nextcore-native, .nextcore-native *) {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}
#services .service-card:where(.nextcore-native, .nextcore-native *) {
  min-height: 380px;
  padding: 0;
  border: 1px solid rgba(255, 20, 38, .55);
  border-radius: 24px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  isolation: isolate;
  overflow: hidden;
  position: relative;
  transition: opacity .6s ease, border-color .25s ease, transform .45s ease;
}
#services .service-card:where(.nextcore-native, .nextcore-native *)::before { content: none; }
#services .service-card:where(.nextcore-native, .nextcore-native *)::after {
  content: none;
}
#services .service-image:where(.nextcore-native, .nextcore-native *) {
  position: relative;
  inset: auto;
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
  z-index: auto;
  filter: contrast(1.06) saturate(1.08);
  transition: transform .45s ease, filter .45s ease;
}
#services .service-card:hover:where(.nextcore-native, .nextcore-native *), #services .service-card:focus-visible:where(.nextcore-native, .nextcore-native *) {
  transform: translateY(-3px);
  border-color: rgba(239, 30, 43, .65);
  box-shadow: none;
}
#services .service-card:hover .service-image:where(.nextcore-native, .nextcore-native *), #services .service-card:focus-visible .service-image:where(.nextcore-native, .nextcore-native *) {
  transform: scale(1.04);
  filter: contrast(1.06) saturate(1.08) brightness(1.1);
}
#services .service-icon:where(.nextcore-native, .nextcore-native *) {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 3px solid #ff1426;
  border-radius: 13px;
  background: rgba(255, 255, 255, .92);
  margin: -26px 0 0 26px;
  box-shadow: 0 16px 40px rgba(8, 16, 24, .14);
  position: relative;
  z-index: 1;
}
#services .service-icon .line-icon:where(.nextcore-native, .nextcore-native *) { color: #ff1426; width: 28px; height: 28px; }
#services .service-card h3:where(.nextcore-native, .nextcore-native *) {
  font-size: clamp(18px, 1.35vw, 22px);
  font-weight: 700;
  line-height: 1.25;
  margin: 20px 26px 0;
  color: #071017;
}
#services .service-card p:where(.nextcore-native, .nextcore-native *) {
  color: #3f4650;
  font-size: clamp(12px, .9vw, 13px);
  line-height: 1.5;
  margin: 12px 26px 18px;
}
#services .service-bottom:where(.nextcore-native, .nextcore-native *) {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  align-items: center;
  width: 100%;
  gap: 16px;
  margin-top: auto;
  padding: 12px 26px;
  border-top: 1px solid #dcdfe3;
}
#services .service-cta:where(.nextcore-native, .nextcore-native *) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 35px;
  padding: 0 15px;
  border-radius: 999px;
  background: #ff1426;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}
#services .service-featured:where(.nextcore-native, .nextcore-native *) {
  display: grid;
  gap: 6px;
  min-width: 0;
  padding-left: 18px;
  border-left: 1px solid #d6dae0;
  transform: none;
}
#services .service-featured-title:where(.nextcore-native, .nextcore-native *) {
  color: #2f3742;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
#services .service-tags:where(.nextcore-native, .nextcore-native *) {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
#services .service-tags span:where(.nextcore-native, .nextcore-native *) {
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  padding: 5px 9px;
  border-radius: 999px;
  background: #fdebf1;
  color: #343c47;
  font-size: 11px;
  line-height: 1;
}
:root[data-theme="dark"] #services .service-card:where(.nextcore-native, .nextcore-native *) {
  background: #172126;
  border-color: #344348;
}
:root[data-theme="dark"] #services .service-card:hover:where(.nextcore-native, .nextcore-native *),
:root[data-theme="dark"] #services .service-card:focus-visible:where(.nextcore-native, .nextcore-native *) {
  border-color: #ff3644;
}
:root[data-theme="dark"] #services .service-card h3:where(.nextcore-native, .nextcore-native *) {
  color: #f5f7f8;
}
:root[data-theme="dark"] #services .service-card p:where(.nextcore-native, .nextcore-native *) {
  color: #c8d0d3;
}
:root[data-theme="dark"] #services .service-bottom:where(.nextcore-native, .nextcore-native *),
:root[data-theme="dark"] #services .service-featured:where(.nextcore-native, .nextcore-native *) {
  border-color: #344348;
}
:root[data-theme="dark"] #services .service-featured-title:where(.nextcore-native, .nextcore-native *) {
  color: #dce3e5;
}
:root[data-theme="dark"] #services .service-tags span:where(.nextcore-native, .nextcore-native *) {
  background: #2a353a;
  color: #e5eaec;
}
:root[data-theme="dark"] #services .service-icon:where(.nextcore-native, .nextcore-native *) {
  background: #fff;
}
@media (max-width: 1023px) {
#services .services-grid:where(.nextcore-native, .nextcore-native *) { grid-template-columns: repeat(2, minmax(0, 1fr)); }

}
@media (min-width: 1024px) and (max-width: 1200px) {
#services .service-card:where(.nextcore-native, .nextcore-native *) { min-height: 380px; }
#services .service-card h3:where(.nextcore-native, .nextcore-native *) { font-size: 20px; }
#services .service-card p:where(.nextcore-native, .nextcore-native *) { font-size: 12px; }
#services .service-bottom:where(.nextcore-native, .nextcore-native *) { grid-template-columns: 1fr; align-items: center; }
#services .service-featured:where(.nextcore-native, .nextcore-native *) { padding-left: 0; border-left: 0; }

}
@media (max-width: 639px) {
#services .section-heading:where(.nextcore-native, .nextcore-native *) { margin-bottom: 30px; }
#services .services-grid:where(.nextcore-native, .nextcore-native *) { grid-template-columns: minmax(0, 1fr); gap: 18px; }
#services .text-link:where(.nextcore-native, .nextcore-native *) { font-size: 14px; }
#services .service-card:where(.nextcore-native, .nextcore-native *) { min-height: 0; }
#services .service-image:where(.nextcore-native, .nextcore-native *) { height: 170px; }
#services .service-icon:where(.nextcore-native, .nextcore-native *) { width: 48px; height: 48px; margin: -24px 0 0 18px; border-width: 2px; border-radius: 12px; }
#services .service-icon .line-icon:where(.nextcore-native, .nextcore-native *) { width: 24px; height: 24px; }
#services .service-card h3:where(.nextcore-native, .nextcore-native *) { font-size: 18px; min-height: 0; margin: 16px 18px 0; }
#services .service-card p:where(.nextcore-native, .nextcore-native *) { font-size: 11px; line-height: 1.45; min-height: 0; margin: 10px 18px 16px; }
#services .service-bottom:where(.nextcore-native, .nextcore-native *) { grid-template-columns: 1fr; gap: 12px; padding: 14px 18px 16px; align-items: start; }
#services .service-cta:where(.nextcore-native, .nextcore-native *) { justify-self: start; min-height: 30px; padding-inline: 14px; font-size: 11px; }
#services .service-featured:where(.nextcore-native, .nextcore-native *) { padding-left: 0; border-left: 0; gap: 6px; }
#services .service-featured-title:where(.nextcore-native, .nextcore-native *) { font-size: 10px; letter-spacing: 1.6px; }
#services .service-tags:where(.nextcore-native, .nextcore-native *) { gap: 6px; }
#services .service-tags span:where(.nextcore-native, .nextcore-native *) { min-height: 22px; padding: 4px 8px; font-size: 10px; }

}
@media (prefers-reduced-motion: reduce) {
#services .service-card:where(.nextcore-native, .nextcore-native *), #services .service-image:where(.nextcore-native, .nextcore-native *) { transition: none; }
#services .service-card:hover:where(.nextcore-native, .nextcore-native *), #services .service-card:focus-visible:where(.nextcore-native, .nextcore-native *), #services .service-card:hover .service-image:where(.nextcore-native, .nextcore-native *), #services .service-card:focus-visible .service-image:where(.nextcore-native, .nextcore-native *) { transform: none; }

}



