/**
*   Footer new css
*/

.footer {
  margin-top: auto;
  padding: 30px 0px;
  background: var(--color-green-dark);
  color: var(--color-white);

  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
}

.footer .footer-icon-wrap {
  position: relative;
  width: 180px;
  height: 46px;
  aspect-ratio: 16 / 9;
}

.footer .footer-icon-wrap img,
.footer .footer-icon-wrap svg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer #menu-footer-menu-links-1 {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 10px;
}

@media screen and (min-width: 768px) {
  .footer #menu-footer-menu-links-1 {
    flex-direction: row;
    gap: 28px;
  }

  .footer .input-wrapper {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 10px;
  }
}

@media screen and (min-width: 1024px) {
  .footer #menu-footer-menu-links-1 {
    gap: 40px;
  }
}

@media screen and (min-width: 1025px) {
  .footer #menu-footer-menu-links-1 {
    gap: 50px;
  }

  .footer .input-wrapper {
    flex-direction: unset;
    align-items: unset;
    gap: unset;
  }
}

.footer li {
  list-style: none;
  list-style-type: none;
  line-height: 1.7;
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
}

.footer .cvr p {
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
}

.footer .prose.wysiwyg p {
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
}

.footer .input-wrapper input[type="email"] {
  padding: 8px 16px;
  width: 100%;
  border-radius: 4px;
  background: var(--color-white);
}

.footer .input-wrapper input[type="submit"] {
  width: 100px;
  padding: 8px 24px;
  border-radius: 4px;
  text-align: center;
  color: var(--color-green-dark);
  background: var(--color-white);
  border: 1px solid var(--color-white);
  cursor: pointer;
}

.footer input[type="checkbox"] {
  display: block;
  width: 16px;
  height: 16px;
  background: white;
  border: 1px solid #f6f6f6;
  border-radius: 3px;
  box-shadow: 0px 2px 3px rgb(0 0 0 / 0.25%);
}

.footer .newsletter .wpcf7 .wpcf7-list-item {
  margin: 0;
}
.footer .newsletter .wpcf7 .wpcf7-list-item label {
  display: flex;
  align-items: center;
}
.footer .newsletter .wpcf7 .wpcf7-list-item .wpcf7-list-item-label {
  margin-left: var(--size-3);
  font-size: 14px;
}
.footer .newsletter .wpcf7 .wpcf7-list-item .wpcf7-list-item-label a {
  text-decoration: underline;
}

.footer .prose.wysiwyg a {
  color: var(--color-white);
}

.footer .wrapper {
  display: flex;
  justify-content: space-between;
}

/* .footer .wpcf7 .wpcf7-response-output {
  border-color: transparent !important;
}
 */
