.elementor-39 .elementor-element.elementor-element-6ce976f{--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-521c9ed *//* Footer Base */
.eco-footer {
  background: #2e7d32;
  color: #fff;
  padding: 50px 20px 20px;
  margin-top: 50px;
  font-family: 'Open Sans', sans-serif;
}

/* Container */
.eco-footer-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}

/* Logo / Description */
.eco-footer-logo a {
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  display: block;
  margin-bottom: 10px;
}
.eco-footer-logo p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #f5f5dc;
  max-width: 300px;
}

/* Links */
.eco-footer-links h4,
.eco-footer-legal h4 {
  font-size: 1.1rem;
  margin-bottom: 15px;
  color: #f5f5dc;
}

.eco-footer-links ul,
.eco-footer-legal ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.eco-footer-links li,
.eco-footer-legal li {
  margin-bottom: 10px;
}

.eco-footer-links a,
.eco-footer-legal a {
  color: #fff;
  text-decoration: none;
  font-size: 0.95rem;
  position: relative;
  padding-bottom: 3px;
  transition: color 0.3s ease;
}

.eco-footer-links a::after,
.eco-footer-legal a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0%;
  background: #f5f5dc;
  transition: width 0.3s ease;
}

.eco-footer-links a:hover,
.eco-footer-legal a:hover {
  color: #f5f5dc;
}

.eco-footer-links a:hover::after,
.eco-footer-legal a:hover::after {
  width: 100%;
}

/* Bottom Bar */
.eco-footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.2);
  margin-top: 30px;
  padding-top: 15px;
  text-align: center;
  font-size: 0.85rem;
  color: #f5f5dc;
}

/* Responsive */
@media (max-width: 900px) {
  .eco-footer-container {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .eco-footer-logo p {
    max-width: 100%;
  }
}/* End custom CSS */