.elementor-12 .elementor-element.elementor-element-44b6dec{--display:flex;}/* Start custom CSS for html, class: .elementor-element-2cee12b *//* About Page */
.eco-about {
  padding: 100px 20px;
  background: #f9f9f9;
  font-family: 'Open Sans', sans-serif;
  color: #333;
}

.eco-about-container {
  max-width: 1000px;
  margin: auto;
  background: #fff;
  padding: 60px;
  border-radius: 16px;
  box-shadow: 0 8px 22px rgba(0,0,0,0.08);
}

/* Hero Section */
.eco-about-hero {
  text-align: center;
  margin-bottom: 60px;
}

.eco-about-hero h1 {
  font-size: 2.6rem;
  color: #2e7d32;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 15px;
}

.eco-about-hero p {
  font-size: 1.2rem;
  color: #555;
}

/* Sections */
.eco-about-section {
  margin-bottom: 50px;
}

.eco-about-section h2 {
  font-size: 1.8rem;
  color: #388e3c;
  margin-bottom: 15px;
}

.eco-about-section p {
  font-size: 1rem;
  line-height: 1.8;
  color: #444;
  margin-bottom: 15px;
}

.eco-about-section ul {
  margin: 15px 0 20px 25px;
}

.eco-about-section ul li {
  margin-bottom: 12px;
  line-height: 1.7;
}

/* Disclaimer */
.eco-about-disclaimer {
  margin-top: 50px;
  padding: 20px;
  background: #f0f0f0;
  border-radius: 12px;
  font-size: 0.9rem;
  color: #666;
  line-height: 1.6;
  text-align: center;
}

/* Responsive */
@media (max-width: 768px) {
  .eco-about-container {
    padding: 30px;
  }

  .eco-about-hero h1 {
    font-size: 2rem;
  }

  .eco-about-section h2 {
    font-size: 1.4rem;
  }
}/* End custom CSS */