@import url('wix-fonts.css');

.page-services-site {
  font-family: var(--wix-font-body);
  font-weight: 400;
}

.page-services-site .main-nav a {
  font-family: Arial, Helvetica, var(--wix-font-body), sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.page-services-site .btn,
.page-services-site .read-more,
.page-services-site .view-all {
  font-family: Arial, Helvetica, var(--wix-font-body), sans-serif;
  font-weight: 400;
}

.page-services-site p,
.page-services-site li,
.page-services-site .services-subtitle,
.page-services-site .blueprint-card p,
.page-services-site .footer-brand p,
.page-services-site .footer-col a,
.page-services-site .footer-bottom {
  font-family: var(--wix-font-body);
  font-weight: 400;
}

.page-services-site .services-banner h1 {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 64px;
  color:#fff;
}

.page-services-site .services-banner p {
    font-family: var(--wix-font-body);
    font-size: 22px;
    font-weight: 400;
    color: #fff;
}

.page-services-site .section-title,
.page-services-site .blueprint-card h3,
.page-services-site .footer-col h5 {
  font-family: var(--font-display);
  font-weight: 400;
}

.page-services-site .section-title {
  font-size: 48px;
}

.page-services-site .blueprint-card h3 {
  font-size: 20px;
}
.services-provide h2.section-title.center {
    margin-bottom: 20px;
    font-family: 'Nuckle regular' !important;
    font-weight: 600 !important;
}
.services-provide .services-subtitle {
    max-width: 100%;
    margin: 0;
    font-size: 20px;
    color: #000;
}


@media (max-width: 768px) {
  .page-services-site .services-banner h1 {
    font-size: 40px;
  }
}

/* "Services We Provide" grid: 3 per row via flexbox instead of the shared
   .blueprint-cards CSS Grid, so an incomplete final row (e.g. 8 cards -
   two rows of 3 plus a row of 2) centers itself automatically via
   justify-content, whatever the final count happens to be, rather than
   sitting left-aligned in the first columns of an unfilled grid row. */
.services-provide .blueprint-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.services-provide .blueprint-cards .blueprint-card {
  flex: 0 1 calc((100% - 60px) / 3); /* 3 per row - 30px gaps set in custom.css */
}
@media (max-width: 900px) {
  .services-provide .blueprint-cards .blueprint-card {
    flex: 0 1 100%;
  }
}
