.elementor-14 .elementor-element.elementor-element-68bde7f{--display:flex;}.elementor-14 .elementor-element.elementor-element-8e94f9a{--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-6856080 *//* Blog Section */
.eco-blog {
  padding: 80px 20px;
  background: #f9f9f9;
  font-family: 'Open Sans', sans-serif;
  color: #333;
}

.eco-blog-container {
  max-width: 1100px;
  margin: auto;
}

/* Each Blog Post */
.eco-post {
  background: #fff;
  padding: 40px;
  margin-bottom: 50px;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.eco-post:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}

/* Blog Title */
.eco-post h1 {
  font-size: 2rem;
  color: #2e7d32;
  margin-bottom: 20px;
  font-family: 'Poppins', sans-serif;
}

.eco-post p em {
  display: block;
  font-size: 0.9rem;
  color: #777;
  margin-bottom: 15px;
}

/* Images */
.eco-post img {
  width: 100%;
  border-radius: 12px;
  margin: 20px 0;
}

/* Headings */
.eco-post h2 {
  font-size: 1.4rem;
  color: #388e3c;
  margin-top: 30px;
  margin-bottom: 12px;
}

.eco-post h3 {
  font-size: 1.2rem;
  color: #2e7d32;
  margin-bottom: 8px;
}

/* Text & Lists */
.eco-post p {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 18px;
  color: #444;
}

.eco-post ul {
  margin: 15px 0 20px 25px;
  padding: 0;
}

.eco-post ul li {
  margin-bottom: 8px;
  line-height: 1.6;
  list-style-type: disc;
}

/* Responsive */
@media (max-width: 768px) {
  .eco-post {
    padding: 25px;
  }
  .eco-post h1 {
    font-size: 1.6rem;
  }
  .eco-post h2 {
    font-size: 1.2rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5062305 *//* Blog Page Layout */
.eco-blog {
  padding: 80px 20px;
  background: #f9f9f9;
  font-family: 'Open Sans', sans-serif;
  color: #333;
}

.eco-blog-container {
  max-width: 1100px;
  margin: auto;
}

/* Blog Post Card Style */
.eco-post {
  background: #fff;
  padding: 40px;
  margin-bottom: 50px;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.eco-post:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.12);
}

/* Blog Titles */
.eco-post h1 {
  font-size: 2rem;
  color: #2e7d32;
  margin-bottom: 15px;
  font-family: 'Poppins', sans-serif;
}

.eco-post p em {
  display: block;
  font-size: 0.9rem;
  color: #777;
  margin-bottom: 15px;
}

/* Blog Images */
.eco-post img {
  width: 100%;
  border-radius: 12px;
  margin: 20px 0;
}

/* Headings Inside Blog */
.eco-post h2 {
  font-size: 1.4rem;
  color: #388e3c;
  margin-top: 25px;
  margin-bottom: 12px;
}

.eco-post h3 {
  font-size: 1.2rem;
  color: #2e7d32;
  margin-bottom: 8px;
}

/* Text & Lists */
.eco-post p {
  font-size: 1rem;
  line-height: 1.8;
  color: #444;
  margin-bottom: 18px;
}

.eco-post ul {
  margin: 15px 0 25px 25px;
  padding: 0;
}

.eco-post ul li {
  margin-bottom: 10px;
  line-height: 1.6;
  list-style-type: disc;
  color: #444;
}

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

/* Responsive Design */
@media (max-width: 768px) {
  .eco-post {
    padding: 25px;
  }

  .eco-post h1 {
    font-size: 1.6rem;
  }

  .eco-post h2 {
    font-size: 1.2rem;
  }
}/* End custom CSS */