.elementor-27637 .elementor-element.elementor-element-4ddc4b1{--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;}/* Start custom CSS for html, class: .elementor-element-389454e */* {
  box-sizing: border-box;
}

.site-footer {
  background: #f0eeed;
  padding: 24px 40px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  width: 100%;
  position: sticky;
  bottom: 0;
}

.footer-container {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-left {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer-logo img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: block;
}

.footer-copyright {
  font-size: 16px;
  color: #6b7280;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
}

.footer-nav {
  display: flex;
  align-items: center;
  gap: 36px;
}

.footer-nav a {
  font-size: 16px;
  color: #1f2430;
  text-decoration: none;
  font-family: Georgia, "Times New Roman", serif;
}

.footer-nav a:hover {
  color: #f0701c;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    text-align: center;
  }

  .footer-nav {
    gap: 24px;
  }
}

@media (max-width: 480px) {
  .site-footer {
    padding: 20px;
  }

  .footer-left {
    flex-direction: column;
    gap: 10px;
  }

  .footer-nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
  }

  .footer-copyright,
  .footer-nav a {
    font-size: 14px;
  }
}/* End custom CSS */