/* Accessibility enhancements layered over the Mobirise theme. */
.skip-link {
  position: fixed;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 1000001;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  background: #ffffff;
  color: #15284b;
  font-weight: 700;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
  transform: translateY(-160%);
  transition: transform 0.15s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

:where(a, button, input, textarea, select, [tabindex]):focus-visible {
  outline: 3px solid #ff6a00 !important;
  outline-offset: 3px !important;
}

.btn,
.nav-link,
.dropdown-item,
button,
input[type="checkbox"] {
  min-height: 24px;
  min-width: 24px;
}

.form-control::placeholder {
  color: #5e6268;
  opacity: 1;
}

.textGDPR {
  color: #5d6166 !important;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Surgical second-pass layout refinements. */
#hero-16-ueNcAYmHf0 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#hero-16-ueNcAYmHf0 .content-wrap {
  padding-bottom: clamp(2rem, 7vh, 5rem);
}

#features-5-ueNcAYoPxa .satisfaction-image {
  object-fit: cover;
  object-position: left center;
}

@media (min-width: 992px) {
  #team-1-ueNcAYn8WR .item-wrapper {
    display: grid;
    grid-template-columns: minmax(320px, 1fr) minmax(280px, 0.85fr);
    align-items: center;
    gap: clamp(2rem, 5vw, 5rem);
  }

  #team-1-ueNcAYn8WR .item-img {
    height: 440px;
    margin-bottom: 0 !important;
    overflow: hidden;
  }

  #team-1-ueNcAYn8WR .item-content {
    padding: 2rem;
  }

  #team-1-ueNcAYn8WR .item-title,
  #team-1-ueNcAYn8WR .item-subtitle,
  #team-1-ueNcAYn8WR .mbr-text {
    text-align: left;
  }
}

.footer4 .footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(150px, 0.7fr) minmax(240px, 1fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  text-align: left;
}

.footer4 .footer-brand-link,
.footer4 .footer-grid a {
  color: inherit;
  text-underline-offset: 0.2em;
}

.footer4 .footer-brand-link {
  display: inline-block;
  margin-bottom: 0.75rem;
  text-decoration: none;
}

.footer4 .footer-heading {
  margin-bottom: 0.75rem;
  color: inherit;
  font-weight: 700;
}

.footer4 .footer-link-list,
.footer4 .footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1rem;
}

.footer4 .footer-social-link {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  background: transparent;
  color: #ffffff;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.footer4 .footer-social-link:hover {
  border-color: #ff6a00;
  background: #ff6a00;
  color: #111111;
  transform: translateY(-2px);
}

.footer4 .footer-social-link .socicon {
  font-size: 1.25rem;
  line-height: 1;
}

.footer4 .footer-link-list {
  flex-direction: column;
  align-items: flex-start;
}

.footer4 .footer-contact address {
  margin-bottom: 1rem;
  font-style: normal;
}

.footer4 .footer-copyright {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  color: inherit;
  text-align: center;
}

@media (max-width: 767px) {
  /* Show the complete 4:3 branded hero on iPhones instead of cropping it to a full viewport. */
  #hero-16-ueNcAYmHf0 {
    min-height: calc(75vw + 8rem) !important;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #15284b;
    background-position: center top !important;
    background-size: 100% auto !important;
  }

  #hero-16-ueNcAYmHf0 .mbr-overlay {
    min-height: 0;
  }

  #hero-16-ueNcAYmHf0 .content-wrap {
    padding: 1rem 1rem max(2.25rem, env(safe-area-inset-bottom));
  }

  .footer4 .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer4 .footer-link-list {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .footer4 .footer-social {
    justify-content: center;
  }
}
