.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 );}/* Start custom CSS for html, class: .elementor-element-3a1d7ae */.quote-section {
  background-color: #F9FAFB;
  padding: 60px 20px;
  text-align: center;
}

.quote-section h2 {
  font-size: 32px;
  color: #1E3A8A; /* Industrial Blue */
  margin-bottom: 10px;
}

.quote-section p {
  font-size: 16px;
  color: #4A4A4A;
  margin-bottom: 40px;
}

.quote-form {
  max-width: 600px;
  margin: 0 auto;
  display: grid;
  gap: 20px;
}

.quote-form input,
.quote-form textarea {
  padding: 14px;
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  width: 100%;
}

.quote-form button {
  background-color: #F97316; /* Orange CTA */
  color: #fff;
  border: none;
  padding: 14px;
  font-size: 16px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s;
}

.quote-form button:hover {
  background-color: #1E3A8A;
}/* End custom CSS */