/*  -------------------------------- */
/*  Home Page ------------------ */
/*  -------------------------------- */

#home #hero {
  background: #001f3f url('images/home-hero-bg-dark.webp') no-repeat center center;
  background-size: cover;
  color: #fff;
  padding-block: 164px 0px;
}
#home #hero .primary-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
}

@media (width > 1067px) {
  #home #hero .primary-container {
    grid-template-columns: minmax(0, 3fr) minmax(240px, 1.6fr);
  }
}

#home #hero .content {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 16px;
}

/* @media (width > 767px) {
  #home #hero .content {
    padding-bottom: 114px;
  }
} */

#home #hero .content .eyebrow-copy {
  color: var(--clr-primary);
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 4px;
}

#home #hero .content h1 + p {
  font-size: 23px;
  line-height: 1.34;
  margin-block: 16px 20px;
  max-width: 44ch;
  flex-grow: 1;
}

#home #hero .content img {
  display: flex;
  align-items: end;
  max-width: 100%;
  margin-top: 44px;
  margin-bottom: -9px;
}

@media (width > 767px) {
  #home #hero .content img {
    width: unset;
    max-width: 670px;
  }
}

#home #hero .image .card {
  /* width: 100%;*/
  max-width: 370px;
  margin-bottom: 60px;
  margin-left: 0;
  margin-right: auto;
  margin-top: -4px;
  max-width: 454px;
}

@media (width > 1067px) {
  #home #hero .image .card {
    margin-left: auto;
    max-width: 394px; #354
    margin-bottom: 20px;
  }
}

#home #hero .image {
  position: relative;
}

.hero-arrow {
  width: 120px;
  opacity: 0.99;
  position: absolute;
  left: -26%;
  top: 130px;
}

@media (width < 1270px) {
  .hero-arrow {
    display: none;
  }
}

#logos {
  background: linear-gradient(140deg, #2a245e, #0a215f);
  background: linear-gradient(140deg, #2a245e, #061b53);
  padding-block: 16px;
}

#logos .primary-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  overflow-x: hidden;
}

#logos img {
  opacity: 0.5;
  /* width: unset; */
}

#welcome {
  background-color: #f5f5f9;
}

@media (width > 1030px) {
  #welcome .content {
    padding-bottom: 44px;
  }
}

#welcome .image img {
  width: 100%;
  max-width: 590px;
  margin-inline: auto;
}

#stats {
  background-color: #f5f5f9;
  padding-top: 100px;
}

#stats .primary-container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
}

#stats h3 {
  grid-column: -1 / 1;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 24px;
}

.stat {
  background: white;
  padding: 28px 24px;
  border-radius: 20px;
  text-align: center;
}

.stat h4 {
  font-size: 45px;
  font-weight: 800;
}

.stat img {
  margin-bottom: 6px;
}

.stat.orange h4 {
  color: #ff6503;
}

.stat.yellow h4 {
  color: #f7ab05;
}

.stat.yellowgreen h4 {
  color: #88c608;
}

.stat.green h4 {
  color: #00b82e;
}

.stat p {
  font-size: 16px;
}

@media (width > 640px) {
  .stat p {
    font-size: 18px;
  }

  #stats .primary-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (width > 1144px) {
  .stat p {
    font-size: 20px;
  }

  #stats .primary-container {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/*  -------------------------------- */
/*  Cards ------------------ */
/*  -------------------------------- */

.card {
  border: 1px solid #d3d3d3;
  border-radius: 10px;
  padding: 28px 26px 16px;
  max-width: 580px;
  margin: auto;
}

.form-container {
  display: flex;
  flex-direction: column;
  gap: 0px;
}

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

.form-group label {
  margin-bottom: 5px;
  font-size: 18px;
  color: black;
}

.form-group input,
.form-group select,
.form-control {
  padding: 10px;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  font-size: 16px;
}

.form-group button {
  padding: 13px;
  border: none;
  border-radius: 5px;
  background-color: #212121;
  background-color: #00a829;
  color: white;
  font-size: 16px;
  cursor: pointer;
}

.form-group button:hover {
  background-color: #555;
}

.form-footer {
  text-align: center;
  color: gray;
  margin-top: 10px;
}

.form-footer a {
  color: gray;
  text-decoration: none;
}

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

.form-control,
.form-select,
.input-group-text {
  color: #000 !important;
}

::placeholder {
  color: #000 !important;
}

select option {
  color: #000 !important;
}

.info-btn {
  background-color: transparent;
  border: none;
  color: #17a2b8;
  font-size: 1.2rem;
}

.biometrics {
  color: #706998;
  color: #8d87b475;
  font-size: 30px;
  font-weight: bold;
  font-family: Georgia;
  font-style: italic;
}
