/* --- NOVI FOOTER CSS --- */

footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #150C3C;
    text-align: center;
    padding: 20px 0;
}

#footer-info {
    display: flex;
    flex-direction: column;
    gap: 40px;
    border-bottom: 1px solid #8875f3;
    margin-bottom: 30px;
    padding-bottom: 20px;
    justify-content: center;
}

footer span, footer p {
    color: #8875f3;
}

footer .card-title {
    font-size: 24px;
}

#socials {
    display: flex;
    gap: 10px;
}

#socials img {
    width: 30px;
    height: 30px;
    border-radius: 15px;
}

.footer-segment {
    max-width: 300px;
    display: flex;
    justify-content: left;
    flex-direction: column;
    text-align: left;
    padding-left: 10px;
    gap: 15px;
}

.contact-part {
    display: flex;
    gap: 10px;
    align-items: center;
    /* Dodano: Miče pozadinu s bilo kojeg omotača ikone */
    background: transparent !important;
}

/* KLJUČNO: Ovaj dio briše tamne kocke oko HANFA i Pravila privatnosti */
.contact-part img, 
.contact-part div, 
.contact-part span {
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.contact-part img {
    width: 30px;
    height: 30px;
}

#rights {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 90%;
    font-size: 12px;
    max-width: 500px;
    font-weight: 100;
    text-align: center;
}

@media (min-width: 768px) {
    #footer-info {
        flex-direction: row;
        flex-wrap: wrap;
    }
}
