/* Start custom CSS for html, class: .elementor-element-b766647 */.torobpay-section {
  background: #e6f8e6;
  padding: 30px 20px;
  border-radius: 12px;
  font-family: sans-serif;
  color: #333;
  max-width: 100%;
}

.torobpay-header {
  text-align: center;
  margin-bottom: 20px;
}

.torobpay-header img {
  max-width: 150px;
  margin-bottom: 10px;
}

.torobpay-header h2 {
  color: #228b22;
  font-size: 2em;
}

.torobpay-steps .step {
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 15px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.torobpay-steps .step h3 {
  color: #228b22;
  font-size: 1.2em;
  margin-bottom: 5px;
}

.torobpay-steps .step p {
  margin: 0;
}

.torobpay-steps .step a {
  color: #228b22;
  text-decoration: underline;
}

.torobpay-benefits {
  text-align: center;
  margin-top: 20px;
}

.torobpay-benefits h3 {
  color: #228b22;
  font-size: 1.3em;
  margin-bottom: 10px;
}

.torobpay-benefits ul {
  list-style: none;
  padding: 0;
}

.torobpay-benefits li {
  margin-bottom: 5px;
  font-size: 1.1em;
}

.torobpay-button {
  display: inline-block;
  background: #228b22;
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  margin-top: 10px;
  transition: background 0.3s;
}

.torobpay-button:hover {
  background: #1a6e1a;
}/* End custom CSS */