/*          =========================================
              FOOTER                                  */
/*#region   ========================================= */

.footer-section {
  margin-top: -24px;

  position: relative;
  z-index: 0;
}

.footer-section-banda {
  position: relative;
  width: 100%;
}

.footer-section-banda::before {
  content: "";
  position: absolute;
  top: 113px;
  left: 0;
  width: 100%;
  height: 750px;
  background: var(--color-dark);
  z-index: -1;
  pointer-events: none;
}

.footer-section .footer-section-bg {
  background-image: url("https://www.horizonfyw.com/wp-content/uploads/2025/12/Semicerchio-Footer.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  min-height: 77px;
}

.footer-section .footer-section-workspace {
  max-width: var(--workspace-width);
  margin-inline: auto;
  padding-inline: var(--paddinginline-workspace);
  z-index: 9999;
}

.footer-section .footer-section-logo {
  display: flex;
  margin-inline: auto;
  margin-top: 90px;
}

.footer-section .footer-section-box-nav {
  display: flex;
  flex-direction: column;
  margin-left: 0px;
  margin-top: 20px;
  gap: 10px;
}

.footer-section .footer-section-box-title-contatti > * {
  margin: 0 !important;
  padding: 0 !important;
}
.footer-section .footer-section-title-contatti a {
  text-decoration: none !important;
  color: var(--color-white) !important;
  display: inline-block;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.footer-section .footer-section-title-contatti a:visited,
.footer-section .footer-section-title-contatti a:hover,
.footer-section .footer-section-title-contatti a:active {
  color: var(--color-white) !important;
  text-decoration: none !important;
}

.footer-section .footer-section-title-contatti a:hover {
  transform: scale(1.05);
}
.footer-section .footer-section-box-title-contatti {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  margin-top: 50px;
}

.footer-section .footer-section-paragrafo-contatti {
  margin-top: 50px;
}

.footer-section .footer-section-termini {
  margin-top: 50px;
}

.footer-section .footer-section-termini a {
  color: var(--color-white);
}

/*#endregion */

/*          =========================================
              LOGICA RESPONSIVE                 */
/*#region   ========================================= */

@media (min-width: 900px) {
  .footer-section .footer-section-box-nav,
  .footer-section .footer-section-box-title-contatti,
  .footer-section-box-inferiore > * {
    margin: 0;
    padding: 0;
  }

  .footer-section .footer-section-box-nav {
    gap: 20px;
  }

  .footer-section .footer-section-box-title-email {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0px;
    margin-top: 50px;
  }

  .footer-section .footer-section-box-inferiore {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0px;
    margin-top: 50px;
  }

  .footer-section .footer-section-box-termini-copy {
    padding-right: 90px;
  }
}

/*#endregion */

/*          =========================================
              COLORI E VARIANTI PAGINE
            ========================================= */
/*#region   ========================================= */

/* FOOTER DIFFERENT COLORS*/

.page-id-64 .footer-section {
  background-color: var(--color-white);
}

.page-id-72 .footer-section {
  background-color: #ecf8f8;
}

.page-id-135 .footer-section,
.page-id-66 .footer-section,
.page-id-68 .footer-section,
.page-id-605 .footer-section,
.page-id-603 .footer-section,
.page-id-604 .footer-section,
.page-id-602 .footer-section,
.page-id-5556 .footer-section {
  background-color: var(--color-background);
}

.error404 .footer-section {
  background-color: #f6f5f4;
}

/*#endregion */
