/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 24 2025 | 12:35:56 */
@media (min-width: 768px) {
  .qodef-social-icons-group.qodef-layout--normal {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

#qodef-footer-copyright-area {
  background-color: #000 !important;
  border-top: 1px solid #888888 !important;
}

#expertise_core_social_icons_group-4 .qodef-social-icons-group.qodef-layout--normal {
  display: flex;
  flex-direction: row !important;
  flex-wrap: wrap;
  gap: 8px;
}

/* Impostazione contenitore full width */
#qodef-page-footer-copyright-area-inner,
#qodef-page-footer-copyright-area-inner .qodef-grid-inner {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* Area footer */
#qodef-footer-copyright-area {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000;
  border-top: 1px solid #222;
}

/* Stile del testo */
.footer-copyright-text {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
  font-size: 13px;
  color: #fff;
  font-family: 'Inter Tight', sans-serif;
  line-height: 2;
  text-align: left;
  margin: 0;
}

.footer-copyright-text a {
  color: #fff !important;
  text-decoration: none;
}

.footer-copyright-text a:hover {
  color: #fff !important;
  text-decoration: underline;
}

/* Mobile: colonna */
@media screen and (max-width: 768px) {
  .footer-copyright-text {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    white-space: normal;
    gap: 15px;
  }
}


