.elementor-106 .elementor-element.elementor-element-aad4a2e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-aa1b74a *//* =========================================
   FOOTER — Official teal color scheme
   Matched to preservisionofficial.com footer
   Brand fonts: IBM Plex Sans + Barlow
========================================= */

.elementor-location-footer,
.elementor-location-footer .elementor-section,
.elementor-location-footer .elementor-container,
.elementor-location-footer .elementor-column,
.elementor-location-footer .elementor-widget-wrap,
.elementor-location-footer .elementor-widget-html,
.elementor-location-footer .elementor-widget-container {
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

.ap-footer {
  --ap-navy: #00205b;
  --ap-teal: #007a87;
  --ap-teal-brand: #03838c;
  --ap-ease: cubic-bezier(0.2, 0.8, 0.2, 1);

  box-sizing: border-box;
  width: 100%;
  background: var(--ap-teal) !important;
  color: #ffffff;
  font-family: "IBM Plex Sans", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.ap-footer *,
.ap-footer *::before,
.ap-footer *::after {
  box-sizing: border-box;
}

.ap-footer a {
  color: inherit;
  text-decoration: none;
}

.ap-footer__wrap {
  width: min(1180px, calc(100% - 2.5rem));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.35fr 1fr 1.15fr;
  gap: clamp(2rem, 4vw, 3.5rem);
  padding: clamp(3rem, 6vw, 4.5rem) 0 clamp(2.5rem, 5vw, 3.5rem);
}

.ap-footer__brand {
  max-width: 28rem;
}

.ap-footer__logo {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 1.15rem;
  color: #ffffff;
}

.ap-footer__logo-text {
  font-family: "Barlow", "IBM Plex Sans", Arial, sans-serif;
  font-size: 26px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.02em;
}

.ap-footer__logo-text sup {
  font-size: 0.5em;
  top: -0.45em;
}

.ap-footer__logo-sub {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
}

.ap-footer__about {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.92);
}

.ap-footer__heading {
  margin: 0 0 1.15rem;
  font-family: "Barlow", "IBM Plex Sans", Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #ffffff;
}

.ap-footer__links {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.ap-footer__links a {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.92rem;
  font-weight: 600;
  color: #ffffff !important;
  text-decoration: underline !important;
  text-underline-offset: 3px;
  transition: opacity 0.2s var(--ap-ease), transform 0.2s var(--ap-ease);
}

.ap-footer__links a span {
  color: #ffffff;
  font-size: 0.85rem;
  text-decoration: none !important;
}

.ap-footer__links a:hover {
  color: #ffffff !important;
  opacity: 0.85;
  transform: translateX(3px);
}

.ap-footer__info {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}

.ap-footer__info li {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.55;
  color: #ffffff;
}

.ap-footer__info a {
  color: #ffffff !important;
  text-decoration: none;
}

.ap-footer__info a:hover {
  opacity: 0.85;
  text-decoration: underline !important;
}

.ap-footer__icon {
  flex: 0 0 auto;
  margin-top: 0.1rem;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #ffffff;
}

.ap-footer__icon svg {
  width: 14px;
  height: 14px;
}

.ap-footer__legal {
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  padding: 1.1rem 1.25rem 0.85rem;
  background: rgba(0, 0, 0, 0.08);
}

.ap-footer__legal-inner {
  width: min(900px, calc(100% - 0.5rem));
  margin: 0 auto;
  text-align: center;
}

.ap-footer__legal p {
  margin: 0 0 0.55rem;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.78);
}

.ap-footer__legal p:last-child {
  margin-bottom: 0;
}

.ap-footer__legal strong {
  font-weight: 700;
  color: rgba(255, 255, 255, 0.92);
}

.ap-footer__base {
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  padding: 1.1rem 1.25rem;
  text-align: center;
  background: rgba(0, 0, 0, 0.12);
}

.ap-footer__base p {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 900px) {
  .ap-footer__wrap {
    grid-template-columns: 1fr;
    gap: 2.25rem;
  }
}/* End custom CSS */