.elementor-27 .elementor-element.elementor-element-5666fb36{--display:flex;--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-42962974 *//* ================================
   Simple Footer
================================ */

.ml-simple-footer {
  background: #eaf4ef;
  border-top: 4px solid #19d3c5;
  font-family: inherit;
  color: #062b25;
}

.ml-simple-footer-wrap {
  width: min(1100px, calc(100% - 40px));
  margin: 0 auto;
  padding: 56px 0;
}

/* Top CTA */

.ml-footer-top-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  margin-bottom: 54px;
  padding: 34px 38px;
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(25, 211, 197, 0.22), transparent 34%),
    #ffffff;
  border: 1px solid rgba(6, 43, 37, 0.08);
  box-shadow: 0 18px 50px rgba(6, 43, 37, 0.08);
}

.ml-footer-top-cta h2 {
  margin: 0 0 10px;
  color: #062b25;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.08;
  font-weight: 950;
  letter-spacing: -0.045em;
}

.ml-footer-top-cta p {
  max-width: 720px;
  margin: 0;
  color: #465956;
  font-size: 16px;
  line-height: 1.7;
}

.ml-footer-top-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 24px;
  border-radius: 999px;
  background: #19d3c5;
  color: #04211d;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 14px 34px rgba(25, 211, 197, 0.24);
  transition: 0.25s ease;
}

.ml-footer-top-cta a:hover {
  transform: translateY(-2px);
  background: #062b25;
  color: #ffffff;
}

/* Main Footer */

.ml-simple-footer-main {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  gap: 54px;
}

.ml-simple-footer-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 118px;
  height: 118px;
  padding: 14px;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 16px 42px rgba(6, 43, 37, 0.10);
}

.ml-simple-footer-logo img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.ml-simple-footer-col h3 {
  margin: 0 0 16px;
  color: #062b25;
  font-size: 17px;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ml-simple-footer-col a {
  display: block;
  width: fit-content;
  margin-bottom: 12px;
  color: #28423d;
  font-size: 15px;
  line-height: 1.5;
  text-decoration: none;
  transition: 0.2s ease;
}

.ml-simple-footer-col a:hover {
  color: #0a8f84;
  transform: translateX(3px);
}

/* Bottom */

.ml-simple-footer-bottom {
  padding: 16px 20px;
  background: #062b25;
  color: rgba(255, 255, 255, 0.78);
  text-align: center;
  font-size: 13px;
}

/* Mobile */

@media (max-width: 767px) {
  .ml-simple-footer-wrap {
    width: min(100% - 28px, 1100px);
    padding: 44px 0;
  }

  .ml-footer-top-cta {
    grid-template-columns: 1fr;
    padding: 28px;
    border-radius: 24px;
    margin-bottom: 42px;
  }

  .ml-footer-top-cta a {
    width: 100%;
  }

  .ml-simple-footer-main {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .ml-simple-footer-logo {
    width: 104px;
    height: 104px;
    border-radius: 24px;
  }
}
.ml-footer-top-cta {
  margin-bottom: 46px;
  padding: 28px 34px;
}

.ml-simple-footer-logo {
  width: 130px;
  height: 130px;
}

.ml-simple-footer-wrap {
  padding: 48px 0;
}

.ml-simple-footer-bottom {
  padding: 12px 20px;
}/* End custom CSS */