/* Footer Social Icons */
.social-footer {
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    gap: 1.2rem;
}

/* Osnovni link reset */
.social-icon,
.social-icon:link,
.social-icon:visited,
.social-icon:active {
    color: #fff;
    text-decoration: none;
}

/* SVG nasledjuje boju */
.social-icon svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
    transition: transform 0.2s ease, fill 0.2s ease;
}

/* Hover efekat – SAMO ovde menja boju */
.social-icon:hover {
    color: #D4BFAA; /* primer: crvena, promeni po želji */
}

.social-icon:hover svg {
    transform: scale(1.15);
}


/* footer {
    margin-top: auto;
} */
