.elementor-2461 .elementor-element.elementor-element-119b7e1{--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-29141b4 *//* ========= About Page Styling ========= */

.about {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  line-height: 1.7;
  font-family: "Inter", sans-serif;
  color: #1f2937;
}

.about h1 {
  font-size: 2.2rem;
  color: #14532d;
  font-weight: 700;
  margin-bottom: 1rem;
}

.about h2 {
  font-size: 1.5rem;
  color: #166534;
  border-left: 4px solid #16a34a;
  padding-left: 10px;
  margin-top: 2.5rem;
  margin-bottom: 0.8rem;
}

.about p {
  margin-bottom: 1rem;
  font-size: 1.05rem;
}

.about .lead {
  font-size: 1.15rem;
  color: #374151;
  background: #f0fdf4;
  padding: 15px 20px;
  border-radius: 8px;
  border-left: 4px solid #16a34a;
  margin-bottom: 1.5rem;
}

.about a {
  color: #15803d;
  text-decoration: none;
  font-weight: 600;
}
.about a:hover {
  text-decoration: underline;
}

.about .check li {
  list-style: none;
  margin-bottom: 8px;
  position: relative;
  padding-left: 25px;
}
.about .check li::before {
  content: "✔";
  color: #16a34a;
  position: absolute;
  left: 0;
  top: 0;
}

.about .breadcrumb {
  font-size: 0.95rem;
  margin-bottom: 20px;
  color: #555;
}
.about .breadcrumb a {
  color: #047857;
}
.about .breadcrumb a:hover {
  text-decoration: underline;
}

.about .muted {
  color: #6b7280;
}
.about .seo-keywords {
  background: #f9fafb;
  border-left: 4px solid #16a34a;
  padding: 15px 20px;
  margin-top: 2rem;
  border-radius: 6px;
}
.about .seo-keywords p {
  font-size: 0.95rem;
  color: #374151;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .about {
    padding: 40px 15px;
  }
  .about h1 {
    font-size: 1.7rem;
  }
  .about h2 {
    font-size: 1.3rem;
  }
}

.reviews blockquote {
  background: #f0fdf4;
  border-left: 4px solid #16a34a;
  padding: 15px 20px;
  margin: 15px 0;
  font-style: italic;
  color: #374151;
  border-radius: 6px;
}
.reviews cite {
  display: block;
  margin-top: 5px;
  text-align: right;
  font-size: 0.9rem;
  color: #6b7280;
}
.faq dt {
  font-weight: 600;
  margin-top: 15px;
  color: #14532d;
}
.faq dd {
  margin-left: 10px;
  margin-bottom: 10px;
  color: #374151;
}/* End custom CSS */