.elementor-84 .elementor-element.elementor-element-5fddfe5{--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-d8d1048 *//* Policy Pages Shared Styles (scoped) */
.eco-policy-page {
  padding: 60px 16px;
  background: #f7fbf7;
  font-family: 'Open Sans', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  color: #213123;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* centered container with subtle card */
.eco-policy-container {
  max-width: 980px;
  margin: 0 auto;
  background: #ffffff;
  padding: 48px;
  border-radius: 14px;
  box-shadow: 0 14px 40px rgba(10, 30, 10, 0.06);
  border: 1px solid rgba(34, 139, 34, 0.04);
}

/* Hero header */
.eco-policy-hero {
  text-align: center;
  margin-bottom: 26px;
}

.eco-policy-hero h1 {
  font-family: 'Poppins', sans-serif;
  color: #1b5e20;
  font-size: 2.2rem;
  margin: 0 0 6px;
}

.eco-policy-hero .meta {
  color: #6b786b;
  font-size: 0.95rem;
  margin: 0;
}

/* content */
.eco-policy-content {
  margin-top: 18px;
}

.eco-policy-content p {
  font-size: 1rem;
  line-height: 1.8;
  color: #374737;
  margin-bottom: 16px;
}

.eco-policy-content h2 {
  color: #2e7d32;
  font-size: 1.15rem;
  margin-top: 22px;
  margin-bottom: 10px;
  font-weight: 600;
}

.eco-policy-content ul {
  margin: 12px 0 18px 22px;
  color: #3c4f3c;
}

.eco-policy-content li {
  margin-bottom: 10px;
  line-height: 1.7;
}

/* footer note inside page */
.eco-policy-footer {
  margin-top: 26px;
  padding-top: 16px;
  border-top: 1px solid rgba(34, 139, 34, 0.06);
  text-align: center;
  color: #556655;
  font-size: 0.95rem;
}

/* links */
.eco-policy-content a {
  color: #2e7d32;
  text-decoration: underline;
}

/* responsive */
@media (max-width: 880px) {
  .eco-policy-container {
    padding: 26px;
    margin: 0 12px;
  }
  .eco-policy-hero h1 {
    font-size: 1.7rem;
  }
  .eco-policy-content h2 {
    font-size: 1.05rem;
  }
}

/* small screens */
@media (max-width: 480px) {
  .eco-policy-content p { font-size: 0.98rem; }
  .eco-policy-footer { font-size: 0.9rem; }
}/* End custom CSS */