/* Footer Styles */
.footer {
  font-family: 'Inter', Arial, sans-serif;
  color: #fff;
}

.footer-newsletter {
  display: flex;
  width: 100%;
  padding: 24px 60px;
  justify-content: center;
  align-items: center;
  background: var(--Secondary-Lime-Lime-300, #95D13C);
  color: #153c3c;
  margin: 0;
}

.footer-newsletter__container {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  padding: 0 !important;
  max-width: 1440px;
  !important;
  gap: 60px !important;
  margin: 0 auto;
}

.footer-newsletter__left {
  min-width: 260px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  gap: 8px !important;
}

.footer-newsletter__heading {
  color: var(--Secondary-Turquoise-Turquoise-800, #0D232B) !important;
  font-family: 'Roboto Slab', serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 0;
}

.footer-newsletter__subheading {
  align-self: stretch;
  color: var(--Secondary-Turquoise-Turquoise-800, #0D232B) !important;
  font-family: 'Work Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 0;
}

.footer-newsletter__form {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
  justify-content: flex-end;
  max-width: 500px;
}

.footer-newsletter__form input[type="email"] {
  border-radius: 24px;
  border: none;
  padding: 12px 20px;
  font-size: 1em;
  width: 320px;
  background: #fff;
  color: #153c3c;
}

.footer-newsletter__button-container {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 180px !important;
  height: 100% !important;
}

.footer-newsletter__button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 32px;
  border-radius: 32px;
  border: 1.5px solid #153c3c;
  background: transparent;
  color: #153c3c;
  font-family: 'Work Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
  text-decoration: none !important;
  transition: all 0.2s;
}

.footer-newsletter__button:hover,
.footer-newsletter__button:focus {
  background: #153c3c;
  color: #ffffff;
  font-family: 'Work Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  border: 1.5px solid #153c3c !important;
  text-decoration: none !important;
}

.footer-main {
  background: var(--Secondary-Turquoise-Turquoise-600, #13393E);
  padding: 56px 0 32px 0;
}

.footer-columns {
  display: flex;
  width: 100%;
  max-width: 1440px;
  justify-content: center;
  align-items: flex-start;
  margin: 0 auto;
  gap: 60px;
  background: transparent;
  padding: 0 60px;
}

.footer-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-col__links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col__heading {
  align-self: stretch;
  color: var(--Primary-Content-White, #FFF) !important;
  font-family: 'Work Sans', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 22px;
}

.footer-col__links a {
  color: var(--Primary-Content-White, #FFF) !important;
  font-family: 'Work Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  text-decoration: none;
  display: block;
  margin-bottom: 12px;
  transition: all 0.2s;
}

.footer-col__links a:hover, .footer-col__links a:focus {
  color: #95D13C !important;
}

.footer-col__links a,
.footer-col__links a:hover,
.footer-col__links a:focus {
  text-decoration: none !important;
  font-size: 16px;
}

.footer-bottom {
  display: flex;
  width: 100%;
  padding: 24px 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-top: 1px solid rgba(23, 97, 107, 0.30);
  background: var(--Secondary-Turquoise-Turquoise-600, #13393E);
}

.footer-social {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 12px;
}
.footer-social a svg path {
  transition: all 0.2s;
}
.footer-social a:hover svg path,
.footer-social a:focus svg path {
  fill: #95D13C;
}
.footer-social__icon-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 12px;  
  opacity: 0.6;
  cursor: default;
}

.footer-social img {
  height: 28px;
  width: 28px;
  filter: brightness(0) invert(1);
}

.footer-legal {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 71px;
  flex-wrap: wrap;
}

.footer-legal,
.footer-legal a,
.footer-legal__link {
  color: var(--Primary-Content-White, #FFF) !important;
  font-family: 'Work Sans', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  text-align: center;
  margin-top: 0;
  text-decoration: none !important;
  transition: all 0.2s;
}
.footer-legal__link:hover,
.footer-legal__link:focus {
  color: #95D13C !important;
}
.footer-legal__copyright {
  font-family: 'Work Sans', sans-serif;
  color: var(--Primary-Content-White, #FFF) !important;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  text-align: center;
  margin: 0;
}

@media (max-width: 1440px) {
  .footer-newsletter {
    width: 100vw;
    padding: 24px 32px;
  }

  .footer-bottom {
    width: 100vw;
    padding: 24px 32px;
  }
}

@media (max-width: 1300px) {
  .footer-columns {
    width: 100%;
    padding: 30px 60px;
  }

  .footer-main {
    padding: 40px 0 24px 0;
  }
}

@media (max-width: 1024px) {

  .footer-newsletter,
  .footer-newsletter__container {
    flex-direction: column;
    gap: 24px;
    text-align: center;
  }

  .footer-newsletter__button-container {
    justify-content: center !important;
  }

  .footer-columns {
    flex-direction: column;
    gap: 32px;
    padding: 0 24px;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .footer-main {
    padding: 40px 0 16px 0;
  }

  .footer-col {
    min-width: unset;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .footer-bottom {
    gap: 16px;
    background: #183038;
  }
  .footer-legal {
    gap: 32px;
  }
}

@media (max-width: 768px) {
  .footer-main {
    padding: 32px 0 16px 0;
  }
  .footer-columns {
    padding: 0 16px;
    gap: 16px;
  }

  .footer-col {
    min-width: unset;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .footer-newsletter__form {
    flex-direction: column;
    gap: 16px;
  }

  .footer-newsletter__form input[type="email"] {
    width: 100%;
    max-width: 320px;
  }
  .footer-legal {
    gap: 16px;
  }
}

/* Home page only - Footer parallax */
.page-home .footer {
  position: relative !important;
  z-index: 100 !important;
}