/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 11 2026 | 10:50:15 */
/* Full-width Elementor footer background */
footer.elementor-section {
  background: #000 !important;
}

/* Keep Elementor's inner container at 1600px */
footer.elementor-section > .elementor-container {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

/* HyperSpace footer */
.hs-footer {
  width: 100%;
  background: #000;
  color: #fff;
}
.hs-footer {
  width: 100%;
  max-width: none;
  background: #000;
  color: #fff;
  font-family: "Outfit", sans-serif;
  margin: 0;
  padding: 0;
}

.hs-footer *,
.hs-footer *::before,
.hs-footer *::after {
  box-sizing: border-box;
}

/* Main footer content */

.hs-footer-inner {
  width: calc(100% - 80px);
  max-width: 1600px;
  margin: 0 auto;
  padding: 90px 0 75px;

  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 0.8fr;
  gap: 70px;
  align-items: start;
}

/* Brand */

.hs-footer-brand {
  max-width: 430px;
}

.hs-footer-logo {
  display: inline-block;
  margin-bottom: 24px;
  color: #fff;
  text-decoration: none;
  font-size: 34px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -1.5px;
}

.hs-footer-logo:hover {
  color: #fff;
}

.hs-footer-brand p {
  margin: 0 0 30px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 17px;
  line-height: 1.65;
  font-weight: 400;
}

/* CTA */

.hs-footer-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 48px;
  padding: 13px 22px;

  background: #04d3de;
  color: #07101e;

  border-radius: 999px;
  text-decoration: none;

  font-size: 15px;
  line-height: 1.2;
  font-weight: 600;

  transition:
    transform 0.2s ease,
    background-color 0.2s ease,
    color 0.2s ease;
}

.hs-footer-cta:hover {
  background: #fff;
  color: #07101e;
  transform: translateY(-2px);
}

/* Footer columns */

.hs-footer-column h2 {
  margin: 0 0 25px;
  padding: 0;

  color: #fff;

  font-size: 17px;
  line-height: 1.3;
  font-weight: 600;
}

.hs-footer-column ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hs-footer-column li {
  margin: 0;
  padding: 0;

  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.hs-footer-column li:last-child {
  border-bottom: 0;
}

.hs-footer-column a {
  display: block;

  padding: 12px 0;

  color: rgba(255, 255, 255, 0.66);
  text-decoration: none;

  font-size: 15px;
  line-height: 1.4;
  font-weight: 400;

  transition:
    color 0.2s ease,
    transform 0.2s ease;
}

.hs-footer-column a:hover {
  color: #04d3de;
  transform: translateX(4px);
}

/* Bottom footer */

.hs-footer-bottom {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.hs-footer-bottom-inner {
  width: calc(100% - 80px);
  max-width: 1600px;
  min-height: 86px;

  margin: 0 auto;

  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 30px;
}

.hs-footer-bottom p {
  margin: 0;

  color: rgba(255, 255, 255, 0.35);

  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
}

/* Footer icon */

.hs-footer-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 48px;
  height: 48px;

  flex: 0 0 auto;

  text-decoration: none;
}

.hs-footer-mark img {
  display: block;

  width: 48px;
  height: 48px;

  object-fit: contain;
}

/* Remove Astra default tagline */

.site-description {
  display: none !important;
}

/* Prevent Elementor typography from overriding footer */

.hs-footer h2,
.hs-footer p,
.hs-footer a,
.hs-footer li {
  font-family: "Outfit", sans-serif;
}

/* Tablet */

@media (max-width: 1100px) {

  .hs-footer-inner {
    width: calc(100% - 48px);
    padding: 75px 0 65px;

    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 50px;
  }

  .hs-footer-brand {
    grid-column: 1 / -1;
    max-width: 600px;
  }

  .hs-footer-bottom-inner {
    width: calc(100% - 48px);
  }
}

/* Smaller tablet */

@media (max-width: 900px) {

  .hs-footer-inner {
    grid-template-columns: 1fr 1fr;
    gap: 45px 55px;
  }

  .hs-footer-brand {
    grid-column: 1 / -1;
  }
}

/* Mobile */

@media (max-width: 767px) {

  .hs-footer-inner {
    width: calc(100% - 40px);
    padding: 60px 0 45px;

    grid-template-columns: 1fr;
    gap: 42px;
  }

  .hs-footer-brand {
    grid-column: auto;
    max-width: none;
  }

  .hs-footer-logo {
    margin-bottom: 20px;

    font-size: 30px;
  }

  .hs-footer-brand p {
    margin-bottom: 25px;

    font-size: 16px;
    line-height: 1.6;
  }

  .hs-footer-column h2 {
    margin-bottom: 15px;

    font-size: 18px;
  }

  .hs-footer-column a {
    padding: 13px 0;

    font-size: 16px;
  }

  .hs-footer-bottom-inner {
    width: calc(100% - 40px);
    min-height: auto;

    padding: 25px 0;

    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: center;

    gap: 20px;
  }

  .hs-footer-mark {
    width: 42px;
    height: 42px;
  }

  .hs-footer-mark img {
    width: 42px;
    height: 42px;
  }
}