.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );font-style:var( --e-global-typography-primary-font-style );text-decoration:var( --e-global-typography-primary-text-decoration );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );color:var( --e-global-color-primary );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );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-17656 .elementor-element.elementor-element-2cf2f8e{margin-top:40px;margin-bottom:0px;}.elementor-widget-divider{--divider-color:var( --e-global-color-secondary );}.elementor-widget-divider .elementor-divider__text{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );line-height:var( --e-global-typography-secondary-line-height );letter-spacing:var( --e-global-typography-secondary-letter-spacing );}.elementor-widget-divider.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon{color:var( --e-global-color-secondary );border-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-secondary );}.elementor-17656 .elementor-element.elementor-element-a18783a{--divider-border-style:solid;--divider-color:#879A93A8;--divider-border-width:2px;}.elementor-17656 .elementor-element.elementor-element-a18783a .elementor-divider-separator{width:100%;}.elementor-17656 .elementor-element.elementor-element-a18783a .elementor-divider{padding-block-start:15px;padding-block-end:15px;}.elementor-17656 .elementor-element.elementor-element-ff4fc40{text-align:center;}.elementor-17656 .elementor-element.elementor-element-ff4fc40 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:28px;font-weight:600;}.elementor-17656 .elementor-element.elementor-element-c20b953{font-family:"Poppins", Sans-serif;font-size:16px;line-height:28px;}.elementor-17656 .elementor-element.elementor-element-6ac95aa > .elementor-widget-container{padding:20px 20px 20px 20px;}.elementor-17656 .elementor-element.elementor-element-6ac95aa .elementor-wrapper{--video-aspect-ratio:1.77777;}.elementor-17656 .elementor-element.elementor-element-3a7fa32{--divider-border-style:solid;--divider-color:#879A93A8;--divider-border-width:2px;}.elementor-17656 .elementor-element.elementor-element-3a7fa32 .elementor-divider-separator{width:100%;}.elementor-17656 .elementor-element.elementor-element-3a7fa32 .elementor-divider{padding-block-start:15px;padding-block-end:15px;}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-widget-divider .elementor-divider__text{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );letter-spacing:var( --e-global-typography-secondary-letter-spacing );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-widget-divider .elementor-divider__text{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );letter-spacing:var( --e-global-typography-secondary-letter-spacing );}}/* Start custom CSS for section, class: .elementor-element-b442025 *//* General Blog Styling - Center and Adjust Width */
article {
  font-family: 'Arial', sans-serif;
  line-height: 1.8;
  font-size: 18px;
  color: #333;
  padding: 20px;
  max-width: 1000px; /* Increase width for a balanced look */
  margin: 0 auto; /* Center the content */
  background-color: #ffffff; /* Optional: Add a background color */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); /* Optional: Add a subtle shadow */
  border-radius: 8px; /* Optional: Slightly round the corners */
}

/* Heading Styles */
h1, h2, h3 {
  color: #2c3e50;
  font-weight: 700;
  margin-bottom: 15px;
}

h1 {
  font-size: 36px;
  margin-bottom: 20px;
  text-align: center;
}

h2 {
  font-size: 28px;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #2980b9;
  padding-bottom: 5px;
}

h3 {
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 10px;
}

/* Paragraph Styling */
p {
  margin-bottom: 20px;
  text-align: justify;
}

/* Link Styling */
a {
  color: #2980b9;
  text-decoration: none;
  font-weight: 600;
}

a:hover {
  text-decoration: underline;
}

/* Image Styling */
img {
  max-width: 100%;
  height: auto;
  margin: 20px 0;
  border-radius: 5px;
}

/* Blockquote Styling */
blockquote {
  background-color: #f9f9f9;
  border-left: 5px solid #2980b9;
  padding: 20px;
  font-style: italic;
  margin: 20px 0;
  color: #555;
}

/* List Styling */
ul, ol {
  margin-left: 20px;
  margin-bottom: 20px;
}

li {
  margin-bottom: 10px;
  font-size: 18px;
}

/* Call-to-Action (CTA) Blocks */
.cta {
  background-color: #f4f8fb;
  border: 1px solid #dceaf5;
  border-radius: 8px;
  padding: 20px;
  margin: 30px 0;
  text-align: center;
  font-size: 20px;
  color: #333;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.cta strong {
  color: #2c3e50;
  font-weight: 700;
}

.cta a {
  color: #e74c3c;
  font-weight: 700;
  text-decoration: none;
}

.cta a:hover {
  text-decoration: underline;
}

/* Table of Contents */
.toc {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  padding: 15px;
  margin-bottom: 30px;
  border-radius: 5px;
}

.toc h2 {
  font-size: 20px;
  color: #2980b9;
  margin-bottom: 10px;
}

.toc ul {
  list-style: none;
  padding: 0;
}

.toc li {
  margin-bottom: 10px;
}

.toc a {
  color: #2980b9;
  text-decoration: none;
}

.toc a:hover {
  text-decoration: underline;
}

/* Button Styling */
button, .elementor-button {
  background-color: #2980b9;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 12px 25px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

button:hover, .elementor-button:hover {
  background-color: #1f6b93;
}

/* Care Collective CTA Styling */
.cta-care-collective {
  background-color: #f4f8fb;
  border: 1px solid #dceaf5;
  border-radius: 8px;
  padding: 20px;
  margin: 40px 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  text-align: left;
}

.cta-care-collective h2 {
  font-size: 28px;
  color: #2c3e50;
  margin-bottom: 15px;
}

.cta-care-collective p {
  font-size: 18px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 20px;
}

.cta-care-collective ul {
  list-style: none;
  padding-left: 0;
}

.cta-care-collective ul li {
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
}

.cta-care-collective ul li::before {
  content: "✅";
  color: #2980b9;
  margin-right: 10px;
}

.cta-care-collective a {
  color: #e74c3c;
  font-weight: 700;
  text-decoration: none;
}

.cta-care-collective a:hover {
  text-decoration: underline;
}

.cta-care-collective strong {
  color: #2c3e50;
}

/* Mobile Optimization */
@media (max-width: 1024px) {
  article {
    max-width: 90%; /* Adjust width for tablets */
    padding: 15px;
  }

  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 20px;
  }

  p, li {
    font-size: 16px;
  }

  .cta {
    font-size: 18px;
    padding: 15px;
  }

  button, .elementor-button {
    font-size: 16px;
    padding: 10px 20px;
  }
}

@media (max-width: 768px) {
  article {
    max-width: 95%; /* Adjust width for mobile */
    padding: 10px;
  }

  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 18px;
  }

  p, li {
    font-size: 14px;
  }
}
.cta-care-collective {
  background-color: #f4f8fb;
  border: 1px solid #dceaf5;
  border-radius: 8px;
  padding: 20px;
  margin: 40px 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  text-align: left; /* Keeps the content left-aligned */
}

.cta-care-collective h2 {
  font-size: 28px;
  color: #2c3e50;
  margin-bottom: 15px;
}

.cta-care-collective p {
  font-size: 18px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 20px;
}

.cta-care-collective ul {
  list-style: none;
  padding-left: 0;
}

.cta-care-collective ul li {
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
}

.cta-care-collective ul li::before {
  content: "✅";
  color: #2980b9;
  margin-right: 10px;
}

.cta-care-collective a {
  color: #e74c3c;
  font-weight: 700;
  text-decoration: none;
}

.cta-care-collective a:hover {
  text-decoration: underline;
}

.cta-button {
  display: inline-block;
  margin: 20px auto 0; /* Centers the button */
  padding: 12px 25px;
  background-color: #2980b9;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: #1f6b93;
  color: #fff;
}

.cta-button-wrapper {
  text-align: center; /* Centers the button wrapper */
}/* End custom CSS */