.elementor-13661 .elementor-element.elementor-element-5dd847c{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-bb70c45 */.agri-services {
  font-family: 'Segoe UI', Roboto, sans-serif;
  background: #fff;
  padding: 32px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  color: #1e293b;
  line-height: 1.6;
}

.agri-services .title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #F3722C;
  text-align: center;
  margin-bottom: 20px;
}

.agri-block {
  margin-bottom: 28px;
}

.agri-block h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #F3722C;
  margin-bottom: 12px;
  border-left: 4px solid #F3722C;
  padding-left: 10px;
}

.ui-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ui-list li {
  background: #fdf4f0;
  border-left: 4px solid #F3722C;
  padding: 10px 14px;
  margin-bottom: 10px;
  border-radius: 6px;
  font-size: 0.95rem;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-list li {
  background: #f9fafb;
  padding: 10px 14px;
  margin-bottom: 8px;
  border-radius: 6px;
  font-size: 0.95rem;
  position: relative;
}

.feature-list li::before {
  content: "✔";
  color: #16a34a;
  font-weight: bold;
  margin-right: 8px;
}

.contact p {
  background: #fff7ed;
  padding: 14px 16px;
  border-left: 4px solid #F3722C;
  border-radius: 6px;
  color: #374151;
}/* End custom CSS */