.elementor-15098 .elementor-element.elementor-element-609ca27{text-align:center;}.elementor-15098 .elementor-element.elementor-element-609ca27 .elementor-heading-title{color:#138A23;}/* Start custom CSS for text-editor, class: .elementor-element-0b75fbd */.eco-section {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-family: 'Segoe UI', sans-serif;
  color: #2a2a2a;
  background: #f5f7f5;
  padding: 30px;
  border-radius: 10px;
}

.eco-left {
  flex: 1 1 300px;
  min-width: 300px;
  background: #ffffff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 1px 6px rgba(0,0,0,0.1);
}

.eco-left h3 {
  color: #007b3e;
  font-size: 22px;
  margin-bottom: 10px;
}

.eco-left ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-top: 10px;
}

.eco-left li {
  margin-bottom: 10px;
}

.eco-right {
  flex: 2 1 600px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.eco-card {
  background: #ffffff;
  border-left: 5px solid #2e7d32;
  border-radius: 8px;
  flex: 1 1 280px;
  padding: 15px 20px;
  box-shadow: 0 1px 6px rgba(0,0,0,0.08);
}

.eco-card h4 {
  margin-top: 0;
  color: #155724;
  font-size: 18px;
}

.eco-card p {
  margin: 6px 0;
  font-size: 14px;
}

.eco-card .eco-summary {
  margin-top: 10px;
  padding: 10px;
  background-color: #e8f5e9;
  border-left: 4px solid #43a047;
  font-weight: bold;
  font-size: 14px;
  color: #1b5e20;
}

.green {
  color: #2e7d32;
  font-weight: bold;
}/* End custom CSS */