.elementor-1625 .elementor-element.elementor-element-cefda05{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1625 .elementor-element.elementor-element-2769db0{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS *//* Clear Wave Footer - no gap, full width, mobile-friendly */
html, body {
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden !important;
}

/* Remove WordPress/Elementor spacing around footer */
.elementor-location-footer,
.elementor-location-footer .elementor-section,
.elementor-location-footer .elementor-container,
.elementor-location-footer .elementor-widget-wrap,
.elementor-location-footer .elementor-widget,
.elementor-location-footer .elementor-widget-container,
.elementor-location-footer .elementor-widget-html {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Remove bottom spacing from the page body before the footer */
body .site-main,
body #content,
body .site-content,
body .content-area,
body .entry-content,
body .page-content {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* If the homepage code is above the footer, remove its last-section gap */
.cw-home-clean,
.cw-home-clean .cw-final {
  margin-bottom: 0 !important;
}

.cw-home-clean .cw-final {
  padding-bottom: 72px !important;
}

/* Full-bleed footer breakout */
.cw-site-footer {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  background: linear-gradient(135deg, #052f3f 0%, #066476 52%, #00a9b7 100%) !important;
  color: #ffffff !important;
  overflow: hidden !important;
  position: relative !important;
  clear: both !important;
}

.cw-site-footer,
.cw-site-footer * {
  box-sizing: border-box !important;
}

/* Thin premium divider at the top of footer */
.cw-footer-wave {
  height: 8px !important;
  background: linear-gradient(90deg, #ffe08a, #ffffff, #9ff7ff) !important;
  opacity: 0.95 !important;
}

/* Footer layout */
.cw-footer-inner {
  width: min(1180px, calc(100% - 36px)) !important;
  margin: 0 auto !important;
  padding: 48px 0 32px !important;
  display: grid !important;
  grid-template-columns: 1.55fr 0.85fr 0.85fr 0.95fr !important;
  gap: 32px !important;
  align-items: start !important;
}

.cw-footer-brand,
.cw-footer-links,
.cw-footer-contact {
  min-width: 0 !important;
}

.cw-footer-logo-wrap {
  display: inline-flex !important;
  align-items: center !important;
  gap: 13px !important;
  color: #ffffff !important;
  text-decoration: none !important;
  margin: 0 0 18px !important;
}

.cw-footer-logo-wrap img {
  width: 58px !important;
  height: 58px !important;
  object-fit: contain !important;
  background: #ffffff !important;
  border-radius: 18px !important;
  padding: 4px !important;
  box-shadow: 0 12px 30px rgba(0,0,0,.18) !important;
}

.cw-footer-logo-wrap span {
  display: flex !important;
  flex-direction: column !important;
  line-height: 1.12 !important;
}

.cw-footer-logo-wrap strong {
  color: #ffffff !important;
  font-size: 21px !important;
  font-weight: 900 !important;
}

.cw-footer-logo-wrap small {
  color: #bff9ff !important;
  font-size: 12px !important;
  margin-top: 5px !important;
  font-weight: 800 !important;
  letter-spacing: .02em !important;
}

.cw-footer-brand p {
  margin: 0 0 13px !important;
  color: rgba(255,255,255,.88) !important;
  line-height: 1.65 !important;
  font-size: 15px !important;
}

.cw-footer-links h3,
.cw-footer-contact h3 {
  margin: 0 0 15px !important;
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  letter-spacing: -.01em !important;
}

.cw-footer-links a,
.cw-footer-contact a {
  display: block !important;
  color: rgba(255,255,255,.9) !important;
  text-decoration: none !important;
  margin: 0 0 11px !important;
  font-size: 14px !important;
  font-weight: 750 !important;
  line-height: 1.35 !important;
  transition: color .2s ease, transform .2s ease !important;
}

.cw-footer-links a:hover,
.cw-footer-contact a:hover {
  color: #ffffff !important;
  transform: translateX(3px) !important;
}

.cw-footer-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: fit-content !important;
  background: #ffffff !important;
  color: #007f8f !important;
  border-radius: 999px !important;
  padding: 12px 20px !important;
  margin-top: 8px !important;
  font-weight: 900 !important;
  box-shadow: 0 12px 28px rgba(0,0,0,.16) !important;
}

.cw-footer-btn:hover {
  color: #006f7d !important;
  transform: translateY(-1px) !important;
}

.cw-footer-note {
  margin: 14px 0 0 !important;
  color: rgba(255,255,255,.82) !important;
  line-height: 1.6 !important;
  font-size: 13px !important;
}

.cw-footer-bottom {
  width: min(1180px, calc(100% - 36px)) !important;
  margin: 0 auto !important;
  padding: 17px 0 20px !important;
  border-top: 1px solid rgba(255,255,255,.18) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 15px !important;
  color: rgba(255,255,255,.8) !important;
  font-size: 13px !important;
}

/* Tablet */
@media (max-width: 940px) {
  .cw-footer-inner {
    grid-template-columns: 1fr 1fr !important;
    padding: 42px 0 30px !important;
    gap: 28px !important;
  }
}

/* Mobile */
@media (max-width: 640px) {
  .cw-site-footer {
    margin-top: 0 !important;
  }

  .cw-footer-inner {
    width: min(100% - 28px, 520px) !important;
    grid-template-columns: 1fr !important;
    gap: 24px !important;
    padding: 36px 0 26px !important;
  }

  .cw-footer-logo-wrap img {
    width: 54px !important;
    height: 54px !important;
  }

  .cw-footer-brand p {
    font-size: 14.5px !important;
  }

  .cw-footer-links a,
  .cw-footer-contact a {
    font-size: 15px !important;
    margin-bottom: 10px !important;
  }

  .cw-footer-btn {
    width: 100% !important;
    min-height: 48px !important;
  }

  .cw-footer-bottom {
    width: min(100% - 28px, 520px) !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    padding: 16px 0 20px !important;
  }
}/* End custom CSS */