[class*="templateLogo"] {
  align-items: center;
  display: inline-flex;
  gap: 0.55rem;
  max-width: none !important;
  overflow: visible !important;
  white-space: nowrap;
}

[class*="templateLogo"]::before {
  background: url("content.png") center / contain no-repeat;
  content: "";
  display: inline-block;
  flex: 0 0 auto;
  height: 2rem;
  width: 2rem;
}

.Testimonials-module__eCnbca__grid {
  align-items: stretch;
}

.Testimonials-module__eCnbca__card {
  align-self: stretch;
  height: 228px;
}

.Testimonials-module__eCnbca__quote {
  display: block;
  min-height: 120px;
  overflow: visible;
}

.Testimonials-module__eCnbca__owner {
  margin-top: auto;
}

.Services-module__P8uqka__price {
  display: none;
}

/* Service cards: keep the text group centred after removing the unused price slot. */
.Services-module__P8uqka__copy {
  justify-content: center;
  gap: 12px;
}

.Services-module__P8uqka__text {
  gap: 12px;
}

.Services-module__P8uqka__text h3 {
  max-width: 100%;
  text-wrap: balance;
}

.Services-module__P8uqka__text p {
  max-width: 100%;
  text-wrap: pretty;
}

/* Mobile navigation: keep social actions inside the opened menu. */
@media (max-width: 767px) {
  .NavigationHero-module__D5roOa__desktopSocials {
    display: none !important;
  }

  .NavigationHero-module__D5roOa__mobileSocials {
    display: flex !important;
  }
}
