body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h1 {
  font-size: 50px !important;
  line-height: 65px !important;
  width: 100%;
  text-align: center;
  max-width: 100%;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: -10px !important;
  padding-left: 15%;
  padding-right: 15%;
}

h2 {
  font-size: 40px !important;
  line-height: 55px !important;
  width: 100%;
  text-align: center;
  max-width: 900px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: -10px !important;
}

h3 {
  font-size: 22px !important;
  line-height: 55px !important;
  width: 100%;
  text-align: left;
  max-width: 900px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-bottom: -10px !important;
}

header {
  z-index: 1000; /* A high z-index to ensure the header is on top */
  position: fixed; /* Make sure the header stays fixed */
}

form button {
  z-index: 1; /* Ensure the form button stays below the header */
}

#login-text {
  min-width: 150px;
  max-width: 150px;
  width: 10px !important;
  text-align: right;
  margin-right: 20px;
}

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.section-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 90px 30px 290px 30px;
  background-image: url('images/background.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  background-size: cover;
}

.section-header-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 2040px;
  color: white;
}

.transparent-header-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  max-width: 90%;
  color: white;
}

.highlight {
  color: #FFA1DF;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  word-spacing: -0.1em;
  line-height: 1;
  margin-top: 0;
  padding-top: 0;
  font-weight: 700;
}

.sub-title {
  font-size: 20px;
  line-height: 25px;
  margin-top: 40px;
  width: 60%;
  text-align: center;
}

.button-gradient {
  overflow: hidden;
  position: relative;
}

.button-gradient::after {
  top: 0;
  left: -100%;
  position: absolute;
  content: "";
  display: inline-block;
  background: #3bade3;
  background: linear-gradient(142deg, #509af0 14%, #471aff 38%, #471aff 62%, #509af0 90%);
  height: 100%;
  width: 300%;
  transform: translateX(24%);
  transition: transform .4s ease-in-out;
  color: white;
}

.logo {
  margin-top: 5px;
  width: 130px;
}

.menu-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 250px;
  max-width: 250px;
  gap: 10px;
  color: white;
  font-size: 20px;
}

.section-screen {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 600px;
  background-color: #fff;
}

.section-screen-content {
  min-width: 1040px;
  width: 1040px;
}

.section-screen-content img {
  margin-top: -340px;
  border-radius: 8px;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5);
}

.dropdown-menu {
  position: absolute;
  top: 100%; /* Align directly under the language */
  left: 0; /* Align the left edge of the menu to the left edge of the toggle */
  z-index: 1000;
  min-width: 10rem;
  padding: 0.5rem 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  margin-top: 0.1rem; /* Adds some space below the language toggle */
}

.relative {
  position: relative; /* Ensures the dropdown positions itself relative to this container */
}

.dropdown-open .dropdown-menu {
  display: block;
}

.section-ready {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 400px;
  background-color: #506CF0;
  color: white;
}

.section-white {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 400px;
  background-color: white;
  margin-top: 100px !important;
  margin-bottom: 190px !important;
}

.section-generic {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  background-color: white;
  margin-top: 100px !important;
  margin-bottom: 50px !important;
}

.section-generic-content {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  min-width: 1040px;
  width: 1040px;
}

.section-white h2 {
  color: #506CF0;
}

.section-common-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 1040px;
  width: 1040px;
}

.custom-list {
  list-style: none; /* Remove default bullet points */
  padding-left: 0; /* Optional: Remove padding if needed */
  margin-top: 15px;
}

.custom-list li {
  position: relative;
  padding-left: 1.5em; /* Add space to accommodate the checkmark */
  margin-bottom: 10px !important;
}

.custom-list li::before {
  content: "\2713"; /* Unicode character for the checkmark */
  color: #506CF0; /* Customize checkmark color */
  font-weight: bolder; /* Optional: Make it bold */
  position: absolute;
  left: 0;
  top: 0;
}