.qht-footer {
  width: 100%;
  height: auto;
  --tw-bg-opacity: 1;
  background-color: rgba(52, 63, 63, var(--tw-bg-opacity));
  padding-top: 30px;
  padding-bottom: 20px;
  background-image: url("/images/svgs/footer-watermark.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right 80px bottom -20px;
}
.qht-footer .inner {
  display: block;
  width: 100%;
  align-items: center;
}
.qht-footer .inner .logo {
  width: 80%;
  height: 65px;
  background-image: url("/images/svgs/footer-logo.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
}

.qht-bottom-footer {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 36, 38, var(--tw-bg-opacity));
  padding: 8px;
}
.qht-bottom-footer .inner {
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.qht-bottom-footer .inner div a {
  color: white;
  text-decoration: underline;
}
.qht-bottom-footer .inner div:first-child {
  align-content: flex-start;
}
.qht-bottom-footer .inner div:last-child {
  align-content: flex-end;
}

.qht-footer-top {
  width: 100%;
  height: 12px;
  background-image: linear-gradient(to right, #00bda5 0%, #00a4bd);
}

.qht-footer-hs {
  text-align: right;
  padding-top: 25px;
  padding-bottom: 50px;
}
.qht-footer-hs img {
  width: 120px;
  height: auto;
  float: right;
}

.footer-contact {
  padding-top: 30px;
  padding-left: 65px;
  padding-bottom: 120px;
}
.footer-contact p {
  color: #fff;
  font-weight: 800;
}
.footer-contact a {
  color: #fff;
  font-weight: 300;
}

.version-text {
  width: 100%;
  justify-content: flex-end;
  align-items: center;
  align-content: flex-end;
  color: white;
  border-top: 1px solid #fff;
  padding-top: 15px;
}
