.elementor-23218 .elementor-element.elementor-element-1c908a4{--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;}.elementor-23218 .elementor-element.elementor-element-1c908a4:not(.elementor-motion-effects-element-type-background), .elementor-23218 .elementor-element.elementor-element-1c908a4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0B2E6F;}.elementor-23218 .elementor-element.elementor-element-01d12b7{width:100%;max-width:100%;}.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-01d12b7 */.site-footer {
  background: #0b2e6f; /* Deep brand blue */
  color: rgba(241, 245, 249, 0.9);
  padding: 80px 20px 30px;
  font-size: 0.9rem;
  position: relative;
  z-index: 2;
}

/* Grid */

.footer-grid {
  max-width: 1200px;
  margin: 0 auto 48px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
  text-align: center;
}

/* Columns */

.footer-column h4 {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 18px;
  color: #ffffff;
}

.footer-column ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-column li + li {
  margin-top: 12px;
}

/* Links */

.footer-column a {
  color: rgba(226, 232, 240, 0.85);
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.25s ease, transform 0.25s ease;
  display: inline-block;
}

.footer-column a:hover {
  color: #ffffff;
  transform: translateX(4px);
}

/* Bottom bar */

.footer-bottom {
  border-top: 1px solid rgba(226, 232, 240, 0.15);
  padding-top: 22px;
  text-align: center;
  font-size: 0.8rem;
  color: rgba(226, 232, 240, 0.75);
}/* End custom CSS */