.articleSection {
    max-width: 820px;
    margin: auto;
    margin-top: 3rem;
    padding-left: 1.5rem !important;   /* 24px */
    padding-right: 1.5rem !important;  /* 24px */
}

/* Mobile Styles */
.articleSection ul {
  font-size: 17px; /* 14px */
  font-weight: 400; /* normal */
  color: #1f2937; /* gray-800 */
  line-height: 1.5; /* 21px */
}

/* Table line items styling */
table tbody tr td {
  color: #1f2937; /* Gray-700 for better readability */
  font-size: 17px; /* 14px equivalent */
  line-height: 1.25rem; /* 20px for good spacing */
}

/* Header styling for th elements */
table thead tr th {
  color: #1f2937; /* Gray-900 - darker for headers */
  font-size: 17px; /* 14px */
  font-weight: 600; /* Semi-bold */
}


.articleheaderSection {
    max-width: 820px;
    margin: auto;
    margin-top: 6rem;
    padding-left: 1.5rem !important;   /* 24px */
    padding-right: 1.5rem !important;  /* 24px */
  
}

.ctaSection {
    max-width: 900px;
    margin: auto;
    margin-top: 4rem;
    margin-bottom: 1rem;
    padding-left: 1.5rem !important;   /* 24px */
    padding-right: 1.5rem !important;  /* 24px */
}

.faqSection {
   max-width: 820px;
    margin: auto;
    margin-top: 6rem;
    margin-bottom: 1rem;
    padding-left: 1.5rem !important;   /* 24px */
    padding-right: 1.5rem !important;  /* 24px */
}

.ctaButton {
    margin-bottom: 3rem;
}

/* Mobile styles */
p {
  margin-top: 0.75rem !important;
  margin-bottom: 1rem !important;
  line-height: 1.5 !important;
  font-size: 17px ;
  font-weight: 400;
  color: #1f2937;
}

h1 {
  margin-top: 1rem !important;
  margin-bottom: 1.5rem !important;
  line-height: 1.2 !important;
  font-size: 30px !important;
  font-weight: 600 !important;
  color: #1f2937;
}


h2 {
  margin-top: 2rem !important;
  margin-bottom: 1.75rem !important;
  line-height: 1.2 !important;
  font-size: 26px !important;
  font-weight: 600 !important;
  color: #1f2937;
}

h3 {
  margin-top: 2rem !important;
  margin-bottom: 1.75rem !important;
  line-height: 1.3 !important;
  font-size: 22px !important;
  font-weight: 600 !important;
  color: #1f2937;
}

h4 {
  margin-top: 2rem !important;
  margin-bottom: 0.5rem !important;
  line-height: 1.3 !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  color: #1f2937;
}

/* CTA Section Override */
.cta-section {
  max-width: 1100px !important; /* max-w-4xl equivalent */
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Desktop styles */
@media (min-width: 768px) {
  p {
    margin-top: 1rem !important;
    margin-bottom: 1.5rem !important;
    line-height: 1.6 !important;
    font-size: 18px;
    font-weight: 400;
    color: #1f2937;
  }

  h1 {
  
  margin-bottom: 1.5rem !important;
  line-height: 1.2 !important;
  font-size: 36px !important;
  font-weight: 600 !important;
  color: #1f2937;
}

  h2 {
    margin-top: 3rem !important;
    margin-bottom: 1.75rem !important ;
    line-height: 1.3 ;
    font-size: 28px !important;
    font-weight: 600 !important;
    color: #1f2937;
  }

  h3 {
    margin-top: 2rem !important;
    margin-bottom: 1.5rem !important;
    line-height: 1.4 !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    color: #1f2937;
  }

  h4 {
    margin-top: 1rem !important;
    margin-bottom: 0.75rem !important;
    line-height: 1.4 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #1f2937;
  }

  .articleSection {
    margin-top: 4rem;
}
  .articleheaderSection {
    margin-top: 8rem;
   }
  
 .articleSection ul {
    font-size: 18px; /* 16px */
    font-weight: 400; /* normal */
    color: #1f2937; /* gray-800 */
    line-height: 1.6; /* 26px */
  }

    /* Progress bar container - positioned below header */
.progress-container {
    top: 87px !important; /* Adjust this value to match your header height */ 
}
}


 





/* Progress bar container - positioned below header */
.progress-container {
    position: fixed;
    top: 67px; /* Adjust this value to match your header height */
    left: 0;
    width: 100%;
    height: 2.5px;
    background: transparent;
    z-index: 999; /* One less than header z-index */
}

/* Progress bar fill */
.progress-bar {
    height: 100%;
   background: #0A2540;
    width: 0%;
    transition: width 0.1s ease-out;
    border-radius: 0 2px 2px 0;
}
