.elementor-1396 .elementor-element.elementor-element-cd23b3c{--display:flex;}.elementor-1396 .elementor-element.elementor-element-b065323{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-78a4a82 *//* General Section and Container Spacing */
.elementor-section {
  padding: 32px 0;
  background: #fff;
}
.elementor-container {
  max-width: 750px;
  margin: 0 auto;
  padding: 0 18px;
}

/* Headings */
h1 {
  font-size: 2rem;
  color: #17457c;
  margin-bottom: 0.7em;
  font-weight: 700;
  line-height: 1.2;
}
h2 {
  font-size: 1.4rem;
  color: #005ba1;
  margin-top: 2.2em;
  margin-bottom: 0.6em;
  border-bottom: 2px solid #e3ebf3;
  padding-bottom: 6px;
  font-weight: 600;
}
h3 {
  font-size: 1.18rem;
  color: #2563eb;
  margin-top: 1.5em;
  margin-bottom: 0.3em;
  font-weight: 600;
}

/* Paragraphs and Lists */
p {
  font-size: 1.07rem;
  color: #222;
  margin-bottom: 1.4em;
  line-height: 1.7;
}
ul {
  padding-left: 1.3em;
  margin-bottom: 1.2em;
}
ul li {
  margin-bottom: 0.7em;
  font-size: 1.07rem;
}

/* Button (Call to Action) Styling */
.elementor-button-link,
.elementor-button {
  background: #005ba1;
  color: #fff !important;
  padding: 16px 32px;
  border-radius: 8px;
  font-size: 1.2em;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s, box-shadow 0.2s;
  box-shadow: 0 3px 16px 0 rgba(0,0,0,0.07);
  display: inline-block;
}
.elementor-button-link:hover,
.elementor-button:hover {
  background: #2563eb;
  color: #fff;
}

/* Section Highlight (Hero) */
.elementor-section:first-child {
  background: #f7fafc;
  border-bottom: 2px solid #e3ebf3;
}

/* Related Resources & Hashtags */
.elementor-section ul li a {
  color: #17457c;
  text-decoration: underline;
  transition: color 0.2s;
}
.elementor-section ul li a:hover {
  color: #2563eb;
}

/* FAQ Styling */
.elementor-section h2 + h3,
.elementor-section h3 + p {
  margin-top: 0.6em;
}
hr {
  border: none;
  border-top: 2px solid #e3ebf3;
  margin: 2em 0;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .elementor-container {
    padding: 0 8px;
  }
  h1 {
    font-size: 1.3rem;
  }
  h2 {
    font-size: 1.07rem;
  }
  h3 {
    font-size: 1rem;
  }
  .elementor-button-link, .elementor-button {
    font-size: 1rem;
    width: 100%;
    text-align: center;
    padding: 14px 0;
  }
}/* End custom CSS */