/* FOOTER */
.site-footer {
  background: #f36b32;
  color: #ffffff;
  padding: 80px 24px 32px;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-main {
  background: rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  padding: 56px 64px;
  display: flex;
  justify-content: space-between;
  gap: 64px;
}

.footer-logo {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
}

.logo-mark {
  width: 118.5px;
  height: 130px;

  background-image: url("../images/logos/C-logo-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
}

.logo-text {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: ExtraBold;
  font-size: 41.87px;
  line-height: 100%;
  letter-spacing: 0%;
}

.footer-description {
  font-family: Century Gothic;
  font-weight: 700;
  font-style: Bold;
  font-size: Text Sizes/Text Small;
  line-height: 150%;
  letter-spacing: 0%;
}
.footer-address {
  font-family: Century Gothic;
  font-weight: 400;
  font-style: Regular;
  font-size: Text Sizes/Text Regular;
  line-height: 150%;
  letter-spacing: 0%;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 0%;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 14px;
  margin-bottom: 20px;
  font-family: Century Gothic;
  font-weight: 700;
  font-style: Bold;
  font-size: Text Sizes/Text Small;
  line-height: 150%;
  letter-spacing: 0%;
  margin-top: 20px;
}

.footer-contact a {
  color: #ffffff;
  font-family: Century Gothic;
  font-weight: 400;
  font-style: Regular;
  font-size: Text Sizes/Text Small;
  line-height: 150%;
  letter-spacing: 0%;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 0%;
}

.footer-socials {
  display: flex;
  gap: 14px;
}

.footer-socials a {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 14px;
  padding: 0 20px;
}

.footer-nav a {
  color: #ffffff;
  text-decoration: none;
  font-family: Century Gothic;
  font-weight: 700;
  font-style: Bold;
  font-size: Text Sizes/Text Small;
  line-height: 150%;
  letter-spacing: 0%;
}

.footer-bottom {
  max-width: 1200px;
  margin: 32px auto 0;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  font-size: 13px;
}

.footer-legal {
  display: flex;
  gap: 24px;
}

.footer-legal a {
  color: #ffffff;
  text-decoration: underline;
  font-family: Century Gothic;
  font-weight: 400;
  font-style: Regular;
  font-size: Text Sizes/Text Small;

  line-height: 150%;
  letter-spacing: 0%;
  text-decoration: underline;
  text-decoration-style: solid;

  text-decoration-thickness: 0%;
}

@media (max-width: 768px) {
  .footer-main {
    flex-direction: column;
    padding: 40px 24px;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  .footer-legal {
    justify-content: center;
  }
}
