.elementor-100 .elementor-element.elementor-element-bfdc3ee{--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 for html, class: .elementor-element-6fc6722 */.footer-terra-eden {
  width: 100%;
  background: #ffffff;
  padding: 52px 0 24px 0;
  font-family: "Open Sans", Arial, sans-serif;
  color: #1e1e1e;
  border-top: 6px solid #1f6b2a;
}

.footer-terra-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 48px;
}

.footer-terra-col {
  flex: 1;
}

.footer-terra-brand {
  flex: 1.35;
}

.footer-terra-logo {
  width: 250px;
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 18px;
}

.footer-terra-col h4 {
  margin: 0 0 16px 0;
  color: #1f6b2a;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 800;
}

.footer-terra-col p {
  margin: 0 0 9px 0;
  color: #333333;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 400;
}

.footer-terra-whatsapp {
  display: inline-block;
  margin-top: 10px;
  padding: 13px 24px;
  background: #ef6c00;
  color: #ffffff;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.25s ease;
}

.footer-terra-whatsapp:hover {
  background: #d95f00;
  color: #ffffff;
}

.footer-terra-base {
  width: 100%;
  max-width: 1200px;
  margin: 34px auto 0 auto;
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
  text-align: center;
}

.footer-terra-base p {
  margin: 0;
  color: #666666;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 400;
}


@media (max-width: 1024px) {
  .footer-terra-container {
    max-width: 90%;
    gap: 32px;
  }

  .footer-terra-logo {
    width: 220px;
  }

  .footer-terra-col p {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .footer-terra-eden {
    padding: 38px 0 22px 0;
  }

  .footer-terra-container {
    max-width: 88%;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 28px;
  }

  .footer-terra-col,
  .footer-terra-brand {
    width: 100%;
    flex: none;
  }

  .footer-terra-logo {
    width: 210px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
  }

  .footer-terra-col h4 {
    font-size: 17px;
    margin-bottom: 12px;
  }

  .footer-terra-col p {
    font-size: 14px;
    line-height: 1.5;
  }

  .footer-terra-whatsapp {
    padding: 12px 20px;
    font-size: 14px;
  }

  .footer-terra-base {
    max-width: 88%;
    margin-top: 28px;
    padding-top: 18px;
  }

  .footer-terra-base p {
    font-size: 12px;
  }
}/* End custom CSS */