.social-icons-row {
    margin-top: 1.5rem;
    gap: 1rem;
    display: flex;
}

.social-icon-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    color: #333333;
    transition: all 0.3s;
}

.social-icon-circle:hover {
    background-color: #dddddd;
    color: #000000;
}
