body {
    overflow-x: hidden; 
}
.background{
    background-color: #3E29AE; 
}
.background-light{
    background-color: #C8A4F4; 
}
.background-purple{
    background-color: #5B50EB;
    padding-bottom: 5rem;
    padding-top: 1rem;
}
.background-purple2{
    background-color: #5B50EB;
}
.white{
    color: #ffffff !important;
}
.raleway-head {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.raleway-title {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #3E29AE;
}
.raleway-title-white {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
}
.raleway-subtitle {
  font-family: "Raleway", sans-serif;
  font-size: 28px;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #01014B;
}
.raleway-bodybold {
  font-family: "Raleway", sans-serif;
  font-size:medium;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  color: #01014B;
  margin-bottom: 0.25rem !important
}
.raleway-body {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #3E29AE;
  font-size: 15px;
}
.thick-hr {
    border: none; /* Remove default border */
    border-top: 1.5px solid #3E29AE !important; /* Set a new, explicit top border */
    opacity: 1; /* Ensure full color visibility */
}
.thick-hr-white {
    border: none; /* Remove default border */
    border-top: 1.5px solid #ffffff !important; /* Set a new, explicit top border */
    opacity: 1; /* Ensure full color visibility */
}