/* Stili per il footer nella pagina catalogo */
.footer {
    background-color: #000000;
    color: #fff;
    padding: 50px 0 20px;
    margin-top: 50px;
}

.footer h5 {
    color: #5856d6;
    margin-bottom: 20px;
    font-weight: 600;
}

/* Stile per il titolo Hip Hop Culture nel footer */
.footer .hip-hop-culture-title,
.footer h3,
.footer strong,
.footer .col-md-4:first-child p:first-of-type {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    background: linear-gradient(90deg, #5856d6, #2196f3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -0.02em;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #f5f5f7;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: #2196f3;
}

.social-links a {
    color: #f5f5f7;
    font-size: 24px;
    margin-right: 15px;
    transition: all 0.3s;
}

.social-links a:hover {
    color: #2196f3;
    transform: translateY(-3px);
}

.copyright {
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    text-align: center;
    background-color: #000000;
    color: #86868b;
}

/* Assicurati che non ci siano spazi bianchi alla fine della pagina */
html, body {
    background-color: #000000;
}

/* Rimuovi eventuali bordi bianchi */
.page-catalogo {
    background-color: #000000;
    color: #f5f5f7;
    min-height: 100vh;
}