.elementor-525 .elementor-element.elementor-element-b5fb31e{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-525 .elementor-element.elementor-element-0705ebd{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}/* Start custom CSS for text-editor, class: .elementor-element-527d8d1 */.rw-section {
  font-family: 'Segoe UI', sans-serif;
  padding: 40px 20px;
  background-color: #fff;
  color: #333;
  max-width: 1200px;
  margin: auto;
  line-height: 1.7;
}

.rw-box {
  background-color: #fff8f1;
  border-left: 6px solid #ff7f0e;
  padding: 30px;
  margin-bottom: 40px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
}

.rw-box h2 {
  color: #e66a00;
  margin-bottom: 18px;
  font-size: 22px;
}

.rw-box p {
  font-size: 16px;
  color: #444;
  margin-bottom: 15px;
}

.rw-section-title {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #e66a00;
  margin: 50px 0 25px;
}

.rw-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-bottom: 50px;
}

.rw-card-grid.three-column {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.rw-card {
  background-color: #fff3e5;
  border: 1px solid #ffd8b3;
  padding: 20px;
  border-radius: 10px;
  font-size: 16px;
  color: #333;
  position: relative;
  padding-left: 45px;
  box-shadow: 0 3px 8px rgba(255, 165, 0, 0.1);
}

.rw-card::before {
  content: "✔️";
  position: absolute;
  left: 15px;
  top: 18px;
  font-size: 18px;
  color: #e66a00;
}

.call-to-action {
  background-color: #ffe9d6;
  border: 2px dashed #ff9b34;
  text-align: center;
  padding: 30px;
  border-radius: 14px;
}

.call-to-action h2 {
  font-size: 22px;
  color: #d35400;
  margin-bottom: 15px;
}

.call-to-action p {
  font-size: 16px;
  color: #555;
  max-width: 800px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .rw-section-title {
    font-size: 20px;
  }

  .rw-box h2 {
    font-size: 20px;
  }

  .rw-card {
    font-size: 15px;
    padding-left: 40px;
  }

  .rw-card::before {
    font-size: 16px;
    top: 16px;
    left: 12px;
  }

  .call-to-action h2 {
    font-size: 20px;
  }
}/* End custom CSS */