/* Start custom CSS for text-editor, class: .elementor-element-4dd6ec41 */.ibt-cta {
  font-weight: 600;
  color: #001057;
  text-decoration: none;
  transition: color 0.3s ease;
}

.ibt-cta:hover {
  color: #173ad6; /* darker muted blue */
}


blockquote {
  font-size: 1.2rem;
  font-style: italic;
  border-left: 4px solid #173AD6;
  padding-left: 20px;
  margin: 30px 0;
  color: #333;
}/* End custom CSS */