.elementor-2388 .elementor-element.elementor-element-a5dfc00{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-717b92a */.salient-wrapper {
  max-width: 880px;
  margin: 50px auto;
  padding: 30px;
  background-color: #ffffff;
  border-left: 5px solid #4a00e0;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  font-family: 'Segoe UI', sans-serif;
  color: #1a1a1a;
}

.salient-wrapper h2 {
  color: #4a00e0;
  margin-top: 40px;
  font-size: 1.5rem;
  border-bottom: 2px solid #eee;
  padding-bottom: 10px;
}

.salient-wrapper ul {
  margin: 15px 0 30px 20px;
  padding-left: 15px;
  list-style-type: square;
}

.salient-wrapper p {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 15px;
}

.salient-wrapper blockquote {
  background: #f5f5f5;
  border-left: 4px solid #4a00e0;
  margin: 20px 0;
  padding: 15px 20px;
  font-style: italic;
}

.cta-button {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 20px;
  background-color: navy;
  color:white;
  text-decoration: none;
  font-weight: bold;
  border-radius: 6px;
  transition: background 0.3s ease;
}

.cta-button:hover {
  background-color: #6a00ff;
}/* End custom CSS */