/* About page only (about-us.html) — uses global tokens from style.css */

/* Services list */
.services-section h2 {
  font-size: 2em;
  color: #333;
}

.service-item {
  display: flex;
  flex-direction: column;
  padding: 0.7em;
}

.service-item h3 {
  margin-top: 0;
  color: #333;
}

.service-item p {
  margin: 10px 0 0;
  color: #555;
}

/* Partners — static logo row (carousel styles live in style.css) */
.partners-logo-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
  gap: 24px;
  padding: 30px ;
}

.partners-logo-wrap img {
  max-width: 220px;
  max-height: 120px;
  width: auto;
  height: auto;
  object-fit: contain;
}

/* Footer (shared pattern with index.css) */
.site-footer .social-links li--hidden {
  display: none;
}

footer > div > div.footer-top > div {
  justify-content: space-between;
}
