.footer_fjd {
  background: #0f0f0f;
  color: #ffffff;
  font-family: Figtree, sans-serif;
  margin-block-end: 0px !important;
  margin-block-start: 0px !important;
}

.footer_container {
  max-width: 1550px;
  margin: 0 auto;
  padding: 95px 50px;
}

/* FOOTER TOP: Flex al posto di Grid */
.footer_top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  flex-wrap: wrap;
}

/* COLONNE */
.footer_col {
  display: flex;
  flex-direction: column;
}

.footer_brand {
  margin-top: -40px;
}

.prodotti_opportunita {
  display: flex;
  flex-direction: row;
  gap: 80px;
}

/* LOGO */
.footer_brand .logo {
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 30px;
}

.fb-group-box {
  max-width: 300px;
  text-align: left;
  border-radius: 8px;
  font-family: 'Inter', sans-serif;
}

.fb-text {
  font-weight: 600 !important;
  min-width: 80px !important;
  font-size: 20px !important;
  line-height: 26px !important;
  padding-top: 30px !important;
}

.fb-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #1877F2;
  font-weight: 600;
  gap: 8px;
}

.fb-name {
  font-size: 16px;
  line-height: 20px;
  color: #e0e0e0;
  text-decoration: underline;
  font-weight: 400;
}

.fb-link:hover {
  text-decoration: underline;
}

.fb-img {
  display: block;
  width: 30px ;
}

.fb-img:hover {
  transform: scale(1.10);
}

.footer_brand .logo span {
  display: block;
  font-size: 12px;
  color: #f6b300;
  margin-top: 2px;
}

/* CONTATTI */
.contacts {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 20px;
}

.contacts_label {
  font-weight: 600;
  min-width: 80px;
  font-size: 20px;
  line-height: 16px;
}

.contacts_info {
  display: flex;
  flex-direction: column;
}

.contacts_info p {
  margin: 0;
  font-size: 13px;
  line-height: 19px;
}

/* CLAIM */
.claim {
  margin-top: 35px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  color: #f6b300;
}

/* LINK E PARAGRAFI */
.footer_col h4 {
  font-weight: 600;
  min-width: 80px;
  font-size: 20px;
  line-height: 16px;
  margin-bottom: 40px;
}

.footer_col p {
  font-size: 16px;
  line-height: 20px;
  color: #e0e0e0;
  margin-bottom: 10px;
}

.footer_col a {
  font-size: 16px;
  line-height: 20px;
  color: #e0e0e0;
  margin-bottom: 10px;
  text-decoration: underline;
}


.footer_col a:hover {
  color: white;
}

.fb-name:hover {
  color: white;
}

.footer_col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer_col ul li {
  margin-bottom: 5px;
}

/* FOOTER BOTTOM */
.footer_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 2px solid rgba(255, 255, 255, 0.1);
  margin-top: 40px;
  padding-top: 20px;
  font-size: 13px;
  color: #e0e0e0;
}

.footer_bottom a {
  color: #e0e0e0;
  text-decoration: none;
}

.footer_bottom a:hover {
  color: #ffffff;
}

.legal {
  display: flex;
  gap: 10px;
}

.legal a {
  text-decoration: underline;
}

/* RESPONSIVE */
@media (max-width: 409px) {
  .footer_container {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (min-width: 410px) and (max-width: 699px) {
  .footer_container {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (min-width: 700px) and (max-width: 870px) {
  .footer_container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 1452px) {
  .prodotti_opportunita {
    gap: 200px;
  }
}


/* RESPONSIVE */
@media (max-width: 1280px) {
  .footer_top {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }

  .fb-group-box {
    text-align: center;
  }


  .footer_brand {
    align-items: center;
  }

  .footer_brand .logo img {
    width: 300px;
    max-width: 100%;
    height: auto;
    display: block;
  }

  .footer_brand .logo {
    padding-bottom: 30px;
  }


  .contacts {
    flex-direction: column;
    align-items: center;
  }

  .contacts_info {
    align-items: center;
  }

  .prodotti_opportunita {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    width: 100%;
    align-content: center;
    align-items: center;
  }

  .prodotti_opportunita .footer_col {
    flex: 1 1 250px;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer_col {
    text-align: center;
  }

  .footer_col h4 {
    margin-bottom: 20px !important;
  }

  .claim {
    text-align: center;
  }

  .footer_bottom {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
}

.noleggio-reset {
  all: unset;
  background-color: #0f0f0f;
  font-size: 16px;
  line-height: 20px;
  color: #e0e0e0;
  margin-bottom: 10px;
  text-decoration: underline;
}

.noleggio-reset:hover {
  color: white;
  background-color: #0f0f0f !important;
}

.flex_link_header_fjd a.active {
  color: #000;
}

.header_fjd-tab-item.active {
  color: white;
}

@media (max-width: 1350px) {
  #ecosistema {
    scroll-margin-top: 90px  !important;
  }

  #rivenditori {
    scroll-margin-top: 90px  !important;
  }
}