html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Gilroy", Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.bodyCurve {
  position: absolute;
  z-index: -1;
  top: -76px;
  margin-top: -150px;
  left: 53%;
}

.bodyCurve img {
  width: 80vw;
}

.mainContainer {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.content_section{
	width: 80%;
	margin: 0 auto;
}

.sec_container {
  padding: 20px 40px;
  border: 1px solid #fff;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(204, 204, 204, 0.5);
  min-width: 600px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}

h3 {
  text-align: left;
  color: #003a70;
  font-size: 1.2rem;
  font-weight: 700;
  margin-top: 0;
}

h5 {
  color: #003a70;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 10px;
}

ul li strong {
  color: #003a70;
}

.field-container {
  margin: 20px 0;
}

.field-container label {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
}

.field-container input[type="range"],
.field-container input[type="number"] {
  width: 100%;
}
.flex-Container {
  border: 0px solid #000;
}

.flex-Container h3 {
  font-size: 24px;
  padding: 20px 0 0 0;
  margin: 0;
}

.flex-Container h5 {
  font-size: 22px;
}

.flex_lst {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  padding: 0;
}
.flex_lst li {
  flex-basis: 50%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  padding: 30px 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex_lst li p {
  padding-top: 25px;
  text-align: left;
  padding-left: 25px;
  width: 60%;
}

.flex_lst li img {
  width: 140px;
}

ul li::after {
  list-style: none;
}

.field-values {
  display: flex;
  justify-content: space-between;
}

.result {
  text-align: center;
  margin-top: 20px;
  font-size: 1.2em;
  display: flex;
  justify-content: center;
  gap: 2rem;
}

.highlight {
  color: #003a70;
  font-weight: bold;
}

.flex-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  padding: 50px;
  max-width: 1920px;
  margin: 0 auto;
  flex-grow: 1;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.mb-3 {
  margin-bottom: 25px;
}

.accent {
  accent-color: #457cd9;
}

.accent_auto {
  accent-color: #6c48b4;
}

#vacant-slots,
#dropout-rate,
#care-gap-rate {
  width: 30%;
  border-radius: 5px;
  min-height: 32px;
  border: none;
  padding: 0 10px;
  background-color: #f5f5f5;
}

#vacant-slots:focus-visible,
#dropout-rate:focus-visible,
#care-gap-rate:focus-visible {
  outline: none;
}

.d-flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

.banner {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}

.logo {
  padding-top: 2.5rem;
  padding-left: 2.5rem;
}

.logo img {
  height: 2.8rem;
}

.main-banner-left {
  display: flex;
  align-items: center;
}

.main-banner-right {
  position: relative;
  display: flex;
}

.main-banner-right .img-fluid {
  max-width: 80%;
}

.main-text {
  font-size: 3.8rem;
  line-height: 75px;
  font-weight: 300;
}

.main-text .font-bold {
  font-weight: 800;
}

.font-bold {
  font-weight: 700;
}

.banner .sub-text {
  font-size: 1.1rem;

  color: #4d5373;

  line-height: 1.9rem;

  margin-top: 1.5rem;

  font-weight: 300;
}

.graph-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #ccc;
  padding-left: 20px;
  width: 50%;
}

.select-box {
  min-width: 165px;
  min-height: 32px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0 6px;
  align-self: flex-start;
  appearance: none; /* Hides the default arrow for customization */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("images/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: right 5px center;
  background-size: 15px;
}

.select-box:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 4px rgba(0, 123, 255, 0.5);
}

/* Custom option styling */
.select-box option {
  padding: 10px;
  font-size: 16px;
  background-color: #f9f9f9;
  color: #333;
}

/* Specific style for focused option */
.select-box option:checked {
  background-color: #007bff;
  color: white;
}

.ml-50 {
  margin-left: 50px;
}

.container,
footer {
  max-width: 100%;
  margin: 0 auto;
}

.container .row {
  max-width: 85%;
  margin: 0 auto;
}

.container {
  margin-bottom: 45px;
}

footer {
  width: 100%;
  display: flex;

  flex-direction: column;
}

.fp-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 55px;
  width: 80%;
}

.fpvm-company-image img {
  height: 4.5rem;
}

.social-links {
  display: flex;
  align-items: center;
  gap:1.5rem;
}

.social-links img:nth-of-type(1),
.social-links img:nth-of-type(4) {
  width: 1.09rem;
}

.social-links img:nth-of-type(2),
.social-links img:nth-of-type(3) {
  width: 1.28rem;
}

.copyrights {
  border-top: 1px solid #d7dbea;
}

.copyrights > div {
	
  width: 80%;
  
  color: #2a2733;

  display: flex;

  justify-content: space-between;

  align-items: center;

  font-size: 0.75rem;

  padding: 1.25rem 3.7rem;
}

.footer-links{display: flex; gap: 1.5rem;}

.footer-links a {
  color: #2a2733;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}

@media (width <=450px) {
  .flex_lst li {
    border: 0px solid red;
    flex-direction: column;
  }

  .flex_lst li p {
    width: 100%;
    margin: 0;
    padding: 25px 0 0 0;
    text-align: center;
  }
}

@media (width <=800px) {
  .flex-wrap {
    padding: 10px;
  }
  .flex_lst li {
    flex-basis: 100%;
  }

  .sec_container {
    min-width: 95%;
  }

  .fpvm-company-image img {
    width: 80%;
  }

  .min-device {
    flex-direction: column;
    width: 100% !important;
  }
  .graph-container {
    width: 100%;
    border: 0;
    padding: 0;
  }
}

@media (width >= 1600px) {
  .m_device {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    padding: 50px;
    flex-grow: 1;
    flex-direction: column;
    max-width: inherit;
    margin: initial;
  }
}

@media (800px <=width <=1000px) {
  .sec_container {
    width: 100%;
  }
}
