.elementor-10 .elementor-element.elementor-element-e5b5e0e{--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-d498562 *//* Home Page */
.eco-home {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  background: #f9f9f9;
}

/* Hero Section */
.eco-hero {
  text-align: center;
  padding: 100px 20px;
  background: linear-gradient(to right, #2e7d32, #66bb6a);
  color: #fff;
  border-radius: 0 0 40px 40px;
}

.eco-hero h1 {
  font-size: 3rem;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 15px;
}

.eco-hero p {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

/* Sections */
.eco-home-section {
  max-width: 1100px;
  margin: auto;
  padding: 60px 20px;
  text-align: center;
}

.eco-home-section h2 {
  font-size: 2rem;
  color: #2e7d32;
  margin-bottom: 25px;
}

.eco-about-intro p {
  max-width: 700px;
  margin: auto;
  margin-bottom: 20px;
}

.eco-note {
  color: #2e7d32;
  font-weight: bold;
}

/* Latest Blogs Grid */
.eco-blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-bottom: 30px;
}

.eco-blog-card {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.08);
  text-align: left;
}

.eco-blog-card img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 15px;
}

.eco-blog-card h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #2e7d32;
}

/* Tips Section */
.eco-tips-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.eco-tip {
  background: #e8f5e9;
  padding: 15px;
  border-radius: 10px;
  font-size: 1rem;
  color: #2e7d32;
  box-shadow: inset 0 0 10px rgba(46,125,50,0.1);
}

/* Categories */
.eco-category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
}

.eco-category-card {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  color: #2e7d32;
  font-weight: bold;
}

/* Why Choose Us */
.eco-why ul {
  max-width: 700px;
  margin: auto;
  text-align: left;
}
.eco-why ul li {
  margin-bottom: 12px;
  line-height: 1.6;
}

/* CTA */
.eco-cta p {
  max-width: 600px;
  margin: auto;
  margin-bottom: 20px;
}

/* Disclaimer */
.eco-home-disclaimer {
  margin-top: 40px;
  padding: 20px;
  background: #f0f0f0;
  font-size: 0.9rem;
  border-radius: 10px;
  text-align: center;
  color: #666;
}

/* Responsive */
@media (max-width: 768px) {
  .eco-hero h1 {
    font-size: 2.2rem;
  }
  .eco-home-section h2 {
    font-size: 1.6rem;
  }
}/* End custom CSS */